RawApplicationLogData

Interface
Additional raw data that is typically used for the client APIs.
export interface RawApplicationLogData { 
  readonly txId?: string; 
  readonly trigger: TriggerTypeJSON; 
  readonly vmState: VMStateJSON; 
  readonly gasConsumed: BigNumber; 
  readonly stack: string | readonly RawStackItem[]; 
  readonly notifications: readonly RawNotification[]; 
  readonly logs: readonly RawLog[]; 
} 

Properties

txId
string
The Transaction's ID.
trigger
TriggerTypeJSON
The Transaction's trigger type.
vmState
VMStateJSON
The Transaction script's resultant VM state.
gasConsumed
BigNumber
The GAS consumed by the Transaction's script execution.
stack
string | readonly RawStackItem[]
The resulting stack from Transaction's script execution or the error that resulted.
notifications
readonly RawNotification[]
The Notifications that came from the Transaction's script execution.
logs
readonly RawLog[]
The Logs that came from the Transaction's script execution.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitter
COPYRIGHT © 2021 NEO•ONE