Releases: getsafle/vault-bitcoin-controller
Releases · getsafle/vault-bitcoin-controller
Version 1.2.3
UPDATE:
- User can set custom values for satoshiPerByte which is a required parameter for signing transaction.
FIXED:
- Fixed an issue where the input to the UTXO was being calculated incorrectly while signing a transaction.
ATTENTION: This is an unaudited version.
Version 1.0.0
This SDK is the Bitcoin controller for Safle Vault
List of functions:
generateWallet()- Generate a new bitcoin walletsignMessage(): Sign messagesignTransaction(): Sign transactionsaddAccount(): Add new account to the keyringgetAccounts(): Get the list of all generated accountsexportPrivateKey(): Export the private key of an accountimportWallet(): Import a new wallet from private keygetBalance(): Get the balance of an accountgetFees(): Get the fees for a transactionsendTransaction(): Broadcast the transaction to the chain
ATTENTION: This is an unaudited version.