Uses of Class
com.algorand.algosdk.kmd.client.model.DeleteKeyRequest
-
Packages that use DeleteKeyRequest Package Description com.algorand.algosdk.kmd.client.api com.algorand.algosdk.kmd.client.model -
-
Uses of DeleteKeyRequest in com.algorand.algosdk.kmd.client.api
Methods in com.algorand.algosdk.kmd.client.api with parameters of type DeleteKeyRequest Modifier and Type Method Description APIV1DELETEKeyResponse
DefaultApi. deleteKey(DeleteKeyRequest deleteKeyRequest)
Delete a key Deletes the key with the passed public key from the wallet.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.com.squareup.okhttp.Call
DefaultApi. deleteKeyCall(DeleteKeyRequest deleteKeyRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteKeyApiResponse<APIV1DELETEKeyResponse>
DefaultApi. deleteKeyWithHttpInfo(DeleteKeyRequest deleteKeyRequest)
Delete a key Deletes the key with the passed public key from the wallet. -
Uses of DeleteKeyRequest in com.algorand.algosdk.kmd.client.model
Methods in com.algorand.algosdk.kmd.client.model that return DeleteKeyRequest Modifier and Type Method Description DeleteKeyRequest
DeleteKeyRequest. address(String address)
DeleteKeyRequest
DeleteKeyRequest. walletHandleToken(String walletHandleToken)
DeleteKeyRequest
DeleteKeyRequest. walletPassword(String walletPassword)
-