RawTransactionData

Interface
Additional raw data that is typically processed by client APIs.
export interface RawTransactionData extends TransactionReceipt { 
  readonly votes: readonly RawVote[]; 
  readonly policyChanges: readonly RawPolicyChange[]; 
  readonly deletedContractHashes: readonly UInt160Hex[]; 
  readonly deployedContracts: readonly Contract[]; 
  readonly updatedContracts: readonly Contract[]; 
  readonly executionResult: RawExecutionResult; 
  readonly actions: readonly RawAction[]; 
} 

Properties

votes
readonly RawVote[]
The NeoToken governance votes produced by this transaction.
policyChanges
readonly RawPolicyChange[]
The policy change produced by this transaction.
deletedContractHashes
readonly UInt160Hex[]
The AddressStrings of contracts destroyed by the transaction execution.
deployedContracts
readonly Contract[]
Contracts created by the transaction execution.
updatedContracts
readonly Contract[]
Contracts updated by the transaction execution.
executionResult
Raw result of an transaction execution.
actions
readonly RawAction[]
Raw actions emitted by the transaction execution.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE