Type Alias gear_common::auxiliary::waitlist::AuxiliaryWaitlist

source ·
pub type AuxiliaryWaitlist<WaitListCallbacks> = WaitlistImpl<WaitlistStorageWrap, WaitlistedMessage, BlockNumber, WaitlistErrorImpl, WaitlistErrorImpl, WaitListCallbacks, WaitlistKeyGen>;
Expand description

Waitlist implementation that can be used in a native, non-wasm runtimes.

Aliased Type§

struct AuxiliaryWaitlist<WaitListCallbacks>(/* private fields */);