INPUT_OBJECT
BinanceTransactionInput
link GraphQL Schema definition
- input BinanceTransactionInput {
- # The sub wallet you wish to send this transaction from
- SubWalletIdInput :
- String :
- # The amount of the asset to be transferred, a decimal integer string in the base
- # unit of the asset e.g. Satoshis for BTC or Wei for ETH
- String! :
- # The address to send this transaction is directed to
- String! :
- # assetSymbol (see supported-assets docs for more info)
- String! :
- # The number of transactions a user has already sent (plus 1 for this transaction)
- Int :
- # a message sent along with the transaction
- String :
- }