Maintains a mapping that can be used to answer the question: What paras sent a message at the given block number for a given receiver. Invariants:
Vec<ParaId>
ParaId
Maintains a mapping that can be used to answer the question: What paras sent a message at the given block number for a given receiver. Invariants:
Vec<ParaId>
is never empty.Vec<ParaId>
cannot store two sameParaId
.