Skip to content

Commit

Permalink
docs,ethclient: init ordering for bullet-point style printer
Browse files Browse the repository at this point in the history
  • Loading branch information
meowsbits committed Jan 23, 2021
1 parent f89ffdf commit cc5afb0
Show file tree
Hide file tree
Showing 11 changed files with 1,136 additions and 1,127 deletions.
86 changes: 43 additions & 43 deletions docs/JSON-RPC-API/modules/admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

| Entity | Version |
| --- | --- |
| Source | <code>1.11.22-unstable/generated-at:2021-01-22T08:53:19-06:00</code> |
| Source | <code>1.11.22-unstable/generated-at:2021-01-23T04:35:53-06:00</code> |
| OpenRPC | <code>1.2.6</code> |

---
Expand Down Expand Up @@ -232,21 +232,21 @@ blockNr <code>rpc.BlockNumber</code>

``` Schema

- title: `blockNumberIdentifier`
- oneOf:

- description: `The block height description`
- enum: earliest, latest, pending
- type: string
- title: `blockNumberTag`
- type: string


- title: `uint64`
- description: `Hex representation of a uint64`
- pattern: `^0x([a-fA-F\d])+$`
- title: `uint64`
- type: string


- title: `blockNumberIdentifier`


```
Expand Down Expand Up @@ -359,10 +359,10 @@ first <code>*uint64</code>

``` Schema

- type: string
- title: `integer`
- description: `Hex representation of the integer`
- pattern: `^0x[a-fA-F0-9]+$`
- title: `integer`
- type: string


```
Expand Down Expand Up @@ -393,9 +393,9 @@ last <code>*uint64</code>

``` Schema

- title: `integer`
- description: `Hex representation of the integer`
- pattern: `^0x[a-fA-F0-9]+$`
- title: `integer`
- type: string


Expand Down Expand Up @@ -608,9 +608,9 @@ n <code>int</code>

``` Schema

- title: `integer`
- description: `Hex representation of the integer`
- pattern: `^0x[a-fA-F0-9]+$`
- title: `integer`
- type: string


Expand Down Expand Up @@ -709,7 +709,14 @@ _None_

``` Schema

- additionalProperties: `false`
- properties:
- enode:
- type: `string`

- enr:
- type: `string`

- id:
- type: `string`

Expand All @@ -731,14 +738,15 @@ _None_
- type: `string`

- listener:
- type: `string`
- pattern: `^0x[a-fA-F0-9]+$`
- title: `integer`
- type: `string`


- type: `object`

- protocols:
- additionalProperties: `false`
- properties:
- discovery:
- pattern: `^0x[a-fA-F0-9]+$`
Expand All @@ -752,17 +760,9 @@ _None_


- type: `object`
- additionalProperties: `false`

- enode:
- type: `string`

- enr:
- type: `string`


- type: object
- additionalProperties: `false`


```
Expand Down Expand Up @@ -895,18 +895,27 @@ p2pPeerInfo <code>[]*p2p.PeerInfo</code>

- additionalProperties: `false`
- properties:
- caps:
- items:
- type: `string`

- type: `array`

- enode:
- type: `string`

- enr:
- type: `string`

- id:
- type: `string`

- name:
- type: `string`

- network:
- additionalProperties: `false`
- properties:
- static:
- type: `boolean`

- trusted:
- type: `boolean`

- inbound:
- type: `boolean`

Expand All @@ -916,15 +925,18 @@ p2pPeerInfo <code>[]*p2p.PeerInfo</code>
- remoteAddress:
- type: `string`

- static:
- type: `boolean`

- trusted:
- type: `boolean`


- type: `object`

- protocols:
- additionalProperties: `false`
- properties:
- trusted:
- type: `boolean`

- inbound:
- type: `boolean`

Expand All @@ -937,23 +949,11 @@ p2pPeerInfo <code>[]*p2p.PeerInfo</code>
- static:
- type: `boolean`

- trusted:
- type: `boolean`

- type: `object`

- caps:
- items:
- type: `string`

- type: `array`

- enode:
- type: `string`

- enr:
- type: `string`

- id:
- type: `string`
- type: `object`


- type: object
Expand Down Expand Up @@ -1257,9 +1257,9 @@ port <code>*int</code>

``` Schema

- title: `integer`
- description: `Hex representation of the integer`
- pattern: `^0x[a-fA-F0-9]+$`
- title: `integer`
- type: string


Expand Down Expand Up @@ -1421,9 +1421,9 @@ port <code>*int</code>

``` Schema

- title: `integer`
- description: `Hex representation of the integer`
- pattern: `^0x[a-fA-F0-9]+$`
- title: `integer`
- type: string


Expand Down
Loading

0 comments on commit cc5afb0

Please sign in to comment.