RawInvocationData

Interface
Additional raw data that is typically processed by an ABI for the client APIs.
export interface RawInvocationData { 
  readonly asset?: Asset; 
  readonly contracts: readonly Contract[]; 
  readonly deletedContractAddresses: readonly AddressString[]; 
  readonly migratedContractAddresses: ReadonlyArray<readonly [AddressString, AddressString]>; 
  readonly result: RawInvocationResult; 
  readonly actions: readonly RawAction[]; 
  readonly storageChanges: readonly RawStorageChange[]; 
} 

Properties

asset
Asset created by the invocation.
contracts
readonly Contract[]
Contracts created by the invocation.
deletedContractAddresses
readonly AddressString[]
Contracts deleted by the invocation.
migratedContractAddresses
ReadonlyArray<readonly [AddressString, AddressString]>
Contracts migrated (upgraded) by the invocation.
result
Raw result of an invocation.
actions
readonly RawAction[]
Raw actions emitted by the invocation.
storageChanges
readonly RawStorageChange[]
Storage changes that occurred during this invocation
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE