[][src]Trait bft_core::FromCore

pub trait FromCore {
type error: Debug;
    fn send_msg(&self, msg: CoreOutput) -> Result<(), Self::error>;
}

BFT core send message.

Associated Types

type error: Debug

BFT core send message error.

Loading content...

Required methods

fn send_msg(&self, msg: CoreOutput) -> Result<(), Self::error>

Send a BFT message to outside.

Loading content...

Implementors

Loading content...