Interface TokenFilter

Interface representing a token filter that can be used to exclude certain tokens.

interface TokenFilter {
    address: string;
}

Properties

Properties

address: string

The token contract address.