bdk_flutter 0.2.3 bdk_flutter: ^0.2.3 copied to clipboard
A Flutter library for the Bitcoin Development Kit(bdk) (https://bitcoindevkit.org/)
[0.2.1] #
Fixed #
- pub.dev static analysis warning
- removing internal helper functions from public api
[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