WagmiAdapter
class WagmiAdapter< TConnectParams extends Record<string, any> = {},
function constructor(
function connect(): Promise<string>;
Inherited from
Connector.removeListener
Remove the listeners of a given event.
function removeListener( event: T, fn?: (...args: Array<any>) => void, context?: any, once?: boolean,): this;
let prefixed: string | boolean;