All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jd.blockchain.sdk.PrivilegeSetting Maven / Gradle / Ivy

The newest version!
package com.jd.blockchain.sdk;

import com.jd.blockchain.ledger.PermissionType;

/**
 * 权限设置;
* * * * @author huanghaiquan * */ public interface PrivilegeSetting { String[] getSigners(); long getMask(String address); boolean isEnable(String address, PermissionType privilege); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy