-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0375e95
commit 4f02785
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## [0.1.0] | ||
|
||
#### Functionality Added | ||
- Generate Mnemonic | ||
- Create Extended Key | ||
- Create Xprv | ||
- Create Descriptor | ||
- Create Wallet | ||
- Get New Address | ||
- Get Wallet Balance | ||
- Broadcast Transaction | ||
- Get Pending Transactions | ||
- Get Confirmed Transactions | ||
- Get Transactions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"name": "bdk-rn", | ||
"version": "0.0.46", | ||
"version": "0.1.0", | ||
"description": "bdk-rn", | ||
"homepage": "https://github.com/LtbLightning", | ||
"homepage": "https://github.com/LtbLightning/bdk-rn", | ||
"main": "src/index.ts", | ||
"types": "lib/index.d.ts", | ||
"author": "Bitcoin Zavior <[email protected]>", | ||
|