INTERFACE

CreateBitcoinTransactionResponseInterface

link GraphQL Schema definition

  • interface 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
  • }