INPUT_OBJECT
CreateBitcoinTransactionParams
link GraphQL Schema definition
- input CreateBitcoinTransactionParams {
- # The sub wallet you wish to send this transaction from (@deprecated(reason: "use
- # subWalletId instead"))
- SubWalletIdInput :
- String :
- # The address this transaction is directed to
- String! :
- # The value of BTC to send with this transaction in satoshis
- TransactionAmount! :
- # The speed at which you want the network to accept the transaction. The fee is
- # charged
- #
- # by the network in satoshi. This value is included in the total amount of the
- # transaction.
- #
- # Defaults to MEDIUM
- TransactionSpeed :
- # The amount of satoshi you are willing to pay per byte of the transaction
- String :
- }