RawInvokeReceipt

Interface
Raw receipt of an invocation. Low-level API for advanced usage only.
export interface RawInvokeReceipt extends TransactionReceipt { 
  readonly state: keyof typeof VMState; 
  readonly script: Buffer; 
  readonly gasConsumed: BigNumber; 
  readonly stack: readonly ContractParameter[] | string; 
  readonly notifications: readonly RawNotification[]; 
  readonly logs: readonly RawLog[]; 
} 

Properties

state
keyof typeof VMState
script
Buffer
gasConsumed
BigNumber
stack
readonly ContractParameter[] | string
notifications
readonly RawNotification[]
logs
readonly RawLog[]
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitter
COPYRIGHT © 2021 NEO•ONE