Trait sp1_core::air::MessageBuilder
source · pub trait MessageBuilder<M> {
// Required methods
fn send(&mut self, message: M);
fn receive(&mut self, message: M);
}Expand description
A Builder with the ability to encode the existance of interactions with other AIRs by sending and receiving messages.