Uses of Class
com.algorand.algosdk.kmd.client.model.APIV1DELETEKeyResponse
-
Packages that use APIV1DELETEKeyResponse Package Description com.algorand.algosdk.kmd.client.api com.algorand.algosdk.kmd.client.model -
-
Uses of APIV1DELETEKeyResponse in com.algorand.algosdk.kmd.client.api
Methods in com.algorand.algosdk.kmd.client.api that return APIV1DELETEKeyResponse Modifier and Type Method Description APIV1DELETEKeyResponse
DefaultApi. deleteKey(DeleteKeyRequest deleteKeyRequest)
Delete a key Deletes the key with the passed public key from the wallet.Methods in com.algorand.algosdk.kmd.client.api that return types with arguments of type APIV1DELETEKeyResponse Modifier and Type Method Description ApiResponse<APIV1DELETEKeyResponse>
DefaultApi. deleteKeyWithHttpInfo(DeleteKeyRequest deleteKeyRequest)
Delete a key Deletes the key with the passed public key from the wallet.Method parameters in com.algorand.algosdk.kmd.client.api with type arguments of type APIV1DELETEKeyResponse Modifier and Type Method Description com.squareup.okhttp.Call
DefaultApi. deleteKeyAsync(DeleteKeyRequest deleteKeyRequest, ApiCallback<APIV1DELETEKeyResponse> callback)
Delete a key (asynchronously) Deletes the key with the passed public key from the wallet. -
Uses of APIV1DELETEKeyResponse in com.algorand.algosdk.kmd.client.model
Methods in com.algorand.algosdk.kmd.client.model that return APIV1DELETEKeyResponse Modifier and Type Method Description APIV1DELETEKeyResponse
APIV1DELETEKeyResponse. error(Boolean error)
APIV1DELETEKeyResponse
APIV1DELETEKeyResponse. message(String message)
-