Polkadot Apps
    Preparing search index...

    Connection metadata for a chain, keyed by genesis hash in the registry.

    interface ChainMeta {
        mode?: ConnectionMode;
        paraChainSpec?: string;
        relayChainSpec?: string;
        rpcs?: readonly string[];
    }
    Index

    Properties

    paraChainSpec?: string
    relayChainSpec?: string
    rpcs?: readonly string[]