Uses of Class
io.gopluslabs.client.request.Erc20ApprovalSecurityRequest
-
Packages that use Erc20ApprovalSecurityRequest Package Description io.gopluslabs.client io.gopluslabs.client.request -
-
Uses of Erc20ApprovalSecurityRequest in io.gopluslabs.client
Methods in io.gopluslabs.client with parameters of type Erc20ApprovalSecurityRequest Modifier and Type Method Description static ApproveTokenOutListGoPlusClient. erc20ApprovalSecurity(Erc20ApprovalSecurityRequest request)Check risk of all erc20 approvals under one EOA. -
Uses of Erc20ApprovalSecurityRequest in io.gopluslabs.client.request
Methods in io.gopluslabs.client.request that return Erc20ApprovalSecurityRequest Modifier and Type Method Description static Erc20ApprovalSecurityRequestErc20ApprovalSecurityRequest. of(String chainId, String address)static Erc20ApprovalSecurityRequestErc20ApprovalSecurityRequest. of(String chainId, String address, Integer timeout)static Erc20ApprovalSecurityRequestErc20ApprovalSecurityRequest. of(String chainId, String address, String authorization)static Erc20ApprovalSecurityRequestErc20ApprovalSecurityRequest. of(String chainId, String address, String authorization, Integer timeout)
-