RawLog

Interface
Raw log emitted from VM execution. Low-level API for advanced usage only.
export interface RawLog { 
  readonly type: 'Log'; 
  readonly containerHash?: UInt256; 
  readonly callingScriptHash: UInt160; 
  readonly message: string; 
} 

Properties

type
'Log'
type differentiates the RawLog object from other RawAction objects, i.e. RawNotification.
containerHash
UInt256
The hash of the container that emitted the log.
callingScriptHash
UInt160
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.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitter
COPYRIGHT © 2021 NEO•ONE