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 APIV1GETWalletsResponse
DefaultApi. 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.Call
DefaultApi. 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 APIV1GETWalletsResponse
APIV1GETWalletsResponse. addWalletsItem(APIV1Wallet walletsItem)
APIV1GETWalletsResponse
APIV1GETWalletsResponse. error(Boolean error)
APIV1GETWalletsResponse
APIV1GETWalletsResponse. message(String message)
APIV1GETWalletsResponse
APIV1GETWalletsResponse. wallets(List<APIV1Wallet> wallets)
-