From dd7e1bb286a9fc91af6a324905379bc7eb5012ae Mon Sep 17 00:00:00 2001 From: Thomas Jay Rush Date: Sat, 14 Dec 2024 00:47:12 -0500 Subject: [PATCH] --call to --calldata --- content/api/openapi.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/api/openapi.yaml b/content/api/openapi.yaml index 3b44aaee3..e6c61d1f6 100644 --- a/content/api/openapi.yaml +++ b/content/api/openapi.yaml @@ -2123,6 +2123,14 @@ paths: explode: true schema: type: boolean + - name: call + description: write-only call (a query) to a smart contract + required: false + style: form + in: query + explode: true + schema: + type: boolean - name: calldata description: for commands (--call or --send), provides the call data (in various forms) for the command (may be empty for --send) required: false