WalletConnectHandler
class WalletConnectHandler extends EventEmitter {}
function connectApp(uri: string): Promise<void>;
Inherited from
EventEmitter.removeListener
Remove the listeners of a given event.
function removeListener( event: T, fn?: (...args: Array<any>) => void, context?: any, once?: boolean,): this;