Type Definition pallet_alliance::pallet::Rule

source ·
pub type Rule<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageRule<T, I>, Cid, OptionQuery>;
Expand description

The IPFS CID of the alliance rule. Fellows can propose a new rule with a super-majority.

Storage type is StorageValue with value type Cid.