cn.hyperchain.sdk.service.CompileService 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.CompileResponse;
/**
* solidity contract compile service interface.
*
* @author Lam
* @ClassName CompileService
* @date 2019-07-09
*/
public interface CompileService {
Request compile(String sourceCode, int... nodes);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy