GetTransactionProofResponse
GetTransactionProofResponse:
object
Type declaration
hashtype
hashtype:
"sha512_256"
|"sha256"
The type of hash function used to create the proof, must be one of:
- sha512_256
- sha256
idx
idx:
number
Index of the transaction in the block’s payset.
proof
proof:
string
Proof of transaction membership.
stibhash
stibhash:
string
Hash of SignedTxnInBlock for verifying proof.
treedepth
treedepth:
number
Represents the depth of the tree that is being proven, i.e. the number of edges from a leaf to the root.
Defined in
types.gen.ts:1607