• Preparing search index...
  • The search index is not available
@oobe-protocol-labs/synapse-client-sdk
  • @oobe-protocol-labs/synapse-client-sdk
  • getMaxRetransmitSlot

Function getMaxRetransmitSlot

  • getMaxRetransmitSlot(t, opts?): Promise<Slot>
  • Fetch the max slot seen from the retransmit stage.

    Parameters

    • t: HttpTransport

      HTTP transport instance

    • opts: CallOptions = {}

      Additional call options

    Returns Promise<Slot>

    The max slot number

    Example

    const slot = await getMaxRetransmitSlot(transport);
    

    Since

    1.0.0

    • Defined in src/rpc/methods/get-max-retransmit-slot.ts:23

Settings

Member Visibility
@oobe-protocol-labs/synapse-client-sdk
  • Loading...

Generated using TypeDoc