Trait fuel_core::executor::RelayerPort
source · pub trait RelayerPort {
// Required method
fn get_message(
&self,
id: &MessageId,
da_height: &DaBlockHeight
) -> Result<Option<CompressedMessage>>;
}
Required Methods§
sourcefn get_message(
&self,
id: &MessageId,
da_height: &DaBlockHeight
) -> Result<Option<CompressedMessage>>
fn get_message( &self, id: &MessageId, da_height: &DaBlockHeight ) -> Result<Option<CompressedMessage>>
Get a message from the relayer if it has been synced and is <= the given da height.