OBJECT

CreateBitcoinTransactionIdResponse

link GraphQL Schema definition

  • type CreateBitcoinTransactionIdResponse implements CreateBitcoinTransactionResponseInterface {
  • # Unique identifier for the transaction request
  • requestId: String
  • # The Trustvault transaction id
  • trustVaultTransactionId: String @deprecated( reason: "use requestId instead" )
  • # 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