We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c55898 commit 017b822Copy full SHA for 017b822
1 file changed
README.md
@@ -189,6 +189,7 @@ Key endpoints:
189
| `POST` | `/testnet/block/create` | Create blocks (body: `{"num_blocks": N}`, optional) |
190
| `GET` | `/testnet/program/{id}` | Get a deployed program |
191
| `GET` | `/testnet/program/{id}/mapping/{name}/{key}` | Get a mapping value |
192
+| `GET` | `/testnet/program/{id}/mapping/{name}?all=true` | Get all key-value pairs in a mapping |
193
| `POST` | `/testnet/snapshot` | Take a snapshot (body: `{"name": "optional"}`) |
194
| `GET` | `/testnet/snapshots` | List available snapshots |
195
| `POST` | `/testnet/shutdown` | Gracefully shut down the node |
0 commit comments