Type Alias round_based::MsgId

source ยท
pub type MsgId = u64;
Expand description

ID of received message

Can be used to retrieve extra information about message from delivery layer when needed. E.g. if malicious party is detected, we need a proof that received message was sent by this party, so message id should be used to retrieve signature and original message.