interface CfAv1LiquidationPeriodChangedEvent_Filter {
    _change_block?: InputMaybe<BlockChangedFilter>;
    addresses?: InputMaybe<string[]>;
    addresses_contains?: InputMaybe<string[]>;
    addresses_contains_nocase?: InputMaybe<string[]>;
    addresses_not?: InputMaybe<string[]>;
    addresses_not_contains?: InputMaybe<string[]>;
    addresses_not_contains_nocase?: InputMaybe<string[]>;
    and?: InputMaybe<InputMaybe<CfAv1LiquidationPeriodChangedEvent_Filter>[]>;
    blockNumber?: InputMaybe<string>;
    blockNumber_gt?: InputMaybe<string>;
    blockNumber_gte?: InputMaybe<string>;
    blockNumber_in?: InputMaybe<string[]>;
    blockNumber_lt?: InputMaybe<string>;
    blockNumber_lte?: InputMaybe<string>;
    blockNumber_not?: InputMaybe<string>;
    blockNumber_not_in?: InputMaybe<string[]>;
    gasPrice?: InputMaybe<string>;
    gasPrice_gt?: InputMaybe<string>;
    gasPrice_gte?: InputMaybe<string>;
    gasPrice_in?: InputMaybe<string[]>;
    gasPrice_lt?: InputMaybe<string>;
    gasPrice_lte?: InputMaybe<string>;
    gasPrice_not?: InputMaybe<string>;
    gasPrice_not_in?: InputMaybe<string[]>;
    gasUsed?: InputMaybe<string>;
    gasUsed_gt?: InputMaybe<string>;
    gasUsed_gte?: InputMaybe<string>;
    gasUsed_in?: InputMaybe<string[]>;
    gasUsed_lt?: InputMaybe<string>;
    gasUsed_lte?: InputMaybe<string>;
    gasUsed_not?: InputMaybe<string>;
    gasUsed_not_in?: InputMaybe<string[]>;
    governanceAddress?: InputMaybe<string>;
    governanceAddress_contains?: InputMaybe<string>;
    governanceAddress_gt?: InputMaybe<string>;
    governanceAddress_gte?: InputMaybe<string>;
    governanceAddress_in?: InputMaybe<string[]>;
    governanceAddress_lt?: InputMaybe<string>;
    governanceAddress_lte?: InputMaybe<string>;
    governanceAddress_not?: InputMaybe<string>;
    governanceAddress_not_contains?: InputMaybe<string>;
    governanceAddress_not_in?: InputMaybe<string[]>;
    host?: InputMaybe<string>;
    host_contains?: InputMaybe<string>;
    host_gt?: InputMaybe<string>;
    host_gte?: InputMaybe<string>;
    host_in?: InputMaybe<string[]>;
    host_lt?: InputMaybe<string>;
    host_lte?: InputMaybe<string>;
    host_not?: InputMaybe<string>;
    host_not_contains?: InputMaybe<string>;
    host_not_in?: InputMaybe<string[]>;
    id?: InputMaybe<string>;
    id_gt?: InputMaybe<string>;
    id_gte?: InputMaybe<string>;
    id_in?: InputMaybe<string[]>;
    id_lt?: InputMaybe<string>;
    id_lte?: InputMaybe<string>;
    id_not?: InputMaybe<string>;
    id_not_in?: InputMaybe<string[]>;
    isKeySet?: InputMaybe<boolean>;
    isKeySet_in?: InputMaybe<boolean[]>;
    isKeySet_not?: InputMaybe<boolean>;
    isKeySet_not_in?: InputMaybe<boolean[]>;
    liquidationPeriod?: InputMaybe<string>;
    liquidationPeriod_gt?: InputMaybe<string>;
    liquidationPeriod_gte?: InputMaybe<string>;
    liquidationPeriod_in?: InputMaybe<string[]>;
    liquidationPeriod_lt?: InputMaybe<string>;
    liquidationPeriod_lte?: InputMaybe<string>;
    liquidationPeriod_not?: InputMaybe<string>;
    liquidationPeriod_not_in?: InputMaybe<string[]>;
    logIndex?: InputMaybe<string>;
    logIndex_gt?: InputMaybe<string>;
    logIndex_gte?: InputMaybe<string>;
    logIndex_in?: InputMaybe<string[]>;
    logIndex_lt?: InputMaybe<string>;
    logIndex_lte?: InputMaybe<string>;
    logIndex_not?: InputMaybe<string>;
    logIndex_not_in?: InputMaybe<string[]>;
    name?: InputMaybe<string>;
    name_contains?: InputMaybe<string>;
    name_contains_nocase?: InputMaybe<string>;
    name_ends_with?: InputMaybe<string>;
    name_ends_with_nocase?: InputMaybe<string>;
    name_gt?: InputMaybe<string>;
    name_gte?: InputMaybe<string>;
    name_in?: InputMaybe<string[]>;
    name_lt?: InputMaybe<string>;
    name_lte?: InputMaybe<string>;
    name_not?: InputMaybe<string>;
    name_not_contains?: InputMaybe<string>;
    name_not_contains_nocase?: InputMaybe<string>;
    name_not_ends_with?: InputMaybe<string>;
    name_not_ends_with_nocase?: InputMaybe<string>;
    name_not_in?: InputMaybe<string[]>;
    name_not_starts_with?: InputMaybe<string>;
    name_not_starts_with_nocase?: InputMaybe<string>;
    name_starts_with?: InputMaybe<string>;
    name_starts_with_nocase?: InputMaybe<string>;
    or?: InputMaybe<InputMaybe<CfAv1LiquidationPeriodChangedEvent_Filter>[]>;
    order?: InputMaybe<string>;
    order_gt?: InputMaybe<string>;
    order_gte?: InputMaybe<string>;
    order_in?: InputMaybe<string[]>;
    order_lt?: InputMaybe<string>;
    order_lte?: InputMaybe<string>;
    order_not?: InputMaybe<string>;
    order_not_in?: InputMaybe<string[]>;
    superToken?: InputMaybe<string>;
    superToken_contains?: InputMaybe<string>;
    superToken_gt?: InputMaybe<string>;
    superToken_gte?: InputMaybe<string>;
    superToken_in?: InputMaybe<string[]>;
    superToken_lt?: InputMaybe<string>;
    superToken_lte?: InputMaybe<string>;
    superToken_not?: InputMaybe<string>;
    superToken_not_contains?: InputMaybe<string>;
    superToken_not_in?: InputMaybe<string[]>;
    timestamp?: InputMaybe<string>;
    timestamp_gt?: InputMaybe<string>;
    timestamp_gte?: InputMaybe<string>;
    timestamp_in?: InputMaybe<string[]>;
    timestamp_lt?: InputMaybe<string>;
    timestamp_lte?: InputMaybe<string>;
    timestamp_not?: InputMaybe<string>;
    timestamp_not_in?: InputMaybe<string[]>;
    transactionHash?: InputMaybe<string>;
    transactionHash_contains?: InputMaybe<string>;
    transactionHash_gt?: InputMaybe<string>;
    transactionHash_gte?: InputMaybe<string>;
    transactionHash_in?: InputMaybe<string[]>;
    transactionHash_lt?: InputMaybe<string>;
    transactionHash_lte?: InputMaybe<string>;
    transactionHash_not?: InputMaybe<string>;
    transactionHash_not_contains?: InputMaybe<string>;
    transactionHash_not_in?: InputMaybe<string[]>;
}

Properties

_change_block? addresses? addresses_contains? addresses_contains_nocase? addresses_not? addresses_not_contains? addresses_not_contains_nocase? and? blockNumber? blockNumber_gt? blockNumber_gte? blockNumber_in? blockNumber_lt? blockNumber_lte? blockNumber_not? blockNumber_not_in? gasPrice? gasPrice_gt? gasPrice_gte? gasPrice_in? gasPrice_lt? gasPrice_lte? gasPrice_not? gasPrice_not_in? gasUsed? gasUsed_gt? gasUsed_gte? gasUsed_in? gasUsed_lt? gasUsed_lte? gasUsed_not? gasUsed_not_in? governanceAddress? governanceAddress_contains? governanceAddress_gt? governanceAddress_gte? governanceAddress_in? governanceAddress_lt? governanceAddress_lte? governanceAddress_not? governanceAddress_not_contains? governanceAddress_not_in? host? host_contains? host_gt? host_gte? host_in? host_lt? host_lte? host_not? host_not_contains? host_not_in? id? id_gt? id_gte? id_in? id_lt? id_lte? id_not? id_not_in? isKeySet? isKeySet_in? isKeySet_not? isKeySet_not_in? liquidationPeriod? liquidationPeriod_gt? liquidationPeriod_gte? liquidationPeriod_in? liquidationPeriod_lt? liquidationPeriod_lte? liquidationPeriod_not? liquidationPeriod_not_in? logIndex? logIndex_gt? logIndex_gte? logIndex_in? logIndex_lt? logIndex_lte? logIndex_not? logIndex_not_in? name? name_contains? name_contains_nocase? name_ends_with? name_ends_with_nocase? name_gt? name_gte? name_in? name_lt? name_lte? name_not? name_not_contains? name_not_contains_nocase? name_not_ends_with? name_not_ends_with_nocase? name_not_in? name_not_starts_with? name_not_starts_with_nocase? name_starts_with? name_starts_with_nocase? or? order? order_gt? order_gte? order_in? order_lt? order_lte? order_not? order_not_in? superToken? superToken_contains? superToken_gt? superToken_gte? superToken_in? superToken_lt? superToken_lte? superToken_not? superToken_not_contains? superToken_not_in? timestamp? timestamp_gt? timestamp_gte? timestamp_in? timestamp_lt? timestamp_lte? timestamp_not? timestamp_not_in? transactionHash? transactionHash_contains? transactionHash_gt? transactionHash_gte? transactionHash_in? transactionHash_lt? transactionHash_lte? transactionHash_not? transactionHash_not_contains? transactionHash_not_in?

Properties

addresses?: InputMaybe<string[]>
addresses_contains?: InputMaybe<string[]>
addresses_contains_nocase?: InputMaybe<string[]>
addresses_not?: InputMaybe<string[]>
addresses_not_contains?: InputMaybe<string[]>
addresses_not_contains_nocase?: InputMaybe<string[]>
blockNumber?: InputMaybe<string>
blockNumber_gt?: InputMaybe<string>
blockNumber_gte?: InputMaybe<string>
blockNumber_in?: InputMaybe<string[]>
blockNumber_lt?: InputMaybe<string>
blockNumber_lte?: InputMaybe<string>
blockNumber_not?: InputMaybe<string>
blockNumber_not_in?: InputMaybe<string[]>
gasPrice?: InputMaybe<string>
gasPrice_gt?: InputMaybe<string>
gasPrice_gte?: InputMaybe<string>
gasPrice_in?: InputMaybe<string[]>
gasPrice_lt?: InputMaybe<string>
gasPrice_lte?: InputMaybe<string>
gasPrice_not?: InputMaybe<string>
gasPrice_not_in?: InputMaybe<string[]>
gasUsed?: InputMaybe<string>
gasUsed_gt?: InputMaybe<string>
gasUsed_gte?: InputMaybe<string>
gasUsed_in?: InputMaybe<string[]>
gasUsed_lt?: InputMaybe<string>
gasUsed_lte?: InputMaybe<string>
gasUsed_not?: InputMaybe<string>
gasUsed_not_in?: InputMaybe<string[]>
governanceAddress?: InputMaybe<string>
governanceAddress_contains?: InputMaybe<string>
governanceAddress_gt?: InputMaybe<string>
governanceAddress_gte?: InputMaybe<string>
governanceAddress_in?: InputMaybe<string[]>
governanceAddress_lt?: InputMaybe<string>
governanceAddress_lte?: InputMaybe<string>
governanceAddress_not?: InputMaybe<string>
governanceAddress_not_contains?: InputMaybe<string>
governanceAddress_not_in?: InputMaybe<string[]>
host?: InputMaybe<string>
host_contains?: InputMaybe<string>
host_gt?: InputMaybe<string>
host_gte?: InputMaybe<string>
host_in?: InputMaybe<string[]>
host_lt?: InputMaybe<string>
host_lte?: InputMaybe<string>
host_not?: InputMaybe<string>
host_not_contains?: InputMaybe<string>
host_not_in?: InputMaybe<string[]>
id?: InputMaybe<string>
id_gt?: InputMaybe<string>
id_gte?: InputMaybe<string>
id_in?: InputMaybe<string[]>
id_lt?: InputMaybe<string>
id_lte?: InputMaybe<string>
id_not?: InputMaybe<string>
id_not_in?: InputMaybe<string[]>
isKeySet?: InputMaybe<boolean>
isKeySet_in?: InputMaybe<boolean[]>
isKeySet_not?: InputMaybe<boolean>
isKeySet_not_in?: InputMaybe<boolean[]>
liquidationPeriod?: InputMaybe<string>
liquidationPeriod_gt?: InputMaybe<string>
liquidationPeriod_gte?: InputMaybe<string>
liquidationPeriod_in?: InputMaybe<string[]>
liquidationPeriod_lt?: InputMaybe<string>
liquidationPeriod_lte?: InputMaybe<string>
liquidationPeriod_not?: InputMaybe<string>
liquidationPeriod_not_in?: InputMaybe<string[]>
logIndex?: InputMaybe<string>
logIndex_gt?: InputMaybe<string>
logIndex_gte?: InputMaybe<string>
logIndex_in?: InputMaybe<string[]>
logIndex_lt?: InputMaybe<string>
logIndex_lte?: InputMaybe<string>
logIndex_not?: InputMaybe<string>
logIndex_not_in?: InputMaybe<string[]>
name?: InputMaybe<string>
name_contains?: InputMaybe<string>
name_contains_nocase?: InputMaybe<string>
name_ends_with?: InputMaybe<string>
name_ends_with_nocase?: InputMaybe<string>
name_gt?: InputMaybe<string>
name_gte?: InputMaybe<string>
name_in?: InputMaybe<string[]>
name_lt?: InputMaybe<string>
name_lte?: InputMaybe<string>
name_not?: InputMaybe<string>
name_not_contains?: InputMaybe<string>
name_not_contains_nocase?: InputMaybe<string>
name_not_ends_with?: InputMaybe<string>
name_not_ends_with_nocase?: InputMaybe<string>
name_not_in?: InputMaybe<string[]>
name_not_starts_with?: InputMaybe<string>
name_not_starts_with_nocase?: InputMaybe<string>
name_starts_with?: InputMaybe<string>
name_starts_with_nocase?: InputMaybe<string>
order?: InputMaybe<string>
order_gt?: InputMaybe<string>
order_gte?: InputMaybe<string>
order_in?: InputMaybe<string[]>
order_lt?: InputMaybe<string>
order_lte?: InputMaybe<string>
order_not?: InputMaybe<string>
order_not_in?: InputMaybe<string[]>
superToken?: InputMaybe<string>
superToken_contains?: InputMaybe<string>
superToken_gt?: InputMaybe<string>
superToken_gte?: InputMaybe<string>
superToken_in?: InputMaybe<string[]>
superToken_lt?: InputMaybe<string>
superToken_lte?: InputMaybe<string>
superToken_not?: InputMaybe<string>
superToken_not_contains?: InputMaybe<string>
superToken_not_in?: InputMaybe<string[]>
timestamp?: InputMaybe<string>
timestamp_gt?: InputMaybe<string>
timestamp_gte?: InputMaybe<string>
timestamp_in?: InputMaybe<string[]>
timestamp_lt?: InputMaybe<string>
timestamp_lte?: InputMaybe<string>
timestamp_not?: InputMaybe<string>
timestamp_not_in?: InputMaybe<string[]>
transactionHash?: InputMaybe<string>
transactionHash_contains?: InputMaybe<string>
transactionHash_gt?: InputMaybe<string>
transactionHash_gte?: InputMaybe<string>
transactionHash_in?: InputMaybe<string[]>
transactionHash_lt?: InputMaybe<string>
transactionHash_lte?: InputMaybe<string>
transactionHash_not?: InputMaybe<string>
transactionHash_not_contains?: InputMaybe<string>
transactionHash_not_in?: InputMaybe<string[]>

Generated using TypeDoc