GetFirstAvailableBlockApi: {
    getFirstAvailableBlock(NO_CONFIG?: Record<string, never>): bigint;
}

Type declaration

  • getFirstAvailableBlock:function
    • Returns the slot of the lowest confirmed block that has not been purged from the ledger Note that the optional NO_CONFIG object is ignored. See https://github.com/solana-labs/solana-web3.js/issues/1389

      Parameters

      • OptionalNO_CONFIG: Record<string, never>

      Returns bigint