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; 
} 

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.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE