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 APIV1POSTMasterKeyExportResponse
DefaultApi. exportMasterKey(ExportMasterKeyRequest exportMasterKeyRequest)
Export the master derivation key from a wallet Export the master derivation key from the wallet.com.squareup.okhttp.Call
DefaultApi. 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.Call
DefaultApi. 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 ExportMasterKeyRequest
ExportMasterKeyRequest. walletHandleToken(String walletHandleToken)
ExportMasterKeyRequest
ExportMasterKeyRequest. walletPassword(String walletPassword)
-