Skip to main content

CreateEthereumDraftTransaction

No description

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

Fields

CreateEthereumDraftTransaction.signData ● EthereumSign! non-null object

Data needed to sign a transaction

CreateEthereumDraftTransaction.chainRate ● String! non-null scalar

Ethereum rate in desired currency

CreateEthereumDraftTransaction.assetRate ● String! non-null scalar

Token rate in desired currency

Interfaces

CreateEthereumTransactionResponseInterface interface