OBJECT
CreateEthereumTransactionResponse
link GraphQL Schema definition
- type CreateEthereumTransactionResponse implements CreateEthereumTransactionResponseInterface {
- # The unique identifier for the ethereum transaction request
- String! :
- # The unique identifier for the ethereum transaction request
- String! @deprecated( reason: "use requestId instead" ) :
- # The unique identifier for the ethereum transaction request
- String! @deprecated( reason: "use requestId instead" ) :
- # Data needed to sign a transaction
- EthereumSign! :
- # Ethereum rate in desired currency
- String! :
- # Token rate in desired currency
- String! :
- }
link Require by
This element is not required by anyone