Uses of Class
com.algorand.algosdk.kmd.client.model.RenewWalletHandleTokenRequest
-
Packages that use RenewWalletHandleTokenRequest Package Description com.algorand.algosdk.kmd.client.api com.algorand.algosdk.kmd.client.model -
-
Uses of RenewWalletHandleTokenRequest in com.algorand.algosdk.kmd.client.api
Methods in com.algorand.algosdk.kmd.client.api with parameters of type RenewWalletHandleTokenRequest 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 valuecom.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 valuecom.squareup.okhttp.Call
DefaultApi. renewWalletHandleTokenCall(RenewWalletHandleTokenRequest renewWalletHandleTokenRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for renewWalletHandleTokenApiResponse<APIV1POSTWalletRenewResponse>
DefaultApi. renewWalletHandleTokenWithHttpInfo(RenewWalletHandleTokenRequest renewWalletHandleTokenRequest)
Renew a wallet handle token Renew a wallet handle token, increasing its expiration duration to its initial value -
Uses of RenewWalletHandleTokenRequest in com.algorand.algosdk.kmd.client.model
Methods in com.algorand.algosdk.kmd.client.model that return RenewWalletHandleTokenRequest Modifier and Type Method Description RenewWalletHandleTokenRequest
RenewWalletHandleTokenRequest. walletHandleToken(String walletHandleToken)
-