Crate pallet_mixnet
source ·Expand description
This pallet is responsible for determining the current mixnet session and phase, and the mixnode set for each session.
Re-exports§
pub use pallet::*;
Modules§
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet.
Structs§
- Like [
Mixnode
], but encoded size is bounded. - A mixnode registration. A registration transaction is formed from one of these plus an [
AuthoritySignature
].
Type Aliases§
- Index of an authority in the authority list for a session.
BoundedMixnode
type for the given configuration.Registration
type for the given configuration.