Crate bitcoin_ext

Crate bitcoin_ext 

Source

Re-exports§

pub extern crate bitcoin;

Modules§

bdk
cpfp
esplora
fee
rpc
serde

Structs§

BlockRef
Reference to a block in the chain

Enums§

TxStatus

Constants§

DEEPLY_CONFIRMED
The number of confirmations after which we don’t expect a re-org to ever happen.
P2PKH_DUST
P2PKH_DUST_SAT
546 satoshis
P2PKH_DUST_VB
P2SH_DUST
P2SH_DUST_SAT
540 satoshis
P2SH_DUST_VB
P2TR_DUST
P2TR_DUST_SAT
330 satoshis
P2TR_DUST_VB
P2WPKH_DUST
P2WPKH_DUST_SAT
294 satoshis
P2WPKH_DUST_VB
P2WSH_DUST
P2WSH_DUST_SAT
330 satoshis
P2WSH_DUST_VB
TAPROOT_KEYSPEND_WEIGHT
Witness weight of a taproot keyspend.

Traits§

AmountExt
Extension trait for Amount.
FeeRateExt
Extension trait for FeeRate.
KeypairExt
Extension trait for Keypair.
TaprootSpendInfoExt
An extension trait for taproot::TaprootSpendInfo.
TransactionExt
Extension trait for Transaction.
TxOutExt
Extension trait for TxOut.

Type Aliases§

BlockDelta
Type representing a block height delta
BlockHeight
Type representing a block height in the bitcoin blockchain.