Skip to content

Releases: getsafle/vault-bsc-controller

v1.2.2: Merge pull request #19 from getsafle/test

05 Jul 13:18
0c17a70
Compare
Choose a tag to compare

Version 1.0.0

09 Apr 07:36
3498573
Compare
Choose a tag to compare

This SDK is the BSC controller for Safle Vault

List of functions:

  • createNewVaultAndKeychain() : Generate vault with one account
  • signMessage() : Sign message
  • signTransaction() : Sign transactions
  • addNewAccount() : Add new account to the keyring
  • exportAccount() : Export the private key of an account
  • sign() : Sign a message/transaction and get the signature object
  • getBalance() : Get the balance of an account
  • getFees() : Get the fees for a transaction
  • sendTransaction() : Broadcast the transaction to the chain
  • importWallet() : Import a new wallet from private key

ATTENTION: This is an unaudited version.