referrerpolicy=no-referrer-when-downgrade
relay_substrate_client

Trait UnderlyingChainProvider

pub trait UnderlyingChainProvider:
    Send
    + Sync
    + 'static {
    type Chain: Chain;
}
Expand description

A trait that provides the type of the underlying chain.

Required Associated Types§

type Chain: Chain

Underlying chain type.

Implementors§