Type Alias GetFirstAvailableBlockApi
GetFirstAvailableBlockApi: { getFirstAvailableBlock(NO_CONFIG?: Record<string, never>): bigint;} Type declaration
getFirstAvailableBlock:function
- getFirstAvailableBlock(NO_CONFIG?: Record<string, never>): bigint
Parameters
OptionalNO_CONFIG: Record<string, never>
Returns bigint
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