We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0375e95 commit 4f02785Copy full SHA for 4f02785
CHANGELOG.md
@@ -0,0 +1,14 @@
1
+## [0.1.0]
2
+
3
+#### Functionality Added
4
+- Generate Mnemonic
5
+- Create Extended Key
6
+- Create Xprv
7
+- Create Descriptor
8
+- Create Wallet
9
+- Get New Address
10
+- Get Wallet Balance
11
+- Broadcast Transaction
12
+- Get Pending Transactions
13
+- Get Confirmed Transactions
14
+- Get Transactions
package.json
@@ -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]>",
0 commit comments