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 APIV1POSTWalletResponse
DefaultApi. createWallet(CreateWalletRequest createWalletRequest)
Create a wallet Create a new wallet (collection of keys) with the given parameters.com.squareup.okhttp.Call
DefaultApi. createWalletAsync(CreateWalletRequest createWalletRequest, ApiCallback<APIV1POSTWalletResponse> callback)
Create a wallet (asynchronously) Create a new wallet (collection of keys) with the given parameters.com.squareup.okhttp.Call
DefaultApi. 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 CreateWalletRequest
CreateWalletRequest. masterDerivationKey(byte[] masterDerivationKey)
CreateWalletRequest
CreateWalletRequest. walletDriverName(String walletDriverName)
CreateWalletRequest
CreateWalletRequest. walletName(String walletName)
CreateWalletRequest
CreateWalletRequest. walletPassword(String walletPassword)
-