Uses of Class
com.algorand.algosdk.kmd.client.model.APIV1POSTKeyResponse
-
Packages that use APIV1POSTKeyResponse Package Description com.algorand.algosdk.kmd.client.api com.algorand.algosdk.kmd.client.model -
-
Uses of APIV1POSTKeyResponse in com.algorand.algosdk.kmd.client.api
Methods in com.algorand.algosdk.kmd.client.api that return APIV1POSTKeyResponse Modifier and Type Method Description APIV1POSTKeyResponse
DefaultApi. generateKey(GenerateKeyRequest generateKeyRequest)
Generate a key Generates the next key in the deterministic key sequence (as determined by the master derivation key) and adds it to the wallet, returning the public key.Methods in com.algorand.algosdk.kmd.client.api that return types with arguments of type APIV1POSTKeyResponse Modifier and Type Method Description ApiResponse<APIV1POSTKeyResponse>
DefaultApi. generateKeyWithHttpInfo(GenerateKeyRequest generateKeyRequest)
Generate a key Generates the next key in the deterministic key sequence (as determined by the master derivation key) and adds it to the wallet, returning the public key.Method parameters in com.algorand.algosdk.kmd.client.api with type arguments of type APIV1POSTKeyResponse Modifier and Type Method Description com.squareup.okhttp.Call
DefaultApi. generateKeyAsync(GenerateKeyRequest generateKeyRequest, ApiCallback<APIV1POSTKeyResponse> callback)
Generate a key (asynchronously) Generates the next key in the deterministic key sequence (as determined by the master derivation key) and adds it to the wallet, returning the public key. -
Uses of APIV1POSTKeyResponse in com.algorand.algosdk.kmd.client.model
Methods in com.algorand.algosdk.kmd.client.model that return APIV1POSTKeyResponse Modifier and Type Method Description APIV1POSTKeyResponse
APIV1POSTKeyResponse. address(String address)
APIV1POSTKeyResponse
APIV1POSTKeyResponse. error(Boolean error)
APIV1POSTKeyResponse
APIV1POSTKeyResponse. message(String message)
-