bip48 library
BIP48
A Dart library implementing BIP-0048.
Classes
- Bip48Wallet
- A BIP48 wallet that can do M-of-N multisig derivation, either with a private master (so you can sign) or public-only. The underlying coinlib HDKey code uses .derive(...) for child derivation.
- BitcoinNetwork
Enums
- Bip48ScriptType
- BIP48 script types.
Properties
- bitcoinNetwork → BitcoinNetwork
-
final
Functions
-
bip48DerivationPath(
{required int coinType, required int account, required Bip48ScriptType scriptType}) → String -
Generate a BIP48 derivation path for the given
coinType,account, andscriptType.