Class TransactionReceipt

The consensus result for a transaction, which might not be currently known, or may succeed or fail.

Hierarchy

  • TransactionReceipt

Properties

accountId: null | AccountId

The account ID, if a new account was created.

children: TransactionReceipt[]
contractId: null | ContractId

The contract ID, if a new contract was created.

duplicates: TransactionReceipt[]
exchangeRate: null | ExchangeRate

The exchange rate of Hbars to cents (USD).

fileId: null | FileId

The file ID, if a new file was created.

scheduleId: null | ScheduleId

The schedule ID, if a new schedule was created.

scheduledTransactionId: null | TransactionId
serials: Long[]
status: Status

Whether the transaction succeeded or failed (or is unknown).

tokenId: null | TokenId

The token ID, if a new token was created.

topicId: null | TopicId

The topic ID, if a new topic was created.

topicRunningHash: null | Uint8Array

Updated running hash for a consensus service topic.

topicSequenceNumber: null | Long

Updated sequence number for a consensus service topic.

totalSupply: null | Long

Updated total supply for a token

Methods

Generated using TypeDoc