Releases: LtbLightning/bdk-rn
Releases · LtbLightning/bdk-rn
v0.29.0
[0.29.0]
APIs added
- Expose
Address
class'sfromScript
,payload
,network
,toQrUri
andasString
methods - Added
keychain
to LocalUtxo - Added
jsonSerialize
method toPartiallySignedTransaction
, to get the JSON serialized value of all PSBT fields. - Expose
Transaction
class'stxid
,weight
,size
,vsize
,isCoinBase
,isExplicitlyRbf
,version
,isLockTimeEnabled
,lockTime
,input
andoutput
methods. - Expose
Script.toBytes()
method. Wallet
changes:- Added
includeRaw
to listTransactions() param. ReturnsTransation
if passedtrue
elsenull
. - Added
signOptions
to sign() - Changed getAddress() to return
KeychainKind
forkeychain
andAddress
foraddress
- Expose
getInternalAddress
andisMine
methods
- Added
v0.1.0
[0.1.4]
First published release
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