com.antgroup.antchain.openapi.twc.models.ContractAccount Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openapi-twc Show documentation
Show all versions of openapi-twc Show documentation
Ant Chain TWC SDK for Java
// This file is auto-generated, don't edit it. Thanks.
package com.antgroup.antchain.openapi.twc.models;
import com.aliyun.tea.*;
public class ContractAccount extends TeaModel {
public static ContractAccount build(java.util.Map map) throws Exception {
ContractAccount self = new ContractAccount();
return TeaModel.build(map, self);
}
}