File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
//! - staking and, updating,
32
32
//!
33
33
//! ## Terminology
34
- //! * **Staker :** [insert description] .
35
- //! * **Target ** [insert description] .
36
- //! * **Epoch Period: ** [insert description here] .
37
- //! * **Capacity :** [insert description here] .
38
- //! * **Replenishable:** [insert description here] .
34
+ //! * **Capacity :** A refillable and non-transferable resource that can be used to pay for transactions on the network .
35
+ //! * **Staker: ** An account that stakes tokens to the Frequency network in exchange for Capacity .
36
+ //! * **Target ** A provider MSA account that receives Capacity .
37
+ //! * **Epoch Period :** The length of an epoch in blocks, used for replenishment and thawing .
38
+ //! * **Replenishable:** The ability of a provider MSA account to be refilled with Capacity after an epoch period .
39
39
//!
40
40
// Substrate macros are tripping the clippy::expect_used lint.
41
41
#![ allow( clippy:: expect_used) ]
You can’t perform that action at this time.
0 commit comments