Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
--call to --calldata
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayrush committed Dec 14, 2024
1 parent 0fa5096 commit dd7e1bb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd7e1bb

Please sign in to comment.