cn.hyperchain.sdk.service.NodeService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of litesdk Show documentation
Show all versions of litesdk Show documentation
A Java client tool for Hyperchain
package cn.hyperchain.sdk.service;
import cn.hyperchain.sdk.request.Request;
import cn.hyperchain.sdk.response.node.NodeResponse;
public interface NodeService {
Request getNodes(int... ids);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy