Class EthereumTransactionDataEip7702.HeaderData

java.lang.Object
com.hedera.hashgraph.sdk.EthereumTransactionDataEip7702.HeaderData
Enclosing class:
EthereumTransactionDataEip7702

static class EthereumTransactionDataEip7702.HeaderData extends Object
A helper class to hold core transaction fields for EIP-7702 transactions.
  • 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)