interface TokenFilter {
    chainId?: number;
    symbol?: string;
}

Properties

Properties

chainId?: number
symbol?: string