referrerpolicy=no-referrer-when-downgrade

Charter

Type Alias 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§

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