import { Address } from 'viem'; import { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/core'; export type Maybe = T | null; export type InputMaybe = Maybe; export type Exact = { [K in keyof T]: T[K]; }; export type MakeOptional = Omit & { [SubKey in K]?: Maybe; }; export type MakeMaybe = Omit & { [SubKey in K]: Maybe; }; export type MakeEmpty = { [_ in K]?: never; }; export type Incremental = T | { [P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never; }; /** All built-in and custom scalars, mapped to their actual values */ export type Scalars = { ID: { input: string; output: string; }; String: { input: string; output: string; }; Boolean: { input: boolean; output: boolean; }; Int: { input: number; output: number; }; Float: { input: number; output: number; }; BigDecimal: { input: string; output: string; }; BigInt: { input: string; output: string; }; Bytes: { input: Address; output: Address; }; /** * 8 bytes signed integer * */ Int8: { input: any; output: any; }; /** * A string representation of microseconds UNIX timestamp (16 digits) * */ Timestamp: { input: any; output: any; }; }; export type AccountMetadataUriUpdated_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; account?: InputMaybe; account_contains?: InputMaybe; account_gt?: InputMaybe; account_gte?: InputMaybe; account_in?: InputMaybe>; account_lt?: InputMaybe; account_lte?: InputMaybe; account_not?: InputMaybe; account_not_contains?: InputMaybe; account_not_in?: InputMaybe>; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_in?: InputMaybe>; metadataURI?: InputMaybe; metadataURI_contains?: InputMaybe; metadataURI_contains_nocase?: InputMaybe; metadataURI_ends_with?: InputMaybe; metadataURI_ends_with_nocase?: InputMaybe; metadataURI_gt?: InputMaybe; metadataURI_gte?: InputMaybe; metadataURI_in?: InputMaybe>; metadataURI_lt?: InputMaybe; metadataURI_lte?: InputMaybe; metadataURI_not?: InputMaybe; metadataURI_not_contains?: InputMaybe; metadataURI_not_contains_nocase?: InputMaybe; metadataURI_not_ends_with?: InputMaybe; metadataURI_not_ends_with_nocase?: InputMaybe; metadataURI_not_in?: InputMaybe>; metadataURI_not_starts_with?: InputMaybe; metadataURI_not_starts_with_nocase?: InputMaybe; metadataURI_starts_with?: InputMaybe; metadataURI_starts_with_nocase?: InputMaybe; or?: InputMaybe>>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum AccountMetadataUriUpdated_OrderBy { Account = "account", BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", MetadataUri = "metadataURI", TransactionHash = "transactionHash" } export type Account_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; bApps_?: InputMaybe; clusters_?: InputMaybe; delegators_?: InputMaybe; deposits_?: InputMaybe; feeRecipient?: InputMaybe; feeRecipient_contains?: InputMaybe; feeRecipient_gt?: InputMaybe; feeRecipient_gte?: InputMaybe; feeRecipient_in?: InputMaybe>; feeRecipient_lt?: InputMaybe; feeRecipient_lte?: InputMaybe; feeRecipient_not?: InputMaybe; feeRecipient_not_contains?: InputMaybe; feeRecipient_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_in?: InputMaybe>; metadataURI?: InputMaybe; metadataURI_contains?: InputMaybe; metadataURI_contains_nocase?: InputMaybe; metadataURI_ends_with?: InputMaybe; metadataURI_ends_with_nocase?: InputMaybe; metadataURI_gt?: InputMaybe; metadataURI_gte?: InputMaybe; metadataURI_in?: InputMaybe>; metadataURI_lt?: InputMaybe; metadataURI_lte?: InputMaybe; metadataURI_not?: InputMaybe; metadataURI_not_contains?: InputMaybe; metadataURI_not_contains_nocase?: InputMaybe; metadataURI_not_ends_with?: InputMaybe; metadataURI_not_ends_with_nocase?: InputMaybe; metadataURI_not_in?: InputMaybe>; metadataURI_not_starts_with?: InputMaybe; metadataURI_not_starts_with_nocase?: InputMaybe; metadataURI_starts_with?: InputMaybe; metadataURI_starts_with_nocase?: InputMaybe; nonce?: InputMaybe; nonce_gt?: InputMaybe; nonce_gte?: InputMaybe; nonce_in?: InputMaybe>; nonce_lt?: InputMaybe; nonce_lte?: InputMaybe; nonce_not?: InputMaybe; nonce_not_in?: InputMaybe>; operators_?: InputMaybe; or?: InputMaybe>>; receivers_?: InputMaybe; strategies_?: InputMaybe; totalDelegatedPercentage?: InputMaybe; totalDelegatedPercentage_gt?: InputMaybe; totalDelegatedPercentage_gte?: InputMaybe; totalDelegatedPercentage_in?: InputMaybe>; totalDelegatedPercentage_lt?: InputMaybe; totalDelegatedPercentage_lte?: InputMaybe; totalDelegatedPercentage_not?: InputMaybe; totalDelegatedPercentage_not_in?: InputMaybe>; validatorCount?: InputMaybe; validatorCount_gt?: InputMaybe; validatorCount_gte?: InputMaybe; validatorCount_in?: InputMaybe>; validatorCount_lt?: InputMaybe; validatorCount_lte?: InputMaybe; validatorCount_not?: InputMaybe; validatorCount_not_in?: InputMaybe>; validators_?: InputMaybe; }; export declare enum Account_OrderBy { BApps = "bApps", Clusters = "clusters", Delegators = "delegators", Deposits = "deposits", FeeRecipient = "feeRecipient", Id = "id", MetadataUri = "metadataURI", Nonce = "nonce", Operators = "operators", Receivers = "receivers", Strategies = "strategies", TotalDelegatedPercentage = "totalDelegatedPercentage", ValidatorCount = "validatorCount", Validators = "validators" } export declare enum Aggregation_Interval { Day = "day", Hour = "hour" } export type BAppConstants_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; _maxFeeIncrement?: InputMaybe; _maxFeeIncrement_gt?: InputMaybe; _maxFeeIncrement_gte?: InputMaybe; _maxFeeIncrement_in?: InputMaybe>; _maxFeeIncrement_lt?: InputMaybe; _maxFeeIncrement_lte?: InputMaybe; _maxFeeIncrement_not?: InputMaybe; _maxFeeIncrement_not_in?: InputMaybe>; and?: InputMaybe>>; id?: InputMaybe; id_contains?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_in?: InputMaybe>; or?: InputMaybe>>; totalAccounts?: InputMaybe; totalAccounts_gt?: InputMaybe; totalAccounts_gte?: InputMaybe; totalAccounts_in?: InputMaybe>; totalAccounts_lt?: InputMaybe; totalAccounts_lte?: InputMaybe; totalAccounts_not?: InputMaybe; totalAccounts_not_in?: InputMaybe>; totalBApps?: InputMaybe; totalBApps_gt?: InputMaybe; totalBApps_gte?: InputMaybe; totalBApps_in?: InputMaybe>; totalBApps_lt?: InputMaybe; totalBApps_lte?: InputMaybe; totalBApps_not?: InputMaybe; totalBApps_not_in?: InputMaybe>; totalStrategies?: InputMaybe; totalStrategies_gt?: InputMaybe; totalStrategies_gte?: InputMaybe; totalStrategies_in?: InputMaybe>; totalStrategies_lt?: InputMaybe; totalStrategies_lte?: InputMaybe; totalStrategies_not?: InputMaybe; totalStrategies_not_in?: InputMaybe>; }; export declare enum BAppConstants_OrderBy { MaxFeeIncrement = "_maxFeeIncrement", Id = "id", TotalAccounts = "totalAccounts", TotalBApps = "totalBApps", TotalStrategies = "totalStrategies" } export type BAppMetadataUriUpdated_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; bAppAddress?: InputMaybe; bAppAddress_contains?: InputMaybe; bAppAddress_gt?: InputMaybe; bAppAddress_gte?: InputMaybe; bAppAddress_in?: InputMaybe>; bAppAddress_lt?: InputMaybe; bAppAddress_lte?: InputMaybe; bAppAddress_not?: InputMaybe; bAppAddress_not_contains?: InputMaybe; bAppAddress_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_in?: InputMaybe>; metadataURI?: InputMaybe; metadataURI_contains?: InputMaybe; metadataURI_contains_nocase?: InputMaybe; metadataURI_ends_with?: InputMaybe; metadataURI_ends_with_nocase?: InputMaybe; metadataURI_gt?: InputMaybe; metadataURI_gte?: InputMaybe; metadataURI_in?: InputMaybe>; metadataURI_lt?: InputMaybe; metadataURI_lte?: InputMaybe; metadataURI_not?: InputMaybe; metadataURI_not_contains?: InputMaybe; metadataURI_not_contains_nocase?: InputMaybe; metadataURI_not_ends_with?: InputMaybe; metadataURI_not_ends_with_nocase?: InputMaybe; metadataURI_not_in?: InputMaybe>; metadataURI_not_starts_with?: InputMaybe; metadataURI_not_starts_with_nocase?: InputMaybe; metadataURI_starts_with?: InputMaybe; metadataURI_starts_with_nocase?: InputMaybe; or?: InputMaybe>>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum BAppMetadataUriUpdated_OrderBy { BAppAddress = "bAppAddress", BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", MetadataUri = "metadataURI", TransactionHash = "transactionHash" } export type BAppOptedInByStrategy_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; bApp?: InputMaybe; bApp_contains?: InputMaybe; bApp_gt?: InputMaybe; bApp_gte?: InputMaybe; bApp_in?: InputMaybe>; bApp_lt?: InputMaybe; bApp_lte?: InputMaybe; bApp_not?: InputMaybe; bApp_not_contains?: InputMaybe; bApp_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; data?: InputMaybe; data_contains?: InputMaybe; data_gt?: InputMaybe; data_gte?: InputMaybe; data_in?: InputMaybe>; data_lt?: InputMaybe; data_lte?: InputMaybe; data_not?: InputMaybe; data_not_contains?: InputMaybe; data_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_in?: InputMaybe>; obligationPercentages?: InputMaybe>; obligationPercentages_contains?: InputMaybe>; obligationPercentages_contains_nocase?: InputMaybe>; obligationPercentages_not?: InputMaybe>; obligationPercentages_not_contains?: InputMaybe>; obligationPercentages_not_contains_nocase?: InputMaybe>; or?: InputMaybe>>; strategyId?: InputMaybe; strategyId_gt?: InputMaybe; strategyId_gte?: InputMaybe; strategyId_in?: InputMaybe>; strategyId_lt?: InputMaybe; strategyId_lte?: InputMaybe; strategyId_not?: InputMaybe; strategyId_not_in?: InputMaybe>; tokens?: InputMaybe>; tokens_contains?: InputMaybe>; tokens_contains_nocase?: InputMaybe>; tokens_not?: InputMaybe>; tokens_not_contains?: InputMaybe>; tokens_not_contains_nocase?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum BAppOptedInByStrategy_OrderBy { BApp = "bApp", BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Data = "data", Id = "id", ObligationPercentages = "obligationPercentages", StrategyId = "strategyId", Tokens = "tokens", TransactionHash = "transactionHash" } export type BAppRegistered_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; bAppAddress?: InputMaybe; bAppAddress_contains?: InputMaybe; bAppAddress_gt?: InputMaybe; bAppAddress_gte?: InputMaybe; bAppAddress_in?: InputMaybe>; bAppAddress_lt?: InputMaybe; bAppAddress_lte?: InputMaybe; bAppAddress_not?: InputMaybe; bAppAddress_not_contains?: InputMaybe; bAppAddress_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_in?: InputMaybe>; metadataURI?: InputMaybe; metadataURI_contains?: InputMaybe; metadataURI_contains_nocase?: InputMaybe; metadataURI_ends_with?: InputMaybe; metadataURI_ends_with_nocase?: InputMaybe; metadataURI_gt?: InputMaybe; metadataURI_gte?: InputMaybe; metadataURI_in?: InputMaybe>; metadataURI_lt?: InputMaybe; metadataURI_lte?: InputMaybe; metadataURI_not?: InputMaybe; metadataURI_not_contains?: InputMaybe; metadataURI_not_contains_nocase?: InputMaybe; metadataURI_not_ends_with?: InputMaybe; metadataURI_not_ends_with_nocase?: InputMaybe; metadataURI_not_in?: InputMaybe>; metadataURI_not_starts_with?: InputMaybe; metadataURI_not_starts_with_nocase?: InputMaybe; metadataURI_starts_with?: InputMaybe; metadataURI_starts_with_nocase?: InputMaybe; or?: InputMaybe>>; owner?: InputMaybe; owner_contains?: InputMaybe; owner_gt?: InputMaybe; owner_gte?: InputMaybe; owner_in?: InputMaybe>; owner_lt?: InputMaybe; owner_lte?: InputMaybe; owner_not?: InputMaybe; owner_not_contains?: InputMaybe; owner_not_in?: InputMaybe>; sharedRiskLevel?: InputMaybe>; sharedRiskLevel_contains?: InputMaybe>; sharedRiskLevel_contains_nocase?: InputMaybe>; sharedRiskLevel_not?: InputMaybe>; sharedRiskLevel_not_contains?: InputMaybe>; sharedRiskLevel_not_contains_nocase?: InputMaybe>; tokens?: InputMaybe>; tokens_contains?: InputMaybe>; tokens_contains_nocase?: InputMaybe>; tokens_not?: InputMaybe>; tokens_not_contains?: InputMaybe>; tokens_not_contains_nocase?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum BAppRegistered_OrderBy { BAppAddress = "bAppAddress", BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", MetadataUri = "metadataURI", Owner = "owner", SharedRiskLevel = "sharedRiskLevel", Tokens = "tokens", TransactionHash = "transactionHash" } export type BAppToken_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; bApp?: InputMaybe; bApp_?: InputMaybe; bApp_contains?: InputMaybe; bApp_contains_nocase?: InputMaybe; bApp_ends_with?: InputMaybe; bApp_ends_with_nocase?: InputMaybe; bApp_gt?: InputMaybe; bApp_gte?: InputMaybe; bApp_in?: InputMaybe>; bApp_lt?: InputMaybe; bApp_lte?: InputMaybe; bApp_not?: InputMaybe; bApp_not_contains?: InputMaybe; bApp_not_contains_nocase?: InputMaybe; bApp_not_ends_with?: InputMaybe; bApp_not_ends_with_nocase?: InputMaybe; bApp_not_in?: InputMaybe>; bApp_not_starts_with?: InputMaybe; bApp_not_starts_with_nocase?: InputMaybe; bApp_starts_with?: InputMaybe; bApp_starts_with_nocase?: InputMaybe; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; or?: InputMaybe>>; sharedRiskLevel?: InputMaybe; sharedRiskLevel_gt?: InputMaybe; sharedRiskLevel_gte?: InputMaybe; sharedRiskLevel_in?: InputMaybe>; sharedRiskLevel_lt?: InputMaybe; sharedRiskLevel_lte?: InputMaybe; sharedRiskLevel_not?: InputMaybe; sharedRiskLevel_not_in?: InputMaybe>; token?: InputMaybe; token_contains?: InputMaybe; token_gt?: InputMaybe; token_gte?: InputMaybe; token_in?: InputMaybe>; token_lt?: InputMaybe; token_lte?: InputMaybe; token_not?: InputMaybe; token_not_contains?: InputMaybe; token_not_in?: InputMaybe>; totalObligatedBalance?: InputMaybe; totalObligatedBalance_gt?: InputMaybe; totalObligatedBalance_gte?: InputMaybe; totalObligatedBalance_in?: InputMaybe>; totalObligatedBalance_lt?: InputMaybe; totalObligatedBalance_lte?: InputMaybe; totalObligatedBalance_not?: InputMaybe; totalObligatedBalance_not_in?: InputMaybe>; }; export declare enum BAppToken_OrderBy { BApp = "bApp", BAppId = "bApp__id", BAppMetadataUri = "bApp__metadataURI", Id = "id", SharedRiskLevel = "sharedRiskLevel", Token = "token", TotalObligatedBalance = "totalObligatedBalance" } export type BAppTokensCreated_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; bAppAddress?: InputMaybe; bAppAddress_contains?: InputMaybe; bAppAddress_gt?: InputMaybe; bAppAddress_gte?: InputMaybe; bAppAddress_in?: InputMaybe>; bAppAddress_lt?: InputMaybe; bAppAddress_lte?: InputMaybe; bAppAddress_not?: InputMaybe; bAppAddress_not_contains?: InputMaybe; bAppAddress_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_in?: InputMaybe>; or?: InputMaybe>>; sharedRiskLevels?: InputMaybe>; sharedRiskLevels_contains?: InputMaybe>; sharedRiskLevels_contains_nocase?: InputMaybe>; sharedRiskLevels_not?: InputMaybe>; sharedRiskLevels_not_contains?: InputMaybe>; sharedRiskLevels_not_contains_nocase?: InputMaybe>; tokens?: InputMaybe>; tokens_contains?: InputMaybe>; tokens_contains_nocase?: InputMaybe>; tokens_not?: InputMaybe>; tokens_not_contains?: InputMaybe>; tokens_not_contains_nocase?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum BAppTokensCreated_OrderBy { BAppAddress = "bAppAddress", BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", SharedRiskLevels = "sharedRiskLevels", Tokens = "tokens", TransactionHash = "transactionHash" } export type BAppTokensUpdated_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; bAppAddress?: InputMaybe; bAppAddress_contains?: InputMaybe; bAppAddress_gt?: InputMaybe; bAppAddress_gte?: InputMaybe; bAppAddress_in?: InputMaybe>; bAppAddress_lt?: InputMaybe; bAppAddress_lte?: InputMaybe; bAppAddress_not?: InputMaybe; bAppAddress_not_contains?: InputMaybe; bAppAddress_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_in?: InputMaybe>; or?: InputMaybe>>; sharedRiskLevels?: InputMaybe>; sharedRiskLevels_contains?: InputMaybe>; sharedRiskLevels_contains_nocase?: InputMaybe>; sharedRiskLevels_not?: InputMaybe>; sharedRiskLevels_not_contains?: InputMaybe>; sharedRiskLevels_not_contains_nocase?: InputMaybe>; tokens?: InputMaybe>; tokens_contains?: InputMaybe>; tokens_contains_nocase?: InputMaybe>; tokens_not?: InputMaybe>; tokens_not_contains?: InputMaybe>; tokens_not_contains_nocase?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum BAppTokensUpdated_OrderBy { BAppAddress = "bAppAddress", BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", SharedRiskLevels = "sharedRiskLevels", Tokens = "tokens", TransactionHash = "transactionHash" } export type BApp_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; bAppTokens_?: InputMaybe; id?: InputMaybe; id_contains?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_in?: InputMaybe>; metadataURI?: InputMaybe; metadataURI_contains?: InputMaybe; metadataURI_contains_nocase?: InputMaybe; metadataURI_ends_with?: InputMaybe; metadataURI_ends_with_nocase?: InputMaybe; metadataURI_gt?: InputMaybe; metadataURI_gte?: InputMaybe; metadataURI_in?: InputMaybe>; metadataURI_lt?: InputMaybe; metadataURI_lte?: InputMaybe; metadataURI_not?: InputMaybe; metadataURI_not_contains?: InputMaybe; metadataURI_not_contains_nocase?: InputMaybe; metadataURI_not_ends_with?: InputMaybe; metadataURI_not_ends_with_nocase?: InputMaybe; metadataURI_not_in?: InputMaybe>; metadataURI_not_starts_with?: InputMaybe; metadataURI_not_starts_with_nocase?: InputMaybe; metadataURI_starts_with?: InputMaybe; metadataURI_starts_with_nocase?: InputMaybe; or?: InputMaybe>>; owner?: InputMaybe; owner_?: InputMaybe; owner_contains?: InputMaybe; owner_contains_nocase?: InputMaybe; owner_ends_with?: InputMaybe; owner_ends_with_nocase?: InputMaybe; owner_gt?: InputMaybe; owner_gte?: InputMaybe; owner_in?: InputMaybe>; owner_lt?: InputMaybe; owner_lte?: InputMaybe; owner_not?: InputMaybe; owner_not_contains?: InputMaybe; owner_not_contains_nocase?: InputMaybe; owner_not_ends_with?: InputMaybe; owner_not_ends_with_nocase?: InputMaybe; owner_not_in?: InputMaybe>; owner_not_starts_with?: InputMaybe; owner_not_starts_with_nocase?: InputMaybe; owner_starts_with?: InputMaybe; owner_starts_with_nocase?: InputMaybe; strategies_?: InputMaybe; }; export declare enum BApp_OrderBy { BAppTokens = "bAppTokens", Id = "id", MetadataUri = "metadataURI", Owner = "owner", OwnerFeeRecipient = "owner__feeRecipient", OwnerId = "owner__id", OwnerMetadataUri = "owner__metadataURI", OwnerNonce = "owner__nonce", OwnerTotalDelegatedPercentage = "owner__totalDelegatedPercentage", OwnerValidatorCount = "owner__validatorCount", Strategies = "strategies" } export type BlockChangedFilter = { number_gte: Scalars['Int']['input']; }; export type Block_Height = { hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; export type ClusterDeposited_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; cluster_active?: InputMaybe; cluster_active_in?: InputMaybe>; cluster_active_not?: InputMaybe; cluster_active_not_in?: InputMaybe>; cluster_balance?: InputMaybe; cluster_balance_gt?: InputMaybe; cluster_balance_gte?: InputMaybe; cluster_balance_in?: InputMaybe>; cluster_balance_lt?: InputMaybe; cluster_balance_lte?: InputMaybe; cluster_balance_not?: InputMaybe; cluster_balance_not_in?: InputMaybe>; cluster_index?: InputMaybe; cluster_index_gt?: InputMaybe; cluster_index_gte?: InputMaybe; cluster_index_in?: InputMaybe>; cluster_index_lt?: InputMaybe; cluster_index_lte?: InputMaybe; cluster_index_not?: InputMaybe; cluster_index_not_in?: InputMaybe>; cluster_networkFeeIndex?: InputMaybe; cluster_networkFeeIndex_gt?: InputMaybe; cluster_networkFeeIndex_gte?: InputMaybe; cluster_networkFeeIndex_in?: InputMaybe>; cluster_networkFeeIndex_lt?: InputMaybe; cluster_networkFeeIndex_lte?: InputMaybe; cluster_networkFeeIndex_not?: InputMaybe; cluster_networkFeeIndex_not_in?: InputMaybe>; cluster_validatorCount?: InputMaybe; cluster_validatorCount_gt?: InputMaybe; cluster_validatorCount_gte?: InputMaybe; cluster_validatorCount_in?: InputMaybe>; cluster_validatorCount_lt?: InputMaybe; cluster_validatorCount_lte?: InputMaybe; cluster_validatorCount_not?: InputMaybe; cluster_validatorCount_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; operatorIds?: InputMaybe>; operatorIds_contains?: InputMaybe>; operatorIds_contains_nocase?: InputMaybe>; operatorIds_not?: InputMaybe>; operatorIds_not_contains?: InputMaybe>; operatorIds_not_contains_nocase?: InputMaybe>; or?: InputMaybe>>; owner?: InputMaybe; owner_contains?: InputMaybe; owner_gt?: InputMaybe; owner_gte?: InputMaybe; owner_in?: InputMaybe>; owner_lt?: InputMaybe; owner_lte?: InputMaybe; owner_not?: InputMaybe; owner_not_contains?: InputMaybe; owner_not_in?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; value?: InputMaybe; value_gt?: InputMaybe; value_gte?: InputMaybe; value_in?: InputMaybe>; value_lt?: InputMaybe; value_lte?: InputMaybe; value_not?: InputMaybe; value_not_in?: InputMaybe>; }; export declare enum ClusterDeposited_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", ClusterActive = "cluster_active", ClusterBalance = "cluster_balance", ClusterIndex = "cluster_index", ClusterNetworkFeeIndex = "cluster_networkFeeIndex", ClusterValidatorCount = "cluster_validatorCount", Id = "id", OperatorIds = "operatorIds", Owner = "owner", TransactionHash = "transactionHash", Value = "value" } export type ClusterLiquidated_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; cluster_active?: InputMaybe; cluster_active_in?: InputMaybe>; cluster_active_not?: InputMaybe; cluster_active_not_in?: InputMaybe>; cluster_balance?: InputMaybe; cluster_balance_gt?: InputMaybe; cluster_balance_gte?: InputMaybe; cluster_balance_in?: InputMaybe>; cluster_balance_lt?: InputMaybe; cluster_balance_lte?: InputMaybe; cluster_balance_not?: InputMaybe; cluster_balance_not_in?: InputMaybe>; cluster_index?: InputMaybe; cluster_index_gt?: InputMaybe; cluster_index_gte?: InputMaybe; cluster_index_in?: InputMaybe>; cluster_index_lt?: InputMaybe; cluster_index_lte?: InputMaybe; cluster_index_not?: InputMaybe; cluster_index_not_in?: InputMaybe>; cluster_networkFeeIndex?: InputMaybe; cluster_networkFeeIndex_gt?: InputMaybe; cluster_networkFeeIndex_gte?: InputMaybe; cluster_networkFeeIndex_in?: InputMaybe>; cluster_networkFeeIndex_lt?: InputMaybe; cluster_networkFeeIndex_lte?: InputMaybe; cluster_networkFeeIndex_not?: InputMaybe; cluster_networkFeeIndex_not_in?: InputMaybe>; cluster_validatorCount?: InputMaybe; cluster_validatorCount_gt?: InputMaybe; cluster_validatorCount_gte?: InputMaybe; cluster_validatorCount_in?: InputMaybe>; cluster_validatorCount_lt?: InputMaybe; cluster_validatorCount_lte?: InputMaybe; cluster_validatorCount_not?: InputMaybe; cluster_validatorCount_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; operatorIds?: InputMaybe>; operatorIds_contains?: InputMaybe>; operatorIds_contains_nocase?: InputMaybe>; operatorIds_not?: InputMaybe>; operatorIds_not_contains?: InputMaybe>; operatorIds_not_contains_nocase?: InputMaybe>; or?: InputMaybe>>; owner?: InputMaybe; owner_contains?: InputMaybe; owner_gt?: InputMaybe; owner_gte?: InputMaybe; owner_in?: InputMaybe>; owner_lt?: InputMaybe; owner_lte?: InputMaybe; owner_not?: InputMaybe; owner_not_contains?: InputMaybe; owner_not_in?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum ClusterLiquidated_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", ClusterActive = "cluster_active", ClusterBalance = "cluster_balance", ClusterIndex = "cluster_index", ClusterNetworkFeeIndex = "cluster_networkFeeIndex", ClusterValidatorCount = "cluster_validatorCount", Id = "id", OperatorIds = "operatorIds", Owner = "owner", TransactionHash = "transactionHash" } export type ClusterReactivated_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; cluster_active?: InputMaybe; cluster_active_in?: InputMaybe>; cluster_active_not?: InputMaybe; cluster_active_not_in?: InputMaybe>; cluster_balance?: InputMaybe; cluster_balance_gt?: InputMaybe; cluster_balance_gte?: InputMaybe; cluster_balance_in?: InputMaybe>; cluster_balance_lt?: InputMaybe; cluster_balance_lte?: InputMaybe; cluster_balance_not?: InputMaybe; cluster_balance_not_in?: InputMaybe>; cluster_index?: InputMaybe; cluster_index_gt?: InputMaybe; cluster_index_gte?: InputMaybe; cluster_index_in?: InputMaybe>; cluster_index_lt?: InputMaybe; cluster_index_lte?: InputMaybe; cluster_index_not?: InputMaybe; cluster_index_not_in?: InputMaybe>; cluster_networkFeeIndex?: InputMaybe; cluster_networkFeeIndex_gt?: InputMaybe; cluster_networkFeeIndex_gte?: InputMaybe; cluster_networkFeeIndex_in?: InputMaybe>; cluster_networkFeeIndex_lt?: InputMaybe; cluster_networkFeeIndex_lte?: InputMaybe; cluster_networkFeeIndex_not?: InputMaybe; cluster_networkFeeIndex_not_in?: InputMaybe>; cluster_validatorCount?: InputMaybe; cluster_validatorCount_gt?: InputMaybe; cluster_validatorCount_gte?: InputMaybe; cluster_validatorCount_in?: InputMaybe>; cluster_validatorCount_lt?: InputMaybe; cluster_validatorCount_lte?: InputMaybe; cluster_validatorCount_not?: InputMaybe; cluster_validatorCount_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; operatorIds?: InputMaybe>; operatorIds_contains?: InputMaybe>; operatorIds_contains_nocase?: InputMaybe>; operatorIds_not?: InputMaybe>; operatorIds_not_contains?: InputMaybe>; operatorIds_not_contains_nocase?: InputMaybe>; or?: InputMaybe>>; owner?: InputMaybe; owner_contains?: InputMaybe; owner_gt?: InputMaybe; owner_gte?: InputMaybe; owner_in?: InputMaybe>; owner_lt?: InputMaybe; owner_lte?: InputMaybe; owner_not?: InputMaybe; owner_not_contains?: InputMaybe; owner_not_in?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum ClusterReactivated_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", ClusterActive = "cluster_active", ClusterBalance = "cluster_balance", ClusterIndex = "cluster_index", ClusterNetworkFeeIndex = "cluster_networkFeeIndex", ClusterValidatorCount = "cluster_validatorCount", Id = "id", OperatorIds = "operatorIds", Owner = "owner", TransactionHash = "transactionHash" } export type ClusterWithdrawn_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; cluster_active?: InputMaybe; cluster_active_in?: InputMaybe>; cluster_active_not?: InputMaybe; cluster_active_not_in?: InputMaybe>; cluster_balance?: InputMaybe; cluster_balance_gt?: InputMaybe; cluster_balance_gte?: InputMaybe; cluster_balance_in?: InputMaybe>; cluster_balance_lt?: InputMaybe; cluster_balance_lte?: InputMaybe; cluster_balance_not?: InputMaybe; cluster_balance_not_in?: InputMaybe>; cluster_index?: InputMaybe; cluster_index_gt?: InputMaybe; cluster_index_gte?: InputMaybe; cluster_index_in?: InputMaybe>; cluster_index_lt?: InputMaybe; cluster_index_lte?: InputMaybe; cluster_index_not?: InputMaybe; cluster_index_not_in?: InputMaybe>; cluster_networkFeeIndex?: InputMaybe; cluster_networkFeeIndex_gt?: InputMaybe; cluster_networkFeeIndex_gte?: InputMaybe; cluster_networkFeeIndex_in?: InputMaybe>; cluster_networkFeeIndex_lt?: InputMaybe; cluster_networkFeeIndex_lte?: InputMaybe; cluster_networkFeeIndex_not?: InputMaybe; cluster_networkFeeIndex_not_in?: InputMaybe>; cluster_validatorCount?: InputMaybe; cluster_validatorCount_gt?: InputMaybe; cluster_validatorCount_gte?: InputMaybe; cluster_validatorCount_in?: InputMaybe>; cluster_validatorCount_lt?: InputMaybe; cluster_validatorCount_lte?: InputMaybe; cluster_validatorCount_not?: InputMaybe; cluster_validatorCount_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; operatorIds?: InputMaybe>; operatorIds_contains?: InputMaybe>; operatorIds_contains_nocase?: InputMaybe>; operatorIds_not?: InputMaybe>; operatorIds_not_contains?: InputMaybe>; operatorIds_not_contains_nocase?: InputMaybe>; or?: InputMaybe>>; owner?: InputMaybe; owner_contains?: InputMaybe; owner_gt?: InputMaybe; owner_gte?: InputMaybe; owner_in?: InputMaybe>; owner_lt?: InputMaybe; owner_lte?: InputMaybe; owner_not?: InputMaybe; owner_not_contains?: InputMaybe; owner_not_in?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; value?: InputMaybe; value_gt?: InputMaybe; value_gte?: InputMaybe; value_in?: InputMaybe>; value_lt?: InputMaybe; value_lte?: InputMaybe; value_not?: InputMaybe; value_not_in?: InputMaybe>; }; export declare enum ClusterWithdrawn_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", ClusterActive = "cluster_active", ClusterBalance = "cluster_balance", ClusterIndex = "cluster_index", ClusterNetworkFeeIndex = "cluster_networkFeeIndex", ClusterValidatorCount = "cluster_validatorCount", Id = "id", OperatorIds = "operatorIds", Owner = "owner", TransactionHash = "transactionHash", Value = "value" } export type Cluster_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; active?: InputMaybe; active_in?: InputMaybe>; active_not?: InputMaybe; active_not_in?: InputMaybe>; and?: InputMaybe>>; balance?: InputMaybe; balance_gt?: InputMaybe; balance_gte?: InputMaybe; balance_in?: InputMaybe>; balance_lt?: InputMaybe; balance_lte?: InputMaybe; balance_not?: InputMaybe; balance_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; index?: InputMaybe; index_gt?: InputMaybe; index_gte?: InputMaybe; index_in?: InputMaybe>; index_lt?: InputMaybe; index_lte?: InputMaybe; index_not?: InputMaybe; index_not_in?: InputMaybe>; lastUpdateBlockNumber?: InputMaybe; lastUpdateBlockNumber_gt?: InputMaybe; lastUpdateBlockNumber_gte?: InputMaybe; lastUpdateBlockNumber_in?: InputMaybe>; lastUpdateBlockNumber_lt?: InputMaybe; lastUpdateBlockNumber_lte?: InputMaybe; lastUpdateBlockNumber_not?: InputMaybe; lastUpdateBlockNumber_not_in?: InputMaybe>; lastUpdateBlockTimestamp?: InputMaybe; lastUpdateBlockTimestamp_gt?: InputMaybe; lastUpdateBlockTimestamp_gte?: InputMaybe; lastUpdateBlockTimestamp_in?: InputMaybe>; lastUpdateBlockTimestamp_lt?: InputMaybe; lastUpdateBlockTimestamp_lte?: InputMaybe; lastUpdateBlockTimestamp_not?: InputMaybe; lastUpdateBlockTimestamp_not_in?: InputMaybe>; lastUpdateTransactionHash?: InputMaybe; lastUpdateTransactionHash_contains?: InputMaybe; lastUpdateTransactionHash_gt?: InputMaybe; lastUpdateTransactionHash_gte?: InputMaybe; lastUpdateTransactionHash_in?: InputMaybe>; lastUpdateTransactionHash_lt?: InputMaybe; lastUpdateTransactionHash_lte?: InputMaybe; lastUpdateTransactionHash_not?: InputMaybe; lastUpdateTransactionHash_not_contains?: InputMaybe; lastUpdateTransactionHash_not_in?: InputMaybe>; networkFeeIndex?: InputMaybe; networkFeeIndex_gt?: InputMaybe; networkFeeIndex_gte?: InputMaybe; networkFeeIndex_in?: InputMaybe>; networkFeeIndex_lt?: InputMaybe; networkFeeIndex_lte?: InputMaybe; networkFeeIndex_not?: InputMaybe; networkFeeIndex_not_in?: InputMaybe>; operatorIds?: InputMaybe>; operatorIds_contains?: InputMaybe>; operatorIds_contains_nocase?: InputMaybe>; operatorIds_not?: InputMaybe>; operatorIds_not_contains?: InputMaybe>; operatorIds_not_contains_nocase?: InputMaybe>; or?: InputMaybe>>; owner?: InputMaybe; owner_?: InputMaybe; owner_contains?: InputMaybe; owner_contains_nocase?: InputMaybe; owner_ends_with?: InputMaybe; owner_ends_with_nocase?: InputMaybe; owner_gt?: InputMaybe; owner_gte?: InputMaybe; owner_in?: InputMaybe>; owner_lt?: InputMaybe; owner_lte?: InputMaybe; owner_not?: InputMaybe; owner_not_contains?: InputMaybe; owner_not_contains_nocase?: InputMaybe; owner_not_ends_with?: InputMaybe; owner_not_ends_with_nocase?: InputMaybe; owner_not_in?: InputMaybe>; owner_not_starts_with?: InputMaybe; owner_not_starts_with_nocase?: InputMaybe; owner_starts_with?: InputMaybe; owner_starts_with_nocase?: InputMaybe; validatorCount?: InputMaybe; validatorCount_gt?: InputMaybe; validatorCount_gte?: InputMaybe; validatorCount_in?: InputMaybe>; validatorCount_lt?: InputMaybe; validatorCount_lte?: InputMaybe; validatorCount_not?: InputMaybe; validatorCount_not_in?: InputMaybe>; validators_?: InputMaybe; }; export declare enum Cluster_OrderBy { Active = "active", Balance = "balance", Id = "id", Index = "index", LastUpdateBlockNumber = "lastUpdateBlockNumber", LastUpdateBlockTimestamp = "lastUpdateBlockTimestamp", LastUpdateTransactionHash = "lastUpdateTransactionHash", NetworkFeeIndex = "networkFeeIndex", OperatorIds = "operatorIds", Owner = "owner", OwnerFeeRecipient = "owner__feeRecipient", OwnerId = "owner__id", OwnerMetadataUri = "owner__metadataURI", OwnerNonce = "owner__nonce", OwnerTotalDelegatedPercentage = "owner__totalDelegatedPercentage", OwnerValidatorCount = "owner__validatorCount", ValidatorCount = "validatorCount", Validators = "validators" } export declare enum DaoUpdateTypes { DeclareOperatorFeePeriod = "DECLARE_OPERATOR_FEE_PERIOD", ExecuteOperatorFeePeriod = "EXECUTE_OPERATOR_FEE_PERIOD", Initialization = "INITIALIZATION", LiquidationThreshold = "LIQUIDATION_THRESHOLD", MinLiquidationCollateral = "MIN_LIQUIDATION_COLLATERAL", NetworkFee = "NETWORK_FEE", OperatorAdded = "OPERATOR_ADDED", OperatorFeeIncreaseLimit = "OPERATOR_FEE_INCREASE_LIMIT", OperatorMaxFee = "OPERATOR_MAX_FEE", OperatorRemoved = "OPERATOR_REMOVED", ValidatorAdded = "VALIDATOR_ADDED", ValidatorRemoved = "VALIDATOR_REMOVED" } export type DaoValues_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; declareOperatorFeePeriod?: InputMaybe; declareOperatorFeePeriod_gt?: InputMaybe; declareOperatorFeePeriod_gte?: InputMaybe; declareOperatorFeePeriod_in?: InputMaybe>; declareOperatorFeePeriod_lt?: InputMaybe; declareOperatorFeePeriod_lte?: InputMaybe; declareOperatorFeePeriod_not?: InputMaybe; declareOperatorFeePeriod_not_in?: InputMaybe>; executeOperatorFeePeriod?: InputMaybe; executeOperatorFeePeriod_gt?: InputMaybe; executeOperatorFeePeriod_gte?: InputMaybe; executeOperatorFeePeriod_in?: InputMaybe>; executeOperatorFeePeriod_lt?: InputMaybe; executeOperatorFeePeriod_lte?: InputMaybe; executeOperatorFeePeriod_not?: InputMaybe; executeOperatorFeePeriod_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_in?: InputMaybe>; lastUpdateBlockNumber?: InputMaybe; lastUpdateBlockNumber_gt?: InputMaybe; lastUpdateBlockNumber_gte?: InputMaybe; lastUpdateBlockNumber_in?: InputMaybe>; lastUpdateBlockNumber_lt?: InputMaybe; lastUpdateBlockNumber_lte?: InputMaybe; lastUpdateBlockNumber_not?: InputMaybe; lastUpdateBlockNumber_not_in?: InputMaybe>; lastUpdateBlockTimestamp?: InputMaybe; lastUpdateBlockTimestamp_gt?: InputMaybe; lastUpdateBlockTimestamp_gte?: InputMaybe; lastUpdateBlockTimestamp_in?: InputMaybe>; lastUpdateBlockTimestamp_lt?: InputMaybe; lastUpdateBlockTimestamp_lte?: InputMaybe; lastUpdateBlockTimestamp_not?: InputMaybe; lastUpdateBlockTimestamp_not_in?: InputMaybe>; lastUpdateTransactionHash?: InputMaybe; lastUpdateTransactionHash_contains?: InputMaybe; lastUpdateTransactionHash_gt?: InputMaybe; lastUpdateTransactionHash_gte?: InputMaybe; lastUpdateTransactionHash_in?: InputMaybe>; lastUpdateTransactionHash_lt?: InputMaybe; lastUpdateTransactionHash_lte?: InputMaybe; lastUpdateTransactionHash_not?: InputMaybe; lastUpdateTransactionHash_not_contains?: InputMaybe; lastUpdateTransactionHash_not_in?: InputMaybe>; liquidationThreshold?: InputMaybe; liquidationThreshold_gt?: InputMaybe; liquidationThreshold_gte?: InputMaybe; liquidationThreshold_in?: InputMaybe>; liquidationThreshold_lt?: InputMaybe; liquidationThreshold_lte?: InputMaybe; liquidationThreshold_not?: InputMaybe; liquidationThreshold_not_in?: InputMaybe>; minimumLiquidationCollateral?: InputMaybe; minimumLiquidationCollateral_gt?: InputMaybe; minimumLiquidationCollateral_gte?: InputMaybe; minimumLiquidationCollateral_in?: InputMaybe>; minimumLiquidationCollateral_lt?: InputMaybe; minimumLiquidationCollateral_lte?: InputMaybe; minimumLiquidationCollateral_not?: InputMaybe; minimumLiquidationCollateral_not_in?: InputMaybe>; networkFee?: InputMaybe; networkFeeIndex?: InputMaybe; networkFeeIndexBlockNumber?: InputMaybe; networkFeeIndexBlockNumber_gt?: InputMaybe; networkFeeIndexBlockNumber_gte?: InputMaybe; networkFeeIndexBlockNumber_in?: InputMaybe>; networkFeeIndexBlockNumber_lt?: InputMaybe; networkFeeIndexBlockNumber_lte?: InputMaybe; networkFeeIndexBlockNumber_not?: InputMaybe; networkFeeIndexBlockNumber_not_in?: InputMaybe>; networkFeeIndex_gt?: InputMaybe; networkFeeIndex_gte?: InputMaybe; networkFeeIndex_in?: InputMaybe>; networkFeeIndex_lt?: InputMaybe; networkFeeIndex_lte?: InputMaybe; networkFeeIndex_not?: InputMaybe; networkFeeIndex_not_in?: InputMaybe>; networkFee_gt?: InputMaybe; networkFee_gte?: InputMaybe; networkFee_in?: InputMaybe>; networkFee_lt?: InputMaybe; networkFee_lte?: InputMaybe; networkFee_not?: InputMaybe; networkFee_not_in?: InputMaybe>; operatorFeeIncreaseLimit?: InputMaybe; operatorFeeIncreaseLimit_gt?: InputMaybe; operatorFeeIncreaseLimit_gte?: InputMaybe; operatorFeeIncreaseLimit_in?: InputMaybe>; operatorFeeIncreaseLimit_lt?: InputMaybe; operatorFeeIncreaseLimit_lte?: InputMaybe; operatorFeeIncreaseLimit_not?: InputMaybe; operatorFeeIncreaseLimit_not_in?: InputMaybe>; operatorMaximumFee?: InputMaybe; operatorMaximumFee_gt?: InputMaybe; operatorMaximumFee_gte?: InputMaybe; operatorMaximumFee_in?: InputMaybe>; operatorMaximumFee_lt?: InputMaybe; operatorMaximumFee_lte?: InputMaybe; operatorMaximumFee_not?: InputMaybe; operatorMaximumFee_not_in?: InputMaybe>; operatorsAdded?: InputMaybe; operatorsAdded_gt?: InputMaybe; operatorsAdded_gte?: InputMaybe; operatorsAdded_in?: InputMaybe>; operatorsAdded_lt?: InputMaybe; operatorsAdded_lte?: InputMaybe; operatorsAdded_not?: InputMaybe; operatorsAdded_not_in?: InputMaybe>; operatorsRemoved?: InputMaybe; operatorsRemoved_gt?: InputMaybe; operatorsRemoved_gte?: InputMaybe; operatorsRemoved_in?: InputMaybe>; operatorsRemoved_lt?: InputMaybe; operatorsRemoved_lte?: InputMaybe; operatorsRemoved_not?: InputMaybe; operatorsRemoved_not_in?: InputMaybe>; or?: InputMaybe>>; totalAccounts?: InputMaybe; totalAccounts_gt?: InputMaybe; totalAccounts_gte?: InputMaybe; totalAccounts_in?: InputMaybe>; totalAccounts_lt?: InputMaybe; totalAccounts_lte?: InputMaybe; totalAccounts_not?: InputMaybe; totalAccounts_not_in?: InputMaybe>; totalOperators?: InputMaybe; totalOperators_gt?: InputMaybe; totalOperators_gte?: InputMaybe; totalOperators_in?: InputMaybe>; totalOperators_lt?: InputMaybe; totalOperators_lte?: InputMaybe; totalOperators_not?: InputMaybe; totalOperators_not_in?: InputMaybe>; totalValidators?: InputMaybe; totalValidators_gt?: InputMaybe; totalValidators_gte?: InputMaybe; totalValidators_in?: InputMaybe>; totalValidators_lt?: InputMaybe; totalValidators_lte?: InputMaybe; totalValidators_not?: InputMaybe; totalValidators_not_in?: InputMaybe>; updateType?: InputMaybe; updateType_in?: InputMaybe>; updateType_not?: InputMaybe; updateType_not_in?: InputMaybe>; validatorsAdded?: InputMaybe; validatorsAdded_gt?: InputMaybe; validatorsAdded_gte?: InputMaybe; validatorsAdded_in?: InputMaybe>; validatorsAdded_lt?: InputMaybe; validatorsAdded_lte?: InputMaybe; validatorsAdded_not?: InputMaybe; validatorsAdded_not_in?: InputMaybe>; validatorsPerOperatorLimit?: InputMaybe; validatorsPerOperatorLimit_gt?: InputMaybe; validatorsPerOperatorLimit_gte?: InputMaybe; validatorsPerOperatorLimit_in?: InputMaybe>; validatorsPerOperatorLimit_lt?: InputMaybe; validatorsPerOperatorLimit_lte?: InputMaybe; validatorsPerOperatorLimit_not?: InputMaybe; validatorsPerOperatorLimit_not_in?: InputMaybe>; validatorsRemoved?: InputMaybe; validatorsRemoved_gt?: InputMaybe; validatorsRemoved_gte?: InputMaybe; validatorsRemoved_in?: InputMaybe>; validatorsRemoved_lt?: InputMaybe; validatorsRemoved_lte?: InputMaybe; validatorsRemoved_not?: InputMaybe; validatorsRemoved_not_in?: InputMaybe>; }; export declare enum DaoValues_OrderBy { DeclareOperatorFeePeriod = "declareOperatorFeePeriod", ExecuteOperatorFeePeriod = "executeOperatorFeePeriod", Id = "id", LastUpdateBlockNumber = "lastUpdateBlockNumber", LastUpdateBlockTimestamp = "lastUpdateBlockTimestamp", LastUpdateTransactionHash = "lastUpdateTransactionHash", LiquidationThreshold = "liquidationThreshold", MinimumLiquidationCollateral = "minimumLiquidationCollateral", NetworkFee = "networkFee", NetworkFeeIndex = "networkFeeIndex", NetworkFeeIndexBlockNumber = "networkFeeIndexBlockNumber", OperatorFeeIncreaseLimit = "operatorFeeIncreaseLimit", OperatorMaximumFee = "operatorMaximumFee", OperatorsAdded = "operatorsAdded", OperatorsRemoved = "operatorsRemoved", TotalAccounts = "totalAccounts", TotalOperators = "totalOperators", TotalValidators = "totalValidators", UpdateType = "updateType", ValidatorsAdded = "validatorsAdded", ValidatorsPerOperatorLimit = "validatorsPerOperatorLimit", ValidatorsRemoved = "validatorsRemoved" } export type DeclareOperatorFeePeriodUpdated_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; or?: InputMaybe>>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; value?: InputMaybe; value_gt?: InputMaybe; value_gte?: InputMaybe; value_in?: InputMaybe>; value_lt?: InputMaybe; value_lte?: InputMaybe; value_not?: InputMaybe; value_not_in?: InputMaybe>; }; export declare enum DeclareOperatorFeePeriodUpdated_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", TransactionHash = "transactionHash", Value = "value" } export type DelegationCreated_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; delegator?: InputMaybe; delegator_contains?: InputMaybe; delegator_gt?: InputMaybe; delegator_gte?: InputMaybe; delegator_in?: InputMaybe>; delegator_lt?: InputMaybe; delegator_lte?: InputMaybe; delegator_not?: InputMaybe; delegator_not_contains?: InputMaybe; delegator_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_in?: InputMaybe>; or?: InputMaybe>>; percentage?: InputMaybe; percentage_gt?: InputMaybe; percentage_gte?: InputMaybe; percentage_in?: InputMaybe>; percentage_lt?: InputMaybe; percentage_lte?: InputMaybe; percentage_not?: InputMaybe; percentage_not_in?: InputMaybe>; receiver?: InputMaybe; receiver_contains?: InputMaybe; receiver_gt?: InputMaybe; receiver_gte?: InputMaybe; receiver_in?: InputMaybe>; receiver_lt?: InputMaybe; receiver_lte?: InputMaybe; receiver_not?: InputMaybe; receiver_not_contains?: InputMaybe; receiver_not_in?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum DelegationCreated_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Delegator = "delegator", Id = "id", Percentage = "percentage", Receiver = "receiver", TransactionHash = "transactionHash" } export type DelegationRemoved_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; delegator?: InputMaybe; delegator_contains?: InputMaybe; delegator_gt?: InputMaybe; delegator_gte?: InputMaybe; delegator_in?: InputMaybe>; delegator_lt?: InputMaybe; delegator_lte?: InputMaybe; delegator_not?: InputMaybe; delegator_not_contains?: InputMaybe; delegator_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_in?: InputMaybe>; or?: InputMaybe>>; receiver?: InputMaybe; receiver_contains?: InputMaybe; receiver_gt?: InputMaybe; receiver_gte?: InputMaybe; receiver_in?: InputMaybe>; receiver_lt?: InputMaybe; receiver_lte?: InputMaybe; receiver_not?: InputMaybe; receiver_not_contains?: InputMaybe; receiver_not_in?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum DelegationRemoved_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Delegator = "delegator", Id = "id", Receiver = "receiver", TransactionHash = "transactionHash" } export type DelegationUpdated_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; delegator?: InputMaybe; delegator_contains?: InputMaybe; delegator_gt?: InputMaybe; delegator_gte?: InputMaybe; delegator_in?: InputMaybe>; delegator_lt?: InputMaybe; delegator_lte?: InputMaybe; delegator_not?: InputMaybe; delegator_not_contains?: InputMaybe; delegator_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_in?: InputMaybe>; or?: InputMaybe>>; percentage?: InputMaybe; percentage_gt?: InputMaybe; percentage_gte?: InputMaybe; percentage_in?: InputMaybe>; percentage_lt?: InputMaybe; percentage_lte?: InputMaybe; percentage_not?: InputMaybe; percentage_not_in?: InputMaybe>; receiver?: InputMaybe; receiver_contains?: InputMaybe; receiver_gt?: InputMaybe; receiver_gte?: InputMaybe; receiver_in?: InputMaybe>; receiver_lt?: InputMaybe; receiver_lte?: InputMaybe; receiver_not?: InputMaybe; receiver_not_contains?: InputMaybe; receiver_not_in?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum DelegationUpdated_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Delegator = "delegator", Id = "id", Percentage = "percentage", Receiver = "receiver", TransactionHash = "transactionHash" } export type Delegation_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; delegator?: InputMaybe; delegator_?: InputMaybe; delegator_contains?: InputMaybe; delegator_contains_nocase?: InputMaybe; delegator_ends_with?: InputMaybe; delegator_ends_with_nocase?: InputMaybe; delegator_gt?: InputMaybe; delegator_gte?: InputMaybe; delegator_in?: InputMaybe>; delegator_lt?: InputMaybe; delegator_lte?: InputMaybe; delegator_not?: InputMaybe; delegator_not_contains?: InputMaybe; delegator_not_contains_nocase?: InputMaybe; delegator_not_ends_with?: InputMaybe; delegator_not_ends_with_nocase?: InputMaybe; delegator_not_in?: InputMaybe>; delegator_not_starts_with?: InputMaybe; delegator_not_starts_with_nocase?: InputMaybe; delegator_starts_with?: InputMaybe; delegator_starts_with_nocase?: InputMaybe; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; or?: InputMaybe>>; percentage?: InputMaybe; percentage_gt?: InputMaybe; percentage_gte?: InputMaybe; percentage_in?: InputMaybe>; percentage_lt?: InputMaybe; percentage_lte?: InputMaybe; percentage_not?: InputMaybe; percentage_not_in?: InputMaybe>; receiver?: InputMaybe; receiver_?: InputMaybe; receiver_contains?: InputMaybe; receiver_contains_nocase?: InputMaybe; receiver_ends_with?: InputMaybe; receiver_ends_with_nocase?: InputMaybe; receiver_gt?: InputMaybe; receiver_gte?: InputMaybe; receiver_in?: InputMaybe>; receiver_lt?: InputMaybe; receiver_lte?: InputMaybe; receiver_not?: InputMaybe; receiver_not_contains?: InputMaybe; receiver_not_contains_nocase?: InputMaybe; receiver_not_ends_with?: InputMaybe; receiver_not_ends_with_nocase?: InputMaybe; receiver_not_in?: InputMaybe>; receiver_not_starts_with?: InputMaybe; receiver_not_starts_with_nocase?: InputMaybe; receiver_starts_with?: InputMaybe; receiver_starts_with_nocase?: InputMaybe; }; export declare enum Delegation_OrderBy { Delegator = "delegator", DelegatorFeeRecipient = "delegator__feeRecipient", DelegatorId = "delegator__id", DelegatorMetadataUri = "delegator__metadataURI", DelegatorNonce = "delegator__nonce", DelegatorTotalDelegatedPercentage = "delegator__totalDelegatedPercentage", DelegatorValidatorCount = "delegator__validatorCount", Id = "id", Percentage = "percentage", Receiver = "receiver", ReceiverFeeRecipient = "receiver__feeRecipient", ReceiverId = "receiver__id", ReceiverMetadataUri = "receiver__metadataURI", ReceiverNonce = "receiver__nonce", ReceiverTotalDelegatedPercentage = "receiver__totalDelegatedPercentage", ReceiverValidatorCount = "receiver__validatorCount" } export type ExecuteOperatorFeePeriodUpdated_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; or?: InputMaybe>>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; value?: InputMaybe; value_gt?: InputMaybe; value_gte?: InputMaybe; value_in?: InputMaybe>; value_lt?: InputMaybe; value_lte?: InputMaybe; value_not?: InputMaybe; value_not_in?: InputMaybe>; }; export declare enum ExecuteOperatorFeePeriodUpdated_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", TransactionHash = "transactionHash", Value = "value" } export type FeeRecipientAddressUpdated_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; or?: InputMaybe>>; owner?: InputMaybe; owner_contains?: InputMaybe; owner_gt?: InputMaybe; owner_gte?: InputMaybe; owner_in?: InputMaybe>; owner_lt?: InputMaybe; owner_lte?: InputMaybe; owner_not?: InputMaybe; owner_not_contains?: InputMaybe; owner_not_in?: InputMaybe>; recipientAddress?: InputMaybe; recipientAddress_contains?: InputMaybe; recipientAddress_gt?: InputMaybe; recipientAddress_gte?: InputMaybe; recipientAddress_in?: InputMaybe>; recipientAddress_lt?: InputMaybe; recipientAddress_lte?: InputMaybe; recipientAddress_not?: InputMaybe; recipientAddress_not_contains?: InputMaybe; recipientAddress_not_in?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum FeeRecipientAddressUpdated_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", Owner = "owner", RecipientAddress = "recipientAddress", TransactionHash = "transactionHash" } export type Initialized_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_in?: InputMaybe>; or?: InputMaybe>>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; version?: InputMaybe; version_gt?: InputMaybe; version_gte?: InputMaybe; version_in?: InputMaybe>; version_lt?: InputMaybe; version_lte?: InputMaybe; version_not?: InputMaybe; version_not_in?: InputMaybe>; }; export declare enum Initialized_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", TransactionHash = "transactionHash", Version = "version" } export type LiquidationThresholdPeriodUpdated_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; or?: InputMaybe>>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; value?: InputMaybe; value_gt?: InputMaybe; value_gte?: InputMaybe; value_in?: InputMaybe>; value_lt?: InputMaybe; value_lte?: InputMaybe; value_not?: InputMaybe; value_not_in?: InputMaybe>; }; export declare enum LiquidationThresholdPeriodUpdated_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", TransactionHash = "transactionHash", Value = "value" } export type MaxFeeIncrementSet_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_in?: InputMaybe>; newMaxFeeIncrement?: InputMaybe; newMaxFeeIncrement_gt?: InputMaybe; newMaxFeeIncrement_gte?: InputMaybe; newMaxFeeIncrement_in?: InputMaybe>; newMaxFeeIncrement_lt?: InputMaybe; newMaxFeeIncrement_lte?: InputMaybe; newMaxFeeIncrement_not?: InputMaybe; newMaxFeeIncrement_not_in?: InputMaybe>; or?: InputMaybe>>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum MaxFeeIncrementSet_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", NewMaxFeeIncrement = "newMaxFeeIncrement", TransactionHash = "transactionHash" } export type MinimumLiquidationCollateralUpdated_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; or?: InputMaybe>>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; value?: InputMaybe; value_gt?: InputMaybe; value_gte?: InputMaybe; value_in?: InputMaybe>; value_lt?: InputMaybe; value_lte?: InputMaybe; value_not?: InputMaybe; value_not_in?: InputMaybe>; }; export declare enum MinimumLiquidationCollateralUpdated_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", TransactionHash = "transactionHash", Value = "value" } export type NetworkEarningsWithdrawn_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; or?: InputMaybe>>; recipient?: InputMaybe; recipient_contains?: InputMaybe; recipient_gt?: InputMaybe; recipient_gte?: InputMaybe; recipient_in?: InputMaybe>; recipient_lt?: InputMaybe; recipient_lte?: InputMaybe; recipient_not?: InputMaybe; recipient_not_contains?: InputMaybe; recipient_not_in?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; value?: InputMaybe; value_gt?: InputMaybe; value_gte?: InputMaybe; value_in?: InputMaybe>; value_lt?: InputMaybe; value_lte?: InputMaybe; value_not?: InputMaybe; value_not_in?: InputMaybe>; }; export declare enum NetworkEarningsWithdrawn_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", Recipient = "recipient", TransactionHash = "transactionHash", Value = "value" } export type NetworkFeeUpdated_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; newFee?: InputMaybe; newFee_gt?: InputMaybe; newFee_gte?: InputMaybe; newFee_in?: InputMaybe>; newFee_lt?: InputMaybe; newFee_lte?: InputMaybe; newFee_not?: InputMaybe; newFee_not_in?: InputMaybe>; oldFee?: InputMaybe; oldFee_gt?: InputMaybe; oldFee_gte?: InputMaybe; oldFee_in?: InputMaybe>; oldFee_lt?: InputMaybe; oldFee_lte?: InputMaybe; oldFee_not?: InputMaybe; oldFee_not_in?: InputMaybe>; or?: InputMaybe>>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum NetworkFeeUpdated_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", NewFee = "newFee", OldFee = "oldFee", TransactionHash = "transactionHash" } export type ObligationCreated_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; bApp?: InputMaybe; bApp_contains?: InputMaybe; bApp_gt?: InputMaybe; bApp_gte?: InputMaybe; bApp_in?: InputMaybe>; bApp_lt?: InputMaybe; bApp_lte?: InputMaybe; bApp_not?: InputMaybe; bApp_not_contains?: InputMaybe; bApp_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_in?: InputMaybe>; obligationPercentage?: InputMaybe; obligationPercentage_gt?: InputMaybe; obligationPercentage_gte?: InputMaybe; obligationPercentage_in?: InputMaybe>; obligationPercentage_lt?: InputMaybe; obligationPercentage_lte?: InputMaybe; obligationPercentage_not?: InputMaybe; obligationPercentage_not_in?: InputMaybe>; or?: InputMaybe>>; strategyId?: InputMaybe; strategyId_gt?: InputMaybe; strategyId_gte?: InputMaybe; strategyId_in?: InputMaybe>; strategyId_lt?: InputMaybe; strategyId_lte?: InputMaybe; strategyId_not?: InputMaybe; strategyId_not_in?: InputMaybe>; token?: InputMaybe; token_contains?: InputMaybe; token_gt?: InputMaybe; token_gte?: InputMaybe; token_in?: InputMaybe>; token_lt?: InputMaybe; token_lte?: InputMaybe; token_not?: InputMaybe; token_not_contains?: InputMaybe; token_not_in?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum ObligationCreated_OrderBy { BApp = "bApp", BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", ObligationPercentage = "obligationPercentage", StrategyId = "strategyId", Token = "token", TransactionHash = "transactionHash" } export type ObligationUpdateProposed_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; bApp?: InputMaybe; bApp_contains?: InputMaybe; bApp_gt?: InputMaybe; bApp_gte?: InputMaybe; bApp_in?: InputMaybe>; bApp_lt?: InputMaybe; bApp_lte?: InputMaybe; bApp_not?: InputMaybe; bApp_not_contains?: InputMaybe; bApp_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_in?: InputMaybe>; or?: InputMaybe>>; percentage?: InputMaybe; percentage_gt?: InputMaybe; percentage_gte?: InputMaybe; percentage_in?: InputMaybe>; percentage_lt?: InputMaybe; percentage_lte?: InputMaybe; percentage_not?: InputMaybe; percentage_not_in?: InputMaybe>; strategyId?: InputMaybe; strategyId_gt?: InputMaybe; strategyId_gte?: InputMaybe; strategyId_in?: InputMaybe>; strategyId_lt?: InputMaybe; strategyId_lte?: InputMaybe; strategyId_not?: InputMaybe; strategyId_not_in?: InputMaybe>; token?: InputMaybe; token_contains?: InputMaybe; token_gt?: InputMaybe; token_gte?: InputMaybe; token_in?: InputMaybe>; token_lt?: InputMaybe; token_lte?: InputMaybe; token_not?: InputMaybe; token_not_contains?: InputMaybe; token_not_in?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum ObligationUpdateProposed_OrderBy { BApp = "bApp", BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", Percentage = "percentage", StrategyId = "strategyId", Token = "token", TransactionHash = "transactionHash" } export type ObligationUpdated_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; bApp?: InputMaybe; bApp_contains?: InputMaybe; bApp_gt?: InputMaybe; bApp_gte?: InputMaybe; bApp_in?: InputMaybe>; bApp_lt?: InputMaybe; bApp_lte?: InputMaybe; bApp_not?: InputMaybe; bApp_not_contains?: InputMaybe; bApp_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_in?: InputMaybe>; isFast?: InputMaybe; isFast_in?: InputMaybe>; isFast_not?: InputMaybe; isFast_not_in?: InputMaybe>; or?: InputMaybe>>; percentage?: InputMaybe; percentage_gt?: InputMaybe; percentage_gte?: InputMaybe; percentage_in?: InputMaybe>; percentage_lt?: InputMaybe; percentage_lte?: InputMaybe; percentage_not?: InputMaybe; percentage_not_in?: InputMaybe>; strategyId?: InputMaybe; strategyId_gt?: InputMaybe; strategyId_gte?: InputMaybe; strategyId_in?: InputMaybe>; strategyId_lt?: InputMaybe; strategyId_lte?: InputMaybe; strategyId_not?: InputMaybe; strategyId_not_in?: InputMaybe>; token?: InputMaybe; token_contains?: InputMaybe; token_gt?: InputMaybe; token_gte?: InputMaybe; token_in?: InputMaybe>; token_lt?: InputMaybe; token_lte?: InputMaybe; token_not?: InputMaybe; token_not_contains?: InputMaybe; token_not_in?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum ObligationUpdated_OrderBy { BApp = "bApp", BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", IsFast = "isFast", Percentage = "percentage", StrategyId = "strategyId", Token = "token", TransactionHash = "transactionHash" } export type Obligation_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; obligatedBalance?: InputMaybe; obligatedBalance_gt?: InputMaybe; obligatedBalance_gte?: InputMaybe; obligatedBalance_in?: InputMaybe>; obligatedBalance_lt?: InputMaybe; obligatedBalance_lte?: InputMaybe; obligatedBalance_not?: InputMaybe; obligatedBalance_not_in?: InputMaybe>; or?: InputMaybe>>; percentage?: InputMaybe; percentageProposed?: InputMaybe; percentageProposedTimestamp?: InputMaybe; percentageProposedTimestamp_gt?: InputMaybe; percentageProposedTimestamp_gte?: InputMaybe; percentageProposedTimestamp_in?: InputMaybe>; percentageProposedTimestamp_lt?: InputMaybe; percentageProposedTimestamp_lte?: InputMaybe; percentageProposedTimestamp_not?: InputMaybe; percentageProposedTimestamp_not_in?: InputMaybe>; percentageProposed_gt?: InputMaybe; percentageProposed_gte?: InputMaybe; percentageProposed_in?: InputMaybe>; percentageProposed_lt?: InputMaybe; percentageProposed_lte?: InputMaybe; percentageProposed_not?: InputMaybe; percentageProposed_not_in?: InputMaybe>; percentage_gt?: InputMaybe; percentage_gte?: InputMaybe; percentage_in?: InputMaybe>; percentage_lt?: InputMaybe; percentage_lte?: InputMaybe; percentage_not?: InputMaybe; percentage_not_in?: InputMaybe>; strategyBAppOptIn?: InputMaybe; strategyBAppOptIn_?: InputMaybe; strategyBAppOptIn_contains?: InputMaybe; strategyBAppOptIn_contains_nocase?: InputMaybe; strategyBAppOptIn_ends_with?: InputMaybe; strategyBAppOptIn_ends_with_nocase?: InputMaybe; strategyBAppOptIn_gt?: InputMaybe; strategyBAppOptIn_gte?: InputMaybe; strategyBAppOptIn_in?: InputMaybe>; strategyBAppOptIn_lt?: InputMaybe; strategyBAppOptIn_lte?: InputMaybe; strategyBAppOptIn_not?: InputMaybe; strategyBAppOptIn_not_contains?: InputMaybe; strategyBAppOptIn_not_contains_nocase?: InputMaybe; strategyBAppOptIn_not_ends_with?: InputMaybe; strategyBAppOptIn_not_ends_with_nocase?: InputMaybe; strategyBAppOptIn_not_in?: InputMaybe>; strategyBAppOptIn_not_starts_with?: InputMaybe; strategyBAppOptIn_not_starts_with_nocase?: InputMaybe; strategyBAppOptIn_starts_with?: InputMaybe; strategyBAppOptIn_starts_with_nocase?: InputMaybe; token?: InputMaybe; token_contains?: InputMaybe; token_gt?: InputMaybe; token_gte?: InputMaybe; token_in?: InputMaybe>; token_lt?: InputMaybe; token_lte?: InputMaybe; token_not?: InputMaybe; token_not_contains?: InputMaybe; token_not_in?: InputMaybe>; }; export declare enum Obligation_OrderBy { Id = "id", ObligatedBalance = "obligatedBalance", Percentage = "percentage", PercentageProposed = "percentageProposed", PercentageProposedTimestamp = "percentageProposedTimestamp", StrategyBAppOptIn = "strategyBAppOptIn", StrategyBAppOptInId = "strategyBAppOptIn__id", Token = "token" } export type OperatorAdded_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; fee?: InputMaybe; fee_gt?: InputMaybe; fee_gte?: InputMaybe; fee_in?: InputMaybe>; fee_lt?: InputMaybe; fee_lte?: InputMaybe; fee_not?: InputMaybe; fee_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; operatorId?: InputMaybe; operatorId_gt?: InputMaybe; operatorId_gte?: InputMaybe; operatorId_in?: InputMaybe>; operatorId_lt?: InputMaybe; operatorId_lte?: InputMaybe; operatorId_not?: InputMaybe; operatorId_not_in?: InputMaybe>; or?: InputMaybe>>; owner?: InputMaybe; owner_contains?: InputMaybe; owner_gt?: InputMaybe; owner_gte?: InputMaybe; owner_in?: InputMaybe>; owner_lt?: InputMaybe; owner_lte?: InputMaybe; owner_not?: InputMaybe; owner_not_contains?: InputMaybe; owner_not_in?: InputMaybe>; publicKey?: InputMaybe; publicKey_contains?: InputMaybe; publicKey_gt?: InputMaybe; publicKey_gte?: InputMaybe; publicKey_in?: InputMaybe>; publicKey_lt?: InputMaybe; publicKey_lte?: InputMaybe; publicKey_not?: InputMaybe; publicKey_not_contains?: InputMaybe; publicKey_not_in?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum OperatorAdded_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Fee = "fee", Id = "id", OperatorId = "operatorId", Owner = "owner", PublicKey = "publicKey", TransactionHash = "transactionHash" } export type OperatorFeeDeclarationCancelled_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; operatorId?: InputMaybe; operatorId_gt?: InputMaybe; operatorId_gte?: InputMaybe; operatorId_in?: InputMaybe>; operatorId_lt?: InputMaybe; operatorId_lte?: InputMaybe; operatorId_not?: InputMaybe; operatorId_not_in?: InputMaybe>; or?: InputMaybe>>; owner?: InputMaybe; owner_contains?: InputMaybe; owner_gt?: InputMaybe; owner_gte?: InputMaybe; owner_in?: InputMaybe>; owner_lt?: InputMaybe; owner_lte?: InputMaybe; owner_not?: InputMaybe; owner_not_contains?: InputMaybe; owner_not_in?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum OperatorFeeDeclarationCancelled_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", OperatorId = "operatorId", Owner = "owner", TransactionHash = "transactionHash" } export type OperatorFeeDeclared_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; fee?: InputMaybe; fee_gt?: InputMaybe; fee_gte?: InputMaybe; fee_in?: InputMaybe>; fee_lt?: InputMaybe; fee_lte?: InputMaybe; fee_not?: InputMaybe; fee_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; operatorId?: InputMaybe; operatorId_gt?: InputMaybe; operatorId_gte?: InputMaybe; operatorId_in?: InputMaybe>; operatorId_lt?: InputMaybe; operatorId_lte?: InputMaybe; operatorId_not?: InputMaybe; operatorId_not_in?: InputMaybe>; or?: InputMaybe>>; owner?: InputMaybe; owner_contains?: InputMaybe; owner_gt?: InputMaybe; owner_gte?: InputMaybe; owner_in?: InputMaybe>; owner_lt?: InputMaybe; owner_lte?: InputMaybe; owner_not?: InputMaybe; owner_not_contains?: InputMaybe; owner_not_in?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum OperatorFeeDeclared_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Fee = "fee", Id = "id", OperatorId = "operatorId", Owner = "owner", TransactionHash = "transactionHash" } export type OperatorFeeExecuted_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; fee?: InputMaybe; fee_gt?: InputMaybe; fee_gte?: InputMaybe; fee_in?: InputMaybe>; fee_lt?: InputMaybe; fee_lte?: InputMaybe; fee_not?: InputMaybe; fee_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; operatorId?: InputMaybe; operatorId_gt?: InputMaybe; operatorId_gte?: InputMaybe; operatorId_in?: InputMaybe>; operatorId_lt?: InputMaybe; operatorId_lte?: InputMaybe; operatorId_not?: InputMaybe; operatorId_not_in?: InputMaybe>; or?: InputMaybe>>; owner?: InputMaybe; owner_contains?: InputMaybe; owner_gt?: InputMaybe; owner_gte?: InputMaybe; owner_in?: InputMaybe>; owner_lt?: InputMaybe; owner_lte?: InputMaybe; owner_not?: InputMaybe; owner_not_contains?: InputMaybe; owner_not_in?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum OperatorFeeExecuted_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Fee = "fee", Id = "id", OperatorId = "operatorId", Owner = "owner", TransactionHash = "transactionHash" } export type OperatorFeeIncreaseLimitUpdated_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; or?: InputMaybe>>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; value?: InputMaybe; value_gt?: InputMaybe; value_gte?: InputMaybe; value_in?: InputMaybe>; value_lt?: InputMaybe; value_lte?: InputMaybe; value_not?: InputMaybe; value_not_in?: InputMaybe>; }; export declare enum OperatorFeeIncreaseLimitUpdated_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", TransactionHash = "transactionHash", Value = "value" } export type OperatorMaximumFeeUpdated_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; maxFee?: InputMaybe; maxFee_gt?: InputMaybe; maxFee_gte?: InputMaybe; maxFee_in?: InputMaybe>; maxFee_lt?: InputMaybe; maxFee_lte?: InputMaybe; maxFee_not?: InputMaybe; maxFee_not_in?: InputMaybe>; or?: InputMaybe>>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum OperatorMaximumFeeUpdated_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", MaxFee = "maxFee", TransactionHash = "transactionHash" } export type OperatorMultipleWhitelistRemoved_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; operatorIds?: InputMaybe>; operatorIds_contains?: InputMaybe>; operatorIds_contains_nocase?: InputMaybe>; operatorIds_not?: InputMaybe>; operatorIds_not_contains?: InputMaybe>; operatorIds_not_contains_nocase?: InputMaybe>; or?: InputMaybe>>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; whitelistAddresses?: InputMaybe>; whitelistAddresses_contains?: InputMaybe>; whitelistAddresses_contains_nocase?: InputMaybe>; whitelistAddresses_not?: InputMaybe>; whitelistAddresses_not_contains?: InputMaybe>; whitelistAddresses_not_contains_nocase?: InputMaybe>; }; export declare enum OperatorMultipleWhitelistRemoved_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", OperatorIds = "operatorIds", TransactionHash = "transactionHash", WhitelistAddresses = "whitelistAddresses" } export type OperatorMultipleWhitelistUpdated_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; operatorIds?: InputMaybe>; operatorIds_contains?: InputMaybe>; operatorIds_contains_nocase?: InputMaybe>; operatorIds_not?: InputMaybe>; operatorIds_not_contains?: InputMaybe>; operatorIds_not_contains_nocase?: InputMaybe>; or?: InputMaybe>>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; whitelistAddresses?: InputMaybe>; whitelistAddresses_contains?: InputMaybe>; whitelistAddresses_contains_nocase?: InputMaybe>; whitelistAddresses_not?: InputMaybe>; whitelistAddresses_not_contains?: InputMaybe>; whitelistAddresses_not_contains_nocase?: InputMaybe>; }; export declare enum OperatorMultipleWhitelistUpdated_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", OperatorIds = "operatorIds", TransactionHash = "transactionHash", WhitelistAddresses = "whitelistAddresses" } export type OperatorPrivacyStatusUpdated_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; operatorIds?: InputMaybe>; operatorIds_contains?: InputMaybe>; operatorIds_contains_nocase?: InputMaybe>; operatorIds_not?: InputMaybe>; operatorIds_not_contains?: InputMaybe>; operatorIds_not_contains_nocase?: InputMaybe>; or?: InputMaybe>>; toPrivate?: InputMaybe; toPrivate_in?: InputMaybe>; toPrivate_not?: InputMaybe; toPrivate_not_in?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum OperatorPrivacyStatusUpdated_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", OperatorIds = "operatorIds", ToPrivate = "toPrivate", TransactionHash = "transactionHash" } export type OperatorRemoved_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; operatorId?: InputMaybe; operatorId_gt?: InputMaybe; operatorId_gte?: InputMaybe; operatorId_in?: InputMaybe>; operatorId_lt?: InputMaybe; operatorId_lte?: InputMaybe; operatorId_not?: InputMaybe; operatorId_not_in?: InputMaybe>; or?: InputMaybe>>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum OperatorRemoved_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", OperatorId = "operatorId", TransactionHash = "transactionHash" } export type OperatorWhitelistUpdated_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; operatorId?: InputMaybe; operatorId_gt?: InputMaybe; operatorId_gte?: InputMaybe; operatorId_in?: InputMaybe>; operatorId_lt?: InputMaybe; operatorId_lte?: InputMaybe; operatorId_not?: InputMaybe; operatorId_not_in?: InputMaybe>; or?: InputMaybe>>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; whitelisted?: InputMaybe; whitelisted_contains?: InputMaybe; whitelisted_gt?: InputMaybe; whitelisted_gte?: InputMaybe; whitelisted_in?: InputMaybe>; whitelisted_lt?: InputMaybe; whitelisted_lte?: InputMaybe; whitelisted_not?: InputMaybe; whitelisted_not_contains?: InputMaybe; whitelisted_not_in?: InputMaybe>; }; export declare enum OperatorWhitelistUpdated_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", OperatorId = "operatorId", TransactionHash = "transactionHash", Whitelisted = "whitelisted" } export type OperatorWhitelistingContractUpdated_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; operatorIds?: InputMaybe>; operatorIds_contains?: InputMaybe>; operatorIds_contains_nocase?: InputMaybe>; operatorIds_not?: InputMaybe>; operatorIds_not_contains?: InputMaybe>; operatorIds_not_contains_nocase?: InputMaybe>; or?: InputMaybe>>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; whitelistingContract?: InputMaybe; whitelistingContract_contains?: InputMaybe; whitelistingContract_gt?: InputMaybe; whitelistingContract_gte?: InputMaybe; whitelistingContract_in?: InputMaybe>; whitelistingContract_lt?: InputMaybe; whitelistingContract_lte?: InputMaybe; whitelistingContract_not?: InputMaybe; whitelistingContract_not_contains?: InputMaybe; whitelistingContract_not_in?: InputMaybe>; }; export declare enum OperatorWhitelistingContractUpdated_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", OperatorIds = "operatorIds", TransactionHash = "transactionHash", WhitelistingContract = "whitelistingContract" } export type OperatorWithdrawn_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; operatorId?: InputMaybe; operatorId_gt?: InputMaybe; operatorId_gte?: InputMaybe; operatorId_in?: InputMaybe>; operatorId_lt?: InputMaybe; operatorId_lte?: InputMaybe; operatorId_not?: InputMaybe; operatorId_not_in?: InputMaybe>; or?: InputMaybe>>; owner?: InputMaybe; owner_contains?: InputMaybe; owner_gt?: InputMaybe; owner_gte?: InputMaybe; owner_in?: InputMaybe>; owner_lt?: InputMaybe; owner_lte?: InputMaybe; owner_not?: InputMaybe; owner_not_contains?: InputMaybe; owner_not_in?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; value?: InputMaybe; value_gt?: InputMaybe; value_gte?: InputMaybe; value_in?: InputMaybe>; value_lt?: InputMaybe; value_lte?: InputMaybe; value_not?: InputMaybe; value_not_in?: InputMaybe>; }; export declare enum OperatorWithdrawn_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", OperatorId = "operatorId", Owner = "owner", TransactionHash = "transactionHash", Value = "value" } export type Operator_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; declaredFee?: InputMaybe; declaredFee_gt?: InputMaybe; declaredFee_gte?: InputMaybe; declaredFee_in?: InputMaybe>; declaredFee_lt?: InputMaybe; declaredFee_lte?: InputMaybe; declaredFee_not?: InputMaybe; declaredFee_not_in?: InputMaybe>; fee?: InputMaybe; feeIndex?: InputMaybe; feeIndexBlockNumber?: InputMaybe; feeIndexBlockNumber_gt?: InputMaybe; feeIndexBlockNumber_gte?: InputMaybe; feeIndexBlockNumber_in?: InputMaybe>; feeIndexBlockNumber_lt?: InputMaybe; feeIndexBlockNumber_lte?: InputMaybe; feeIndexBlockNumber_not?: InputMaybe; feeIndexBlockNumber_not_in?: InputMaybe>; feeIndex_gt?: InputMaybe; feeIndex_gte?: InputMaybe; feeIndex_in?: InputMaybe>; feeIndex_lt?: InputMaybe; feeIndex_lte?: InputMaybe; feeIndex_not?: InputMaybe; feeIndex_not_in?: InputMaybe>; fee_gt?: InputMaybe; fee_gte?: InputMaybe; fee_in?: InputMaybe>; fee_lt?: InputMaybe; fee_lte?: InputMaybe; fee_not?: InputMaybe; fee_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; isPrivate?: InputMaybe; isPrivate_in?: InputMaybe>; isPrivate_not?: InputMaybe; isPrivate_not_in?: InputMaybe>; lastUpdateBlockNumber?: InputMaybe; lastUpdateBlockNumber_gt?: InputMaybe; lastUpdateBlockNumber_gte?: InputMaybe; lastUpdateBlockNumber_in?: InputMaybe>; lastUpdateBlockNumber_lt?: InputMaybe; lastUpdateBlockNumber_lte?: InputMaybe; lastUpdateBlockNumber_not?: InputMaybe; lastUpdateBlockNumber_not_in?: InputMaybe>; lastUpdateBlockTimestamp?: InputMaybe; lastUpdateBlockTimestamp_gt?: InputMaybe; lastUpdateBlockTimestamp_gte?: InputMaybe; lastUpdateBlockTimestamp_in?: InputMaybe>; lastUpdateBlockTimestamp_lt?: InputMaybe; lastUpdateBlockTimestamp_lte?: InputMaybe; lastUpdateBlockTimestamp_not?: InputMaybe; lastUpdateBlockTimestamp_not_in?: InputMaybe>; lastUpdateTransactionHash?: InputMaybe; lastUpdateTransactionHash_contains?: InputMaybe; lastUpdateTransactionHash_gt?: InputMaybe; lastUpdateTransactionHash_gte?: InputMaybe; lastUpdateTransactionHash_in?: InputMaybe>; lastUpdateTransactionHash_lt?: InputMaybe; lastUpdateTransactionHash_lte?: InputMaybe; lastUpdateTransactionHash_not?: InputMaybe; lastUpdateTransactionHash_not_contains?: InputMaybe; lastUpdateTransactionHash_not_in?: InputMaybe>; operatorId?: InputMaybe; operatorId_gt?: InputMaybe; operatorId_gte?: InputMaybe; operatorId_in?: InputMaybe>; operatorId_lt?: InputMaybe; operatorId_lte?: InputMaybe; operatorId_not?: InputMaybe; operatorId_not_in?: InputMaybe>; or?: InputMaybe>>; owner?: InputMaybe; owner_?: InputMaybe; owner_contains?: InputMaybe; owner_contains_nocase?: InputMaybe; owner_ends_with?: InputMaybe; owner_ends_with_nocase?: InputMaybe; owner_gt?: InputMaybe; owner_gte?: InputMaybe; owner_in?: InputMaybe>; owner_lt?: InputMaybe; owner_lte?: InputMaybe; owner_not?: InputMaybe; owner_not_contains?: InputMaybe; owner_not_contains_nocase?: InputMaybe; owner_not_ends_with?: InputMaybe; owner_not_ends_with_nocase?: InputMaybe; owner_not_in?: InputMaybe>; owner_not_starts_with?: InputMaybe; owner_not_starts_with_nocase?: InputMaybe; owner_starts_with?: InputMaybe; owner_starts_with_nocase?: InputMaybe; publicKey?: InputMaybe; publicKey_contains?: InputMaybe; publicKey_gt?: InputMaybe; publicKey_gte?: InputMaybe; publicKey_in?: InputMaybe>; publicKey_lt?: InputMaybe; publicKey_lte?: InputMaybe; publicKey_not?: InputMaybe; publicKey_not_contains?: InputMaybe; publicKey_not_in?: InputMaybe>; removed?: InputMaybe; removed_in?: InputMaybe>; removed_not?: InputMaybe; removed_not_in?: InputMaybe>; totalWithdrawn?: InputMaybe; totalWithdrawn_gt?: InputMaybe; totalWithdrawn_gte?: InputMaybe; totalWithdrawn_in?: InputMaybe>; totalWithdrawn_lt?: InputMaybe; totalWithdrawn_lte?: InputMaybe; totalWithdrawn_not?: InputMaybe; totalWithdrawn_not_in?: InputMaybe>; validatorCount?: InputMaybe; validatorCount_gt?: InputMaybe; validatorCount_gte?: InputMaybe; validatorCount_in?: InputMaybe>; validatorCount_lt?: InputMaybe; validatorCount_lte?: InputMaybe; validatorCount_not?: InputMaybe; validatorCount_not_in?: InputMaybe>; validators_?: InputMaybe; whitelisted?: InputMaybe>; whitelistedContract?: InputMaybe; whitelistedContract_contains?: InputMaybe; whitelistedContract_gt?: InputMaybe; whitelistedContract_gte?: InputMaybe; whitelistedContract_in?: InputMaybe>; whitelistedContract_lt?: InputMaybe; whitelistedContract_lte?: InputMaybe; whitelistedContract_not?: InputMaybe; whitelistedContract_not_contains?: InputMaybe; whitelistedContract_not_in?: InputMaybe>; whitelisted_?: InputMaybe; whitelisted_contains?: InputMaybe>; whitelisted_contains_nocase?: InputMaybe>; whitelisted_not?: InputMaybe>; whitelisted_not_contains?: InputMaybe>; whitelisted_not_contains_nocase?: InputMaybe>; }; export declare enum Operator_OrderBy { DeclaredFee = "declaredFee", Fee = "fee", FeeIndex = "feeIndex", FeeIndexBlockNumber = "feeIndexBlockNumber", Id = "id", IsPrivate = "isPrivate", LastUpdateBlockNumber = "lastUpdateBlockNumber", LastUpdateBlockTimestamp = "lastUpdateBlockTimestamp", LastUpdateTransactionHash = "lastUpdateTransactionHash", OperatorId = "operatorId", Owner = "owner", OwnerFeeRecipient = "owner__feeRecipient", OwnerId = "owner__id", OwnerMetadataUri = "owner__metadataURI", OwnerNonce = "owner__nonce", OwnerTotalDelegatedPercentage = "owner__totalDelegatedPercentage", OwnerValidatorCount = "owner__validatorCount", PublicKey = "publicKey", Removed = "removed", TotalWithdrawn = "totalWithdrawn", ValidatorCount = "validatorCount", Validators = "validators", Whitelisted = "whitelisted", WhitelistedContract = "whitelistedContract" } /** Defines the order direction, either ascending or descending */ export declare enum OrderDirection { Asc = "asc", Desc = "desc" } export type OwnershipTransferred_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_in?: InputMaybe>; newOwner?: InputMaybe; newOwner_contains?: InputMaybe; newOwner_gt?: InputMaybe; newOwner_gte?: InputMaybe; newOwner_in?: InputMaybe>; newOwner_lt?: InputMaybe; newOwner_lte?: InputMaybe; newOwner_not?: InputMaybe; newOwner_not_contains?: InputMaybe; newOwner_not_in?: InputMaybe>; or?: InputMaybe>>; previousOwner?: InputMaybe; previousOwner_contains?: InputMaybe; previousOwner_gt?: InputMaybe; previousOwner_gte?: InputMaybe; previousOwner_in?: InputMaybe>; previousOwner_lt?: InputMaybe; previousOwner_lte?: InputMaybe; previousOwner_not?: InputMaybe; previousOwner_not_contains?: InputMaybe; previousOwner_not_in?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum OwnershipTransferred_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", NewOwner = "newOwner", PreviousOwner = "previousOwner", TransactionHash = "transactionHash" } export type StrategyBAppOptIn_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; bApp?: InputMaybe; bApp_?: InputMaybe; bApp_contains?: InputMaybe; bApp_contains_nocase?: InputMaybe; bApp_ends_with?: InputMaybe; bApp_ends_with_nocase?: InputMaybe; bApp_gt?: InputMaybe; bApp_gte?: InputMaybe; bApp_in?: InputMaybe>; bApp_lt?: InputMaybe; bApp_lte?: InputMaybe; bApp_not?: InputMaybe; bApp_not_contains?: InputMaybe; bApp_not_contains_nocase?: InputMaybe; bApp_not_ends_with?: InputMaybe; bApp_not_ends_with_nocase?: InputMaybe; bApp_not_in?: InputMaybe>; bApp_not_starts_with?: InputMaybe; bApp_not_starts_with_nocase?: InputMaybe; bApp_starts_with?: InputMaybe; bApp_starts_with_nocase?: InputMaybe; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; obligations_?: InputMaybe; or?: InputMaybe>>; strategy?: InputMaybe; strategy_?: InputMaybe; strategy_contains?: InputMaybe; strategy_contains_nocase?: InputMaybe; strategy_ends_with?: InputMaybe; strategy_ends_with_nocase?: InputMaybe; strategy_gt?: InputMaybe; strategy_gte?: InputMaybe; strategy_in?: InputMaybe>; strategy_lt?: InputMaybe; strategy_lte?: InputMaybe; strategy_not?: InputMaybe; strategy_not_contains?: InputMaybe; strategy_not_contains_nocase?: InputMaybe; strategy_not_ends_with?: InputMaybe; strategy_not_ends_with_nocase?: InputMaybe; strategy_not_in?: InputMaybe>; strategy_not_starts_with?: InputMaybe; strategy_not_starts_with_nocase?: InputMaybe; strategy_starts_with?: InputMaybe; strategy_starts_with_nocase?: InputMaybe; }; export declare enum StrategyBAppOptIn_OrderBy { BApp = "bApp", BAppId = "bApp__id", BAppMetadataUri = "bApp__metadataURI", Id = "id", Obligations = "obligations", Strategy = "strategy", StrategyFee = "strategy__fee", StrategyFeeProposed = "strategy__feeProposed", StrategyFeeProposedTimestamp = "strategy__feeProposedTimestamp", StrategyId = "strategy__id", StrategyMetadataUri = "strategy__metadataURI", StrategyStrategyId = "strategy__strategyId" } export type StrategyCreated_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; fee?: InputMaybe; fee_gt?: InputMaybe; fee_gte?: InputMaybe; fee_in?: InputMaybe>; fee_lt?: InputMaybe; fee_lte?: InputMaybe; fee_not?: InputMaybe; fee_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_in?: InputMaybe>; metadataURI?: InputMaybe; metadataURI_contains?: InputMaybe; metadataURI_contains_nocase?: InputMaybe; metadataURI_ends_with?: InputMaybe; metadataURI_ends_with_nocase?: InputMaybe; metadataURI_gt?: InputMaybe; metadataURI_gte?: InputMaybe; metadataURI_in?: InputMaybe>; metadataURI_lt?: InputMaybe; metadataURI_lte?: InputMaybe; metadataURI_not?: InputMaybe; metadataURI_not_contains?: InputMaybe; metadataURI_not_contains_nocase?: InputMaybe; metadataURI_not_ends_with?: InputMaybe; metadataURI_not_ends_with_nocase?: InputMaybe; metadataURI_not_in?: InputMaybe>; metadataURI_not_starts_with?: InputMaybe; metadataURI_not_starts_with_nocase?: InputMaybe; metadataURI_starts_with?: InputMaybe; metadataURI_starts_with_nocase?: InputMaybe; or?: InputMaybe>>; owner?: InputMaybe; owner_contains?: InputMaybe; owner_gt?: InputMaybe; owner_gte?: InputMaybe; owner_in?: InputMaybe>; owner_lt?: InputMaybe; owner_lte?: InputMaybe; owner_not?: InputMaybe; owner_not_contains?: InputMaybe; owner_not_in?: InputMaybe>; strategyId?: InputMaybe; strategyId_gt?: InputMaybe; strategyId_gte?: InputMaybe; strategyId_in?: InputMaybe>; strategyId_lt?: InputMaybe; strategyId_lte?: InputMaybe; strategyId_not?: InputMaybe; strategyId_not_in?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum StrategyCreated_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Fee = "fee", Id = "id", MetadataUri = "metadataURI", Owner = "owner", StrategyId = "strategyId", TransactionHash = "transactionHash" } export type StrategyDeposit_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; amount?: InputMaybe; amount_gt?: InputMaybe; amount_gte?: InputMaybe; amount_in?: InputMaybe>; amount_lt?: InputMaybe; amount_lte?: InputMaybe; amount_not?: InputMaybe; amount_not_in?: InputMaybe>; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; contributor?: InputMaybe; contributor_contains?: InputMaybe; contributor_gt?: InputMaybe; contributor_gte?: InputMaybe; contributor_in?: InputMaybe>; contributor_lt?: InputMaybe; contributor_lte?: InputMaybe; contributor_not?: InputMaybe; contributor_not_contains?: InputMaybe; contributor_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_in?: InputMaybe>; or?: InputMaybe>>; strategyId?: InputMaybe; strategyId_gt?: InputMaybe; strategyId_gte?: InputMaybe; strategyId_in?: InputMaybe>; strategyId_lt?: InputMaybe; strategyId_lte?: InputMaybe; strategyId_not?: InputMaybe; strategyId_not_in?: InputMaybe>; token?: InputMaybe; token_contains?: InputMaybe; token_gt?: InputMaybe; token_gte?: InputMaybe; token_in?: InputMaybe>; token_lt?: InputMaybe; token_lte?: InputMaybe; token_not?: InputMaybe; token_not_contains?: InputMaybe; token_not_in?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum StrategyDeposit_OrderBy { Amount = "amount", BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Contributor = "contributor", Id = "id", StrategyId = "strategyId", Token = "token", TransactionHash = "transactionHash" } export type StrategyFeeUpdateProposed_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; fee?: InputMaybe; fee_gt?: InputMaybe; fee_gte?: InputMaybe; fee_in?: InputMaybe>; fee_lt?: InputMaybe; fee_lte?: InputMaybe; fee_not?: InputMaybe; fee_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_in?: InputMaybe>; or?: InputMaybe>>; owner?: InputMaybe; owner_contains?: InputMaybe; owner_gt?: InputMaybe; owner_gte?: InputMaybe; owner_in?: InputMaybe>; owner_lt?: InputMaybe; owner_lte?: InputMaybe; owner_not?: InputMaybe; owner_not_contains?: InputMaybe; owner_not_in?: InputMaybe>; proposedFee?: InputMaybe; proposedFee_gt?: InputMaybe; proposedFee_gte?: InputMaybe; proposedFee_in?: InputMaybe>; proposedFee_lt?: InputMaybe; proposedFee_lte?: InputMaybe; proposedFee_not?: InputMaybe; proposedFee_not_in?: InputMaybe>; strategyId?: InputMaybe; strategyId_gt?: InputMaybe; strategyId_gte?: InputMaybe; strategyId_in?: InputMaybe>; strategyId_lt?: InputMaybe; strategyId_lte?: InputMaybe; strategyId_not?: InputMaybe; strategyId_not_in?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum StrategyFeeUpdateProposed_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Fee = "fee", Id = "id", Owner = "owner", ProposedFee = "proposedFee", StrategyId = "strategyId", TransactionHash = "transactionHash" } export type StrategyFeeUpdated_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; fee?: InputMaybe; fee_gt?: InputMaybe; fee_gte?: InputMaybe; fee_in?: InputMaybe>; fee_lt?: InputMaybe; fee_lte?: InputMaybe; fee_not?: InputMaybe; fee_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_in?: InputMaybe>; oldFee?: InputMaybe; oldFee_gt?: InputMaybe; oldFee_gte?: InputMaybe; oldFee_in?: InputMaybe>; oldFee_lt?: InputMaybe; oldFee_lte?: InputMaybe; oldFee_not?: InputMaybe; oldFee_not_in?: InputMaybe>; or?: InputMaybe>>; owner?: InputMaybe; owner_contains?: InputMaybe; owner_gt?: InputMaybe; owner_gte?: InputMaybe; owner_in?: InputMaybe>; owner_lt?: InputMaybe; owner_lte?: InputMaybe; owner_not?: InputMaybe; owner_not_contains?: InputMaybe; owner_not_in?: InputMaybe>; strategyId?: InputMaybe; strategyId_gt?: InputMaybe; strategyId_gte?: InputMaybe; strategyId_in?: InputMaybe>; strategyId_lt?: InputMaybe; strategyId_lte?: InputMaybe; strategyId_not?: InputMaybe; strategyId_not_in?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum StrategyFeeUpdated_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Fee = "fee", Id = "id", OldFee = "oldFee", Owner = "owner", StrategyId = "strategyId", TransactionHash = "transactionHash" } export type StrategyMetadataUriUpdated_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_in?: InputMaybe>; metadataURI?: InputMaybe; metadataURI_contains?: InputMaybe; metadataURI_contains_nocase?: InputMaybe; metadataURI_ends_with?: InputMaybe; metadataURI_ends_with_nocase?: InputMaybe; metadataURI_gt?: InputMaybe; metadataURI_gte?: InputMaybe; metadataURI_in?: InputMaybe>; metadataURI_lt?: InputMaybe; metadataURI_lte?: InputMaybe; metadataURI_not?: InputMaybe; metadataURI_not_contains?: InputMaybe; metadataURI_not_contains_nocase?: InputMaybe; metadataURI_not_ends_with?: InputMaybe; metadataURI_not_ends_with_nocase?: InputMaybe; metadataURI_not_in?: InputMaybe>; metadataURI_not_starts_with?: InputMaybe; metadataURI_not_starts_with_nocase?: InputMaybe; metadataURI_starts_with?: InputMaybe; metadataURI_starts_with_nocase?: InputMaybe; or?: InputMaybe>>; strategyId?: InputMaybe; strategyId_gt?: InputMaybe; strategyId_gte?: InputMaybe; strategyId_in?: InputMaybe>; strategyId_lt?: InputMaybe; strategyId_lte?: InputMaybe; strategyId_not?: InputMaybe; strategyId_not_in?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum StrategyMetadataUriUpdated_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", MetadataUri = "metadataURI", StrategyId = "strategyId", TransactionHash = "transactionHash" } export type StrategyTokenBalance_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; balance?: InputMaybe; balance_gt?: InputMaybe; balance_gte?: InputMaybe; balance_in?: InputMaybe>; balance_lt?: InputMaybe; balance_lte?: InputMaybe; balance_not?: InputMaybe; balance_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; or?: InputMaybe>>; riskValue?: InputMaybe; riskValue_gt?: InputMaybe; riskValue_gte?: InputMaybe; riskValue_in?: InputMaybe>; riskValue_lt?: InputMaybe; riskValue_lte?: InputMaybe; riskValue_not?: InputMaybe; riskValue_not_in?: InputMaybe>; strategy?: InputMaybe; strategy_?: InputMaybe; strategy_contains?: InputMaybe; strategy_contains_nocase?: InputMaybe; strategy_ends_with?: InputMaybe; strategy_ends_with_nocase?: InputMaybe; strategy_gt?: InputMaybe; strategy_gte?: InputMaybe; strategy_in?: InputMaybe>; strategy_lt?: InputMaybe; strategy_lte?: InputMaybe; strategy_not?: InputMaybe; strategy_not_contains?: InputMaybe; strategy_not_contains_nocase?: InputMaybe; strategy_not_ends_with?: InputMaybe; strategy_not_ends_with_nocase?: InputMaybe; strategy_not_in?: InputMaybe>; strategy_not_starts_with?: InputMaybe; strategy_not_starts_with_nocase?: InputMaybe; strategy_starts_with?: InputMaybe; strategy_starts_with_nocase?: InputMaybe; token?: InputMaybe; token_contains?: InputMaybe; token_gt?: InputMaybe; token_gte?: InputMaybe; token_in?: InputMaybe>; token_lt?: InputMaybe; token_lte?: InputMaybe; token_not?: InputMaybe; token_not_contains?: InputMaybe; token_not_in?: InputMaybe>; }; export declare enum StrategyTokenBalance_OrderBy { Balance = "balance", Id = "id", RiskValue = "riskValue", Strategy = "strategy", StrategyFee = "strategy__fee", StrategyFeeProposed = "strategy__feeProposed", StrategyFeeProposedTimestamp = "strategy__feeProposedTimestamp", StrategyId = "strategy__id", StrategyMetadataUri = "strategy__metadataURI", StrategyStrategyId = "strategy__strategyId", Token = "token" } export type StrategyUserBalance_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; contributor?: InputMaybe; contributor_?: InputMaybe; contributor_contains?: InputMaybe; contributor_contains_nocase?: InputMaybe; contributor_ends_with?: InputMaybe; contributor_ends_with_nocase?: InputMaybe; contributor_gt?: InputMaybe; contributor_gte?: InputMaybe; contributor_in?: InputMaybe>; contributor_lt?: InputMaybe; contributor_lte?: InputMaybe; contributor_not?: InputMaybe; contributor_not_contains?: InputMaybe; contributor_not_contains_nocase?: InputMaybe; contributor_not_ends_with?: InputMaybe; contributor_not_ends_with_nocase?: InputMaybe; contributor_not_in?: InputMaybe>; contributor_not_starts_with?: InputMaybe; contributor_not_starts_with_nocase?: InputMaybe; contributor_starts_with?: InputMaybe; contributor_starts_with_nocase?: InputMaybe; depositAmount?: InputMaybe; depositAmount_gt?: InputMaybe; depositAmount_gte?: InputMaybe; depositAmount_in?: InputMaybe>; depositAmount_lt?: InputMaybe; depositAmount_lte?: InputMaybe; depositAmount_not?: InputMaybe; depositAmount_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; or?: InputMaybe>>; proposedWithdrawal?: InputMaybe; proposedWithdrawalTimestamp?: InputMaybe; proposedWithdrawalTimestamp_gt?: InputMaybe; proposedWithdrawalTimestamp_gte?: InputMaybe; proposedWithdrawalTimestamp_in?: InputMaybe>; proposedWithdrawalTimestamp_lt?: InputMaybe; proposedWithdrawalTimestamp_lte?: InputMaybe; proposedWithdrawalTimestamp_not?: InputMaybe; proposedWithdrawalTimestamp_not_in?: InputMaybe>; proposedWithdrawal_gt?: InputMaybe; proposedWithdrawal_gte?: InputMaybe; proposedWithdrawal_in?: InputMaybe>; proposedWithdrawal_lt?: InputMaybe; proposedWithdrawal_lte?: InputMaybe; proposedWithdrawal_not?: InputMaybe; proposedWithdrawal_not_in?: InputMaybe>; strategy?: InputMaybe; strategy_?: InputMaybe; strategy_contains?: InputMaybe; strategy_contains_nocase?: InputMaybe; strategy_ends_with?: InputMaybe; strategy_ends_with_nocase?: InputMaybe; strategy_gt?: InputMaybe; strategy_gte?: InputMaybe; strategy_in?: InputMaybe>; strategy_lt?: InputMaybe; strategy_lte?: InputMaybe; strategy_not?: InputMaybe; strategy_not_contains?: InputMaybe; strategy_not_contains_nocase?: InputMaybe; strategy_not_ends_with?: InputMaybe; strategy_not_ends_with_nocase?: InputMaybe; strategy_not_in?: InputMaybe>; strategy_not_starts_with?: InputMaybe; strategy_not_starts_with_nocase?: InputMaybe; strategy_starts_with?: InputMaybe; strategy_starts_with_nocase?: InputMaybe; token?: InputMaybe; token_contains?: InputMaybe; token_gt?: InputMaybe; token_gte?: InputMaybe; token_in?: InputMaybe>; token_lt?: InputMaybe; token_lte?: InputMaybe; token_not?: InputMaybe; token_not_contains?: InputMaybe; token_not_in?: InputMaybe>; }; export declare enum StrategyUserBalance_OrderBy { Contributor = "contributor", ContributorFeeRecipient = "contributor__feeRecipient", ContributorId = "contributor__id", ContributorMetadataUri = "contributor__metadataURI", ContributorNonce = "contributor__nonce", ContributorTotalDelegatedPercentage = "contributor__totalDelegatedPercentage", ContributorValidatorCount = "contributor__validatorCount", DepositAmount = "depositAmount", Id = "id", ProposedWithdrawal = "proposedWithdrawal", ProposedWithdrawalTimestamp = "proposedWithdrawalTimestamp", Strategy = "strategy", StrategyFee = "strategy__fee", StrategyFeeProposed = "strategy__feeProposed", StrategyFeeProposedTimestamp = "strategy__feeProposedTimestamp", StrategyId = "strategy__id", StrategyMetadataUri = "strategy__metadataURI", StrategyStrategyId = "strategy__strategyId", Token = "token" } export type StrategyWithdrawalProposed_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; account?: InputMaybe; account_contains?: InputMaybe; account_gt?: InputMaybe; account_gte?: InputMaybe; account_in?: InputMaybe>; account_lt?: InputMaybe; account_lte?: InputMaybe; account_not?: InputMaybe; account_not_contains?: InputMaybe; account_not_in?: InputMaybe>; amount?: InputMaybe; amount_gt?: InputMaybe; amount_gte?: InputMaybe; amount_in?: InputMaybe>; amount_lt?: InputMaybe; amount_lte?: InputMaybe; amount_not?: InputMaybe; amount_not_in?: InputMaybe>; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_in?: InputMaybe>; or?: InputMaybe>>; strategyId?: InputMaybe; strategyId_gt?: InputMaybe; strategyId_gte?: InputMaybe; strategyId_in?: InputMaybe>; strategyId_lt?: InputMaybe; strategyId_lte?: InputMaybe; strategyId_not?: InputMaybe; strategyId_not_in?: InputMaybe>; token?: InputMaybe; token_contains?: InputMaybe; token_gt?: InputMaybe; token_gte?: InputMaybe; token_in?: InputMaybe>; token_lt?: InputMaybe; token_lte?: InputMaybe; token_not?: InputMaybe; token_not_contains?: InputMaybe; token_not_in?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum StrategyWithdrawalProposed_OrderBy { Account = "account", Amount = "amount", BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", StrategyId = "strategyId", Token = "token", TransactionHash = "transactionHash" } export type StrategyWithdrawal_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; amount?: InputMaybe; amount_gt?: InputMaybe; amount_gte?: InputMaybe; amount_in?: InputMaybe>; amount_lt?: InputMaybe; amount_lte?: InputMaybe; amount_not?: InputMaybe; amount_not_in?: InputMaybe>; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; contributor?: InputMaybe; contributor_contains?: InputMaybe; contributor_gt?: InputMaybe; contributor_gte?: InputMaybe; contributor_in?: InputMaybe>; contributor_lt?: InputMaybe; contributor_lte?: InputMaybe; contributor_not?: InputMaybe; contributor_not_contains?: InputMaybe; contributor_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_in?: InputMaybe>; isFast?: InputMaybe; isFast_in?: InputMaybe>; isFast_not?: InputMaybe; isFast_not_in?: InputMaybe>; or?: InputMaybe>>; strategyId?: InputMaybe; strategyId_gt?: InputMaybe; strategyId_gte?: InputMaybe; strategyId_in?: InputMaybe>; strategyId_lt?: InputMaybe; strategyId_lte?: InputMaybe; strategyId_not?: InputMaybe; strategyId_not_in?: InputMaybe>; token?: InputMaybe; token_contains?: InputMaybe; token_gt?: InputMaybe; token_gte?: InputMaybe; token_in?: InputMaybe>; token_lt?: InputMaybe; token_lte?: InputMaybe; token_not?: InputMaybe; token_not_contains?: InputMaybe; token_not_in?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum StrategyWithdrawal_OrderBy { Amount = "amount", BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Contributor = "contributor", Id = "id", IsFast = "isFast", StrategyId = "strategyId", Token = "token", TransactionHash = "transactionHash" } export type Strategy_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; bApps_?: InputMaybe; balances_?: InputMaybe; deposits_?: InputMaybe; fee?: InputMaybe; feeProposed?: InputMaybe; feeProposedTimestamp?: InputMaybe; feeProposedTimestamp_gt?: InputMaybe; feeProposedTimestamp_gte?: InputMaybe; feeProposedTimestamp_in?: InputMaybe>; feeProposedTimestamp_lt?: InputMaybe; feeProposedTimestamp_lte?: InputMaybe; feeProposedTimestamp_not?: InputMaybe; feeProposedTimestamp_not_in?: InputMaybe>; feeProposed_gt?: InputMaybe; feeProposed_gte?: InputMaybe; feeProposed_in?: InputMaybe>; feeProposed_lt?: InputMaybe; feeProposed_lte?: InputMaybe; feeProposed_not?: InputMaybe; feeProposed_not_in?: InputMaybe>; fee_gt?: InputMaybe; fee_gte?: InputMaybe; fee_in?: InputMaybe>; fee_lt?: InputMaybe; fee_lte?: InputMaybe; fee_not?: InputMaybe; fee_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; metadataURI?: InputMaybe; metadataURI_contains?: InputMaybe; metadataURI_contains_nocase?: InputMaybe; metadataURI_ends_with?: InputMaybe; metadataURI_ends_with_nocase?: InputMaybe; metadataURI_gt?: InputMaybe; metadataURI_gte?: InputMaybe; metadataURI_in?: InputMaybe>; metadataURI_lt?: InputMaybe; metadataURI_lte?: InputMaybe; metadataURI_not?: InputMaybe; metadataURI_not_contains?: InputMaybe; metadataURI_not_contains_nocase?: InputMaybe; metadataURI_not_ends_with?: InputMaybe; metadataURI_not_ends_with_nocase?: InputMaybe; metadataURI_not_in?: InputMaybe>; metadataURI_not_starts_with?: InputMaybe; metadataURI_not_starts_with_nocase?: InputMaybe; metadataURI_starts_with?: InputMaybe; metadataURI_starts_with_nocase?: InputMaybe; or?: InputMaybe>>; owner?: InputMaybe; owner_?: InputMaybe; owner_contains?: InputMaybe; owner_contains_nocase?: InputMaybe; owner_ends_with?: InputMaybe; owner_ends_with_nocase?: InputMaybe; owner_gt?: InputMaybe; owner_gte?: InputMaybe; owner_in?: InputMaybe>; owner_lt?: InputMaybe; owner_lte?: InputMaybe; owner_not?: InputMaybe; owner_not_contains?: InputMaybe; owner_not_contains_nocase?: InputMaybe; owner_not_ends_with?: InputMaybe; owner_not_ends_with_nocase?: InputMaybe; owner_not_in?: InputMaybe>; owner_not_starts_with?: InputMaybe; owner_not_starts_with_nocase?: InputMaybe; owner_starts_with?: InputMaybe; owner_starts_with_nocase?: InputMaybe; strategyId?: InputMaybe; strategyId_gt?: InputMaybe; strategyId_gte?: InputMaybe; strategyId_in?: InputMaybe>; strategyId_lt?: InputMaybe; strategyId_lte?: InputMaybe; strategyId_not?: InputMaybe; strategyId_not_in?: InputMaybe>; }; export declare enum Strategy_OrderBy { BApps = "bApps", Balances = "balances", Deposits = "deposits", Fee = "fee", FeeProposed = "feeProposed", FeeProposedTimestamp = "feeProposedTimestamp", Id = "id", MetadataUri = "metadataURI", Owner = "owner", OwnerFeeRecipient = "owner__feeRecipient", OwnerId = "owner__id", OwnerMetadataUri = "owner__metadataURI", OwnerNonce = "owner__nonce", OwnerTotalDelegatedPercentage = "owner__totalDelegatedPercentage", OwnerValidatorCount = "owner__validatorCount", StrategyId = "strategyId" } export type Upgraded_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_in?: InputMaybe>; implementation?: InputMaybe; implementation_contains?: InputMaybe; implementation_gt?: InputMaybe; implementation_gte?: InputMaybe; implementation_in?: InputMaybe>; implementation_lt?: InputMaybe; implementation_lte?: InputMaybe; implementation_not?: InputMaybe; implementation_not_contains?: InputMaybe; implementation_not_in?: InputMaybe>; or?: InputMaybe>>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum Upgraded_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", Id = "id", Implementation = "implementation", TransactionHash = "transactionHash" } export type ValidatorAdded_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; cluster_active?: InputMaybe; cluster_active_in?: InputMaybe>; cluster_active_not?: InputMaybe; cluster_active_not_in?: InputMaybe>; cluster_balance?: InputMaybe; cluster_balance_gt?: InputMaybe; cluster_balance_gte?: InputMaybe; cluster_balance_in?: InputMaybe>; cluster_balance_lt?: InputMaybe; cluster_balance_lte?: InputMaybe; cluster_balance_not?: InputMaybe; cluster_balance_not_in?: InputMaybe>; cluster_index?: InputMaybe; cluster_index_gt?: InputMaybe; cluster_index_gte?: InputMaybe; cluster_index_in?: InputMaybe>; cluster_index_lt?: InputMaybe; cluster_index_lte?: InputMaybe; cluster_index_not?: InputMaybe; cluster_index_not_in?: InputMaybe>; cluster_networkFeeIndex?: InputMaybe; cluster_networkFeeIndex_gt?: InputMaybe; cluster_networkFeeIndex_gte?: InputMaybe; cluster_networkFeeIndex_in?: InputMaybe>; cluster_networkFeeIndex_lt?: InputMaybe; cluster_networkFeeIndex_lte?: InputMaybe; cluster_networkFeeIndex_not?: InputMaybe; cluster_networkFeeIndex_not_in?: InputMaybe>; cluster_validatorCount?: InputMaybe; cluster_validatorCount_gt?: InputMaybe; cluster_validatorCount_gte?: InputMaybe; cluster_validatorCount_in?: InputMaybe>; cluster_validatorCount_lt?: InputMaybe; cluster_validatorCount_lte?: InputMaybe; cluster_validatorCount_not?: InputMaybe; cluster_validatorCount_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; operatorIds?: InputMaybe>; operatorIds_contains?: InputMaybe>; operatorIds_contains_nocase?: InputMaybe>; operatorIds_not?: InputMaybe>; operatorIds_not_contains?: InputMaybe>; operatorIds_not_contains_nocase?: InputMaybe>; or?: InputMaybe>>; owner?: InputMaybe; owner_contains?: InputMaybe; owner_gt?: InputMaybe; owner_gte?: InputMaybe; owner_in?: InputMaybe>; owner_lt?: InputMaybe; owner_lte?: InputMaybe; owner_not?: InputMaybe; owner_not_contains?: InputMaybe; owner_not_in?: InputMaybe>; publicKey?: InputMaybe; publicKey_contains?: InputMaybe; publicKey_gt?: InputMaybe; publicKey_gte?: InputMaybe; publicKey_in?: InputMaybe>; publicKey_lt?: InputMaybe; publicKey_lte?: InputMaybe; publicKey_not?: InputMaybe; publicKey_not_contains?: InputMaybe; publicKey_not_in?: InputMaybe>; shares?: InputMaybe; shares_contains?: InputMaybe; shares_gt?: InputMaybe; shares_gte?: InputMaybe; shares_in?: InputMaybe>; shares_lt?: InputMaybe; shares_lte?: InputMaybe; shares_not?: InputMaybe; shares_not_contains?: InputMaybe; shares_not_in?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum ValidatorAdded_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", ClusterActive = "cluster_active", ClusterBalance = "cluster_balance", ClusterIndex = "cluster_index", ClusterNetworkFeeIndex = "cluster_networkFeeIndex", ClusterValidatorCount = "cluster_validatorCount", Id = "id", OperatorIds = "operatorIds", Owner = "owner", PublicKey = "publicKey", Shares = "shares", TransactionHash = "transactionHash" } export type ValidatorRemoved_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; blockNumber?: InputMaybe; blockNumber_gt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_lt?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_not_in?: InputMaybe>; blockTimestamp?: InputMaybe; blockTimestamp_gt?: InputMaybe; blockTimestamp_gte?: InputMaybe; blockTimestamp_in?: InputMaybe>; blockTimestamp_lt?: InputMaybe; blockTimestamp_lte?: InputMaybe; blockTimestamp_not?: InputMaybe; blockTimestamp_not_in?: InputMaybe>; cluster_active?: InputMaybe; cluster_active_in?: InputMaybe>; cluster_active_not?: InputMaybe; cluster_active_not_in?: InputMaybe>; cluster_balance?: InputMaybe; cluster_balance_gt?: InputMaybe; cluster_balance_gte?: InputMaybe; cluster_balance_in?: InputMaybe>; cluster_balance_lt?: InputMaybe; cluster_balance_lte?: InputMaybe; cluster_balance_not?: InputMaybe; cluster_balance_not_in?: InputMaybe>; cluster_index?: InputMaybe; cluster_index_gt?: InputMaybe; cluster_index_gte?: InputMaybe; cluster_index_in?: InputMaybe>; cluster_index_lt?: InputMaybe; cluster_index_lte?: InputMaybe; cluster_index_not?: InputMaybe; cluster_index_not_in?: InputMaybe>; cluster_networkFeeIndex?: InputMaybe; cluster_networkFeeIndex_gt?: InputMaybe; cluster_networkFeeIndex_gte?: InputMaybe; cluster_networkFeeIndex_in?: InputMaybe>; cluster_networkFeeIndex_lt?: InputMaybe; cluster_networkFeeIndex_lte?: InputMaybe; cluster_networkFeeIndex_not?: InputMaybe; cluster_networkFeeIndex_not_in?: InputMaybe>; cluster_validatorCount?: InputMaybe; cluster_validatorCount_gt?: InputMaybe; cluster_validatorCount_gte?: InputMaybe; cluster_validatorCount_in?: InputMaybe>; cluster_validatorCount_lt?: InputMaybe; cluster_validatorCount_lte?: InputMaybe; cluster_validatorCount_not?: InputMaybe; cluster_validatorCount_not_in?: InputMaybe>; id?: InputMaybe; id_contains?: InputMaybe; id_contains_nocase?: InputMaybe; id_ends_with?: InputMaybe; id_ends_with_nocase?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_contains_nocase?: InputMaybe; id_not_ends_with?: InputMaybe; id_not_ends_with_nocase?: InputMaybe; id_not_in?: InputMaybe>; id_not_starts_with?: InputMaybe; id_not_starts_with_nocase?: InputMaybe; id_starts_with?: InputMaybe; id_starts_with_nocase?: InputMaybe; operatorIds?: InputMaybe>; operatorIds_contains?: InputMaybe>; operatorIds_contains_nocase?: InputMaybe>; operatorIds_not?: InputMaybe>; operatorIds_not_contains?: InputMaybe>; operatorIds_not_contains_nocase?: InputMaybe>; or?: InputMaybe>>; owner?: InputMaybe; owner_contains?: InputMaybe; owner_gt?: InputMaybe; owner_gte?: InputMaybe; owner_in?: InputMaybe>; owner_lt?: InputMaybe; owner_lte?: InputMaybe; owner_not?: InputMaybe; owner_not_contains?: InputMaybe; owner_not_in?: InputMaybe>; publicKey?: InputMaybe; publicKey_contains?: InputMaybe; publicKey_gt?: InputMaybe; publicKey_gte?: InputMaybe; publicKey_in?: InputMaybe>; publicKey_lt?: InputMaybe; publicKey_lte?: InputMaybe; publicKey_not?: InputMaybe; publicKey_not_contains?: InputMaybe; publicKey_not_in?: InputMaybe>; transactionHash?: InputMaybe; transactionHash_contains?: InputMaybe; transactionHash_gt?: InputMaybe; transactionHash_gte?: InputMaybe; transactionHash_in?: InputMaybe>; transactionHash_lt?: InputMaybe; transactionHash_lte?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_not_contains?: InputMaybe; transactionHash_not_in?: InputMaybe>; }; export declare enum ValidatorRemoved_OrderBy { BlockNumber = "blockNumber", BlockTimestamp = "blockTimestamp", ClusterActive = "cluster_active", ClusterBalance = "cluster_balance", ClusterIndex = "cluster_index", ClusterNetworkFeeIndex = "cluster_networkFeeIndex", ClusterValidatorCount = "cluster_validatorCount", Id = "id", OperatorIds = "operatorIds", Owner = "owner", PublicKey = "publicKey", TransactionHash = "transactionHash" } export type Validator_Filter = { /** Filter for the block changed event. */ _change_block?: InputMaybe; and?: InputMaybe>>; cluster?: InputMaybe; cluster_?: InputMaybe; cluster_contains?: InputMaybe; cluster_contains_nocase?: InputMaybe; cluster_ends_with?: InputMaybe; cluster_ends_with_nocase?: InputMaybe; cluster_gt?: InputMaybe; cluster_gte?: InputMaybe; cluster_in?: InputMaybe>; cluster_lt?: InputMaybe; cluster_lte?: InputMaybe; cluster_not?: InputMaybe; cluster_not_contains?: InputMaybe; cluster_not_contains_nocase?: InputMaybe; cluster_not_ends_with?: InputMaybe; cluster_not_ends_with_nocase?: InputMaybe; cluster_not_in?: InputMaybe>; cluster_not_starts_with?: InputMaybe; cluster_not_starts_with_nocase?: InputMaybe; cluster_starts_with?: InputMaybe; cluster_starts_with_nocase?: InputMaybe; id?: InputMaybe; id_contains?: InputMaybe; id_gt?: InputMaybe; id_gte?: InputMaybe; id_in?: InputMaybe>; id_lt?: InputMaybe; id_lte?: InputMaybe; id_not?: InputMaybe; id_not_contains?: InputMaybe; id_not_in?: InputMaybe>; lastUpdateBlockNumber?: InputMaybe; lastUpdateBlockNumber_gt?: InputMaybe; lastUpdateBlockNumber_gte?: InputMaybe; lastUpdateBlockNumber_in?: InputMaybe>; lastUpdateBlockNumber_lt?: InputMaybe; lastUpdateBlockNumber_lte?: InputMaybe; lastUpdateBlockNumber_not?: InputMaybe; lastUpdateBlockNumber_not_in?: InputMaybe>; lastUpdateBlockTimestamp?: InputMaybe; lastUpdateBlockTimestamp_gt?: InputMaybe; lastUpdateBlockTimestamp_gte?: InputMaybe; lastUpdateBlockTimestamp_in?: InputMaybe>; lastUpdateBlockTimestamp_lt?: InputMaybe; lastUpdateBlockTimestamp_lte?: InputMaybe; lastUpdateBlockTimestamp_not?: InputMaybe; lastUpdateBlockTimestamp_not_in?: InputMaybe>; lastUpdateTransactionHash?: InputMaybe; lastUpdateTransactionHash_contains?: InputMaybe; lastUpdateTransactionHash_gt?: InputMaybe; lastUpdateTransactionHash_gte?: InputMaybe; lastUpdateTransactionHash_in?: InputMaybe>; lastUpdateTransactionHash_lt?: InputMaybe; lastUpdateTransactionHash_lte?: InputMaybe; lastUpdateTransactionHash_not?: InputMaybe; lastUpdateTransactionHash_not_contains?: InputMaybe; lastUpdateTransactionHash_not_in?: InputMaybe>; operators?: InputMaybe>; operators_?: InputMaybe; operators_contains?: InputMaybe>; operators_contains_nocase?: InputMaybe>; operators_not?: InputMaybe>; operators_not_contains?: InputMaybe>; operators_not_contains_nocase?: InputMaybe>; or?: InputMaybe>>; owner?: InputMaybe; owner_?: InputMaybe; owner_contains?: InputMaybe; owner_contains_nocase?: InputMaybe; owner_ends_with?: InputMaybe; owner_ends_with_nocase?: InputMaybe; owner_gt?: InputMaybe; owner_gte?: InputMaybe; owner_in?: InputMaybe>; owner_lt?: InputMaybe; owner_lte?: InputMaybe; owner_not?: InputMaybe; owner_not_contains?: InputMaybe; owner_not_contains_nocase?: InputMaybe; owner_not_ends_with?: InputMaybe; owner_not_ends_with_nocase?: InputMaybe; owner_not_in?: InputMaybe>; owner_not_starts_with?: InputMaybe; owner_not_starts_with_nocase?: InputMaybe; owner_starts_with?: InputMaybe; owner_starts_with_nocase?: InputMaybe; removed?: InputMaybe; removed_in?: InputMaybe>; removed_not?: InputMaybe; removed_not_in?: InputMaybe>; shares?: InputMaybe; shares_contains?: InputMaybe; shares_gt?: InputMaybe; shares_gte?: InputMaybe; shares_in?: InputMaybe>; shares_lt?: InputMaybe; shares_lte?: InputMaybe; shares_not?: InputMaybe; shares_not_contains?: InputMaybe; shares_not_in?: InputMaybe>; }; export declare enum Validator_OrderBy { Cluster = "cluster", ClusterActive = "cluster__active", ClusterBalance = "cluster__balance", ClusterId = "cluster__id", ClusterIndex = "cluster__index", ClusterLastUpdateBlockNumber = "cluster__lastUpdateBlockNumber", ClusterLastUpdateBlockTimestamp = "cluster__lastUpdateBlockTimestamp", ClusterLastUpdateTransactionHash = "cluster__lastUpdateTransactionHash", ClusterNetworkFeeIndex = "cluster__networkFeeIndex", ClusterValidatorCount = "cluster__validatorCount", Id = "id", LastUpdateBlockNumber = "lastUpdateBlockNumber", LastUpdateBlockTimestamp = "lastUpdateBlockTimestamp", LastUpdateTransactionHash = "lastUpdateTransactionHash", Operators = "operators", Owner = "owner", OwnerFeeRecipient = "owner__feeRecipient", OwnerId = "owner__id", OwnerMetadataUri = "owner__metadataURI", OwnerNonce = "owner__nonce", OwnerTotalDelegatedPercentage = "owner__totalDelegatedPercentage", OwnerValidatorCount = "owner__validatorCount", Removed = "removed", Shares = "shares" } export declare enum _SubgraphErrorPolicy_ { /** Data will be returned even if the subgraph has indexing errors */ Allow = "allow", /** If the subgraph has indexing errors, data will be omitted. The default. */ Deny = "deny" } export type GetStrategyBAppOptInsQueryVariables = Exact<{ bAppId: Scalars['Bytes']['input']; }>; export type GetStrategyBAppOptInsQuery = { strategyBAppOptIns: Array<{ id: string; strategy: { balances: Array<{ token: Address; balance: string; }>; }; obligations: Array<{ token: Address; percentage: string; }>; }>; }; export type GetParticipantWeightInputQueryVariables = Exact<{ bAppId: Scalars['ID']['input']; }>; export type GetParticipantWeightInputQuery = { bapp?: { bAppTokens: Array<{ token: Address; sharedRiskLevel: string; totalObligatedBalance: string; }>; strategies: Array<{ obligations: Array<{ obligatedBalance: string; token: Address; percentage: string; }>; strategy: { id: string; owner: { id: Address; delegators: Array<{ percentage: string; delegator: { id: Address; }; }>; }; balances: Array<{ token: Address; riskValue: string; }>; }; }>; } | null; }; export type GetObligatedBalancesQueryVariables = Exact<{ bAppId: Scalars['ID']['input']; }>; export type GetObligatedBalancesQuery = { bapp?: { bAppTokens: Array<{ totalObligatedBalance: string; token: Address; }>; strategies: Array<{ strategy: { id: string; }; obligations: Array<{ token: Address; obligatedBalance: string; }>; }>; } | null; }; export type GetBAppDelegatorsQueryVariables = Exact<{ bAppId: Scalars['ID']['input']; }>; export type GetBAppDelegatorsQuery = { bapp?: { strategies: Array<{ strategy: { id: string; owner: { delegators: Array<{ percentage: string; delegator: { id: Address; }; }>; }; }; }>; } | null; }; export type GetValidatorsByAccountQueryVariables = Exact<{ account: Scalars['String']['input']; }>; export type GetValidatorsByAccountQuery = { validators: Array<{ id: Address; }>; }; export type GetBappMetadataUriQueryVariables = Exact<{ bAppId: Scalars['ID']['input']; }>; export type GetBappMetadataUriQuery = { bapp?: { metadataURI?: string | null; } | null; }; export type GetAllBappsMetadataUrIsQueryVariables = Exact<{ [key: string]: never; }>; export type GetAllBappsMetadataUrIsQuery = { bapps: Array<{ id: Address; metadataURI?: string | null; }>; }; export type GetAllStrategyObligatedBalancesForBappQueryVariables = Exact<{ bAppId: Scalars['ID']['input']; }>; export type GetAllStrategyObligatedBalancesForBappQuery = { bapp?: { strategies: Array<{ strategy: { balances: Array<{ balance: string; token: Address; }>; }; }>; } | null; }; export type GetDepositedBalancesForStrategyQueryVariables = Exact<{ strategyId: Scalars['ID']['input']; }>; export type GetDepositedBalancesForStrategyQuery = { strategy?: { deposits: Array<{ depositAmount: string; token: Address; contributor: { id: Address; }; }>; } | null; }; export type GetAllStrategiesDepositedToQueryVariables = Exact<{ accountId: Scalars['ID']['input']; }>; export type GetAllStrategiesDepositedToQuery = { account?: { deposits: Array<{ depositAmount: string; token: Address; strategy: { id: string; balances: Array<{ balance: string; token: Address; }>; }; }>; } | null; }; export type GetTotalDelegatedPercentageForAccountQueryVariables = Exact<{ accountId: Scalars['ID']['input']; }>; export type GetTotalDelegatedPercentageForAccountQuery = { account?: { totalDelegatedPercentage: string; } | null; }; export type GetAllStrategiesForBappQueryVariables = Exact<{ bAppId: Scalars['ID']['input']; }>; export type GetAllStrategiesForBappQuery = { bapp?: { strategies: Array<{ strategy: { id: string; }; }>; } | null; }; export type GetAllStrategiesForAccountQueryVariables = Exact<{ accountId: Scalars['ID']['input']; }>; export type GetAllStrategiesForAccountQuery = { account?: { strategies: Array<{ id: string; balances: Array<{ balance: string; token: Address; }>; }>; } | null; }; export declare const GetStrategyBAppOptInsDocument: DocumentNode; export declare const GetParticipantWeightInputDocument: DocumentNode; export declare const GetObligatedBalancesDocument: DocumentNode; export declare const GetBAppDelegatorsDocument: DocumentNode; export declare const GetValidatorsByAccountDocument: DocumentNode; export declare const GetBappMetadataUriDocument: DocumentNode; export declare const GetAllBappsMetadataUrIsDocument: DocumentNode; export declare const GetAllStrategyObligatedBalancesForBappDocument: DocumentNode; export declare const GetDepositedBalancesForStrategyDocument: DocumentNode; export declare const GetAllStrategiesDepositedToDocument: DocumentNode; export declare const GetTotalDelegatedPercentageForAccountDocument: DocumentNode; export declare const GetAllStrategiesForBappDocument: DocumentNode; export declare const GetAllStrategiesForAccountDocument: DocumentNode;