Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk
Class EthereumTransactionDataEip7702.HeaderData
java.lang.Object
com.hedera.hashgraph.sdk.EthereumTransactionDataEip7702.HeaderData
- Enclosing class:
EthereumTransactionDataEip7702
A helper class to hold core transaction fields for EIP-7702 transactions.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHeaderData(byte[] chainId, byte[] nonce, byte[] maxPriorityGas, byte[] maxGas, byte[] gasLimit, byte[] to, byte[] value) -
Method Summary
-
Field Details
-
chainId
public byte[] chainId -
nonce
public byte[] nonce -
maxPriorityGas
public byte[] maxPriorityGas -
maxGas
public byte[] maxGas -
gasLimit
public byte[] gasLimit -
to
public byte[] to -
value
public byte[] value
-
-
Constructor Details
-
HeaderData
public HeaderData(byte[] chainId, byte[] nonce, byte[] maxPriorityGas, byte[] maxGas, byte[] gasLimit, byte[] to, byte[] value)
-