bdk_flutter 0.2.0
bdk_flutter: ^0.2.0 copied to clipboard
A Flutter library for the Bitcoin Development Kit(BDK) (https://bitcoindevkit.org/). The bdk library aims to be the core building block for Bitcoin Applications of any kind.
[0.2.0] #
Updated API to match bdk-ffi
[0.1.4] #
Functionality Added
- Generate Mnemonic method
- Create Descriptors
- Create Extended Key
- Create XPriv
- Create XPub
- Create Wallet
- Get New Address
- Get Last Unused Address
- Get Balance
- Get Transactions
- Get Pending Transactions
- Get Confirmed Transactions
- Sync Wallet
- Create Transaction
- Sign Transaction
- Broadcast Transaction
- Quick Send