Interface: BitcoinTxProof
relay.BitcoinTxProof
Represents a Bitcoin transaction proof, including the merkle proof, transaction index in a block, and Bitcoin headers.
Properties
bitcoinHeaders
• bitcoinHeaders: string
Concatenated Bitcoin headers for proof verification.
Defined in
relay.ts:87
merkleProof
• merkleProof: string
The merkle proof for the Bitcoin transaction.
Defined in
relay.ts:79
txIndexInBlock
• txIndexInBlock: number
The index of the transaction in the block.
Defined in
relay.ts:83