cn.hyperchain.sdk.common.utils.FuncParams 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.common.utils;
import java.util.ArrayList;
import java.util.List;
/**
* this class represents param for evm method.
*
* @author Jianhui Dong
* @ClassName FuncParams
* @date 2019-07-08
*/
public class FuncParams {
private List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy