public class Erc20ApprovalSecurityRequest extends BaseRequest
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
address |
private String |
chainId |
authorization, timeOut| 构造器和说明 |
|---|
Erc20ApprovalSecurityRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAddress() |
String |
getChainId() |
static Erc20ApprovalSecurityRequest |
of(String chainId,
String address) |
static Erc20ApprovalSecurityRequest |
of(String chainId,
String address,
Integer timeOut) |
static Erc20ApprovalSecurityRequest |
of(String chainId,
String address,
String authorization) |
static Erc20ApprovalSecurityRequest |
of(String chainId,
String address,
String authorization,
Integer timeOut) |
getAuthorization, getTimeOutpublic static Erc20ApprovalSecurityRequest of(String chainId, String address)
public static Erc20ApprovalSecurityRequest of(String chainId, String address, String authorization)
public static Erc20ApprovalSecurityRequest of(String chainId, String address, Integer timeOut)
public static Erc20ApprovalSecurityRequest of(String chainId, String address, String authorization, Integer timeOut)
public String getChainId()
public String getAddress()
Copyright © 2023. All rights reserved.