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