Uses of Class
com.algorand.algosdk.kmd.client.model.APIV1POSTWalletResponse
-
Packages that use APIV1POSTWalletResponse Package Description com.algorand.algosdk.kmd.client.api com.algorand.algosdk.kmd.client.model -
-
Uses of APIV1POSTWalletResponse in com.algorand.algosdk.kmd.client.api
Methods in com.algorand.algosdk.kmd.client.api that return APIV1POSTWalletResponse Modifier and Type Method Description APIV1POSTWalletResponse
DefaultApi. createWallet(CreateWalletRequest createWalletRequest)
Create a wallet Create a new wallet (collection of keys) with the given parameters.Methods in com.algorand.algosdk.kmd.client.api that return types with arguments of type APIV1POSTWalletResponse Modifier and Type Method Description ApiResponse<APIV1POSTWalletResponse>
DefaultApi. createWalletWithHttpInfo(CreateWalletRequest createWalletRequest)
Create a wallet Create a new wallet (collection of keys) with the given parameters.Method parameters in com.algorand.algosdk.kmd.client.api with type arguments of type APIV1POSTWalletResponse Modifier and Type Method Description 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. -
Uses of APIV1POSTWalletResponse in com.algorand.algosdk.kmd.client.model
Methods in com.algorand.algosdk.kmd.client.model that return APIV1POSTWalletResponse Modifier and Type Method Description APIV1POSTWalletResponse
APIV1POSTWalletResponse. error(Boolean error)
APIV1POSTWalletResponse
APIV1POSTWalletResponse. message(String message)
APIV1POSTWalletResponse
APIV1POSTWalletResponse. wallet(APIV1Wallet wallet)
-