Uses of Class
com.algorand.algosdk.kmd.client.model.ExportMasterKeyRequest
-
Packages that use ExportMasterKeyRequest Package Description com.algorand.algosdk.kmd.client.api com.algorand.algosdk.kmd.client.model -
-
Uses of ExportMasterKeyRequest in com.algorand.algosdk.kmd.client.api
Methods in com.algorand.algosdk.kmd.client.api with parameters of type ExportMasterKeyRequest Modifier and Type Method Description APIV1POSTMasterKeyExportResponseDefaultApi. exportMasterKey(ExportMasterKeyRequest exportMasterKeyRequest)Export the master derivation key from a wallet Export the master derivation key from the wallet.com.squareup.okhttp.CallDefaultApi. exportMasterKeyAsync(ExportMasterKeyRequest exportMasterKeyRequest, ApiCallback<APIV1POSTMasterKeyExportResponse> callback)Export the master derivation key from a wallet (asynchronously) Export the master derivation key from the wallet.com.squareup.okhttp.CallDefaultApi. exportMasterKeyCall(ExportMasterKeyRequest exportMasterKeyRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for exportMasterKeyApiResponse<APIV1POSTMasterKeyExportResponse>DefaultApi. exportMasterKeyWithHttpInfo(ExportMasterKeyRequest exportMasterKeyRequest)Export the master derivation key from a wallet Export the master derivation key from the wallet. -
Uses of ExportMasterKeyRequest in com.algorand.algosdk.kmd.client.model
Methods in com.algorand.algosdk.kmd.client.model that return ExportMasterKeyRequest Modifier and Type Method Description ExportMasterKeyRequestExportMasterKeyRequest. walletHandleToken(String walletHandleToken)ExportMasterKeyRequestExportMasterKeyRequest. walletPassword(String walletPassword)
-