OBJECT
EthereumSign
link GraphQL Schema definition
- type EthereumSign {
- # An Ethereum Transaction
- EthereumTransaction! :
- # The HDWalletPath within the BIP32 Wallet
- HdWalletPath! :
- # IMPORTANT: This should only be used to verify that the digest you created from
- # the transaction is correct. NEVER sign this digest without verifying!
- TransactionDigestData! :
- }