Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk
Class EthereumTransactionDataEip7702.AuthorizationTuple
java.lang.Object
com.hedera.hashgraph.sdk.EthereumTransactionDataEip7702.AuthorizationTuple
- Enclosing class:
EthereumTransactionDataEip7702
A tuple describing an authorization entry for EIP-7702 transactions.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAuthorizationTuple(byte[] chainId, byte[] address, byte[] nonce, byte[] yParity, byte[] r, byte[] s) -
Method Summary
-
Field Details
-
chainId
public byte[] chainId -
address
public byte[] address -
nonce
public byte[] nonce -
yParity
public byte[] yParity -
r
public byte[] r -
s
public byte[] s
-
-
Constructor Details
-
AuthorizationTuple
public AuthorizationTuple(byte[] chainId, byte[] address, byte[] nonce, byte[] yParity, byte[] r, byte[] s)
-
-
Method Details