BitcoinAddressType
Bitcoin address types
Fully qualified path: alexandria_btc::types::BitcoinAddressType
pub enum BitcoinAddressType {
P2PKH,
P2SH,
P2WPKH,
P2WSH,
P2TR,
}
Variants
P2PKH
Fully qualified path: alexandria_btc::types::BitcoinAddressType::P2PKH
P2PKH
P2SH
Fully qualified path: alexandria_btc::types::BitcoinAddressType::P2SH
P2SH
P2WPKH
Fully qualified path: alexandria_btc::types::BitcoinAddressType::P2WPKH
P2WPKH
P2WSH
Fully qualified path: alexandria_btc::types::BitcoinAddressType::P2WSH
P2WSH
P2TR
Fully qualified path: alexandria_btc::types::BitcoinAddressType::P2TR
P2TR