pub type Mailbox<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageMailbox<T>, Identity, T::AccountId, Identity, MessageId, (UserStoredMessage, Interval<BlockNumberFor<T>>)>;
Expand description

Storage type is [StorageDoubleMap] with key1 type T :: AccountId, key2 type MessageId and value type (UserStoredMessage, Interval < BlockNumberFor < T > >).

Aliased Type§

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