Uses of Class
com.algorand.algosdk.kmd.client.model.APIV1POSTWalletInitResponse
-
Packages that use APIV1POSTWalletInitResponse Package Description com.algorand.algosdk.kmd.client.api com.algorand.algosdk.kmd.client.model -
-
Uses of APIV1POSTWalletInitResponse in com.algorand.algosdk.kmd.client.api
Methods in com.algorand.algosdk.kmd.client.api that return APIV1POSTWalletInitResponse 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.Methods in com.algorand.algosdk.kmd.client.api that return types with arguments of type APIV1POSTWalletInitResponse Modifier and Type Method Description ApiResponse<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.Method parameters in com.algorand.algosdk.kmd.client.api with type arguments of type APIV1POSTWalletInitResponse Modifier and Type Method Description 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. -
Uses of APIV1POSTWalletInitResponse in com.algorand.algosdk.kmd.client.model
Methods in com.algorand.algosdk.kmd.client.model that return APIV1POSTWalletInitResponse Modifier and Type Method Description APIV1POSTWalletInitResponse
APIV1POSTWalletInitResponse. error(Boolean error)
APIV1POSTWalletInitResponse
APIV1POSTWalletInitResponse. message(String message)
APIV1POSTWalletInitResponse
APIV1POSTWalletInitResponse. walletHandleToken(String walletHandleToken)
-