Package nxt.blockchain.chaincontrol
Interface PermissionChecker
public interface PermissionChecker
-
Method Summary
Modifier and TypeMethodDescriptionvoidcheckPermission(long accountId, PermissionType permissionType) voidcheckTransaction(Transaction transaction)
-
Method Details
-
checkTransaction
-
checkPermission
void checkPermission(long accountId, PermissionType permissionType) throws NxtException.NotCurrentlyValidException
-