You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns the decoded anchored data in the transaction for the given transaction hash.
kaia_getDecodedAnchoringTransactionByHash
Parameters
Type
Description
32-byte DATA
Hash of a transaction.
Return Value
Name
Type
Description
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.