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

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

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

import com.jd.blockchain.transaction.BlockchainQueryService;

/**
 * 区块链服务;
 * 
 * 
* 这是一个门面服务(facade); * * @author huanghaiquan * */ public interface BlockchainService extends BlockchainQueryService, BlockchainTransactionService, BlockchainEventService { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy