Retrieves a snapshot of all clique state at a given block.
{% tabs %} {% tab title="Request" %}
None {% endtab %}
{% tab title="Response" %}
Snapshot object
{% endtab %}
{% tab title="Object definitions" %}
Snapshot
| Fields name | Type |
|---|---|
| Number | Quantity |
| Hash | Hash |
| Signers | Array |
| SignerLimit | Quantity |
| {% endtab %} | |
| {% endtabs %} |
Retrieves the state snapshot at a given block.
{% tabs %} {% tab title="Request" %}
| Parameter name | Type |
|---|---|
| hash | Hash |
| {% endtab %} |
{% tab title="Response" %}
Snapshot object
{% endtab %}
{% tab title="Object definitions" %}
Snapshot
| Fields name | Type |
|---|---|
| Number | Quantity |
| Hash | Hash |
| Signers | Array |
| SignerLimit | Quantity |
| {% endtab %} | |
| {% endtabs %} |
Retrieves the list of authorized signers.
{% tabs %} {% tab title="Request" %}
None {% endtab %}
{% tab title="Response" %}
Address
{% endtab %}
{% endtabs %}
Retrieves the list of authorized signers at the specified block by hash.
{% tabs %} {% tab title="Request" %}
| Parameter name | Type |
|---|---|
| hash | Hash |
| {% endtab %} |
{% tab title="Response" %}
Address
{% endtab %}
{% endtabs %}
Retrieves the list of authorized signers at the specified block by block number.
{% tabs %} {% tab title="Request" %}
| Parameter name | Type |
|---|---|
| number | Quantity |
| {% endtab %} |
{% tab title="Response" %}
Address
{% endtab %}
{% endtabs %}
{% tabs %} {% tab title="Request" %}
None {% endtab %}
{% tab title="Response" %}
String
{% endtab %}
{% endtabs %}
{% tabs %} {% tab title="Request" %}
| Parameter name | Type |
|---|---|
| hash | Hash |
| {% endtab %} |
{% tab title="Response" %}
String
{% endtab %}
{% endtabs %}
Adds a new authorization proposal that the signer will attempt to push through. If the vote parameter is true, the local signer votes for the given address to be included in the set of authorized signers. With vote set to false, the signer is against the address.
{% tabs %} {% tab title="Request" %}
| Parameter name | Type |
|---|---|
| signer | Address |
| vote | Boolean |
| {% endtab %} |
{% tab title="Response" %}
Boolean
{% endtab %}
{% endtabs %}
This method drops a currently running proposal. The signer will not cast further votes (either for or against) the address.
{% tabs %} {% tab title="Request" %}
| Parameter name | Type |
|---|---|
| signer | Address |
| {% endtab %} |
{% tab title="Response" %}
Boolean
{% endtab %}
{% endtabs %}
{% tabs %} {% tab title="Request" %}
| Parameter name | Type |
|---|---|
| parentHash | Hash |
| {% endtab %} |
{% tab title="Response" %}
Boolean
{% endtab %}
{% endtabs %}