Uses of Class
com.algorand.algosdk.kmd.client.model.APIV1POSTWalletRenewResponse
-
Packages that use APIV1POSTWalletRenewResponse Package Description com.algorand.algosdk.kmd.client.api com.algorand.algosdk.kmd.client.model -
-
Uses of APIV1POSTWalletRenewResponse in com.algorand.algosdk.kmd.client.api
Methods in com.algorand.algosdk.kmd.client.api that return APIV1POSTWalletRenewResponse Modifier and Type Method Description APIV1POSTWalletRenewResponse
DefaultApi. renewWalletHandleToken(RenewWalletHandleTokenRequest renewWalletHandleTokenRequest)
Renew a wallet handle token Renew a wallet handle token, increasing its expiration duration to its initial valueMethods in com.algorand.algosdk.kmd.client.api that return types with arguments of type APIV1POSTWalletRenewResponse Modifier and Type Method Description ApiResponse<APIV1POSTWalletRenewResponse>
DefaultApi. renewWalletHandleTokenWithHttpInfo(RenewWalletHandleTokenRequest renewWalletHandleTokenRequest)
Renew a wallet handle token Renew a wallet handle token, increasing its expiration duration to its initial valueMethod parameters in com.algorand.algosdk.kmd.client.api with type arguments of type APIV1POSTWalletRenewResponse Modifier and Type Method Description com.squareup.okhttp.Call
DefaultApi. renewWalletHandleTokenAsync(RenewWalletHandleTokenRequest renewWalletHandleTokenRequest, ApiCallback<APIV1POSTWalletRenewResponse> callback)
Renew a wallet handle token (asynchronously) Renew a wallet handle token, increasing its expiration duration to its initial value -
Uses of APIV1POSTWalletRenewResponse in com.algorand.algosdk.kmd.client.model
Methods in com.algorand.algosdk.kmd.client.model that return APIV1POSTWalletRenewResponse Modifier and Type Method Description APIV1POSTWalletRenewResponse
APIV1POSTWalletRenewResponse. error(Boolean error)
APIV1POSTWalletRenewResponse
APIV1POSTWalletRenewResponse. message(String message)
APIV1POSTWalletRenewResponse
APIV1POSTWalletRenewResponse. walletHandle(APIV1WalletHandle walletHandle)
-