Type Alias BookStateFor

Source
pub type BookStateFor<T: Config> = StorageMap<_GeneratedPrefixForStorageBookStateFor<T>, Twox64Concat, MessageOriginOf<T>, BookState<MessageOriginOf<T>>, ValueQuery>;
Expand description

The index of the first and last (non-empty) pages.

Storage type is StorageMap with key type MessageOriginOf < T > and value type BookState < MessageOriginOf < T > >.

Aliased Typeยง

pub struct BookStateFor<T: Config>(/* private fields */);