interface VaultFilter {
    chainId?: number;
    protocol?: string;
    isActive?: boolean;
    beaconName?: string;
}

Properties

chainId?: number
protocol?: string
isActive?: boolean
beaconName?: string