InvocationResultSuccess

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

Properties

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 ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE