OBJECT

CreateEthereumTransactionResponse

link GraphQL Schema definition

  • type CreateEthereumTransactionResponse implements CreateEthereumTransactionResponseInterface {
  • # The unique identifier for the ethereum transaction request
  • requestId: String!
  • # The unique identifier for the ethereum transaction request
  • transactionId: String! @deprecated( reason: "use requestId instead" )
  • # The unique identifier for the ethereum transaction request
  • trustVaultTransactionId: String! @deprecated( reason: "use requestId instead" )
  • # Data needed to sign a transaction
  • signData: EthereumSign!
  • # Ethereum rate in desired currency
  • chainRate: String!
  • # Token rate in desired currency
  • assetRate: String!
  • }

link Require by

This element is not required by anyone