GetTransactionProofData
GetTransactionProofData:
object
Type declaration
format?
optional
format:"json"
|"msgpack"
Configures whether the response object is JSON or MessagePack encoded. If not provided, defaults to JSON.
hashtype?
optional
hashtype:"sha512_256"
|"sha256"
The type of hash function used to create the proof, must be one of:
- sha512_256
- sha256
round
round:
number
The round in which the transaction appears.
txid
txid:
string
The transaction ID for which to generate a proof.
Defined in
types.gen.ts:1586