Uses of Class
com.algorand.algosdk.kmd.client.model.APIV1GETWalletsResponse
-
Packages that use APIV1GETWalletsResponse Package Description com.algorand.algosdk.kmd.client.api com.algorand.algosdk.kmd.client.model -
-
Uses of APIV1GETWalletsResponse in com.algorand.algosdk.kmd.client.api
Methods in com.algorand.algosdk.kmd.client.api that return APIV1GETWalletsResponse Modifier and Type Method Description APIV1GETWalletsResponseDefaultApi. listWallets()List wallets Lists all of the wallets that kmd is aware of.Methods in com.algorand.algosdk.kmd.client.api that return types with arguments of type APIV1GETWalletsResponse Modifier and Type Method Description ApiResponse<APIV1GETWalletsResponse>DefaultApi. listWalletsWithHttpInfo()List wallets Lists all of the wallets that kmd is aware of.Method parameters in com.algorand.algosdk.kmd.client.api with type arguments of type APIV1GETWalletsResponse Modifier and Type Method Description com.squareup.okhttp.CallDefaultApi. listWalletsAsync(ApiCallback<APIV1GETWalletsResponse> callback)List wallets (asynchronously) Lists all of the wallets that kmd is aware of. -
Uses of APIV1GETWalletsResponse in com.algorand.algosdk.kmd.client.model
Methods in com.algorand.algosdk.kmd.client.model that return APIV1GETWalletsResponse Modifier and Type Method Description APIV1GETWalletsResponseAPIV1GETWalletsResponse. addWalletsItem(APIV1Wallet walletsItem)APIV1GETWalletsResponseAPIV1GETWalletsResponse. error(Boolean error)APIV1GETWalletsResponseAPIV1GETWalletsResponse. message(String message)APIV1GETWalletsResponseAPIV1GETWalletsResponse. wallets(List<APIV1Wallet> wallets)
-