ConfirmedTransaction

Interface
Transaction that has been confirmed on the blockchain. Includes all of the same properties as a Transaction as well as the TransactionReceipt of the confirmation.
export interface ConfirmedTransaction extends Transaction { 
  readonly transactionData: RawTransactionData; 
} 

Properties

transactionData
'Receipt' of the confirmed transaction on the blockchain. This contains properties like the block the Transaction was included in.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE