@cfxlabsinc/b2b-services
    Preparing search index...

    Authoritative writer for b2b.chain — the config surface behind /chains. Emits chainConfig.* activity rows and self-busts the read snapshot cached by ChainService so consumers re-read fresh config after a write.

    Index

    Constructors

    Methods

    • Parameters

      • Optionalinput: {
            ids?: string[];
            page?: number;
            pageSize?: number;
            statuses?: ("ACTIVE" | "DISABLED")[];
        }
        • Optionalids?: string[]

          External ids (chn_…) to filter by.

        • Optionalpage?: number
        • OptionalpageSize?: number
        • Optionalstatuses?: ("ACTIVE" | "DISABLED")[]

      Returns Promise<
          {
              ok: true;
              value: { hasNext: boolean; items: ChainConfig[]; total: number };
          },
      >