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 exchange asynchronously. Refer to Make Exchanges guide for usage details.
Account identifier
Account identifier
Zumo exchange rate obtained from ZumoKit state
Zumo exchange setting obtained from ZumoKit state
amount in deposit account currency
exchange maximum possible funds (defaults to false)
Compose fiat transaction between users in Zumo ecosystem asynchronously. Refer to Send Transactions guide for usage details.
Account identifier
Account identifier
amount in source account currency
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)
Compose transaction to nominated account asynchronously. Refer to Send Transactions guide for usage details.
Account identifier
amount in source account currency
send maximum possible funds to destination (defaults to false)
Submit an exchange asynchronously. Refer to Make Exchanges guide for usage details.
Composed exchange retrieved as the result of composeExchange method
Submit a transaction asynchronously. Refer to Send Transactions guide for usage details.
Composed transaction retrieved as a result of one of the compose transaction methods
Generated using TypeDoc
User wallet interface describes methods for transfer and exchange of fiat and cryptocurrency funds.
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.
User wallet instance can be obtained by creating, unlocking or recovering user wallet.
See User.