public class Transaction1559 extends LegacyTransaction implements ITransaction
| Constructor and Description |
|---|
Transaction1559(long chainId,
java.math.BigInteger nonce,
java.math.BigInteger gasLimit,
java.lang.String to,
java.math.BigInteger value,
java.lang.String data,
java.math.BigInteger maxPriorityFeePerGas,
java.math.BigInteger maxFeePerGas) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.web3j.rlp.RlpType> |
asRlpValues(Sign.SignatureData signatureData) |
static Transaction1559 |
createEtherTransaction(long chainId,
java.math.BigInteger nonce,
java.math.BigInteger gasLimit,
java.lang.String to,
java.math.BigInteger value,
java.math.BigInteger maxPriorityFeePerGas,
java.math.BigInteger maxFeePerGas) |
static Transaction1559 |
createTransaction(long chainId,
java.math.BigInteger nonce,
java.math.BigInteger gasLimit,
java.lang.String to,
java.math.BigInteger value,
java.lang.String data,
java.math.BigInteger maxPriorityFeePerGas,
java.math.BigInteger maxFeePerGas) |
long |
getChainId() |
java.math.BigInteger |
getGasPrice() |
java.math.BigInteger |
getMaxFeePerGas() |
java.math.BigInteger |
getMaxPriorityFeePerGas() |
createContractTransaction, createEtherTransaction, createTransaction, createTransaction, getData, getGasLimit, getNonce, getTo, getType, getValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetData, getGasLimit, getNonce, getTo, getType, getValuepublic Transaction1559(long chainId,
java.math.BigInteger nonce,
java.math.BigInteger gasLimit,
java.lang.String to,
java.math.BigInteger value,
java.lang.String data,
java.math.BigInteger maxPriorityFeePerGas,
java.math.BigInteger maxFeePerGas)
public java.util.List<org.web3j.rlp.RlpType> asRlpValues(Sign.SignatureData signatureData)
asRlpValues in interface ITransactionasRlpValues in class LegacyTransactionpublic static Transaction1559 createEtherTransaction(long chainId, java.math.BigInteger nonce, java.math.BigInteger gasLimit, java.lang.String to, java.math.BigInteger value, java.math.BigInteger maxPriorityFeePerGas, java.math.BigInteger maxFeePerGas)
public static Transaction1559 createTransaction(long chainId, java.math.BigInteger nonce, java.math.BigInteger gasLimit, java.lang.String to, java.math.BigInteger value, java.lang.String data, java.math.BigInteger maxPriorityFeePerGas, java.math.BigInteger maxFeePerGas)
public java.math.BigInteger getGasPrice()
getGasPrice in interface ITransactiongetGasPrice in class LegacyTransactionpublic long getChainId()
public java.math.BigInteger getMaxPriorityFeePerGas()
public java.math.BigInteger getMaxFeePerGas()