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

com.jd.blockchain.contract.model.LedgerContext Maven / Gradle / Ivy

There is a newer version: 0.8.3.RELEASE
Show newest version
package com.jd.blockchain.contract.model;

import com.jd.blockchain.ledger.data.DataAccountOperator;
import com.jd.blockchain.ledger.data.UserOperator;
import com.jd.blockchain.sdk.BlockchainQueryService;

public interface LedgerContext extends BlockchainQueryService, UserOperator, DataAccountOperator{
	
	
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy