Uses of Class
com.algorand.algosdk.kmd.client.model.APIV1POSTKeyImportResponse
-
Packages that use APIV1POSTKeyImportResponse Package Description com.algorand.algosdk.kmd.client.api com.algorand.algosdk.kmd.client.model -
-
Uses of APIV1POSTKeyImportResponse in com.algorand.algosdk.kmd.client.api
Methods in com.algorand.algosdk.kmd.client.api that return APIV1POSTKeyImportResponse Modifier and Type Method Description APIV1POSTKeyImportResponse
DefaultApi. importKey(ImportKeyRequest importKeyRequest)
Import a key Import an externally generated key into the wallet.Methods in com.algorand.algosdk.kmd.client.api that return types with arguments of type APIV1POSTKeyImportResponse Modifier and Type Method Description ApiResponse<APIV1POSTKeyImportResponse>
DefaultApi. importKeyWithHttpInfo(ImportKeyRequest importKeyRequest)
Import a key Import an externally generated key into the wallet.Method parameters in com.algorand.algosdk.kmd.client.api with type arguments of type APIV1POSTKeyImportResponse Modifier and Type Method Description com.squareup.okhttp.Call
DefaultApi. importKeyAsync(ImportKeyRequest importKeyRequest, ApiCallback<APIV1POSTKeyImportResponse> callback)
Import a key (asynchronously) Import an externally generated key into the wallet. -
Uses of APIV1POSTKeyImportResponse in com.algorand.algosdk.kmd.client.model
Methods in com.algorand.algosdk.kmd.client.model that return APIV1POSTKeyImportResponse Modifier and Type Method Description APIV1POSTKeyImportResponse
APIV1POSTKeyImportResponse. address(String address)
APIV1POSTKeyImportResponse
APIV1POSTKeyImportResponse. error(Boolean error)
APIV1POSTKeyImportResponse
APIV1POSTKeyImportResponse. message(String message)
-