ReadonlyaliasIn the record of an internal CryptoCreate transaction triggered by a user transaction with a (previously unused) alias, the new account's alias.
ReadonlyassessedAll custom fees that were assessed during a CryptoTransfer, and must be paid if the transaction status resolved to SUCCESS
ReadonlyautomaticAll token associations implicitly created while handling this transaction
ReadonlychildrenThe records of processing all child transaction spawned by the transaction with the given top-level id, in consensus order. Always empty if the top-level status is UNKNOWN.
ReadonlyconsensusThe consensus timestamp (or null if didn't reach consensus yet).
ReadonlycontractRecord of the value returned by the smart contract function or constructor.
ReadonlyduplicatesThe records of processing all consensus transaction with the same id as the distinguished record above, in chronological order.
ReadonlyethereumThe keccak256 hash of the ethereumData. This field will only be populated for EthereumTransaction.
ReadonlyevmThe new default EVM address of the account created by this transaction. This field is populated only when the EVM address is not specified in the related transaction body.
ReadonlyhbarReadonlynewThe new default EVM address of the account created by this transaction. This field is populated only when the EVM address is not specified in the related transaction body.
ReadonlynftReadonlynftReadonlypaidList of accounts with the corresponding staking rewards paid as a result of a transaction.
ReadonlyparentIn the record of an internal transaction, the consensus timestamp of the user transaction that spawned it.
ReadonlyprngIn the record of a PRNG transaction with no output range, a pseudorandom 384-bit string.
ReadonlyprngIn the record of a PRNG transaction with an output range, the output of a PRNG whose input was a 384-bit string.
ReadonlyreceiptThe status (reach consensus, or failed, or is unknown) and the ID of any new account/file/instance created.
ReadonlyscheduleReference to the scheduled transaction ID that this transaction record represent
ReadonlytokenReadonlytokenAll the token transfers from this account
ReadonlytokenAll the token transfers from this account
ReadonlytransactionThe actual transaction fee charged, not the original transactionFee value from TransactionBody.
ReadonlytransactionThe hash of the Transaction that executed (not the hash of any Transaction that failed for having a duplicate TransactionID).
ReadonlytransactionThe ID of the transaction this record represents.
ReadonlytransactionThe memo that was submitted as part of the transaction (max 100 bytes).
ReadonlytransfersAll hbar transfers as a result of this transaction, such as fees, or transfers performed by the transaction, or by a smart contract it calls, or by the creation of threshold records that it triggers.
Staticfrom
Either the record of processing the first consensus transaction with the given id whose status was neither INVALID_NODE_ACCOUNT nor INVALID_PAYER_SIGNATURE; or, if no such record exists, the record of processing the first transaction to reach consensus with the given transaction id.