Skip to main content

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


merkleProof

merkleProof: string

The merkle proof for the Bitcoin transaction.

Defined in

relay.ts:87


txIndexInBlock

txIndexInBlock: number

The index of the transaction in the block.

Defined in

relay.ts:91