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;

import java.util.List;

public interface TransactionPrivilege extends Privilege {

	List getPrivilege();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy