Uses of Class
com.algorand.algosdk.kmd.client.model.APIV1POSTWalletInfoResponse
-
Packages that use APIV1POSTWalletInfoResponse Package Description com.algorand.algosdk.kmd.client.api com.algorand.algosdk.kmd.client.model -
-
Uses of APIV1POSTWalletInfoResponse in com.algorand.algosdk.kmd.client.api
Methods in com.algorand.algosdk.kmd.client.api that return APIV1POSTWalletInfoResponse 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.Methods in com.algorand.algosdk.kmd.client.api that return types with arguments of type APIV1POSTWalletInfoResponse Modifier and Type Method Description ApiResponse<APIV1POSTWalletInfoResponse>
DefaultApi. getWalletInfoWithHttpInfo(WalletInfoRequest getWalletInfoRequest)
Get wallet info Returns information about the wallet associated with the passed wallet handle token.Method parameters in com.algorand.algosdk.kmd.client.api with type arguments of type APIV1POSTWalletInfoResponse Modifier and Type Method Description 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. -
Uses of APIV1POSTWalletInfoResponse in com.algorand.algosdk.kmd.client.model
Methods in com.algorand.algosdk.kmd.client.model that return APIV1POSTWalletInfoResponse Modifier and Type Method Description APIV1POSTWalletInfoResponse
APIV1POSTWalletInfoResponse. error(Boolean error)
APIV1POSTWalletInfoResponse
APIV1POSTWalletInfoResponse. message(String message)
APIV1POSTWalletInfoResponse
APIV1POSTWalletInfoResponse. walletHandle(APIV1WalletHandle walletHandle)
-