Log

Interface
Unstructured string emitted by a smart contract during a method invocation.
export interface Log extends RawActionBase { 
  readonly type: 'Log'; 
  readonly message: string; 
} 

Properties

type
'Log'
type differentiates the Log object from other Action objects, i.e. Event.
message
string
An implementation defined string representing a log message.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE