InvocationResultError

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

Properties

gasConsumed
BigNumber
GAS consumed by the operation.
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 ChatTwitter
COPYRIGHT © 2021 NEO•ONE