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 APIV1POSTKeyListResponse
DefaultApi. 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.Call
DefaultApi. 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 APIV1POSTKeyListResponse
APIV1POSTKeyListResponse. addAddressesItem(String addressesItem)
APIV1POSTKeyListResponse
APIV1POSTKeyListResponse. addresses(List<String> addresses)
APIV1POSTKeyListResponse
APIV1POSTKeyListResponse. error(Boolean error)
APIV1POSTKeyListResponse
APIV1POSTKeyListResponse. message(String message)
-