pub trait BoundToRelayParent {
    fn relay_parent(&self) -> H256;
}
Expand description

Subsystem messages where each message is always bound to a relay parent.

Required Methods§

Returns the relay parent this message is bound to.

Implementors§