InvocationResultSuccess

Interface
Result of a successful invocation.
export interface InvocationResultSuccess<TValue> { 
  readonly gasConsumed: BigNumber; 
  readonly state: 'HALT'; 
  readonly value: TValue; 
} 

Properties

gasConsumed
BigNumber
GAS consumed by the operation.
state
'HALT'
Indicates a successful invocation.
value
TValue
The return value of the invocation.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitter
COPYRIGHT © 2021 NEO•ONE