public interface ITransaction
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.web3j.rlp.RlpType> |
asRlpValues(Sign.SignatureData signatureData) |
java.lang.String |
getData() |
java.math.BigInteger |
getGasLimit() |
java.math.BigInteger |
getGasPrice() |
java.math.BigInteger |
getNonce() |
java.lang.String |
getTo() |
TransactionType |
getType() |
java.math.BigInteger |
getValue() |
java.util.List<org.web3j.rlp.RlpType> asRlpValues(Sign.SignatureData signatureData)
java.math.BigInteger getNonce()
java.math.BigInteger getGasPrice()
java.math.BigInteger getGasLimit()
java.lang.String getTo()
java.math.BigInteger getValue()
java.lang.String getData()
TransactionType getType()