Uses of Class
com.algorand.algosdk.kmd.client.model.GenerateKeyRequest
-
Packages that use GenerateKeyRequest Package Description com.algorand.algosdk.kmd.client.api com.algorand.algosdk.kmd.client.model -
-
Uses of GenerateKeyRequest in com.algorand.algosdk.kmd.client.api
Methods in com.algorand.algosdk.kmd.client.api with parameters of type GenerateKeyRequest 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.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.com.squareup.okhttp.Call
DefaultApi. generateKeyCall(GenerateKeyRequest generateKeyRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for generateKeyApiResponse<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. -
Uses of GenerateKeyRequest in com.algorand.algosdk.kmd.client.model
Methods in com.algorand.algosdk.kmd.client.model that return GenerateKeyRequest Modifier and Type Method Description GenerateKeyRequest
GenerateKeyRequest. displayMnemonic(Boolean displayMnemonic)
GenerateKeyRequest
GenerateKeyRequest. walletHandleToken(String walletHandleToken)
-