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

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

package com.jd.blockchain.ledger;

public class TransactionPrivilege extends PrivilegeBitset {

	public TransactionPrivilege() {
	}

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

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy