Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func All ¶
func All() []int
All returns every possible recovery flag, taken from https://github.com/btclib-org/btclib/blob/v2022.7.20/btclib/ecc/bms.py#L83
func ElectrumP2SHAndP2WPKH ¶
func ElectrumP2SHAndP2WPKH() []int
ElectrumP2SHAndP2WPKH returns all P2SH-P2WPKH recovery flags related to Electrum.
func ElectrumP2WPKH ¶
func ElectrumP2WPKH() []int
ElectrumP2WPKH returns all P2WPKH recovery flags related to Electrum.
func GetKeyID ¶
GetKeyID returns the Key ID for a specified recovery flag Taken from https://github.com/btclib-org/btclib/blob/v2023.7.12/btclib/ecc/bms.py#L302
func ShouldBeCompressed ¶
ShouldBeCompressed returns if a recovery flag signals a compressed key Taken from https://github.com/btclib-org/btclib/blob/v2023.7.12/btclib/ecc/bms.py#L305
func TrezorP2SHAndP2WPKH ¶
func TrezorP2SHAndP2WPKH() []int
TrezorP2SHAndP2WPKH returns all P2SH-P2WPKH recovery flags related to Trezor.
func TrezorP2WPKH ¶
func TrezorP2WPKH() []int
TrezorP2WPKH returns all P2WPKH recovery flags related to Trezor.
Types ¶
This section is empty.