interface Stream_Filter {
    _change_block?: InputMaybe<BlockChangedFilter>;
    and?: InputMaybe<InputMaybe<Stream_Filter>[]>;
    createdAtBlockNumber?: InputMaybe<string>;
    createdAtBlockNumber_gt?: InputMaybe<string>;
    createdAtBlockNumber_gte?: InputMaybe<string>;
    createdAtBlockNumber_in?: InputMaybe<string[]>;
    createdAtBlockNumber_lt?: InputMaybe<string>;
    createdAtBlockNumber_lte?: InputMaybe<string>;
    createdAtBlockNumber_not?: InputMaybe<string>;
    createdAtBlockNumber_not_in?: InputMaybe<string[]>;
    createdAtTimestamp?: InputMaybe<string>;
    createdAtTimestamp_gt?: InputMaybe<string>;
    createdAtTimestamp_gte?: InputMaybe<string>;
    createdAtTimestamp_in?: InputMaybe<string[]>;
    createdAtTimestamp_lt?: InputMaybe<string>;
    createdAtTimestamp_lte?: InputMaybe<string>;
    createdAtTimestamp_not?: InputMaybe<string>;
    createdAtTimestamp_not_in?: InputMaybe<string[]>;
    currentFlowRate?: InputMaybe<string>;
    currentFlowRate_gt?: InputMaybe<string>;
    currentFlowRate_gte?: InputMaybe<string>;
    currentFlowRate_in?: InputMaybe<string[]>;
    currentFlowRate_lt?: InputMaybe<string>;
    currentFlowRate_lte?: InputMaybe<string>;
    currentFlowRate_not?: InputMaybe<string>;
    currentFlowRate_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[]>;
    flowUpdatedEvents_?: InputMaybe<FlowUpdatedEvent_Filter>;
    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[]>;
    or?: InputMaybe<InputMaybe<Stream_Filter>[]>;
    receiver?: InputMaybe<string>;
    receiver_?: InputMaybe<Account_Filter>;
    receiver_contains?: InputMaybe<string>;
    receiver_contains_nocase?: InputMaybe<string>;
    receiver_ends_with?: InputMaybe<string>;
    receiver_ends_with_nocase?: 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_contains_nocase?: InputMaybe<string>;
    receiver_not_ends_with?: InputMaybe<string>;
    receiver_not_ends_with_nocase?: InputMaybe<string>;
    receiver_not_in?: InputMaybe<string[]>;
    receiver_not_starts_with?: InputMaybe<string>;
    receiver_not_starts_with_nocase?: InputMaybe<string>;
    receiver_starts_with?: InputMaybe<string>;
    receiver_starts_with_nocase?: InputMaybe<string>;
    sender?: InputMaybe<string>;
    sender_?: InputMaybe<Account_Filter>;
    sender_contains?: InputMaybe<string>;
    sender_contains_nocase?: InputMaybe<string>;
    sender_ends_with?: InputMaybe<string>;
    sender_ends_with_nocase?: 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_contains_nocase?: InputMaybe<string>;
    sender_not_ends_with?: InputMaybe<string>;
    sender_not_ends_with_nocase?: InputMaybe<string>;
    sender_not_in?: InputMaybe<string[]>;
    sender_not_starts_with?: InputMaybe<string>;
    sender_not_starts_with_nocase?: InputMaybe<string>;
    sender_starts_with?: InputMaybe<string>;
    sender_starts_with_nocase?: InputMaybe<string>;
    streamPeriods_?: InputMaybe<StreamPeriod_Filter>;
    streamedUntilUpdatedAt?: InputMaybe<string>;
    streamedUntilUpdatedAt_gt?: InputMaybe<string>;
    streamedUntilUpdatedAt_gte?: InputMaybe<string>;
    streamedUntilUpdatedAt_in?: InputMaybe<string[]>;
    streamedUntilUpdatedAt_lt?: InputMaybe<string>;
    streamedUntilUpdatedAt_lte?: InputMaybe<string>;
    streamedUntilUpdatedAt_not?: InputMaybe<string>;
    streamedUntilUpdatedAt_not_in?: InputMaybe<string[]>;
    token?: InputMaybe<string>;
    token_?: InputMaybe<Token_Filter>;
    token_contains?: InputMaybe<string>;
    token_contains_nocase?: InputMaybe<string>;
    token_ends_with?: InputMaybe<string>;
    token_ends_with_nocase?: 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_contains_nocase?: InputMaybe<string>;
    token_not_ends_with?: InputMaybe<string>;
    token_not_ends_with_nocase?: InputMaybe<string>;
    token_not_in?: InputMaybe<string[]>;
    token_not_starts_with?: InputMaybe<string>;
    token_not_starts_with_nocase?: InputMaybe<string>;
    token_starts_with?: InputMaybe<string>;
    token_starts_with_nocase?: InputMaybe<string>;
    updatedAtBlockNumber?: InputMaybe<string>;
    updatedAtBlockNumber_gt?: InputMaybe<string>;
    updatedAtBlockNumber_gte?: InputMaybe<string>;
    updatedAtBlockNumber_in?: InputMaybe<string[]>;
    updatedAtBlockNumber_lt?: InputMaybe<string>;
    updatedAtBlockNumber_lte?: InputMaybe<string>;
    updatedAtBlockNumber_not?: InputMaybe<string>;
    updatedAtBlockNumber_not_in?: InputMaybe<string[]>;
    updatedAtTimestamp?: InputMaybe<string>;
    updatedAtTimestamp_gt?: InputMaybe<string>;
    updatedAtTimestamp_gte?: InputMaybe<string>;
    updatedAtTimestamp_in?: InputMaybe<string[]>;
    updatedAtTimestamp_lt?: InputMaybe<string>;
    updatedAtTimestamp_lte?: InputMaybe<string>;
    updatedAtTimestamp_not?: InputMaybe<string>;
    updatedAtTimestamp_not_in?: InputMaybe<string[]>;
    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? and? createdAtBlockNumber? createdAtBlockNumber_gt? createdAtBlockNumber_gte? createdAtBlockNumber_in? createdAtBlockNumber_lt? createdAtBlockNumber_lte? createdAtBlockNumber_not? createdAtBlockNumber_not_in? createdAtTimestamp? createdAtTimestamp_gt? createdAtTimestamp_gte? createdAtTimestamp_in? createdAtTimestamp_lt? createdAtTimestamp_lte? createdAtTimestamp_not? createdAtTimestamp_not_in? currentFlowRate? currentFlowRate_gt? currentFlowRate_gte? currentFlowRate_in? currentFlowRate_lt? currentFlowRate_lte? currentFlowRate_not? currentFlowRate_not_in? deposit? deposit_gt? deposit_gte? deposit_in? deposit_lt? deposit_lte? deposit_not? deposit_not_in? flowUpdatedEvents_? id? id_gt? id_gte? id_in? id_lt? id_lte? id_not? id_not_in? or? receiver? receiver_? receiver_contains? receiver_contains_nocase? receiver_ends_with? receiver_ends_with_nocase? receiver_gt? receiver_gte? receiver_in? receiver_lt? receiver_lte? receiver_not? receiver_not_contains? receiver_not_contains_nocase? receiver_not_ends_with? receiver_not_ends_with_nocase? receiver_not_in? receiver_not_starts_with? receiver_not_starts_with_nocase? receiver_starts_with? receiver_starts_with_nocase? sender? sender_? sender_contains? sender_contains_nocase? sender_ends_with? sender_ends_with_nocase? sender_gt? sender_gte? sender_in? sender_lt? sender_lte? sender_not? sender_not_contains? sender_not_contains_nocase? sender_not_ends_with? sender_not_ends_with_nocase? sender_not_in? sender_not_starts_with? sender_not_starts_with_nocase? sender_starts_with? sender_starts_with_nocase? streamPeriods_? streamedUntilUpdatedAt? streamedUntilUpdatedAt_gt? streamedUntilUpdatedAt_gte? streamedUntilUpdatedAt_in? streamedUntilUpdatedAt_lt? streamedUntilUpdatedAt_lte? streamedUntilUpdatedAt_not? streamedUntilUpdatedAt_not_in? token? token_? token_contains? token_contains_nocase? token_ends_with? token_ends_with_nocase? token_gt? token_gte? token_in? token_lt? token_lte? token_not? token_not_contains? token_not_contains_nocase? token_not_ends_with? token_not_ends_with_nocase? token_not_in? token_not_starts_with? token_not_starts_with_nocase? token_starts_with? token_starts_with_nocase? updatedAtBlockNumber? updatedAtBlockNumber_gt? updatedAtBlockNumber_gte? updatedAtBlockNumber_in? updatedAtBlockNumber_lt? updatedAtBlockNumber_lte? updatedAtBlockNumber_not? updatedAtBlockNumber_not_in? updatedAtTimestamp? updatedAtTimestamp_gt? updatedAtTimestamp_gte? updatedAtTimestamp_in? updatedAtTimestamp_lt? updatedAtTimestamp_lte? updatedAtTimestamp_not? updatedAtTimestamp_not_in? userData? userData_contains? userData_gt? userData_gte? userData_in? userData_lt? userData_lte? userData_not? userData_not_contains? userData_not_in?

Properties

createdAtBlockNumber?: InputMaybe<string>
createdAtBlockNumber_gt?: InputMaybe<string>
createdAtBlockNumber_gte?: InputMaybe<string>
createdAtBlockNumber_in?: InputMaybe<string[]>
createdAtBlockNumber_lt?: InputMaybe<string>
createdAtBlockNumber_lte?: InputMaybe<string>
createdAtBlockNumber_not?: InputMaybe<string>
createdAtBlockNumber_not_in?: InputMaybe<string[]>
createdAtTimestamp?: InputMaybe<string>
createdAtTimestamp_gt?: InputMaybe<string>
createdAtTimestamp_gte?: InputMaybe<string>
createdAtTimestamp_in?: InputMaybe<string[]>
createdAtTimestamp_lt?: InputMaybe<string>
createdAtTimestamp_lte?: InputMaybe<string>
createdAtTimestamp_not?: InputMaybe<string>
createdAtTimestamp_not_in?: InputMaybe<string[]>
currentFlowRate?: InputMaybe<string>
currentFlowRate_gt?: InputMaybe<string>
currentFlowRate_gte?: InputMaybe<string>
currentFlowRate_in?: InputMaybe<string[]>
currentFlowRate_lt?: InputMaybe<string>
currentFlowRate_lte?: InputMaybe<string>
currentFlowRate_not?: InputMaybe<string>
currentFlowRate_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[]>
flowUpdatedEvents_?: InputMaybe<FlowUpdatedEvent_Filter>
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[]>
receiver?: InputMaybe<string>
receiver_contains?: InputMaybe<string>
receiver_contains_nocase?: InputMaybe<string>
receiver_ends_with?: InputMaybe<string>
receiver_ends_with_nocase?: 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_contains_nocase?: InputMaybe<string>
receiver_not_ends_with?: InputMaybe<string>
receiver_not_ends_with_nocase?: InputMaybe<string>
receiver_not_in?: InputMaybe<string[]>
receiver_not_starts_with?: InputMaybe<string>
receiver_not_starts_with_nocase?: InputMaybe<string>
receiver_starts_with?: InputMaybe<string>
receiver_starts_with_nocase?: InputMaybe<string>
sender?: InputMaybe<string>
sender_contains?: InputMaybe<string>
sender_contains_nocase?: InputMaybe<string>
sender_ends_with?: InputMaybe<string>
sender_ends_with_nocase?: 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_contains_nocase?: InputMaybe<string>
sender_not_ends_with?: InputMaybe<string>
sender_not_ends_with_nocase?: InputMaybe<string>
sender_not_in?: InputMaybe<string[]>
sender_not_starts_with?: InputMaybe<string>
sender_not_starts_with_nocase?: InputMaybe<string>
sender_starts_with?: InputMaybe<string>
sender_starts_with_nocase?: InputMaybe<string>
streamedUntilUpdatedAt?: InputMaybe<string>
streamedUntilUpdatedAt_gt?: InputMaybe<string>
streamedUntilUpdatedAt_gte?: InputMaybe<string>
streamedUntilUpdatedAt_in?: InputMaybe<string[]>
streamedUntilUpdatedAt_lt?: InputMaybe<string>
streamedUntilUpdatedAt_lte?: InputMaybe<string>
streamedUntilUpdatedAt_not?: InputMaybe<string>
streamedUntilUpdatedAt_not_in?: InputMaybe<string[]>
token?: InputMaybe<string>
token_contains?: InputMaybe<string>
token_contains_nocase?: InputMaybe<string>
token_ends_with?: InputMaybe<string>
token_ends_with_nocase?: 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_contains_nocase?: InputMaybe<string>
token_not_ends_with?: InputMaybe<string>
token_not_ends_with_nocase?: InputMaybe<string>
token_not_in?: InputMaybe<string[]>
token_not_starts_with?: InputMaybe<string>
token_not_starts_with_nocase?: InputMaybe<string>
token_starts_with?: InputMaybe<string>
token_starts_with_nocase?: InputMaybe<string>
updatedAtBlockNumber?: InputMaybe<string>
updatedAtBlockNumber_gt?: InputMaybe<string>
updatedAtBlockNumber_gte?: InputMaybe<string>
updatedAtBlockNumber_in?: InputMaybe<string[]>
updatedAtBlockNumber_lt?: InputMaybe<string>
updatedAtBlockNumber_lte?: InputMaybe<string>
updatedAtBlockNumber_not?: InputMaybe<string>
updatedAtBlockNumber_not_in?: InputMaybe<string[]>
updatedAtTimestamp?: InputMaybe<string>
updatedAtTimestamp_gt?: InputMaybe<string>
updatedAtTimestamp_gte?: InputMaybe<string>
updatedAtTimestamp_in?: InputMaybe<string[]>
updatedAtTimestamp_lt?: InputMaybe<string>
updatedAtTimestamp_lte?: InputMaybe<string>
updatedAtTimestamp_not?: InputMaybe<string>
updatedAtTimestamp_not_in?: InputMaybe<string[]>
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