RawInvokeReceipt

Interface
Raw receipt of an invocation. Low-level API for advanced usage only.
export interface RawInvokeReceipt extends TransactionReceipt { 
  readonly result: RawInvocationResult; 
  readonly actions: readonly RawAction[]; 
} 

Properties

result
RawInvocationResult
actions
readonly RawAction[]
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE