OBJECT

CreateBitcoinDraftTransaction

link GraphQL Schema definition

  • type CreateBitcoinDraftTransaction implements CreateBitcoinTransactionResponseInterface {
  • # The transction data to be signed
  • signData: BitcoinSign
  • # Bitcoin rate in desired currency
  • chainRate: String
  • # The transaction fee in satoshi
  • fee: Int
  • # The max allowed to send in satoshi
  • maxAllowedToSend: String
  • # The fee for the max send amount in satoshi
  • feeForMax: String
  • # The current balance of the wallet in satoshi
  • balance: String
  • }

link Require by

This element is not required by anyone