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

com.jd.blockchain.ledger.LedgerPrivilege Maven / Gradle / Ivy

package com.jd.blockchain.ledger;

/**
 * LedgerPrivilege 账本特权是授权给特定角色的权限代码序列;
 * 
 * @author huanghaiquan
 *
 */
public class LedgerPrivilege extends PrivilegeBitset {

	public LedgerPrivilege() {
	}

	public LedgerPrivilege(byte[] codeBytes) {
		super(codeBytes);
	}

	@Override
	public LedgerPrivilege clone() {
		return (LedgerPrivilege) super.clone();
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy