GetMaxRetransmitSlotApi: {
    getMaxRetransmitSlot(NO_CONFIG?: Record<string, never>): bigint;
}

Type declaration

  • getMaxRetransmitSlot:function
    • 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

      Parameters

      • OptionalNO_CONFIG: Record<string, never>

      Returns bigint