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

Function getMaxShredInsertSlot

  • getMaxShredInsertSlot(t, opts?): Promise<Slot>
  • Fetch the max slot seen from after shred insert.

    Parameters

    • t: HttpTransport

      HTTP transport instance

    • opts: CallOptions = {}

      Additional call options

    Returns Promise<Slot>

    The max slot number from the shred insert stage

    Example

    const slot = await getMaxShredInsertSlot(transport);
    

    Since

    1.0.0

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

Settings

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

Generated using TypeDoc