MsgEthereumTx encapsulates an Ethereum transaction as an SDK message.

Hierarchy

  • V1MsgEthereumTx

Properties

Properties

inner transaction data caches

from?: string

ethereum signer address in hex format. This address value is checked against the address derived from the signature (V, R, S) using the secp256k1 elliptic curve

hash?: string

transaction hash in hex format

size?: number

DEPRECATED: encoded storage size of the transaction

Format

double

Generated using TypeDoc