Expand description
Supporting pezpallet for the statement store.
§Overview
The Statement pezpallet provides means to create and validate statements for the statement store.
For each statement validation function calculates the following three values based on the
statement author balance:
max_count: Maximum number of statements allowed for the author (signer) of this statement.
max_size: Maximum total size of statements allowed for the author (signer) of this statement.
This pezpallet also contains an offchain worker that turns on-chain statement events into statements. These statements are placed in the store and propagated over the network.
Re-exports§
pub use pezpallet::*;
Modules§
- pezpallet
- The
pezpalletmodule in each FRAME pezpallet hosts the most important items needed to construct this pezpallet.