klay_getDecodedAnchoringTransactionByHash
Returns the decoded anchored data in the transaction for the given transaction hash.
Last updated
Returns the decoded anchored data in the transaction for the given transaction hash.
Last updated
32-byte DATA
Hash of a transaction.
BlockHash
32-byte DATA
Hash of the child chain block that this anchoring transaction was performed.
BlockNumber
QUANTITY
The child chain block number that this anchoring transaction was performed.
ParentHash
32-byte DATA
Hash of the parent block.
TxHash
32-byte DATA
The root of the transaction trie of the block.
StateRootHash
32-byte DATA
The root of the final state trie of the block.
ReceiptHash
32-byte DATA
The root of the receipts trie of the block.
BlockCount
QUANTITY
The number of blocks generated during this anchoring period. In most cases, this number is equal to the child chain's SC_TX_PERIOD
, with the exception of the case that this transaction was the first anchoring tx after turning on the anchoring.
TxCount
QUANTITY
The number of transactions generated in the child chain during this anchoring period.