Class Transaction2930
java.lang.Object
org.web3j.crypto.transaction.type.LegacyTransaction
org.web3j.crypto.transaction.type.Transaction2930
- All Implemented Interfaces:
ITransaction
-
Constructor Summary
ConstructorsConstructorDescriptionTransaction2930(long chainId, BigInteger nonce, BigInteger gasPrice, BigInteger gasLimit, String to, BigInteger value, String data, List<AccessListObject> accessList) -
Method Summary
Modifier and TypeMethodDescriptionList<org.web3j.rlp.RlpType>asRlpValues(Sign.SignatureData signatureData) static Transaction2930createEtherTransaction(long chainId, BigInteger nonce, BigInteger gasPrice, BigInteger gasLimit, String to, BigInteger value) static Transaction2930createTransaction(long chainId, BigInteger nonce, BigInteger gasPrice, BigInteger gasLimit, String to, BigInteger value, String data, List<AccessListObject> accessList) longMethods inherited from class org.web3j.crypto.transaction.type.LegacyTransaction
createContractTransaction, createEtherTransaction, createTransaction, createTransaction, getData, getGasLimit, getGasPrice, getNonce, getTo, getType, getValue
-
Constructor Details
-
Transaction2930
public Transaction2930(long chainId, BigInteger nonce, BigInteger gasPrice, BigInteger gasLimit, String to, BigInteger value, String data, List<AccessListObject> accessList)
-
-
Method Details
-
asRlpValues
- Specified by:
asRlpValuesin interfaceITransaction- Overrides:
asRlpValuesin classLegacyTransaction
-
createEtherTransaction
public static Transaction2930 createEtherTransaction(long chainId, BigInteger nonce, BigInteger gasPrice, BigInteger gasLimit, String to, BigInteger value) -
createTransaction
public static Transaction2930 createTransaction(long chainId, BigInteger nonce, BigInteger gasPrice, BigInteger gasLimit, String to, BigInteger value, String data, List<AccessListObject> accessList) -
getChainId
public long getChainId() -
getAccessList
-