CreateBitcoinTransactionParams
No description
input CreateBitcoinTransactionParams {
subWalletId: String!
to: String!
amount: TransactionAmount!
speed: TransactionSpeed
satoshiPerByte: String
}
Fields
CreateBitcoinTransactionParams.subWalletId ● String! non-null scalar
The unique identifier for the subWallet you wish to send this transaction from
CreateBitcoinTransactionParams.to ● String! non-null scalar
The address this transaction is directed to
CreateBitcoinTransactionParams.amount ● TransactionAmount! non-null input
The value of BTC to send with this transaction in satoshis
CreateBitcoinTransactionParams.speed ● TransactionSpeed enum
The speed at which you want the network to accept the transaction. This a dynamic value for the gasPrice and helps determine the fee. The fee is charged by the network in satoshi. This value is included in the total amount of the transaction. Defaults to MEDIUM
CreateBitcoinTransactionParams.satoshiPerByte ● String scalar
The amount of satoshi you are willing to pay per byte of the transaction