InvocationResultError

Interface
Result of a failed invocation.
export interface InvocationResultError extends RawInvocationResultBase { 
  readonly state: 'FAULT'; 
  readonly message: string; 
} 

Properties

state
'FAULT'
Indicates a failed invocation.
message
string
Failure reason.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE