Skip to main content

EthereumSign

No description

type EthereumSign {
transaction: EthereumTransaction!
hdWalletPath: HdWalletPath!
unverifiedDigestData: TransactionDigestData!
}

Fields

EthereumSign.transaction ● EthereumTransaction! non-null object

An Ethereum Transaction

EthereumSign.hdWalletPath ● HdWalletPath! non-null object

The HD wallet path within the BIP32 Wallet

EthereumSign.unverifiedDigestData ● TransactionDigestData! non-null object

IMPORTANT: This should only be used to verify that the digest you created from the transaction is correct. NEVER sign this digest without verifying!

Member Of

CreateEthereumDraftTransaction object ● CreateEthereumTransactionResponse object ● CreateEthereumTransactionResponseInterface interface ● CreateEvmTransactionLiteResponse object ● CreateXdcNetworkTransactionResponse object