public class Transaction2930 extends LegacyTransaction
| Constructor and Description |
|---|
Transaction2930(long chainId,
java.math.BigInteger nonce,
java.math.BigInteger gasPrice,
java.math.BigInteger gasLimit,
java.lang.String to,
java.math.BigInteger value,
java.lang.String data,
java.util.List<AccessListObject> accessList) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.web3j.rlp.RlpType> |
asRlpValues(Sign.SignatureData signatureData) |
static Transaction2930 |
createEtherTransaction(long chainId,
java.math.BigInteger nonce,
java.math.BigInteger gasPrice,
java.math.BigInteger gasLimit,
java.lang.String to,
java.math.BigInteger value) |
static Transaction2930 |
createTransaction(long chainId,
java.math.BigInteger nonce,
java.math.BigInteger gasPrice,
java.math.BigInteger gasLimit,
java.lang.String to,
java.math.BigInteger value,
java.lang.String data,
java.util.List<AccessListObject> accessList) |
java.util.List<AccessListObject> |
getAccessList() |
long |
getChainId() |
createContractTransaction, createEtherTransaction, createTransaction, createTransaction, getData, getGasLimit, getGasPrice, getNonce, getTo, getType, getValuepublic Transaction2930(long chainId,
java.math.BigInteger nonce,
java.math.BigInteger gasPrice,
java.math.BigInteger gasLimit,
java.lang.String to,
java.math.BigInteger value,
java.lang.String data,
java.util.List<AccessListObject> accessList)
public java.util.List<org.web3j.rlp.RlpType> asRlpValues(Sign.SignatureData signatureData)
asRlpValues in interface ITransactionasRlpValues in class LegacyTransactionpublic static Transaction2930 createEtherTransaction(long chainId, java.math.BigInteger nonce, java.math.BigInteger gasPrice, java.math.BigInteger gasLimit, java.lang.String to, java.math.BigInteger value)
public static Transaction2930 createTransaction(long chainId, java.math.BigInteger nonce, java.math.BigInteger gasPrice, java.math.BigInteger gasLimit, java.lang.String to, java.math.BigInteger value, java.lang.String data, java.util.List<AccessListObject> accessList)
public long getChainId()
public java.util.List<AccessListObject> getAccessList()