Skip to content

Commit

Permalink
Update docs/rpc/http/index.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemaccana authored Oct 17, 2024
1 parent 458ce9b commit 24f07b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rpc/http/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To make a JSON-RPC request, send an HTTP POST request with a
fields:

- `jsonrpc: <string>` - set to `"2.0"`
- `id: <string | number | null>` - a unique client-generated value identifying the request. It can be string, number(integer) or null
- `id: <string | number | null>` - a unique client-generated value identifying the request. It can be string, number or null
- `method: <string>` - a string containing the method to be invoked
- `params: <array>` - a JSON array of ordered parameter values

Expand Down

0 comments on commit 24f07b9

Please sign in to comment.