All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
RPC._keysToCamelCase()
implementation
Wallet.create()
Wallet.open()
Wallet.stop()
Wallet.getPayments()
- Deep converting key names in
RPC._keysToCamelCase()
method.
- Wallet method definitions.
Wallet.getBalance()
Wallet.getAddress()
Wallet.getHeight()
Wallet.transfer()
- Wallet example usage.
- Rename
RPC._request
toRPC.request
, as it can be used for not implemented RPC methods.