Type Alias pallet_domains::SuccessfulBundles

source ·
pub type SuccessfulBundles<T> = StorageMap<_GeneratedPrefixForStorageSuccessfulBundles<T>, Identity, DomainId, Vec<H256>, ValueQuery>;
Expand description

Bundles submitted successfully in current block.

Storage type is [StorageMap] with key type DomainId and value type Vec < H256 >.

Aliased Type§

struct SuccessfulBundles<T>(/* private fields */);