irita.sdk.constant.ContractMethod Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of irita-sdk Show documentation
Show all versions of irita-sdk Show documentation
Irita open alliance chain SDK (java)
package irita.sdk.constant;
public class ContractMethod {
public static final String ADD_DEPARTMENT = "add_department";
public static final String UPDATE_DEPARTMENT = "update_department";
public static final String ADD_MEMBER = "add_member";
public static final String REMOVE_MEMBER = "remove_member";
public static final String ADD_HASH = "add_hash";
public static final String REMOVE_HASH = "remove_hash";
public static final String GET_HASH = "get_hash";
}