RawVMLog

Interface
Raw log emitted from VM execution. Low-level API for advanced usage only.
export interface RawVMLog { 
  readonly type: 'Log'; 
  readonly containerHash?: Hash256String; 
  readonly callingScriptHash: UInt160Hex; 
  readonly message: string; 
  readonly position: number; 
} 

Properties

type
'Log'
type differentiates the RawLog object from other RawAction objects, i.e. RawNotification.
containerHash
The hash of the container that emitted the log.
callingScriptHash
UInt160Hex
The script hash of the transaction that called the invocation that emitted the log.
message
string
The raw message. This is unprocessed in the message.
position
number
The position of the instruction pointer when the log was emitted.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE