pub type Event = Event;
pub enum Event { Tx(Tx), TxUndo(Tx), Utxo(Utxo), UtxoUndo(Utxo), Timer(u64), Request(Vec<u8>), Message(Vec<u8>), }