pub trait BoundToRelayParent {
fn relay_parent(&self) -> H256;
}
Expand description
Subsystem messages where each message is always bound to a relay parent.
Required Methods§
sourcefn relay_parent(&self) -> H256
fn relay_parent(&self) -> H256
Returns the relay parent this message is bound to.