@circle-fin/usdckit - v0.22.0
    Preparing search index...

    Function getEpochSchedule

    • Gets epoch schedule information from this cluster's genesis config

      Parameters

      • client: ExtendedViemClient

        Extended Viem client

      • ...params: []

        Parameters for sol_getEpochSchedule

      Returns Promise<
          Readonly<
              {
                  firstNormalEpoch: bigint;
                  firstNormalSlot: bigint;
                  leaderScheduleSlotOffset: bigint;
                  slotsPerEpoch: bigint;
                  warmup: boolean;
              },
          >,
      >

      Promise resolving to epoch schedule information