interface EventsNetworkId {
    networkIdChange: ((networkId: string) => void);
}

Properties

Properties

networkIdChange: ((networkId: string) => void)