Interface IPrivateTransaction
- All Superinterfaces:
org.web3j.crypto.transaction.type.ITransaction
- All Known Implementing Classes:
LegacyPrivateTransaction,PrivateTransaction1559
public interface IPrivateTransaction
extends org.web3j.crypto.transaction.type.ITransaction
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.web3j.crypto.transaction.type.ITransaction
asRlpValues, getData, getGasLimit, getGasPrice, getNonce, getTo, getType, getValue
-
Method Details
-
getPrivateFrom
Base64String getPrivateFrom() -
getPrivateFor
Optional<List<Base64String>> getPrivateFor() -
getPrivacyGroupId
Optional<Base64String> getPrivacyGroupId() -
getRestriction
Restriction getRestriction()
-