@hashgraph/sdk
    Preparing search index...

    Class TransactionReceipt

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

    Index

    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.

    nextExchangeRate: null | ExchangeRate

    The next exchange rate of Hbars to cents (USD).

    nodeId: null | Long

    In the receipt of a NodeCreate, NodeUpdate, NodeDelete, the id of the newly created node. An affected node identifier. This value SHALL be set following a createNode transaction. This value SHALL be set following a updateNode transaction. This value SHALL be set following a deleteNode transaction. This value SHALL NOT be set following any other transaction.

    scheduledTransactionId: null | TransactionId
    scheduleId: null | ScheduleId

    The schedule ID, if a new schedule was created.

    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<ArrayBufferLike>

    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