Skip to main content

CreateEthereumTransactionResponseInterface

No description

interface CreateEthereumTransactionResponseInterface {
signData: EthereumSign!
chainRate: String!
assetRate: String!
}

Fields

CreateEthereumTransactionResponseInterface.signData ● EthereumSign! non-null object

Data needed to sign a transaction

CreateEthereumTransactionResponseInterface.chainRate ● String! non-null scalar

Ethereum rate in desired currency

CreateEthereumTransactionResponseInterface.assetRate ● String! non-null scalar

Token rate in desired currency

Returned By

createEthereumTransaction mutation

Implemented By

CreateEthereumDraftTransaction object ● CreateEthereumTransactionResponse object ● CreateXdcNetworkTransactionResponse object