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