abortGetUserInput method cancels an ongoing user input request initiated by the getUserInput method. This is used when a transaction is canceled or when input is no longer needed.
Request
JSON-RPC 2.0All methods in TweezerComm follow a JSON-RPC 2.0 structure. See Get Started for more details on how the requests are structured and sent.
method field to abortGetUserInput.
Response
A successful request will return the following response:Response Parameters
The table below describes the response parameters for this method:| Name | Type | Description |
|---|---|---|
statusCode | integer | Operation status (0 = OK) |
statusMessage | string | Status message (e.g., โcanceledโ) |