INTERFACE
CreateEthereumTransactionResponseInterface
link GraphQL Schema definition
- interface CreateEthereumTransactionResponseInterface {
- # Data needed to sign a transaction
- EthereumSign! :
- # Ethereum rate in desired currency
- String! :
- # Token rate in desired currency
- String! :
- }