RawInvocationResult

Interface
export interface RawInvocationResult { 
  readonly state: 'FAULT' | 'HALT'; 
  readonly stack: readonly ContractParameter[]; 
  readonly gasConsumed: BigNumber; 
} 

Properties

state
'FAULT' | 'HALT'
Result of transaction execution.
stack
readonly ContractParameter[]
The state of the NEO VM after execution. Typically has one ContractParameter which is the return value of the method invoked.
gasConsumed
BigNumber
Total GAS consumed by the operation.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitter
COPYRIGHT © 2021 NEO•ONE