Releases: getsafle/vault-eth-controller
Releases · getsafle/vault-eth-controller
Version 1.4.5
Added:
Function to get the transaction fees
-
Added
getFees()function to get the transaction fees for a raw transaction object. -
Upated @ethereumjs/common implementation
-
Upated
@ethereumjs/commonimplementation forsignTransactionmethod -
Update importWallet method
-
update import wallet to accept private key with or without '0x’ prefixed
-
update sign transaction to accept private key in case of imported wallet, null by default
-
Adding badges for Readme.md
Version 1.4.0
ADDED:
- Added
sendTransaction()function to send a signed transaction to the blockchain. - Added
getFees()function to get the transaction fees for a raw transaction object.
ATTENTION: This is an unaudited version.
Version 1.0.0
This SDK is the Ethereum controller for Safle Vault
List of functions:
createNewVaultAndKeychain(): Generate vault with one accountsignMessage(): Sign messagesignTransaction(): Sign transactionsaddNewAccount(): Add new account to the keyringexportAccount(): Export the private key of an accountsign(): Sign a message/transaction and get the signature objectgetBalance(): Get the balance of an accountimportWallet(): Import a new wallet from private key
ATTENTION: This is an unaudited version.