Uses of Class
com.algorand.algosdk.kmd.client.model.APIV1POSTWalletRenameResponse
-
Packages that use APIV1POSTWalletRenameResponse Package Description com.algorand.algosdk.kmd.client.api com.algorand.algosdk.kmd.client.model -
-
Uses of APIV1POSTWalletRenameResponse in com.algorand.algosdk.kmd.client.api
Methods in com.algorand.algosdk.kmd.client.api that return APIV1POSTWalletRenameResponse Modifier and Type Method Description APIV1POSTWalletRenameResponse
DefaultApi. renameWallet(RenameWalletRequest renameWalletRequest)
Rename a wallet Rename the underlying wallet to something elseMethods in com.algorand.algosdk.kmd.client.api that return types with arguments of type APIV1POSTWalletRenameResponse Modifier and Type Method Description ApiResponse<APIV1POSTWalletRenameResponse>
DefaultApi. renameWalletWithHttpInfo(RenameWalletRequest renameWalletRequest)
Rename a wallet Rename the underlying wallet to something elseMethod parameters in com.algorand.algosdk.kmd.client.api with type arguments of type APIV1POSTWalletRenameResponse Modifier and Type Method Description com.squareup.okhttp.Call
DefaultApi. renameWalletAsync(RenameWalletRequest renameWalletRequest, ApiCallback<APIV1POSTWalletRenameResponse> callback)
Rename a wallet (asynchronously) Rename the underlying wallet to something else -
Uses of APIV1POSTWalletRenameResponse in com.algorand.algosdk.kmd.client.model
Methods in com.algorand.algosdk.kmd.client.model that return APIV1POSTWalletRenameResponse Modifier and Type Method Description APIV1POSTWalletRenameResponse
APIV1POSTWalletRenameResponse. error(Boolean error)
APIV1POSTWalletRenameResponse
APIV1POSTWalletRenameResponse. message(String message)
APIV1POSTWalletRenameResponse
APIV1POSTWalletRenameResponse. wallet(APIV1Wallet wallet)
-