Uses of Class
io.gopluslabs.client.model.ResponseWrapperListApproveTokenOutListResponse
-
Packages that use ResponseWrapperListApproveTokenOutListResponse Package Description io.gopluslabs.client.api io.gopluslabs.client.model io.gopluslabs.client.response -
-
Uses of ResponseWrapperListApproveTokenOutListResponse in io.gopluslabs.client.api
Methods in io.gopluslabs.client.api that return ResponseWrapperListApproveTokenOutListResponse Modifier and Type Method Description ResponseWrapperListApproveTokenOutListResponseApproveControllerV2Api. addressTokenApproveListUsingGET1(String addresses, String chainId, String authorization)Returns the ERC-20 approvals of an EOA address and associated risk items.Methods in io.gopluslabs.client.api that return types with arguments of type ResponseWrapperListApproveTokenOutListResponse Modifier and Type Method Description ApiResponse<ResponseWrapperListApproveTokenOutListResponse>ApproveControllerV2Api. addressTokenApproveListUsingGET1WithHttpInfo(String addresses, String chainId, String authorization)Returns the ERC-20 approvals of an EOA address and associated risk items.Method parameters in io.gopluslabs.client.api with type arguments of type ResponseWrapperListApproveTokenOutListResponse Modifier and Type Method Description com.squareup.okhttp.CallApproveControllerV2Api. addressTokenApproveListUsingGET1Async(String addresses, String chainId, String authorization, ApiCallback<ResponseWrapperListApproveTokenOutListResponse> callback)Returns the ERC-20 approvals of an EOA address and associated risk items. -
Uses of ResponseWrapperListApproveTokenOutListResponse in io.gopluslabs.client.model
Methods in io.gopluslabs.client.model that return ResponseWrapperListApproveTokenOutListResponse Modifier and Type Method Description ResponseWrapperListApproveTokenOutListResponseResponseWrapperListApproveTokenOutListResponse. addResultItem(ApproveTokenOutListResponse resultItem)ResponseWrapperListApproveTokenOutListResponseResponseWrapperListApproveTokenOutListResponse. code(Integer code)ResponseWrapperListApproveTokenOutListResponseResponseWrapperListApproveTokenOutListResponse. message(String message)ResponseWrapperListApproveTokenOutListResponseResponseWrapperListApproveTokenOutListResponse. result(List<ApproveTokenOutListResponse> result) -
Uses of ResponseWrapperListApproveTokenOutListResponse in io.gopluslabs.client.response
Methods in io.gopluslabs.client.response with parameters of type ResponseWrapperListApproveTokenOutListResponse Modifier and Type Method Description static ApproveTokenOutListApproveTokenOutList. of(ResponseWrapperListApproveTokenOutListResponse response)Constructors in io.gopluslabs.client.response with parameters of type ResponseWrapperListApproveTokenOutListResponse Constructor Description ApproveTokenOutList(ResponseWrapperListApproveTokenOutListResponse value)
-