diff --git a/web3/eth_api_types.nim b/web3/eth_api_types.nim index 511a025..1b2cdf5 100644 --- a/web3/eth_api_types.nim +++ b/web3/eth_api_types.nim @@ -147,6 +147,7 @@ type v*: Quantity # ECDSA recovery id r*: UInt256 # ECDSA signature r s*: UInt256 # ECDSA signature s + yParity*: Option[Quantity] # ECDSA y parity, none for Legacy, same as v for >= Tx2930 `type`*: Option[Quantity] # EIP-2718, with 0x0 for Legacy chainId*: Option[Quantity] # EIP-159 accessList*: Option[seq[AccessTuple]] # EIP-2930