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
fn relay_parent(&self) -> Hash
fn relay_parent(&self) -> Hash
Returns the relay parent this message is bound to.