Uses of Class
com.algorand.algosdk.kmd.client.model.InitWalletHandleTokenRequest
-
Packages that use InitWalletHandleTokenRequest Package Description com.algorand.algosdk.kmd.client.api com.algorand.algosdk.kmd.client.model -
-
Uses of InitWalletHandleTokenRequest in com.algorand.algosdk.kmd.client.api
Methods in com.algorand.algosdk.kmd.client.api with parameters of type InitWalletHandleTokenRequest Modifier and Type Method Description APIV1POSTWalletInitResponse
DefaultApi. initWalletHandleToken(InitWalletHandleTokenRequest initializeWalletHandleTokenRequest)
Initialize a wallet handle token Unlock the wallet and return a wallet handle token that can be used for subsequent operations.com.squareup.okhttp.Call
DefaultApi. initWalletHandleTokenAsync(InitWalletHandleTokenRequest initializeWalletHandleTokenRequest, ApiCallback<APIV1POSTWalletInitResponse> callback)
Initialize a wallet handle token (asynchronously) Unlock the wallet and return a wallet handle token that can be used for subsequent operations.com.squareup.okhttp.Call
DefaultApi. initWalletHandleTokenCall(InitWalletHandleTokenRequest initializeWalletHandleTokenRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for initWalletHandleTokenApiResponse<APIV1POSTWalletInitResponse>
DefaultApi. initWalletHandleTokenWithHttpInfo(InitWalletHandleTokenRequest initializeWalletHandleTokenRequest)
Initialize a wallet handle token Unlock the wallet and return a wallet handle token that can be used for subsequent operations. -
Uses of InitWalletHandleTokenRequest in com.algorand.algosdk.kmd.client.model
Methods in com.algorand.algosdk.kmd.client.model that return InitWalletHandleTokenRequest Modifier and Type Method Description InitWalletHandleTokenRequest
InitWalletHandleTokenRequest. walletId(String walletId)
InitWalletHandleTokenRequest
InitWalletHandleTokenRequest. walletPassword(String walletPassword)
-