Uses of Class
com.algorand.algosdk.kmd.client.model.CreateWalletRequest
-
Packages that use CreateWalletRequest Package Description com.algorand.algosdk.kmd.client.api com.algorand.algosdk.kmd.client.model -
-
Uses of CreateWalletRequest in com.algorand.algosdk.kmd.client.api
Methods in com.algorand.algosdk.kmd.client.api with parameters of type CreateWalletRequest Modifier and Type Method Description APIV1POSTWalletResponseDefaultApi. createWallet(CreateWalletRequest createWalletRequest)Create a wallet Create a new wallet (collection of keys) with the given parameters.com.squareup.okhttp.CallDefaultApi. createWalletAsync(CreateWalletRequest createWalletRequest, ApiCallback<APIV1POSTWalletResponse> callback)Create a wallet (asynchronously) Create a new wallet (collection of keys) with the given parameters.com.squareup.okhttp.CallDefaultApi. createWalletCall(CreateWalletRequest createWalletRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for createWalletApiResponse<APIV1POSTWalletResponse>DefaultApi. createWalletWithHttpInfo(CreateWalletRequest createWalletRequest)Create a wallet Create a new wallet (collection of keys) with the given parameters. -
Uses of CreateWalletRequest in com.algorand.algosdk.kmd.client.model
Methods in com.algorand.algosdk.kmd.client.model that return CreateWalletRequest Modifier and Type Method Description CreateWalletRequestCreateWalletRequest. masterDerivationKey(byte[] masterDerivationKey)CreateWalletRequestCreateWalletRequest. walletDriverName(String walletDriverName)CreateWalletRequestCreateWalletRequest. walletName(String walletName)CreateWalletRequestCreateWalletRequest. walletPassword(String walletPassword)
-