Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Connector
    • Url

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Url(actions: Actions, url: url, connectEagerly?: boolean): Url
  • Parameters

    • actions: Actions
    • url: url

      An RPC url.

    • Default value connectEagerly: boolean = true

      A flag indicating whether connection should be initiated when the class is constructed.

    Returns Url

Properties

Protected Readonly actions

actions: Actions

provider

provider: Eip1193Bridge | undefined

{@inheritdoc Connector.provider}

Methods

activate

  • activate(): Promise<void>

deactivate

  • deactivate(...args: unknown[]): Promise<void> | void
  • Initiate a disconnect.

    Parameters

    • Rest ...args: unknown[]

    Returns Promise<void> | void

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Protected property
  • Static property

Generated using TypeDoc