transferum
    Preparing search index...

    Type Alias BridgeAggregatorConfig

    Configuration for BridgeAggregator — bridges array, initial gate state, and ownership flag.

    type BridgeAggregatorConfig = {
        activated: boolean;
        bridges: BridgeInterface[];
        owned: boolean;
    }
    Index
    activated: boolean
    bridges: BridgeInterface[]
    owned: boolean