Compose Ethereum transaction asynchronously. Refer to Send Transactions guide for usage details.
Account identifier
gas price in gwei
gas limit
destination wallet address
amount in ETH
data in string format or null (defaults to null)
next transaction nonce or null (defaults to null)
send maximum possible funds to destination (defaults to false)
Compose BTC or BSV transaction asynchronously. Refer to Send Transactions guide for usage details.
Account identifier
change Account identifier, which can be the same as fromAccountId
destination wallet address
amount in BTC or BSV
fee rate in satoshis/byte
send maximum possible funds to destination (defaults to false)
Generated using TypeDoc
User wallet interface describes methods for transfer and exchange of fiat and cryptocurrency funds.
User wallet instance can be obtained by creating, unlocking or recovering user wallet.
Sending a transaction or making an exchange is a two step process. First a transaction or exchange has to be composed via one of the compose methods, then ComposedTransaction or ComposedExchange can be submitted.