Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,373 changes: 1,047 additions & 326 deletions docs/fundamentals/configuration.md

Large diffs are not rendered by default.

278 changes: 225 additions & 53 deletions docs/interacting/json-rpc-ns/admin.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/interacting/json-rpc-ns/clique.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ curl localhost:8545 \
- `signers`: map of _string_ (hex integer)
- `tally`: map of _object_
- `authorize`: _boolean_
- `votes`: _string_ (hex integer)
- `votes`: _integer_
- `votes`: array of _object_
- `address`: _string_ (address)
- `authorize`: _boolean_
Expand Down Expand Up @@ -378,7 +378,7 @@ curl localhost:8545 \
- `signers`: map of _string_ (hex integer)
- `tally`: map of _object_
- `authorize`: _boolean_
- `votes`: _string_ (hex integer)
- `votes`: _integer_
- `votes`: array of _object_
- `address`: _string_ (address)
- `authorize`: _boolean_
Expand Down Expand Up @@ -459,7 +459,7 @@ curl localhost:8545 \
}
```

`result`: array of _boolean_
`result`: map of _boolean_

</TabItem>
</Tabs>
Expand Down
Loading