Trait polkadot_node_subsystem_types::messages::BoundToRelayParent[][src]

pub trait BoundToRelayParent {
    fn relay_parent(&self) -> Hash;
}
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