Skip to content

TransactionProof

TransactionProof = object

Defined in: packages/algod_client/src/models/transaction-proof.ts:7

Proof of transaction in a block.

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: Uint8Array

Defined in: packages/algod_client/src/models/transaction-proof.ts:16

Hash of SignedTxnInBlock for verifying proof.


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.