Uses of Class
com.algorand.algosdk.kmd.client.model.APIV1POSTMasterKeyExportResponse
-
Packages that use APIV1POSTMasterKeyExportResponse Package Description com.algorand.algosdk.kmd.client.api com.algorand.algosdk.kmd.client.model -
-
Uses of APIV1POSTMasterKeyExportResponse in com.algorand.algosdk.kmd.client.api
Methods in com.algorand.algosdk.kmd.client.api that return APIV1POSTMasterKeyExportResponse 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.Methods in com.algorand.algosdk.kmd.client.api that return types with arguments of type APIV1POSTMasterKeyExportResponse Modifier and Type Method Description ApiResponse<APIV1POSTMasterKeyExportResponse>
DefaultApi. exportMasterKeyWithHttpInfo(ExportMasterKeyRequest exportMasterKeyRequest)
Export the master derivation key from a wallet Export the master derivation key from the wallet.Method parameters in com.algorand.algosdk.kmd.client.api with type arguments of type APIV1POSTMasterKeyExportResponse Modifier and Type Method Description 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. -
Uses of APIV1POSTMasterKeyExportResponse in com.algorand.algosdk.kmd.client.model
Methods in com.algorand.algosdk.kmd.client.model that return APIV1POSTMasterKeyExportResponse Modifier and Type Method Description APIV1POSTMasterKeyExportResponse
APIV1POSTMasterKeyExportResponse. error(Boolean error)
APIV1POSTMasterKeyExportResponse
APIV1POSTMasterKeyExportResponse. masterDerivationKey(byte[] masterDerivationKey)
APIV1POSTMasterKeyExportResponse
APIV1POSTMasterKeyExportResponse. message(String message)
-