Uses of Class
io.gopluslabs.client.model.ResponseWrapperListApproveNFT1155ListResponse
-
Packages that use ResponseWrapperListApproveNFT1155ListResponse Package Description io.gopluslabs.client.api io.gopluslabs.client.model io.gopluslabs.client.response -
-
Uses of ResponseWrapperListApproveNFT1155ListResponse in io.gopluslabs.client.api
Methods in io.gopluslabs.client.api that return ResponseWrapperListApproveNFT1155ListResponse Modifier and Type Method Description ResponseWrapperListApproveNFT1155ListResponseApproveControllerV2Api. addressNFT1155ApproveListUsingGET1(String addresses, String chainId, String authorization)Returns the ERC-1155 approvals of an EOA address and associated risk items.Methods in io.gopluslabs.client.api that return types with arguments of type ResponseWrapperListApproveNFT1155ListResponse Modifier and Type Method Description ApiResponse<ResponseWrapperListApproveNFT1155ListResponse>ApproveControllerV2Api. addressNFT1155ApproveListUsingGET1WithHttpInfo(String addresses, String chainId, String authorization)Returns the ERC-1155 approvals of an EOA address and associated risk items.Method parameters in io.gopluslabs.client.api with type arguments of type ResponseWrapperListApproveNFT1155ListResponse Modifier and Type Method Description com.squareup.okhttp.CallApproveControllerV2Api. addressNFT1155ApproveListUsingGET1Async(String addresses, String chainId, String authorization, ApiCallback<ResponseWrapperListApproveNFT1155ListResponse> callback)Returns the ERC-1155 approvals of an EOA address and associated risk items. -
Uses of ResponseWrapperListApproveNFT1155ListResponse in io.gopluslabs.client.model
Methods in io.gopluslabs.client.model that return ResponseWrapperListApproveNFT1155ListResponse Modifier and Type Method Description ResponseWrapperListApproveNFT1155ListResponseResponseWrapperListApproveNFT1155ListResponse. addResultItem(ApproveNFT1155ListResponse resultItem)ResponseWrapperListApproveNFT1155ListResponseResponseWrapperListApproveNFT1155ListResponse. code(Integer code)ResponseWrapperListApproveNFT1155ListResponseResponseWrapperListApproveNFT1155ListResponse. message(String message)ResponseWrapperListApproveNFT1155ListResponseResponseWrapperListApproveNFT1155ListResponse. result(List<ApproveNFT1155ListResponse> result) -
Uses of ResponseWrapperListApproveNFT1155ListResponse in io.gopluslabs.client.response
Methods in io.gopluslabs.client.response with parameters of type ResponseWrapperListApproveNFT1155ListResponse Modifier and Type Method Description static ApproveNFT1155ListApproveNFT1155List. of(ResponseWrapperListApproveNFT1155ListResponse response)Constructors in io.gopluslabs.client.response with parameters of type ResponseWrapperListApproveNFT1155ListResponse Constructor Description ApproveNFT1155List(ResponseWrapperListApproveNFT1155ListResponse value)
-