Interface NetworkFilter

Interface representing a filter for filtering a specific network.

interface NetworkFilter {
    chainId: ChainId;
}

Properties

Properties

chainId: ChainId

The ID of the network to allow or disallow.