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