OBJECT

EthereumSign

link GraphQL Schema definition

  • type EthereumSign {
  • # An Ethereum Transaction
  • transaction: EthereumTransaction!
  • # The HDWalletPath within the BIP32 Wallet
  • hdWalletPath: 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!
  • unverifiedDigestData: TransactionDigestData!
  • }