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

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

The newest version!
package com.jd.blockchain.sdk;

import com.jd.blockchain.crypto.HashDigest;
import com.jd.blockchain.ledger.CryptoSetting;
import com.jd.blockchain.transaction.BlockchainQueryService;
import com.jd.blockchain.transaction.TransactionService;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy