cn.hyperchain.sdk.service.RadarService 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.radar.RadarResponse;
public interface RadarService {
/**
* to listen contract.
*
* @param sourceCode solidity source code
* @param contractAddress contract address
* @param nodeIds specific ids
* @return {@link Request} of {@link RadarResponse}
*/
@Deprecated
Request listenContract(String sourceCode, String contractAddress, int... nodeIds);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy