mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 04:09:23 +00:00
Correct bullet point spacing
This commit is contained in:
@@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
Validator Sets are defined at the protocol level, with the following parameters:
|
Validator Sets are defined at the protocol level, with the following parameters:
|
||||||
|
|
||||||
- `index` (VS): Validator set index, a global key atomically increasing
|
- `index` (VS): Validator set index, a global key atomically increasing
|
||||||
from 0.
|
from 0.
|
||||||
- `bond` (Amount): Amount of bond per key-share of this validator set.
|
- `bond` (Amount): Amount of bond per key-share of this validator set.
|
||||||
- `coins` (Vec<Coin>): Coins managed by this validator set.
|
- `coins` (Vec<Coin>): Coins managed by this validator set.
|
||||||
|
|
||||||
At launch, there will solely be validator set 0, managing Bitcoin, Ethereum,
|
At launch, there will solely be validator set 0, managing Bitcoin, Ethereum,
|
||||||
USDC, DAI, and Monero.
|
USDC, DAI, and Monero.
|
||||||
|
|||||||
@@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
### Register (message)
|
### Register (message)
|
||||||
|
|
||||||
- `validator` (signer): Address which will be the validator on Substrate.
|
- `validator` (signer): Address which will be the validator on Substrate.
|
||||||
- `manager` (signer): Address which will manage this validator.
|
- `manager` (signer): Address which will manage this validator.
|
||||||
- `set` (VS): Validator set being joined.
|
- `set` (VS): Validator set being joined.
|
||||||
|
|
||||||
Marks `validator` as a validator candidate for the specified validator set,
|
Marks `validator` as a validator candidate for the specified validator set,
|
||||||
enabling delegation.
|
enabling delegation.
|
||||||
|
|||||||
Reference in New Issue
Block a user