pub type Msg = Msg;
enum Msg { BaseOTChannel(Sender<BaseOTMsg, Bincode, 128>), Pprf(Sender<Msg, Bincode, 128>), GapValues(Vec<Block>), }