referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_collective_content::pallet::Charter

source ·
pub type Charter<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageCharter<T, I>, OpaqueCid, OptionQuery>;
Expand description

The collective charter.

Storage type is [StorageValue] with value type OpaqueCid.

Aliased Type§

struct Charter<T: Config<I>, I: 'static = ()>(/* private fields */);