Uses of Class
com.algorand.algosdk.kmd.client.model.APIV1POSTKeyListResponse
-
Packages that use APIV1POSTKeyListResponse Package Description com.algorand.algosdk.kmd.client.api com.algorand.algosdk.kmd.client.model -
-
Uses of APIV1POSTKeyListResponse in com.algorand.algosdk.kmd.client.api
Methods in com.algorand.algosdk.kmd.client.api that return APIV1POSTKeyListResponse Modifier and Type Method Description APIV1POSTKeyListResponseDefaultApi. listKeysInWallet(ListKeysRequest listKeysRequest)List keys in wallet Lists all of the public keys in this wallet.Methods in com.algorand.algosdk.kmd.client.api that return types with arguments of type APIV1POSTKeyListResponse Modifier and Type Method Description ApiResponse<APIV1POSTKeyListResponse>DefaultApi. listKeysInWalletWithHttpInfo(ListKeysRequest listKeysRequest)List keys in wallet Lists all of the public keys in this wallet.Method parameters in com.algorand.algosdk.kmd.client.api with type arguments of type APIV1POSTKeyListResponse Modifier and Type Method Description com.squareup.okhttp.CallDefaultApi. listKeysInWalletAsync(ListKeysRequest listKeysRequest, ApiCallback<APIV1POSTKeyListResponse> callback)List keys in wallet (asynchronously) Lists all of the public keys in this wallet. -
Uses of APIV1POSTKeyListResponse in com.algorand.algosdk.kmd.client.model
Methods in com.algorand.algosdk.kmd.client.model that return APIV1POSTKeyListResponse Modifier and Type Method Description APIV1POSTKeyListResponseAPIV1POSTKeyListResponse. addAddressesItem(String addressesItem)APIV1POSTKeyListResponseAPIV1POSTKeyListResponse. addresses(List<String> addresses)APIV1POSTKeyListResponseAPIV1POSTKeyListResponse. error(Boolean error)APIV1POSTKeyListResponseAPIV1POSTKeyListResponse. message(String message)
-