defy.tools

Interface HDKIndexRelayFilters

interface HDKIndexRelayFilters {
    filters: Filter[];
    indexes: HDKIndex[];
}

Properties

Properties

filters: Filter[]
indexes: HDKIndex[]