INTERFACE
CreateBitcoinTransactionResponseInterface
link GraphQL Schema definition
- interface CreateBitcoinTransactionResponseInterface {
- # The transction data to be signed
- BitcoinSign :
- # Bitcoin rate in desired currency
- String :
- # The transaction fee in satoshi
- Int :
- # The max allowed to send in satoshi
- String :
- # The fee for the max send amount in satoshi
- String :
- # The current balance of the wallet in satoshi
- String :
- }