@pwngh/economy-lab
    Preparing search index...

    Type Alias PortsInit

    Overrides for openPorts — every field optional. A port field set to false is an explicit decline, which production accepts where a bare omission is an error (see the absence policy on preflight). rates takes a live source or the exact integer knobs.

    type PortsInit = {
        anchor?: Anchor | false;
        cache?: Cache | false;
        clock?: Clock;
        config?: Partial<Config>;
        digest?: Digest;
        dispatcher?: Dispatcher | false;
        ids?: Ids;
        logger?: Logger;
        meter?: Meter;
        payees?: PayeeDirectory | false;
        pricing?: FeePolicy;
        processor?: Processor;
        rates?: Rates | RatesConfig;
        scheduler?: Scheduler | false;
        secrets?: Partial<Secrets>;
        signer?: Signer;
        store?: Store;
    }
    Index
    anchor?: Anchor | false
    cache?: Cache | false
    clock?: Clock
    config?: Partial<Config>
    digest?: Digest
    dispatcher?: Dispatcher | false
    ids?: Ids
    logger?: Logger
    meter?: Meter
    payees?: PayeeDirectory | false
    pricing?: FeePolicy
    processor?: Processor
    rates?: Rates | RatesConfig
    scheduler?: Scheduler | false
    secrets?: Partial<Secrets>
    signer?: Signer
    store?: Store