Expand description
Implementation of low-level commit-helpers
traits for the internal CommitHelpers Type.
CommitHelpers implements traits:
Local Tests for these traits are covered in tests .
Functionsยง
- finalize_
place_ ๐commit - Low-level helper that centralizes the finalization logic for placing commits.
- finalize_
raise_ ๐commit - Low-level helper that centralizes the finalization logic for raising commits.
- finalize_
resolve_ ๐commit - Low-level helper that centralizes the finalization logic for resolving commits.
Type Aliasesยง
- Commitment
Asset ๐ - The asset type used for
pallet-commitment. - Commitment
Digest ๐ - The digest hash (yet account-id) type used for
pallet-commitment. - Commitment
Digest ๐Model - The digest-classifier type used for
pallet-commitmentto reduce digest ambiguity. - Commitment
Position ๐ - The commit-variant or position type used for
pallet-commitment. - Commitment
Reason ๐ - The fungible compile-time freeze-reason (a runtime composite enum)
type used for
pallet-commitment. - Commitment
Shares ๐ - The shares type used for
pallet-commitmentfor indexes and pools.