Class LegacyWCService

Deprecated

The service should not be used anymore. It is kept for backward compatibility.

Hierarchy

  • LegacyWCService

Constructors

Properties

$address: BehaviorSubject<null | string> = ...

Deprecated

The method should not be used anymore. It is kept for backward compatibility.

$isConnected: BehaviorSubject<boolean> = ...

Deprecated

The method should not be used anymore. It is kept for backward compatibility.

$sessionInitialized: BehaviorSubject<boolean> = ...

Deprecated

The method should not be used anymore. It is kept for backward compatibility.

connector: undefined | WalletConnect
initPromise: undefined | Promise<any>
sessionSigned: Subject<SessionSignedPayload> = ...

Deprecated

The method should not be used anymore. It is kept for backward compatibility.

wcClientMeta: IClientMeta

Methods

  • Deprecated

    The method should not be used anymore. It is kept for backward compatibility.

    Parameters

    • __namedParameters: {
          renewSession: boolean;
      } = ...
      • renewSession: boolean

    Returns Promise<void>

Generated using TypeDoc