Type Alias BookStateOf

Source
pub type BookStateOf<T> = BookState<MessageOriginOf<T>>;
Expand description

The BookState of this pallet.

Aliased Typeยง

struct BookStateOf<T> { /* private fields */ }