Uses of Class
com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigListResponse
-
Packages that use APIV1POSTMultisigListResponse Package Description com.algorand.algosdk.kmd.client.api com.algorand.algosdk.kmd.client.model -
-
Uses of APIV1POSTMultisigListResponse in com.algorand.algosdk.kmd.client.api
Methods in com.algorand.algosdk.kmd.client.api that return APIV1POSTMultisigListResponse Modifier and Type Method Description APIV1POSTMultisigListResponseDefaultApi. listMultisig(ListMultisigRequest listMultisigRequest)List multisig accounts Lists all of the multisig accounts whose preimages this wallet storesMethods in com.algorand.algosdk.kmd.client.api that return types with arguments of type APIV1POSTMultisigListResponse Modifier and Type Method Description ApiResponse<APIV1POSTMultisigListResponse>DefaultApi. listMultisigWithHttpInfo(ListMultisigRequest listMultisigRequest)List multisig accounts Lists all of the multisig accounts whose preimages this wallet storesMethod parameters in com.algorand.algosdk.kmd.client.api with type arguments of type APIV1POSTMultisigListResponse Modifier and Type Method Description com.squareup.okhttp.CallDefaultApi. listMultisigAsync(ListMultisigRequest listMultisigRequest, ApiCallback<APIV1POSTMultisigListResponse> callback)List multisig accounts (asynchronously) Lists all of the multisig accounts whose preimages this wallet stores -
Uses of APIV1POSTMultisigListResponse in com.algorand.algosdk.kmd.client.model
Methods in com.algorand.algosdk.kmd.client.model that return APIV1POSTMultisigListResponse Modifier and Type Method Description APIV1POSTMultisigListResponseAPIV1POSTMultisigListResponse. addAddressesItem(String addressesItem)APIV1POSTMultisigListResponseAPIV1POSTMultisigListResponse. addresses(List<String> addresses)APIV1POSTMultisigListResponseAPIV1POSTMultisigListResponse. error(Boolean error)APIV1POSTMultisigListResponseAPIV1POSTMultisigListResponse. message(String message)
-