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