caEvents
caEvents: SafeEventEmitter = ...
on
on: ((eventName: string | symbol, listener: ((...args: any[]) => void)) => this)
removeListener
removeListener: ((eventName: string | symbol, listener: ((...args: any[]) => void)) => this)
Static
getSupportedChains
getSupportedChains: (() => {
id: number;
logo: string;
name: string;
}[]) = getSupportedChains
Deprecated
use ca.caEvents directly