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

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

package com.jd.blockchain.ledger;

import com.jd.blockchain.utils.Dataset;

public interface Account {
	
	BlockchainIdentity getID();
	
	Dataset getDataset();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy