PlaintextTx
Unencrypted transaction view for debugging
Definition
@dataclass(frozen=True)
class PlaintextTx:
to: ChecksumAddress | None
data: HexBytes
nonce: int
gas: int
gas_price: int
value: intFields
Field
Type
Description
Example
Notes
See Also
Last updated

