Uses of Class
com.algorand.algosdk.kmd.client.model.WalletInfoRequest
-
Packages that use WalletInfoRequest Package Description com.algorand.algosdk.kmd.client.api com.algorand.algosdk.kmd.client.model -
-
Uses of WalletInfoRequest in com.algorand.algosdk.kmd.client.api
Methods in com.algorand.algosdk.kmd.client.api with parameters of type WalletInfoRequest Modifier and Type Method Description APIV1POSTWalletInfoResponse
DefaultApi. getWalletInfo(WalletInfoRequest getWalletInfoRequest)
Get wallet info Returns information about the wallet associated with the passed wallet handle token.com.squareup.okhttp.Call
DefaultApi. getWalletInfoAsync(WalletInfoRequest getWalletInfoRequest, ApiCallback<APIV1POSTWalletInfoResponse> callback)
Get wallet info (asynchronously) Returns information about the wallet associated with the passed wallet handle token.com.squareup.okhttp.Call
DefaultApi. getWalletInfoCall(WalletInfoRequest getWalletInfoRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getWalletInfoApiResponse<APIV1POSTWalletInfoResponse>
DefaultApi. getWalletInfoWithHttpInfo(WalletInfoRequest getWalletInfoRequest)
Get wallet info Returns information about the wallet associated with the passed wallet handle token. -
Uses of WalletInfoRequest in com.algorand.algosdk.kmd.client.model
Methods in com.algorand.algosdk.kmd.client.model that return WalletInfoRequest Modifier and Type Method Description WalletInfoRequest
WalletInfoRequest. walletHandleToken(String walletHandleToken)
-