Skip to main content

CreateXdcNetworkTransactionResponse

No description

type CreateXdcNetworkTransactionResponse implements CreateEthereumTransactionResponseInterface {
requestId: String!
signData: EthereumSign!
chainRate: String!
assetRate: String!
}

Fields

CreateXdcNetworkTransactionResponse.requestId ● String! non-null scalar

The unique identifier for the ethereum transaction request

CreateXdcNetworkTransactionResponse.signData ● EthereumSign! non-null object

Data needed to sign a transaction

CreateXdcNetworkTransactionResponse.chainRate ● String! non-null scalar

Ethereum rate in desired currency

CreateXdcNetworkTransactionResponse.assetRate ● String! non-null scalar

Token rate in desired currency

Interfaces

CreateEthereumTransactionResponseInterface interface