Event

Type Alias Event 

Source
pub type Event = Event;

Aliased Type§

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

Variants§

§

Tx(Tx)

§

TxUndo(Tx)

§

Utxo(Utxo)

§

UtxoUndo(Utxo)

§

Timer(u64)

§

Request(Vec<u8>)

§

Message(Vec<u8>)