GetBlockCommitmentApi: {
    getBlockCommitment(
        slot: bigint,
    ): Readonly<{ commitment: Lamports[] | null; totalStake: Lamports }>;
}

Type declaration