interface FlowUpdatedEvent_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<FlowUpdatedEvent_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[]>;
    deposit?: InputMaybe<string>;
    deposit_gt?: InputMaybe<string>;
    deposit_gte?: InputMaybe<string>;
    deposit_in?: InputMaybe<string[]>;
    deposit_lt?: InputMaybe<string>;
    deposit_lte?: InputMaybe<string>;
    deposit_not?: InputMaybe<string>;
    deposit_not_in?: InputMaybe<string[]>;
    flowOperator?: InputMaybe<string>;
    flowOperator_contains?: InputMaybe<string>;
    flowOperator_gt?: InputMaybe<string>;
    flowOperator_gte?: InputMaybe<string>;
    flowOperator_in?: InputMaybe<string[]>;
    flowOperator_lt?: InputMaybe<string>;
    flowOperator_lte?: InputMaybe<string>;
    flowOperator_not?: InputMaybe<string>;
    flowOperator_not_contains?: InputMaybe<string>;
    flowOperator_not_in?: InputMaybe<string[]>;
    flowRate?: InputMaybe<string>;
    flowRate_gt?: InputMaybe<string>;
    flowRate_gte?: InputMaybe<string>;
    flowRate_in?: InputMaybe<string[]>;
    flowRate_lt?: InputMaybe<string>;
    flowRate_lte?: InputMaybe<string>;
    flowRate_not?: InputMaybe<string>;
    flowRate_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[]>;
    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[]>;
    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>;
    oldFlowRate?: InputMaybe<string>;
    oldFlowRate_gt?: InputMaybe<string>;
    oldFlowRate_gte?: InputMaybe<string>;
    oldFlowRate_in?: InputMaybe<string[]>;
    oldFlowRate_lt?: InputMaybe<string>;
    oldFlowRate_lte?: InputMaybe<string>;
    oldFlowRate_not?: InputMaybe<string>;
    oldFlowRate_not_in?: InputMaybe<string[]>;
    or?: InputMaybe<InputMaybe<FlowUpdatedEvent_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[]>;
    receiver?: InputMaybe<string>;
    receiver_contains?: InputMaybe<string>;
    receiver_gt?: InputMaybe<string>;
    receiver_gte?: InputMaybe<string>;
    receiver_in?: InputMaybe<string[]>;
    receiver_lt?: InputMaybe<string>;
    receiver_lte?: InputMaybe<string>;
    receiver_not?: InputMaybe<string>;
    receiver_not_contains?: InputMaybe<string>;
    receiver_not_in?: InputMaybe<string[]>;
    sender?: InputMaybe<string>;
    sender_contains?: InputMaybe<string>;
    sender_gt?: InputMaybe<string>;
    sender_gte?: InputMaybe<string>;
    sender_in?: InputMaybe<string[]>;
    sender_lt?: InputMaybe<string>;
    sender_lte?: InputMaybe<string>;
    sender_not?: InputMaybe<string>;
    sender_not_contains?: InputMaybe<string>;
    sender_not_in?: InputMaybe<string[]>;
    stream?: InputMaybe<string>;
    stream_?: InputMaybe<Stream_Filter>;
    stream_contains?: InputMaybe<string>;
    stream_contains_nocase?: InputMaybe<string>;
    stream_ends_with?: InputMaybe<string>;
    stream_ends_with_nocase?: InputMaybe<string>;
    stream_gt?: InputMaybe<string>;
    stream_gte?: InputMaybe<string>;
    stream_in?: InputMaybe<string[]>;
    stream_lt?: InputMaybe<string>;
    stream_lte?: InputMaybe<string>;
    stream_not?: InputMaybe<string>;
    stream_not_contains?: InputMaybe<string>;
    stream_not_contains_nocase?: InputMaybe<string>;
    stream_not_ends_with?: InputMaybe<string>;
    stream_not_ends_with_nocase?: InputMaybe<string>;
    stream_not_in?: InputMaybe<string[]>;
    stream_not_starts_with?: InputMaybe<string>;
    stream_not_starts_with_nocase?: InputMaybe<string>;
    stream_starts_with?: InputMaybe<string>;
    stream_starts_with_nocase?: 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[]>;
    token?: InputMaybe<string>;
    token_contains?: InputMaybe<string>;
    token_gt?: InputMaybe<string>;
    token_gte?: InputMaybe<string>;
    token_in?: InputMaybe<string[]>;
    token_lt?: InputMaybe<string>;
    token_lte?: InputMaybe<string>;
    token_not?: InputMaybe<string>;
    token_not_contains?: InputMaybe<string>;
    token_not_in?: InputMaybe<string[]>;
    totalAmountStreamedUntilTimestamp?: InputMaybe<string>;
    totalAmountStreamedUntilTimestamp_gt?: InputMaybe<string>;
    totalAmountStreamedUntilTimestamp_gte?: InputMaybe<string>;
    totalAmountStreamedUntilTimestamp_in?: InputMaybe<string[]>;
    totalAmountStreamedUntilTimestamp_lt?: InputMaybe<string>;
    totalAmountStreamedUntilTimestamp_lte?: InputMaybe<string>;
    totalAmountStreamedUntilTimestamp_not?: InputMaybe<string>;
    totalAmountStreamedUntilTimestamp_not_in?: InputMaybe<string[]>;
    totalReceiverFlowRate?: InputMaybe<string>;
    totalReceiverFlowRate_gt?: InputMaybe<string>;
    totalReceiverFlowRate_gte?: InputMaybe<string>;
    totalReceiverFlowRate_in?: InputMaybe<string[]>;
    totalReceiverFlowRate_lt?: InputMaybe<string>;
    totalReceiverFlowRate_lte?: InputMaybe<string>;
    totalReceiverFlowRate_not?: InputMaybe<string>;
    totalReceiverFlowRate_not_in?: InputMaybe<string[]>;
    totalSenderFlowRate?: InputMaybe<string>;
    totalSenderFlowRate_gt?: InputMaybe<string>;
    totalSenderFlowRate_gte?: InputMaybe<string>;
    totalSenderFlowRate_in?: InputMaybe<string[]>;
    totalSenderFlowRate_lt?: InputMaybe<string>;
    totalSenderFlowRate_lte?: InputMaybe<string>;
    totalSenderFlowRate_not?: InputMaybe<string>;
    totalSenderFlowRate_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[]>;
    type?: InputMaybe<number>;
    type_gt?: InputMaybe<number>;
    type_gte?: InputMaybe<number>;
    type_in?: InputMaybe<number[]>;
    type_lt?: InputMaybe<number>;
    type_lte?: InputMaybe<number>;
    type_not?: InputMaybe<number>;
    type_not_in?: InputMaybe<number[]>;
    userData?: InputMaybe<string>;
    userData_contains?: InputMaybe<string>;
    userData_gt?: InputMaybe<string>;
    userData_gte?: InputMaybe<string>;
    userData_in?: InputMaybe<string[]>;
    userData_lt?: InputMaybe<string>;
    userData_lte?: InputMaybe<string>;
    userData_not?: InputMaybe<string>;
    userData_not_contains?: InputMaybe<string>;
    userData_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? deposit? deposit_gt? deposit_gte? deposit_in? deposit_lt? deposit_lte? deposit_not? deposit_not_in? flowOperator? flowOperator_contains? flowOperator_gt? flowOperator_gte? flowOperator_in? flowOperator_lt? flowOperator_lte? flowOperator_not? flowOperator_not_contains? flowOperator_not_in? flowRate? flowRate_gt? flowRate_gte? flowRate_in? flowRate_lt? flowRate_lte? flowRate_not? flowRate_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? id? id_gt? id_gte? id_in? id_lt? id_lte? id_not? id_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? oldFlowRate? oldFlowRate_gt? oldFlowRate_gte? oldFlowRate_in? oldFlowRate_lt? oldFlowRate_lte? oldFlowRate_not? oldFlowRate_not_in? or? order? order_gt? order_gte? order_in? order_lt? order_lte? order_not? order_not_in? receiver? receiver_contains? receiver_gt? receiver_gte? receiver_in? receiver_lt? receiver_lte? receiver_not? receiver_not_contains? receiver_not_in? sender? sender_contains? sender_gt? sender_gte? sender_in? sender_lt? sender_lte? sender_not? sender_not_contains? sender_not_in? stream? stream_? stream_contains? stream_contains_nocase? stream_ends_with? stream_ends_with_nocase? stream_gt? stream_gte? stream_in? stream_lt? stream_lte? stream_not? stream_not_contains? stream_not_contains_nocase? stream_not_ends_with? stream_not_ends_with_nocase? stream_not_in? stream_not_starts_with? stream_not_starts_with_nocase? stream_starts_with? stream_starts_with_nocase? timestamp? timestamp_gt? timestamp_gte? timestamp_in? timestamp_lt? timestamp_lte? timestamp_not? timestamp_not_in? token? token_contains? token_gt? token_gte? token_in? token_lt? token_lte? token_not? token_not_contains? token_not_in? totalAmountStreamedUntilTimestamp? totalAmountStreamedUntilTimestamp_gt? totalAmountStreamedUntilTimestamp_gte? totalAmountStreamedUntilTimestamp_in? totalAmountStreamedUntilTimestamp_lt? totalAmountStreamedUntilTimestamp_lte? totalAmountStreamedUntilTimestamp_not? totalAmountStreamedUntilTimestamp_not_in? totalReceiverFlowRate? totalReceiverFlowRate_gt? totalReceiverFlowRate_gte? totalReceiverFlowRate_in? totalReceiverFlowRate_lt? totalReceiverFlowRate_lte? totalReceiverFlowRate_not? totalReceiverFlowRate_not_in? totalSenderFlowRate? totalSenderFlowRate_gt? totalSenderFlowRate_gte? totalSenderFlowRate_in? totalSenderFlowRate_lt? totalSenderFlowRate_lte? totalSenderFlowRate_not? totalSenderFlowRate_not_in? transactionHash? transactionHash_contains? transactionHash_gt? transactionHash_gte? transactionHash_in? transactionHash_lt? transactionHash_lte? transactionHash_not? transactionHash_not_contains? transactionHash_not_in? type? type_gt? type_gte? type_in? type_lt? type_lte? type_not? type_not_in? userData? userData_contains? userData_gt? userData_gte? userData_in? userData_lt? userData_lte? userData_not? userData_not_contains? userData_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[]>
deposit?: InputMaybe<string>
deposit_gt?: InputMaybe<string>
deposit_gte?: InputMaybe<string>
deposit_in?: InputMaybe<string[]>
deposit_lt?: InputMaybe<string>
deposit_lte?: InputMaybe<string>
deposit_not?: InputMaybe<string>
deposit_not_in?: InputMaybe<string[]>
flowOperator?: InputMaybe<string>
flowOperator_contains?: InputMaybe<string>
flowOperator_gt?: InputMaybe<string>
flowOperator_gte?: InputMaybe<string>
flowOperator_in?: InputMaybe<string[]>
flowOperator_lt?: InputMaybe<string>
flowOperator_lte?: InputMaybe<string>
flowOperator_not?: InputMaybe<string>
flowOperator_not_contains?: InputMaybe<string>
flowOperator_not_in?: InputMaybe<string[]>
flowRate?: InputMaybe<string>
flowRate_gt?: InputMaybe<string>
flowRate_gte?: InputMaybe<string>
flowRate_in?: InputMaybe<string[]>
flowRate_lt?: InputMaybe<string>
flowRate_lte?: InputMaybe<string>
flowRate_not?: InputMaybe<string>
flowRate_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[]>
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[]>
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>
oldFlowRate?: InputMaybe<string>
oldFlowRate_gt?: InputMaybe<string>
oldFlowRate_gte?: InputMaybe<string>
oldFlowRate_in?: InputMaybe<string[]>
oldFlowRate_lt?: InputMaybe<string>
oldFlowRate_lte?: InputMaybe<string>
oldFlowRate_not?: InputMaybe<string>
oldFlowRate_not_in?: 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[]>
receiver?: InputMaybe<string>
receiver_contains?: InputMaybe<string>
receiver_gt?: InputMaybe<string>
receiver_gte?: InputMaybe<string>
receiver_in?: InputMaybe<string[]>
receiver_lt?: InputMaybe<string>
receiver_lte?: InputMaybe<string>
receiver_not?: InputMaybe<string>
receiver_not_contains?: InputMaybe<string>
receiver_not_in?: InputMaybe<string[]>
sender?: InputMaybe<string>
sender_contains?: InputMaybe<string>
sender_gt?: InputMaybe<string>
sender_gte?: InputMaybe<string>
sender_in?: InputMaybe<string[]>
sender_lt?: InputMaybe<string>
sender_lte?: InputMaybe<string>
sender_not?: InputMaybe<string>
sender_not_contains?: InputMaybe<string>
sender_not_in?: InputMaybe<string[]>
stream?: InputMaybe<string>
stream_contains?: InputMaybe<string>
stream_contains_nocase?: InputMaybe<string>
stream_ends_with?: InputMaybe<string>
stream_ends_with_nocase?: InputMaybe<string>
stream_gt?: InputMaybe<string>
stream_gte?: InputMaybe<string>
stream_in?: InputMaybe<string[]>
stream_lt?: InputMaybe<string>
stream_lte?: InputMaybe<string>
stream_not?: InputMaybe<string>
stream_not_contains?: InputMaybe<string>
stream_not_contains_nocase?: InputMaybe<string>
stream_not_ends_with?: InputMaybe<string>
stream_not_ends_with_nocase?: InputMaybe<string>
stream_not_in?: InputMaybe<string[]>
stream_not_starts_with?: InputMaybe<string>
stream_not_starts_with_nocase?: InputMaybe<string>
stream_starts_with?: InputMaybe<string>
stream_starts_with_nocase?: 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[]>
token?: InputMaybe<string>
token_contains?: InputMaybe<string>
token_gt?: InputMaybe<string>
token_gte?: InputMaybe<string>
token_in?: InputMaybe<string[]>
token_lt?: InputMaybe<string>
token_lte?: InputMaybe<string>
token_not?: InputMaybe<string>
token_not_contains?: InputMaybe<string>
token_not_in?: InputMaybe<string[]>
totalAmountStreamedUntilTimestamp?: InputMaybe<string>
totalAmountStreamedUntilTimestamp_gt?: InputMaybe<string>
totalAmountStreamedUntilTimestamp_gte?: InputMaybe<string>
totalAmountStreamedUntilTimestamp_in?: InputMaybe<string[]>
totalAmountStreamedUntilTimestamp_lt?: InputMaybe<string>
totalAmountStreamedUntilTimestamp_lte?: InputMaybe<string>
totalAmountStreamedUntilTimestamp_not?: InputMaybe<string>
totalAmountStreamedUntilTimestamp_not_in?: InputMaybe<string[]>
totalReceiverFlowRate?: InputMaybe<string>
totalReceiverFlowRate_gt?: InputMaybe<string>
totalReceiverFlowRate_gte?: InputMaybe<string>
totalReceiverFlowRate_in?: InputMaybe<string[]>
totalReceiverFlowRate_lt?: InputMaybe<string>
totalReceiverFlowRate_lte?: InputMaybe<string>
totalReceiverFlowRate_not?: InputMaybe<string>
totalReceiverFlowRate_not_in?: InputMaybe<string[]>
totalSenderFlowRate?: InputMaybe<string>
totalSenderFlowRate_gt?: InputMaybe<string>
totalSenderFlowRate_gte?: InputMaybe<string>
totalSenderFlowRate_in?: InputMaybe<string[]>
totalSenderFlowRate_lt?: InputMaybe<string>
totalSenderFlowRate_lte?: InputMaybe<string>
totalSenderFlowRate_not?: InputMaybe<string>
totalSenderFlowRate_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[]>
type?: InputMaybe<number>
type_gt?: InputMaybe<number>
type_gte?: InputMaybe<number>
type_in?: InputMaybe<number[]>
type_lt?: InputMaybe<number>
type_lte?: InputMaybe<number>
type_not?: InputMaybe<number>
type_not_in?: InputMaybe<number[]>
userData?: InputMaybe<string>
userData_contains?: InputMaybe<string>
userData_gt?: InputMaybe<string>
userData_gte?: InputMaybe<string>
userData_in?: InputMaybe<string[]>
userData_lt?: InputMaybe<string>
userData_lte?: InputMaybe<string>
userData_not?: InputMaybe<string>
userData_not_contains?: InputMaybe<string>
userData_not_in?: InputMaybe<string[]>

Generated using TypeDoc