Skip to main content

chains

Function chains 

Source
pub fn chains(relay: &Relay) -> &'static [Box<dyn Chain>]
Expand description

Returns the chains registered for the provided relay chain.

ยงArguments

  • relay - The relay chain.