mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Enumerate supported election types (election docs).
This commit is contained in:
parent
ef76fe3f3e
commit
4a1e206bcf
@ -95,7 +95,7 @@ If the command succeeds, it will post an election transaction and output `electi
|
|||||||
|
|
||||||
The election proposal consists of vote tokens allocated to every current validator proportional to his voting power. Validators spend their votes to approve the election using the [election-approve command](#election-approve).
|
The election proposal consists of vote tokens allocated to every current validator proportional to his voting power. Validators spend their votes to approve the election using the [election-approve command](#election-approve).
|
||||||
|
|
||||||
Every election has a type. See below for how to create an election of a particular type.
|
Every election has a type. Currently supported types are `upsert-validator` and `chain-migration`. Their transaction operations are `VALIDATOR_ELECTION` and `CHAIN_MIGRATION` accordingly. See below for how to create an election of a particular type.
|
||||||
|
|
||||||
Note that elections can only be proposed and approved by existing validators.
|
Note that elections can only be proposed and approved by existing validators.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user