Type Alias GetMaxShredInsertSlotApi
GetMaxShredInsertSlotApi: { getMaxShredInsertSlot(NO_CONFIG?: Record<string, never>): bigint;} Type declaration
getMaxShredInsertSlot:function
- getMaxShredInsertSlot(NO_CONFIG?: Record<string, never>): bigint
Parameters
OptionalNO_CONFIG: Record<string, never>
Returns bigint
Get the max slot seen from after shred insert. Note that the optional NO_CONFIG object is ignored. See https://github.com/solana-labs/solana-web3.js/issues/1389