Polkadot Apps
    Preparing search index...

    Type Alias PresetChains<E>

    The chain shape returned by getChainAPI for a given environment.

    type PresetChains<E extends Environment> = {
        assetHub: AssetHubDescriptors[E];
        bulletin: typeof bulletin;
        individuality: typeof individuality;
    }

    Type Parameters

    Index

    Properties

    assetHub: AssetHubDescriptors[E]
    bulletin: typeof bulletin
    individuality: typeof individuality