Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace FetchBusyThreshold

Index

Functions

Functions

  • default(url: string, clientId: undefined | string): Promise<BN>
  • Hits a URL that returns a base fee which represents a threshold we can use to determine whether the network is busy.

    Parameters

    • url: string

      A URL.

    • clientId: undefined | string

      The ID of the client making this request.

    Returns Promise<BN>

    A promise for a base fee in WEI, as a BN.

Generated using TypeDoc