Uses of Class
com.algorand.algosdk.kmd.client.model.APIV1POSTWalletReleaseResponse
-
Packages that use APIV1POSTWalletReleaseResponse Package Description com.algorand.algosdk.kmd.client.api com.algorand.algosdk.kmd.client.model -
-
Uses of APIV1POSTWalletReleaseResponse in com.algorand.algosdk.kmd.client.api
Methods in com.algorand.algosdk.kmd.client.api that return APIV1POSTWalletReleaseResponse Modifier and Type Method Description APIV1POSTWalletReleaseResponse
DefaultApi. releaseWalletHandleToken(ReleaseWalletHandleTokenRequest releaseWalletHandleTokenRequest)
Release a wallet handle token Invalidate the passed wallet handle token, making it invalid for use in subsequent requests.Methods in com.algorand.algosdk.kmd.client.api that return types with arguments of type APIV1POSTWalletReleaseResponse Modifier and Type Method Description ApiResponse<APIV1POSTWalletReleaseResponse>
DefaultApi. releaseWalletHandleTokenWithHttpInfo(ReleaseWalletHandleTokenRequest releaseWalletHandleTokenRequest)
Release a wallet handle token Invalidate the passed wallet handle token, making it invalid for use in subsequent requests.Method parameters in com.algorand.algosdk.kmd.client.api with type arguments of type APIV1POSTWalletReleaseResponse Modifier and Type Method Description com.squareup.okhttp.Call
DefaultApi. releaseWalletHandleTokenAsync(ReleaseWalletHandleTokenRequest releaseWalletHandleTokenRequest, ApiCallback<APIV1POSTWalletReleaseResponse> callback)
Release a wallet handle token (asynchronously) Invalidate the passed wallet handle token, making it invalid for use in subsequent requests. -
Uses of APIV1POSTWalletReleaseResponse in com.algorand.algosdk.kmd.client.model
Methods in com.algorand.algosdk.kmd.client.model that return APIV1POSTWalletReleaseResponse Modifier and Type Method Description APIV1POSTWalletReleaseResponse
APIV1POSTWalletReleaseResponse. error(Boolean error)
APIV1POSTWalletReleaseResponse
APIV1POSTWalletReleaseResponse. message(String message)
-