RawInvocationResultSuccess

Interface
Raw result of a successful invocation. Low-level API for advanced usage only.
export interface RawInvocationResultSuccess extends RawInvocationResultBase { 
  readonly state: 'HALT'; 
  readonly stack: readonly ContractParameter[]; 
} 

Properties

state
'HALT'
Indicates a successful invocation.
stack
readonly ContractParameter[]
The state of the NEO VM after execution. Typically has one ContractParameter which is the return value of the method invoked.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE