pub type LatestConfirmedDomainExecutionReceipt<T: Config> = StorageMap<_GeneratedPrefixForStorageLatestConfirmedDomainExecutionReceipt<T>, Identity, DomainId, ExecutionReceiptOf<T>, OptionQuery>;Expand description
Storage to hold all the domain’s latest confirmed block.
Storage type is [StorageMap] with key type DomainId and value type ExecutionReceiptOf < T >.
Aliased Type§
pub struct LatestConfirmedDomainExecutionReceipt<T: Config>(/* private fields */);