| 47 | #[derive(Clone, Debug, PartialEq, Eq, CanonicalSerialize, CanonicalDeserialize)] |
| 48 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] |
| 49 | pub struct BitMatrix(pub Vec<u8>); |
| 50 | |
| 51 | pub type ParticipantId = u16; |
no outgoing calls
no test coverage detected