TransactionProof
TransactionProof =
object
Defined in: packages/algod_client/src/models/transaction-proof.ts:7
Proof of transaction in a block.
Properties
Section titled “Properties”hashtype
Section titled “hashtype”hashtype:
"sha512_256"|"sha256"
Defined in: packages/algod_client/src/models/transaction-proof.ts:33
The type of hash function used to create the proof, must be one of:
- sha512_256
- sha256
idx:
number
Defined in: packages/algod_client/src/models/transaction-proof.ts:26
Index of the transaction in the block’s payset.
proof:
Uint8Array
Defined in: packages/algod_client/src/models/transaction-proof.ts:11
Proof of transaction membership.
stibhash
Section titled “stibhash”stibhash:
Uint8Array
Defined in: packages/algod_client/src/models/transaction-proof.ts:16
Hash of SignedTxnInBlock for verifying proof.
treedepth
Section titled “treedepth”treedepth:
number
Defined in: packages/algod_client/src/models/transaction-proof.ts:21
Represents the depth of the tree that is being proven, i.e. the number of edges from a leaf to the root.