INTERFACE

CreateEthereumTransactionResponseInterface

link GraphQL Schema definition

  • interface CreateEthereumTransactionResponseInterface {
  • # Data needed to sign a transaction
  • signData: EthereumSign!
  • # Ethereum rate in desired currency
  • chainRate: String!
  • # Token rate in desired currency
  • assetRate: String!
  • }