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 */);