Skip to content

Releases: getsafle/vault-bitcoin-controller

Version 1.2.3

10 Feb 16:18
5b40ec2

Choose a tag to compare

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

09 Apr 07:48
19bf06e

Choose a tag to compare

This SDK is the Bitcoin controller for Safle Vault

List of functions:

  • generateWallet() - Generate a new bitcoin wallet
  • signMessage() : Sign message
  • signTransaction() : Sign transactions
  • addAccount() : Add new account to the keyring
  • getAccounts() : Get the list of all generated accounts
  • exportPrivateKey() : Export the private key of an account
  • importWallet() : Import a new wallet from private key
  • getBalance() : Get the balance of an account
  • getFees() : Get the fees for a transaction
  • sendTransaction() : Broadcast the transaction to the chain

ATTENTION: This is an unaudited version.