Interface ITransaction
- All Known Implementing Classes:
LegacyTransaction,Transaction1559,Transaction2930
public interface ITransaction
-
Method Summary
Modifier and TypeMethodDescriptionList<org.web3j.rlp.RlpType>asRlpValues(Sign.SignatureData signatureData) getData()getNonce()getTo()getType()getValue()
-
Method Details
-
asRlpValues
-
getNonce
BigInteger getNonce() -
getGasPrice
BigInteger getGasPrice() -
getGasLimit
BigInteger getGasLimit() -
getTo
String getTo() -
getValue
BigInteger getValue() -
getData
String getData() -
getType
TransactionType getType()
-