Expand description
All account management related traits.
This is already part of the prelude
.
Structs§
- AsEnsure
Origin With Arg - Either
OfDiverse - “OR gate” implementation of
EnsureOrigin
allowing for differentSuccess
types forL
andR
, with them combined using anEither
type. - Identity
Lookup - A lookup implementation returning the input value.
Traits§
- Change
Members - Trait for type that can handle incremental changes to a set of account IDs.
- Identify
Account - Some type that is able to be collapsed into an account ID. It is not possible to recreate the original value from the account ID.
- Initialize
Members - Trait for type that can handle the initialization of account IDs at genesis.