RawApplicationLogData

Interface
Additional raw data that is typically used for the client APIs.
export interface RawApplicationLogData { 
  readonly txId?: string; 
  readonly blockHash?: string; 
  readonly executions: readonly RawExecutionData[]; 
} 

Properties

txId
string
The Transaction's ID.
blockHash
string
The hash of the block that the Transaction is in.
executions
readonly RawExecutionData[]
The RawExecutionData provided by the transaction execution.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE