RawLog

Interface
Raw log emitted during an invocation. Low-level API for advanced usage only.
export interface RawLog extends RawActionBase { 
  readonly type: 'Log'; 
  readonly message: string; 
  readonly position: number; 
} 

Properties

type
'Log'
type differentiates the RawLog object from other RawAction objects, i.e. RawNotification.
message
string
The raw message. This is unprocessed in the message.
position
number
The position of the instruction pointer at the point of the log.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE