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

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

package com.jd.blockchain.sdk;

import com.jd.blockchain.crypto.hash.HashDigest;
import com.jd.blockchain.ledger.CryptoSetting;
import com.jd.blockchain.ledger.data.TransactionService;

public interface LedgerAccessContext {
	
	HashDigest getLedgerHash();
	
	CryptoSetting getCryptoSetting();
	
	TransactionService getTransactionService();
	
	BlockchainQueryService getQueryService();
	
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy