diff --git a/app/src/generated/graphql-env.d.ts b/app/src/generated/graphql-env.d.ts index 8e910ec21b..a41699ad43 100644 --- a/app/src/generated/graphql-env.d.ts +++ b/app/src/generated/graphql-env.d.ts @@ -19,7 +19,6 @@ export type introspection = { 'Boolean': unknown; 'Boolean_comparison_exp': { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_exp'; isOneOf: false; inputFields: [{ name: '_eq'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_gt'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_gte'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; }; }; defaultValue: null }, { name: '_is_null'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_lt'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_lte'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_neq'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_nin'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; }; }; defaultValue: null }]; }; 'Configuration': { kind: 'OBJECT'; name: 'Configuration'; fields: { 'amountSend': { name: 'amountSend'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Long'; ofType: null; }; } }; 'chainId': { name: 'chainId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'denom': { name: 'denom'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'feeAmount': { name: 'feeAmount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Long'; ofType: null; }; } }; 'gasLimit': { name: 'gasLimit'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'UInt64'; ofType: null; }; } }; 'memo': { name: 'memo'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'prefix': { name: 'prefix'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; }; }; - 'Float': unknown; 'Int': unknown; 'Int_comparison_exp': { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; isOneOf: false; inputFields: [{ name: '_eq'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: '_gt'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: '_gte'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: '_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; }; }; defaultValue: null }, { name: '_is_null'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_lt'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: '_lte'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: '_neq'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: '_nin'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; }; }; defaultValue: null }]; }; 'Long': unknown; @@ -28,8 +27,6 @@ export type introspection = { 'String_comparison_exp': { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; isOneOf: false; inputFields: [{ name: '_eq'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_gt'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_gte'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_ilike'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: '_iregex'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_is_null'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_like'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_lt'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_lte'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_neq'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_nilike'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_nin'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: '_niregex'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_nlike'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_nregex'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_nsimilar'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_regex'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_similar'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; 'UInt64': unknown; 'Void': unknown; - 'bigint': unknown; - 'bigint_comparison_exp': { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; isOneOf: false; inputFields: [{ name: '_eq'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: '_gt'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: '_gte'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: '_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; }; }; defaultValue: null }, { name: '_is_null'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_lt'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: '_lte'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: '_neq'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: '_nin'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; }; }; defaultValue: null }]; }; 'cursor_ordering': { name: 'cursor_ordering'; enumValues: 'ASC' | 'DESC'; }; 'faucetMutation': { kind: 'OBJECT'; name: 'faucetMutation'; fields: { 'send': { name: 'send'; type: { kind: 'SCALAR'; name: 'Void'; ofType: null; } }; }; }; 'faucetQuery': { kind: 'OBJECT'; name: 'faucetQuery'; fields: { 'configuration': { name: 'configuration'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Configuration'; ofType: null; }; } }; }; }; @@ -40,18 +37,16 @@ export type introspection = { 'numeric': unknown; 'numeric_comparison_exp': { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; isOneOf: false; inputFields: [{ name: '_eq'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: '_gt'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: '_gte'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: '_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; }; }; defaultValue: null }, { name: '_is_null'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_lt'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: '_lte'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: '_neq'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: '_nin'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; }; }; defaultValue: null }]; }; 'order_by': { name: 'order_by'; enumValues: 'asc' | 'asc_nulls_first' | 'asc_nulls_last' | 'desc' | 'desc_nulls_first' | 'desc_nulls_last'; }; - 'query_root': { kind: 'OBJECT'; name: 'query_root'; fields: { 'faucet': { name: 'faucet'; type: { kind: 'OBJECT'; name: 'faucetQuery'; ofType: null; } }; 'queue': { name: 'queue'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'queue'; ofType: null; }; }; }; } }; 'queue_by_pk': { name: 'queue_by_pk'; type: { kind: 'OBJECT'; name: 'queue'; ofType: null; } }; 'v0_blocks': { name: 'v0_blocks'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; }; }; }; } }; 'v0_blocks_by_pk': { name: 'v0_blocks_by_pk'; type: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; } }; 'v0_chains': { name: 'v0_chains'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; }; }; }; } }; 'v0_chains_aggregate': { name: 'v0_chains_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains_aggregate'; ofType: null; }; } }; 'v0_chains_by_pk': { name: 'v0_chains_by_pk'; type: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; } }; 'v0_channel_map': { name: 'v0_channel_map'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_map'; ofType: null; }; }; }; } }; 'v0_channel_map_aggregate': { name: 'v0_channel_map_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_map_aggregate'; ofType: null; }; } }; 'v0_clients': { name: 'v0_clients'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_clients'; ofType: null; }; }; }; } }; 'v0_clients_aggregate': { name: 'v0_clients_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_clients_aggregate'; ofType: null; }; } }; 'v0_clients_by_pk': { name: 'v0_clients_by_pk'; type: { kind: 'OBJECT'; name: 'v0_clients'; ofType: null; } }; 'v0_connection_map': { name: 'v0_connection_map'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connection_map'; ofType: null; }; }; }; } }; 'v0_connection_map_aggregate': { name: 'v0_connection_map_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connection_map_aggregate'; ofType: null; }; } }; 'v0_cosmos_burn': { name: 'v0_cosmos_burn'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_cosmos_burn'; ofType: null; }; }; }; } }; 'v0_cosmos_burn_aggregate': { name: 'v0_cosmos_burn_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_cosmos_burn_aggregate'; ofType: null; }; } }; 'v0_cosmos_channel_open_ack': { name: 'v0_cosmos_channel_open_ack'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_ack'; ofType: null; }; }; }; } }; 'v0_cosmos_channel_open_ack_aggregate': { name: 'v0_cosmos_channel_open_ack_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_ack_aggregate'; ofType: null; }; } }; 'v0_cosmos_channel_open_init': { name: 'v0_cosmos_channel_open_init'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_init'; ofType: null; }; }; }; } }; 'v0_cosmos_channel_open_init_aggregate': { name: 'v0_cosmos_channel_open_init_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_init_aggregate'; ofType: null; }; } }; 'v0_cosmos_transfer': { name: 'v0_cosmos_transfer'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_cosmos_transfer'; ofType: null; }; }; }; } }; 'v0_cosmos_transfer_aggregate': { name: 'v0_cosmos_transfer_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_cosmos_transfer_aggregate'; ofType: null; }; } }; 'v0_cosmos_wasm_message': { name: 'v0_cosmos_wasm_message'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_cosmos_wasm_message'; ofType: null; }; }; }; } }; 'v0_cosmos_withdraw_rewards': { name: 'v0_cosmos_withdraw_rewards'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_cosmos_withdraw_rewards'; ofType: null; }; }; }; } }; 'v0_evm_client_created': { name: 'v0_evm_client_created'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_client_created'; ofType: null; }; }; }; } }; 'v0_evm_client_created_aggregate': { name: 'v0_evm_client_created_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_client_created_aggregate'; ofType: null; }; } }; 'v0_evm_recv_packet': { name: 'v0_evm_recv_packet'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_recv_packet'; ofType: null; }; }; }; } }; 'v0_index_status': { name: 'v0_index_status'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_index_status'; ofType: null; }; }; }; } }; 'v0_logs': { name: 'v0_logs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_logs'; ofType: null; }; }; }; } }; 'v0_logs_aggregate': { name: 'v0_logs_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_logs_aggregate'; ofType: null; }; } }; 'v0_logs_by_pk': { name: 'v0_logs_by_pk'; type: { kind: 'OBJECT'; name: 'v0_logs'; ofType: null; } }; 'v0_packets': { name: 'v0_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_packets'; ofType: null; }; }; }; } }; 'v0_recv_packet': { name: 'v0_recv_packet'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_recv_packet'; ofType: null; }; }; }; } }; 'v0_recv_packet_aggregate': { name: 'v0_recv_packet_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_recv_packet_aggregate'; ofType: null; }; } }; 'v0_transfers': { name: 'v0_transfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transfers'; ofType: null; }; }; }; } }; }; }; - 'queue': { kind: 'OBJECT'; name: 'queue'; fields: { 'created_at': { name: 'created_at'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; } }; 'item': { name: 'item'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; } }; 'message': { name: 'message'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'parent': { name: 'parent'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'status'; ofType: null; }; } }; }; }; - 'queue_bool_exp': { kind: 'INPUT_OBJECT'; name: 'queue_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'queue_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'queue_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'queue_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'created_at'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'item'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'message'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'parent'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'INPUT_OBJECT'; name: 'status_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'queue_order_by': { kind: 'INPUT_OBJECT'; name: 'queue_order_by'; isOneOf: false; inputFields: [{ name: 'created_at'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'item'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'message'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'parent'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'queue_select_column': { name: 'queue_select_column'; enumValues: 'created_at' | 'id' | 'item' | 'message' | 'parent' | 'status'; }; - 'queue_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'queue_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'queue_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'queue_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'queue_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'created_at'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'item'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'message'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'parent'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'SCALAR'; name: 'status'; ofType: null; }; defaultValue: null }]; }; - 'status': unknown; - 'status_comparison_exp': { kind: 'INPUT_OBJECT'; name: 'status_comparison_exp'; isOneOf: false; inputFields: [{ name: '_eq'; type: { kind: 'SCALAR'; name: 'status'; ofType: null; }; defaultValue: null }, { name: '_gt'; type: { kind: 'SCALAR'; name: 'status'; ofType: null; }; defaultValue: null }, { name: '_gte'; type: { kind: 'SCALAR'; name: 'status'; ofType: null; }; defaultValue: null }, { name: '_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'status'; ofType: null; }; }; }; defaultValue: null }, { name: '_is_null'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_lt'; type: { kind: 'SCALAR'; name: 'status'; ofType: null; }; defaultValue: null }, { name: '_lte'; type: { kind: 'SCALAR'; name: 'status'; ofType: null; }; defaultValue: null }, { name: '_neq'; type: { kind: 'SCALAR'; name: 'status'; ofType: null; }; defaultValue: null }, { name: '_nin'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'status'; ofType: null; }; }; }; defaultValue: null }]; }; - 'subscription_root': { kind: 'OBJECT'; name: 'subscription_root'; fields: { 'queue': { name: 'queue'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'queue'; ofType: null; }; }; }; } }; 'queue_by_pk': { name: 'queue_by_pk'; type: { kind: 'OBJECT'; name: 'queue'; ofType: null; } }; 'queue_stream': { name: 'queue_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'queue'; ofType: null; }; }; }; } }; 'v0_blocks': { name: 'v0_blocks'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; }; }; }; } }; 'v0_blocks_by_pk': { name: 'v0_blocks_by_pk'; type: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; } }; 'v0_blocks_stream': { name: 'v0_blocks_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; }; }; }; } }; 'v0_chains': { name: 'v0_chains'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; }; }; }; } }; 'v0_chains_aggregate': { name: 'v0_chains_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains_aggregate'; ofType: null; }; } }; 'v0_chains_by_pk': { name: 'v0_chains_by_pk'; type: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; } }; 'v0_channel_map': { name: 'v0_channel_map'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_map'; ofType: null; }; }; }; } }; 'v0_channel_map_aggregate': { name: 'v0_channel_map_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_map_aggregate'; ofType: null; }; } }; 'v0_clients': { name: 'v0_clients'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_clients'; ofType: null; }; }; }; } }; 'v0_clients_aggregate': { name: 'v0_clients_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_clients_aggregate'; ofType: null; }; } }; 'v0_clients_by_pk': { name: 'v0_clients_by_pk'; type: { kind: 'OBJECT'; name: 'v0_clients'; ofType: null; } }; 'v0_connection_map': { name: 'v0_connection_map'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connection_map'; ofType: null; }; }; }; } }; 'v0_connection_map_aggregate': { name: 'v0_connection_map_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connection_map_aggregate'; ofType: null; }; } }; 'v0_cosmos_burn': { name: 'v0_cosmos_burn'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_cosmos_burn'; ofType: null; }; }; }; } }; 'v0_cosmos_burn_aggregate': { name: 'v0_cosmos_burn_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_cosmos_burn_aggregate'; ofType: null; }; } }; 'v0_cosmos_burn_stream': { name: 'v0_cosmos_burn_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_cosmos_burn'; ofType: null; }; }; }; } }; 'v0_cosmos_channel_open_ack': { name: 'v0_cosmos_channel_open_ack'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_ack'; ofType: null; }; }; }; } }; 'v0_cosmos_channel_open_ack_aggregate': { name: 'v0_cosmos_channel_open_ack_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_ack_aggregate'; ofType: null; }; } }; 'v0_cosmos_channel_open_ack_stream': { name: 'v0_cosmos_channel_open_ack_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_ack'; ofType: null; }; }; }; } }; 'v0_cosmos_channel_open_init': { name: 'v0_cosmos_channel_open_init'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_init'; ofType: null; }; }; }; } }; 'v0_cosmos_channel_open_init_aggregate': { name: 'v0_cosmos_channel_open_init_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_init_aggregate'; ofType: null; }; } }; 'v0_cosmos_channel_open_init_stream': { name: 'v0_cosmos_channel_open_init_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_init'; ofType: null; }; }; }; } }; 'v0_cosmos_transfer': { name: 'v0_cosmos_transfer'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_cosmos_transfer'; ofType: null; }; }; }; } }; 'v0_cosmos_transfer_aggregate': { name: 'v0_cosmos_transfer_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_cosmos_transfer_aggregate'; ofType: null; }; } }; 'v0_cosmos_transfer_stream': { name: 'v0_cosmos_transfer_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_cosmos_transfer'; ofType: null; }; }; }; } }; 'v0_cosmos_wasm_message': { name: 'v0_cosmos_wasm_message'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_cosmos_wasm_message'; ofType: null; }; }; }; } }; 'v0_cosmos_wasm_message_stream': { name: 'v0_cosmos_wasm_message_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_cosmos_wasm_message'; ofType: null; }; }; }; } }; 'v0_cosmos_withdraw_rewards': { name: 'v0_cosmos_withdraw_rewards'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_cosmos_withdraw_rewards'; ofType: null; }; }; }; } }; 'v0_cosmos_withdraw_rewards_stream': { name: 'v0_cosmos_withdraw_rewards_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_cosmos_withdraw_rewards'; ofType: null; }; }; }; } }; 'v0_evm_client_created': { name: 'v0_evm_client_created'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_client_created'; ofType: null; }; }; }; } }; 'v0_evm_client_created_aggregate': { name: 'v0_evm_client_created_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_client_created_aggregate'; ofType: null; }; } }; 'v0_evm_recv_packet': { name: 'v0_evm_recv_packet'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_recv_packet'; ofType: null; }; }; }; } }; 'v0_index_status': { name: 'v0_index_status'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_index_status'; ofType: null; }; }; }; } }; 'v0_index_status_stream': { name: 'v0_index_status_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_index_status'; ofType: null; }; }; }; } }; 'v0_logs': { name: 'v0_logs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_logs'; ofType: null; }; }; }; } }; 'v0_logs_aggregate': { name: 'v0_logs_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_logs_aggregate'; ofType: null; }; } }; 'v0_logs_by_pk': { name: 'v0_logs_by_pk'; type: { kind: 'OBJECT'; name: 'v0_logs'; ofType: null; } }; 'v0_packets': { name: 'v0_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_packets'; ofType: null; }; }; }; } }; 'v0_packets_stream': { name: 'v0_packets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_packets'; ofType: null; }; }; }; } }; 'v0_recv_packet': { name: 'v0_recv_packet'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_recv_packet'; ofType: null; }; }; }; } }; 'v0_recv_packet_aggregate': { name: 'v0_recv_packet_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_recv_packet_aggregate'; ofType: null; }; } }; 'v0_recv_packet_stream': { name: 'v0_recv_packet_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_recv_packet'; ofType: null; }; }; }; } }; 'v0_transfers': { name: 'v0_transfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transfers'; ofType: null; }; }; }; } }; 'v0_transfers_stream': { name: 'v0_transfers_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transfers'; ofType: null; }; }; }; } }; }; }; + 'query_root': { kind: 'OBJECT'; name: 'query_root'; fields: { 'faucet': { name: 'faucet'; type: { kind: 'OBJECT'; name: 'faucetQuery'; ofType: null; } }; 'v0_assets': { name: 'v0_assets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_assets'; ofType: null; }; }; }; } }; 'v0_assets_by_pk': { name: 'v0_assets_by_pk'; type: { kind: 'OBJECT'; name: 'v0_assets'; ofType: null; } }; 'v0_blocks': { name: 'v0_blocks'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; }; }; }; } }; 'v0_blocks_by_pk': { name: 'v0_blocks_by_pk'; type: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; } }; 'v0_chains': { name: 'v0_chains'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; }; }; }; } }; 'v0_chains_by_pk': { name: 'v0_chains_by_pk'; type: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; } }; 'v0_index_status': { name: 'v0_index_status'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_index_status'; ofType: null; }; }; }; } }; 'v0_rpcs': { name: 'v0_rpcs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_rpcs'; ofType: null; }; }; }; } }; 'v0_rpcs_by_pk': { name: 'v0_rpcs_by_pk'; type: { kind: 'OBJECT'; name: 'v0_rpcs'; ofType: null; } }; }; }; + 'subscription_root': { kind: 'OBJECT'; name: 'subscription_root'; fields: { 'v0_assets': { name: 'v0_assets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_assets'; ofType: null; }; }; }; } }; 'v0_assets_by_pk': { name: 'v0_assets_by_pk'; type: { kind: 'OBJECT'; name: 'v0_assets'; ofType: null; } }; 'v0_assets_stream': { name: 'v0_assets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_assets'; ofType: null; }; }; }; } }; 'v0_blocks': { name: 'v0_blocks'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; }; }; }; } }; 'v0_blocks_by_pk': { name: 'v0_blocks_by_pk'; type: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; } }; 'v0_blocks_stream': { name: 'v0_blocks_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; }; }; }; } }; 'v0_chains': { name: 'v0_chains'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; }; }; }; } }; 'v0_chains_by_pk': { name: 'v0_chains_by_pk'; type: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; } }; 'v0_chains_stream': { name: 'v0_chains_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; }; }; }; } }; 'v0_index_status': { name: 'v0_index_status'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_index_status'; ofType: null; }; }; }; } }; 'v0_index_status_stream': { name: 'v0_index_status_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_index_status'; ofType: null; }; }; }; } }; 'v0_rpcs': { name: 'v0_rpcs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_rpcs'; ofType: null; }; }; }; } }; 'v0_rpcs_by_pk': { name: 'v0_rpcs_by_pk'; type: { kind: 'OBJECT'; name: 'v0_rpcs'; ofType: null; } }; 'v0_rpcs_stream': { name: 'v0_rpcs_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_rpcs'; ofType: null; }; }; }; } }; }; }; 'timestamptz': unknown; 'timestamptz_comparison_exp': { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; isOneOf: false; inputFields: [{ name: '_eq'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: '_gt'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: '_gte'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: '_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; }; }; defaultValue: null }, { name: '_is_null'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_lt'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: '_lte'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: '_neq'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: '_nin'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_assets': { kind: 'OBJECT'; name: 'v0_assets'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'decimals': { name: 'decimals'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'display_symbol': { name: 'display_symbol'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'logo_uri': { name: 'logo_uri'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_assets_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_assets_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_assets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_assets_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_assets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'decimals'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'display_symbol'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_assets_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_assets_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_symbol'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_assets_select_column': { name: 'v0_assets_select_column'; enumValues: 'chain_id' | 'decimals' | 'denom' | 'display_symbol' | 'logo_uri'; }; + 'v0_assets_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_assets_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_assets_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_assets_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_assets_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'decimals'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'display_symbol'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; 'v0_blocks': { kind: 'OBJECT'; name: 'v0_blocks'; fields: { 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; }; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'data': { name: 'data'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; } }; 'hash': { name: 'hash'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'height': { name: 'height'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'time': { name: 'time'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; } }; }; }; 'v0_blocks_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_aggregate_order_by'; isOneOf: false; inputFields: [{ name: 'avg'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_avg_order_by'; ofType: null; }; defaultValue: null }, { name: 'count'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'max'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_min_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_stddev_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_stddev_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_stddev_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'sum'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_sum_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_var_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_var_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'variance'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_variance_order_by'; ofType: null; }; defaultValue: null }]; }; 'v0_blocks_avg_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_avg_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; @@ -69,239 +64,24 @@ export type introspection = { 'v0_blocks_var_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_var_pop_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; 'v0_blocks_var_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_var_samp_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; 'v0_blocks_variance_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_variance_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_chains': { kind: 'OBJECT'; name: 'v0_chains'; fields: { 'blocks': { name: 'blocks'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; }; }; }; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'display_name': { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'logs': { name: 'logs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_logs'; ofType: null; }; }; }; } }; 'logs_aggregate': { name: 'logs_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_logs_aggregate'; ofType: null; }; } }; 'testnet': { name: 'testnet'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; }; }; - 'v0_chains_aggregate': { kind: 'OBJECT'; name: 'v0_chains_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_chains_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; }; }; }; } }; }; }; - 'v0_chains_aggregate_fields': { kind: 'OBJECT'; name: 'v0_chains_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_chains_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_chains_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_chains_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_chains_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_chains_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_chains_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_chains_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_chains_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_chains_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_chains_variance_fields'; ofType: null; } }; }; }; - 'v0_chains_avg_fields': { kind: 'OBJECT'; name: 'v0_chains_avg_fields'; fields: { 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_chains_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'blocks'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'logs'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'logs_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_aggregate_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'testnet'; type: { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v0_chains_max_fields': { kind: 'OBJECT'; name: 'v0_chains_max_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'display_name': { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; - 'v0_chains_min_fields': { kind: 'OBJECT'; name: 'v0_chains_min_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'display_name': { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; - 'v0_chains_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; isOneOf: false; inputFields: [{ name: 'blocks_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'logs_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'testnet'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_chains_select_column': { name: 'v0_chains_select_column'; enumValues: 'chain_id' | 'display_name' | 'id' | 'testnet'; }; - 'v0_chains_stddev_fields': { kind: 'OBJECT'; name: 'v0_chains_stddev_fields'; fields: { 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_chains_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_chains_stddev_pop_fields'; fields: { 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_chains_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_chains_stddev_samp_fields'; fields: { 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_chains_sum_fields': { kind: 'OBJECT'; name: 'v0_chains_sum_fields'; fields: { 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; - 'v0_chains_var_pop_fields': { kind: 'OBJECT'; name: 'v0_chains_var_pop_fields'; fields: { 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_chains_var_samp_fields': { kind: 'OBJECT'; name: 'v0_chains_var_samp_fields'; fields: { 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_chains_variance_fields': { kind: 'OBJECT'; name: 'v0_chains_variance_fields'; fields: { 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_channel_map': { kind: 'OBJECT'; name: 'v0_channel_map'; fields: { 'connection': { name: 'connection'; type: { kind: 'OBJECT'; name: 'v0_connection_map'; ofType: null; } }; 'destination': { name: 'destination'; type: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; } }; 'from_chain_id': { name: 'from_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_channel_id': { name: 'from_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_connection_id': { name: 'from_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'from_port_id': { name: 'from_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source': { name: 'source'; type: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_chain_id': { name: 'to_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_channel_id': { name: 'to_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_connection_id': { name: 'to_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'to_port_id': { name: 'to_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v0_channel_map_aggregate': { kind: 'OBJECT'; name: 'v0_channel_map_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_channel_map_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_map'; ofType: null; }; }; }; } }; }; }; - 'v0_channel_map_aggregate_fields': { kind: 'OBJECT'; name: 'v0_channel_map_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_channel_map_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_channel_map_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_channel_map_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_channel_map_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_channel_map_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_channel_map_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_channel_map_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_channel_map_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_channel_map_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_channel_map_variance_fields'; ofType: null; } }; }; }; - 'v0_channel_map_avg_fields': { kind: 'OBJECT'; name: 'v0_channel_map_avg_fields'; fields: { 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_channel_map_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_channel_map_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_channel_map_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_map_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_channel_map_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'connection'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connection_map_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'destination'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'from_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v0_channel_map_max_fields': { kind: 'OBJECT'; name: 'v0_channel_map_max_fields'; fields: { 'from_chain_id': { name: 'from_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_channel_id': { name: 'from_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_connection_id': { name: 'from_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'from_port_id': { name: 'from_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_chain_id': { name: 'to_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_channel_id': { name: 'to_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_connection_id': { name: 'to_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'to_port_id': { name: 'to_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v0_channel_map_min_fields': { kind: 'OBJECT'; name: 'v0_channel_map_min_fields'; fields: { 'from_chain_id': { name: 'from_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_channel_id': { name: 'from_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_connection_id': { name: 'from_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'from_port_id': { name: 'from_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_chain_id': { name: 'to_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_channel_id': { name: 'to_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_connection_id': { name: 'to_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'to_port_id': { name: 'to_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v0_channel_map_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_channel_map_order_by'; isOneOf: false; inputFields: [{ name: 'connection'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connection_map_order_by'; ofType: null; }; defaultValue: null }, { name: 'destination'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'from_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_channel_map_select_column': { name: 'v0_channel_map_select_column'; enumValues: 'from_chain_id' | 'from_channel_id' | 'from_connection_id' | 'from_id' | 'from_port_id' | 'status' | 'to_chain_id' | 'to_channel_id' | 'to_connection_id' | 'to_id' | 'to_port_id'; }; - 'v0_channel_map_stddev_fields': { kind: 'OBJECT'; name: 'v0_channel_map_stddev_fields'; fields: { 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_channel_map_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_channel_map_stddev_pop_fields'; fields: { 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_channel_map_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_channel_map_stddev_samp_fields'; fields: { 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_channel_map_sum_fields': { kind: 'OBJECT'; name: 'v0_channel_map_sum_fields'; fields: { 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; - 'v0_channel_map_var_pop_fields': { kind: 'OBJECT'; name: 'v0_channel_map_var_pop_fields'; fields: { 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_channel_map_var_samp_fields': { kind: 'OBJECT'; name: 'v0_channel_map_var_samp_fields'; fields: { 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_channel_map_variance_fields': { kind: 'OBJECT'; name: 'v0_channel_map_variance_fields'; fields: { 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_clients': { kind: 'OBJECT'; name: 'v0_clients'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'client_id': { name: 'client_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'counterparty_chain_id': { name: 'counterparty_chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; }; }; - 'v0_clients_aggregate': { kind: 'OBJECT'; name: 'v0_clients_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_clients_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_clients'; ofType: null; }; }; }; } }; }; }; - 'v0_clients_aggregate_fields': { kind: 'OBJECT'; name: 'v0_clients_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_clients_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_clients_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_clients_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_clients_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_clients_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_clients_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_clients_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_clients_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_clients_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_clients_variance_fields'; ofType: null; } }; }; }; - 'v0_clients_avg_fields': { kind: 'OBJECT'; name: 'v0_clients_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_clients_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_clients_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_clients_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_clients_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_clients_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'counterparty_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v0_clients_max_fields': { kind: 'OBJECT'; name: 'v0_clients_max_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'client_id': { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_chain_id': { name: 'counterparty_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v0_clients_min_fields': { kind: 'OBJECT'; name: 'v0_clients_min_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'client_id': { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_chain_id': { name: 'counterparty_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v0_clients_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_clients_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_clients_select_column': { name: 'v0_clients_select_column'; enumValues: 'chain_id' | 'client_id' | 'counterparty_chain_id'; }; - 'v0_clients_stddev_fields': { kind: 'OBJECT'; name: 'v0_clients_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_clients_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_clients_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_clients_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_clients_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_clients_sum_fields': { kind: 'OBJECT'; name: 'v0_clients_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; - 'v0_clients_var_pop_fields': { kind: 'OBJECT'; name: 'v0_clients_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_clients_var_samp_fields': { kind: 'OBJECT'; name: 'v0_clients_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_clients_variance_fields': { kind: 'OBJECT'; name: 'v0_clients_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_connection_map': { kind: 'OBJECT'; name: 'v0_connection_map'; fields: { 'from_chain_id': { name: 'from_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_client_id': { name: 'from_client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_connection_id': { name: 'from_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_chain_id': { name: 'to_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_client_id': { name: 'to_client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_connection_id': { name: 'to_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; - 'v0_connection_map_aggregate': { kind: 'OBJECT'; name: 'v0_connection_map_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_connection_map_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connection_map'; ofType: null; }; }; }; } }; }; }; - 'v0_connection_map_aggregate_fields': { kind: 'OBJECT'; name: 'v0_connection_map_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_connection_map_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_connection_map_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_connection_map_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_connection_map_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_connection_map_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_connection_map_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_connection_map_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_connection_map_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_connection_map_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_connection_map_variance_fields'; ofType: null; } }; }; }; - 'v0_connection_map_avg_fields': { kind: 'OBJECT'; name: 'v0_connection_map_avg_fields'; fields: { 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_connection_map_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_connection_map_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_connection_map_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connection_map_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_connection_map_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'from_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_client_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_client_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v0_connection_map_max_fields': { kind: 'OBJECT'; name: 'v0_connection_map_max_fields'; fields: { 'from_chain_id': { name: 'from_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_client_id': { name: 'from_client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_connection_id': { name: 'from_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_chain_id': { name: 'to_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_client_id': { name: 'to_client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_connection_id': { name: 'to_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; - 'v0_connection_map_min_fields': { kind: 'OBJECT'; name: 'v0_connection_map_min_fields'; fields: { 'from_chain_id': { name: 'from_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_client_id': { name: 'from_client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_connection_id': { name: 'from_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_chain_id': { name: 'to_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_client_id': { name: 'to_client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_connection_id': { name: 'to_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; - 'v0_connection_map_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_connection_map_order_by'; isOneOf: false; inputFields: [{ name: 'from_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_client_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_client_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_connection_map_select_column': { name: 'v0_connection_map_select_column'; enumValues: 'from_chain_id' | 'from_client_id' | 'from_connection_id' | 'from_id' | 'status' | 'to_chain_id' | 'to_client_id' | 'to_connection_id' | 'to_id'; }; - 'v0_connection_map_stddev_fields': { kind: 'OBJECT'; name: 'v0_connection_map_stddev_fields'; fields: { 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_connection_map_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_connection_map_stddev_pop_fields'; fields: { 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_connection_map_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_connection_map_stddev_samp_fields'; fields: { 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_connection_map_sum_fields': { kind: 'OBJECT'; name: 'v0_connection_map_sum_fields'; fields: { 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; - 'v0_connection_map_var_pop_fields': { kind: 'OBJECT'; name: 'v0_connection_map_var_pop_fields'; fields: { 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_connection_map_var_samp_fields': { kind: 'OBJECT'; name: 'v0_connection_map_var_samp_fields'; fields: { 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_connection_map_variance_fields': { kind: 'OBJECT'; name: 'v0_connection_map_variance_fields'; fields: { 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_cosmos_burn': { kind: 'OBJECT'; name: 'v0_cosmos_burn'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block': { name: 'block'; type: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'burner': { name: 'burner'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; - 'v0_cosmos_burn_aggregate': { kind: 'OBJECT'; name: 'v0_cosmos_burn_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_cosmos_burn_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_cosmos_burn'; ofType: null; }; }; }; } }; }; }; - 'v0_cosmos_burn_aggregate_fields': { kind: 'OBJECT'; name: 'v0_cosmos_burn_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_cosmos_burn_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_cosmos_burn_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_cosmos_burn_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_cosmos_burn_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_cosmos_burn_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_cosmos_burn_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_cosmos_burn_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_cosmos_burn_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_cosmos_burn_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_cosmos_burn_variance_fields'; ofType: null; } }; }; }; - 'v0_cosmos_burn_avg_fields': { kind: 'OBJECT'; name: 'v0_cosmos_burn_avg_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_cosmos_burn_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_burn_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_burn_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_burn_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_burn_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'amount'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'burner'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v0_cosmos_burn_max_fields': { kind: 'OBJECT'; name: 'v0_cosmos_burn_max_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'burner': { name: 'burner'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; - 'v0_cosmos_burn_min_fields': { kind: 'OBJECT'; name: 'v0_cosmos_burn_min_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'burner': { name: 'burner'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; - 'v0_cosmos_burn_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_burn_order_by'; isOneOf: false; inputFields: [{ name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'burner'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_cosmos_burn_select_column': { name: 'v0_cosmos_burn_select_column'; enumValues: 'amount' | 'block_hash' | 'burner' | 'chain_id' | 'data' | 'denom' | 'height' | 'index' | 'mode' | 'time'; }; - 'v0_cosmos_burn_stddev_fields': { kind: 'OBJECT'; name: 'v0_cosmos_burn_stddev_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_cosmos_burn_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_cosmos_burn_stddev_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_cosmos_burn_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_cosmos_burn_stddev_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_cosmos_burn_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_burn_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_burn_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v0_cosmos_burn_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_burn_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'burner'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; - 'v0_cosmos_burn_sum_fields': { kind: 'OBJECT'; name: 'v0_cosmos_burn_sum_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; - 'v0_cosmos_burn_var_pop_fields': { kind: 'OBJECT'; name: 'v0_cosmos_burn_var_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_cosmos_burn_var_samp_fields': { kind: 'OBJECT'; name: 'v0_cosmos_burn_var_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_cosmos_burn_variance_fields': { kind: 'OBJECT'; name: 'v0_cosmos_burn_variance_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_cosmos_channel_open_ack': { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_ack'; fields: { 'block': { name: 'block'; type: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'channel_id': { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_channel_id': { name: 'counterparty_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_port_id': { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'port_id': { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; - 'v0_cosmos_channel_open_ack_aggregate': { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_ack_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_ack_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_ack'; ofType: null; }; }; }; } }; }; }; - 'v0_cosmos_channel_open_ack_aggregate_fields': { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_ack_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_ack_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_ack_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_ack_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_ack_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_ack_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_ack_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_ack_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_ack_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_ack_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_ack_variance_fields'; ofType: null; } }; }; }; - 'v0_cosmos_channel_open_ack_avg_fields': { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_ack_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_cosmos_channel_open_ack_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_channel_open_ack_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_channel_open_ack_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_channel_open_ack_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_channel_open_ack_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'counterparty_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v0_cosmos_channel_open_ack_max_fields': { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_ack_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'channel_id': { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_channel_id': { name: 'counterparty_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_port_id': { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'port_id': { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; - 'v0_cosmos_channel_open_ack_min_fields': { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_ack_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'channel_id': { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_channel_id': { name: 'counterparty_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_port_id': { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'port_id': { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; - 'v0_cosmos_channel_open_ack_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_channel_open_ack_order_by'; isOneOf: false; inputFields: [{ name: 'block'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_cosmos_channel_open_ack_select_column': { name: 'v0_cosmos_channel_open_ack_select_column'; enumValues: 'block_hash' | 'chain_id' | 'channel_id' | 'connection_id' | 'counterparty_channel_id' | 'counterparty_port_id' | 'data' | 'height' | 'index' | 'msg_index' | 'port_id' | 'time' | 'transaction_hash' | 'transaction_index'; }; - 'v0_cosmos_channel_open_ack_stddev_fields': { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_ack_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_cosmos_channel_open_ack_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_ack_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_cosmos_channel_open_ack_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_ack_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_cosmos_channel_open_ack_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_channel_open_ack_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_channel_open_ack_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v0_cosmos_channel_open_ack_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_channel_open_ack_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; - 'v0_cosmos_channel_open_ack_sum_fields': { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_ack_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; - 'v0_cosmos_channel_open_ack_var_pop_fields': { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_ack_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_cosmos_channel_open_ack_var_samp_fields': { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_ack_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_cosmos_channel_open_ack_variance_fields': { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_ack_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_cosmos_channel_open_init': { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_init'; fields: { 'block': { name: 'block'; type: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'channel_id': { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_port_id': { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'port_id': { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'version': { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v0_cosmos_channel_open_init_aggregate': { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_init_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_init_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_init'; ofType: null; }; }; }; } }; }; }; - 'v0_cosmos_channel_open_init_aggregate_fields': { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_init_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_init_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_init_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_init_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_init_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_init_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_init_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_init_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_init_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_init_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_init_variance_fields'; ofType: null; } }; }; }; - 'v0_cosmos_channel_open_init_avg_fields': { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_init_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_cosmos_channel_open_init_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_channel_open_init_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_channel_open_init_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_channel_open_init_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_channel_open_init_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v0_cosmos_channel_open_init_max_fields': { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_init_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'channel_id': { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_port_id': { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'port_id': { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'version': { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v0_cosmos_channel_open_init_min_fields': { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_init_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'channel_id': { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_port_id': { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'port_id': { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'version': { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v0_cosmos_channel_open_init_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_channel_open_init_order_by'; isOneOf: false; inputFields: [{ name: 'block'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_cosmos_channel_open_init_select_column': { name: 'v0_cosmos_channel_open_init_select_column'; enumValues: 'block_hash' | 'chain_id' | 'channel_id' | 'connection_id' | 'counterparty_port_id' | 'data' | 'height' | 'index' | 'msg_index' | 'port_id' | 'time' | 'transaction_hash' | 'transaction_index' | 'version'; }; - 'v0_cosmos_channel_open_init_stddev_fields': { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_init_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_cosmos_channel_open_init_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_init_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_cosmos_channel_open_init_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_init_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_cosmos_channel_open_init_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_channel_open_init_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_channel_open_init_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v0_cosmos_channel_open_init_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_channel_open_init_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v0_cosmos_channel_open_init_sum_fields': { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_init_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; - 'v0_cosmos_channel_open_init_var_pop_fields': { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_init_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_cosmos_channel_open_init_var_samp_fields': { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_init_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_cosmos_channel_open_init_variance_fields': { kind: 'OBJECT'; name: 'v0_cosmos_channel_open_init_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_cosmos_transfer': { kind: 'OBJECT'; name: 'v0_cosmos_transfer'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block': { name: 'block'; type: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'recipient': { name: 'recipient'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'sender': { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; - 'v0_cosmos_transfer_aggregate': { kind: 'OBJECT'; name: 'v0_cosmos_transfer_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_cosmos_transfer_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_cosmos_transfer'; ofType: null; }; }; }; } }; }; }; - 'v0_cosmos_transfer_aggregate_fields': { kind: 'OBJECT'; name: 'v0_cosmos_transfer_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_cosmos_transfer_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_cosmos_transfer_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_cosmos_transfer_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_cosmos_transfer_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_cosmos_transfer_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_cosmos_transfer_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_cosmos_transfer_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_cosmos_transfer_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_cosmos_transfer_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_cosmos_transfer_variance_fields'; ofType: null; } }; }; }; - 'v0_cosmos_transfer_avg_fields': { kind: 'OBJECT'; name: 'v0_cosmos_transfer_avg_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_cosmos_transfer_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_transfer_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_transfer_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_transfer_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_transfer_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'amount'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'recipient'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v0_cosmos_transfer_max_fields': { kind: 'OBJECT'; name: 'v0_cosmos_transfer_max_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'recipient': { name: 'recipient'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'sender': { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; - 'v0_cosmos_transfer_min_fields': { kind: 'OBJECT'; name: 'v0_cosmos_transfer_min_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'recipient': { name: 'recipient'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'sender': { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; - 'v0_cosmos_transfer_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_transfer_order_by'; isOneOf: false; inputFields: [{ name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'recipient'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_cosmos_transfer_select_column': { name: 'v0_cosmos_transfer_select_column'; enumValues: 'amount' | 'block_hash' | 'chain_id' | 'data' | 'denom' | 'height' | 'index' | 'mode' | 'recipient' | 'sender' | 'time' | 'transaction_hash' | 'transaction_index'; }; - 'v0_cosmos_transfer_stddev_fields': { kind: 'OBJECT'; name: 'v0_cosmos_transfer_stddev_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_cosmos_transfer_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_cosmos_transfer_stddev_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_cosmos_transfer_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_cosmos_transfer_stddev_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_cosmos_transfer_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_transfer_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_transfer_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v0_cosmos_transfer_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_transfer_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'recipient'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; - 'v0_cosmos_transfer_sum_fields': { kind: 'OBJECT'; name: 'v0_cosmos_transfer_sum_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; - 'v0_cosmos_transfer_var_pop_fields': { kind: 'OBJECT'; name: 'v0_cosmos_transfer_var_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_cosmos_transfer_var_samp_fields': { kind: 'OBJECT'; name: 'v0_cosmos_transfer_var_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_cosmos_transfer_variance_fields': { kind: 'OBJECT'; name: 'v0_cosmos_transfer_variance_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_cosmos_wasm_message': { kind: 'OBJECT'; name: 'v0_cosmos_wasm_message'; fields: { '_contract_address': { name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block': { name: 'block'; type: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'module': { name: 'module'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; - 'v0_cosmos_wasm_message_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_wasm_message_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_wasm_message_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_contract_address'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_wasm_message_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_wasm_message_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'module'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v0_cosmos_wasm_message_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_wasm_message_order_by'; isOneOf: false; inputFields: [{ name: '_contract_address'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'module'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_cosmos_wasm_message_select_column': { name: 'v0_cosmos_wasm_message_select_column'; enumValues: '_contract_address' | 'block_hash' | 'chain_id' | 'data' | 'height' | 'index' | 'module' | 'msg_index' | 'time' | 'transaction_hash' | 'transaction_index'; }; - 'v0_cosmos_wasm_message_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_wasm_message_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_wasm_message_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v0_cosmos_wasm_message_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_wasm_message_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'module'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; - 'v0_cosmos_withdraw_rewards': { kind: 'OBJECT'; name: 'v0_cosmos_withdraw_rewards'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block': { name: 'block'; type: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'delegator': { name: 'delegator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'validator': { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v0_cosmos_withdraw_rewards_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_withdraw_rewards_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_withdraw_rewards_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_withdraw_rewards_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_withdraw_rewards_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'amount'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'delegator'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v0_cosmos_withdraw_rewards_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_withdraw_rewards_order_by'; isOneOf: false; inputFields: [{ name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'delegator'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_cosmos_withdraw_rewards_select_column': { name: 'v0_cosmos_withdraw_rewards_select_column'; enumValues: 'amount' | 'block_hash' | 'chain_id' | 'data' | 'delegator' | 'denom' | 'height' | 'index' | 'msg_index' | 'time' | 'transaction_hash' | 'transaction_index' | 'validator'; }; - 'v0_cosmos_withdraw_rewards_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_withdraw_rewards_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_withdraw_rewards_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v0_cosmos_withdraw_rewards_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_cosmos_withdraw_rewards_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'delegator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v0_evm_client_created': { kind: 'OBJECT'; name: 'v0_evm_client_created'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'client_id': { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'log_to_jsonb': { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'raw_log': { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v0_evm_client_created_aggregate': { kind: 'OBJECT'; name: 'v0_evm_client_created_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_evm_client_created_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_client_created'; ofType: null; }; }; }; } }; }; }; - 'v0_evm_client_created_aggregate_fields': { kind: 'OBJECT'; name: 'v0_evm_client_created_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_evm_client_created_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_evm_client_created_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_evm_client_created_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_evm_client_created_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_evm_client_created_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_evm_client_created_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_evm_client_created_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_evm_client_created_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_evm_client_created_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_evm_client_created_variance_fields'; ofType: null; } }; }; }; - 'v0_evm_client_created_avg_fields': { kind: 'OBJECT'; name: 'v0_evm_client_created_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_evm_client_created_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_created_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_created_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_created_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_created_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v0_evm_client_created_max_fields': { kind: 'OBJECT'; name: 'v0_evm_client_created_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'client_id': { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v0_evm_client_created_min_fields': { kind: 'OBJECT'; name: 'v0_evm_client_created_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'client_id': { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v0_evm_client_created_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_created_order_by'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_evm_client_created_select_column': { name: 'v0_evm_client_created_select_column'; enumValues: 'block_hash' | 'chain_id' | 'client_id' | 'height' | 'log_index' | 'log_to_jsonb' | 'name' | 'raw_log' | 'time' | 'transaction_hash' | 'transaction_index'; }; - 'v0_evm_client_created_stddev_fields': { kind: 'OBJECT'; name: 'v0_evm_client_created_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_evm_client_created_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_evm_client_created_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_evm_client_created_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_evm_client_created_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_evm_client_created_sum_fields': { kind: 'OBJECT'; name: 'v0_evm_client_created_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; - 'v0_evm_client_created_var_pop_fields': { kind: 'OBJECT'; name: 'v0_evm_client_created_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_evm_client_created_var_samp_fields': { kind: 'OBJECT'; name: 'v0_evm_client_created_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_evm_client_created_variance_fields': { kind: 'OBJECT'; name: 'v0_evm_client_created_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_evm_recv_packet': { kind: 'OBJECT'; name: 'v0_evm_recv_packet'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_channel': { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_port': { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'log_to_jsonb': { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet': { name: 'packet'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'raw_log': { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'source_channel': { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_port': { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'timeout_height': { name: 'timeout_height'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v0_evm_recv_packet_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_evm_recv_packet_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_recv_packet_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_recv_packet_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_recv_packet_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'revision_height'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'revision_number'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'sequence'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timeout_height'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v0_evm_recv_packet_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_evm_recv_packet_order_by'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'revision_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'revision_number'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'timeout_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_evm_recv_packet_select_column': { name: 'v0_evm_recv_packet_select_column'; enumValues: 'block_hash' | 'chain_id' | 'data' | 'destination_channel' | 'destination_port' | 'height' | 'log_index' | 'log_to_jsonb' | 'name' | 'packet' | 'raw_log' | 'revision_height' | 'revision_number' | 'sequence' | 'source_channel' | 'source_port' | 'time' | 'timeout_height' | 'timeout_timestamp' | 'transaction_hash' | 'transaction_index'; }; + 'v0_chains': { kind: 'OBJECT'; name: 'v0_chains'; fields: { 'addr_prefix': { name: 'addr_prefix'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'blocks': { name: 'blocks'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; }; }; }; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'display_name': { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'enabled': { name: 'enabled'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'rpc_type': { name: 'rpc_type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'testnet': { name: 'testnet'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; }; }; + 'v0_chains_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'addr_prefix'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'blocks'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'enabled'; type: { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'rpc_type'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'testnet'; type: { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_chains_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; isOneOf: false; inputFields: [{ name: 'addr_prefix'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'blocks_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'enabled'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'rpc_type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'testnet'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_chains_select_column': { name: 'v0_chains_select_column'; enumValues: 'addr_prefix' | 'chain_id' | 'display_name' | 'enabled' | 'id' | 'rpc_type' | 'testnet'; }; + 'v0_chains_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_chains_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_chains_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_chains_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_chains_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'addr_prefix'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'enabled'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'rpc_type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'testnet'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }]; }; 'v0_index_status': { kind: 'OBJECT'; name: 'v0_index_status'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'display_name': { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'timestamp': { name: 'timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'tip_age_seconds': { name: 'tip_age_seconds'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; }; }; 'v0_index_status_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_index_status_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_index_status_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_index_status_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_index_status_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'tip_age_seconds'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }]; }; 'v0_index_status_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_index_status_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'tip_age_seconds'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; 'v0_index_status_select_column': { name: 'v0_index_status_select_column'; enumValues: 'chain_id' | 'display_name' | 'height' | 'id' | 'status' | 'timestamp' | 'tip_age_seconds'; }; 'v0_index_status_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_index_status_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_index_status_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; 'v0_index_status_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_index_status_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'tip_age_seconds'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }]; }; - 'v0_logs': { kind: 'OBJECT'; name: 'v0_logs'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; }; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'data': { name: 'data'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; } }; 'height': { name: 'height'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'time': { name: 'time'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; } }; }; }; - 'v0_logs_aggregate': { kind: 'OBJECT'; name: 'v0_logs_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_logs_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_logs'; ofType: null; }; }; }; } }; }; }; - 'v0_logs_aggregate_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_logs_aggregate_bool_exp'; isOneOf: false; inputFields: [{ name: 'count'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_aggregate_bool_exp_count'; ofType: null; }; defaultValue: null }]; }; - 'v0_logs_aggregate_bool_exp_count': { kind: 'INPUT_OBJECT'; name: 'v0_logs_aggregate_bool_exp_count'; isOneOf: false; inputFields: [{ name: 'arguments'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'v0_logs_select_column'; ofType: null; }; }; }; defaultValue: null }, { name: 'distinct'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'filter'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'predicate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; }; defaultValue: null }]; }; - 'v0_logs_aggregate_fields': { kind: 'OBJECT'; name: 'v0_logs_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_logs_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_logs_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_logs_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_logs_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_logs_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_logs_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_logs_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_logs_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_logs_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_logs_variance_fields'; ofType: null; } }; }; }; - 'v0_logs_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_logs_aggregate_order_by'; isOneOf: false; inputFields: [{ name: 'avg'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_avg_order_by'; ofType: null; }; defaultValue: null }, { name: 'count'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'max'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_min_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_stddev_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_stddev_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_stddev_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'sum'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_sum_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_var_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_var_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'variance'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_variance_order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_logs_avg_fields': { kind: 'OBJECT'; name: 'v0_logs_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_logs_avg_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_logs_avg_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_logs_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_logs_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_logs_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_logs_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v0_logs_max_fields': { kind: 'OBJECT'; name: 'v0_logs_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; - 'v0_logs_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_logs_max_order_by'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_logs_min_fields': { kind: 'OBJECT'; name: 'v0_logs_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; - 'v0_logs_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_logs_min_order_by'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_logs_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_logs_order_by'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_logs_select_column': { name: 'v0_logs_select_column'; enumValues: 'block_hash' | 'chain_id' | 'data' | 'height' | 'time'; }; - 'v0_logs_stddev_fields': { kind: 'OBJECT'; name: 'v0_logs_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_logs_stddev_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_logs_stddev_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_logs_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_logs_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_logs_stddev_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_logs_stddev_pop_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_logs_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_logs_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_logs_stddev_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_logs_stddev_samp_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_logs_sum_fields': { kind: 'OBJECT'; name: 'v0_logs_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; - 'v0_logs_sum_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_logs_sum_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_logs_var_pop_fields': { kind: 'OBJECT'; name: 'v0_logs_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_logs_var_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_logs_var_pop_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_logs_var_samp_fields': { kind: 'OBJECT'; name: 'v0_logs_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_logs_var_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_logs_var_samp_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_logs_variance_fields': { kind: 'OBJECT'; name: 'v0_logs_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_logs_variance_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_logs_variance_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_packets': { kind: 'OBJECT'; name: 'v0_packets'; fields: { 'destination_block_hash': { name: 'destination_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_chain': { name: 'destination_chain'; type: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_channel': { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_data': { name: 'destination_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_json': { name: 'destination_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'destination_port': { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_time': { name: 'destination_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_transaction_hash': { name: 'destination_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_transaction_index': { name: 'destination_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_chain_id': { name: 'from_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_channel_id': { name: 'from_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_connection_id': { name: 'from_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'from_port_id': { name: 'from_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_block_hash': { name: 'source_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_chain': { name: 'source_chain'; type: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_channel': { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_data': { name: 'source_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_json': { name: 'source_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'source_port': { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'source_time': { name: 'source_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'source_transaction_hash': { name: 'source_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_transaction_index': { name: 'source_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_chain_id': { name: 'to_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_channel_id': { name: 'to_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_connection_id': { name: 'to_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'to_port_id': { name: 'to_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v0_packets_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_packets_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_packets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_packets_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_packets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'destination_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_json'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_sequence'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_json'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v0_packets_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_packets_order_by'; isOneOf: false; inputFields: [{ name: 'destination_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_json'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_timeout_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_json'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_timeout_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_packets_select_column': { name: 'v0_packets_select_column'; enumValues: 'destination_block_hash' | 'destination_chain_id' | 'destination_channel' | 'destination_data' | 'destination_height' | 'destination_json' | 'destination_port' | 'destination_sequence' | 'destination_time' | 'destination_timeout_timestamp' | 'destination_transaction_hash' | 'destination_transaction_index' | 'from_chain_id' | 'from_channel_id' | 'from_connection_id' | 'from_id' | 'from_port_id' | 'source_block_hash' | 'source_chain_id' | 'source_channel' | 'source_data' | 'source_height' | 'source_json' | 'source_port' | 'source_sequence' | 'source_time' | 'source_timeout_timestamp' | 'source_transaction_hash' | 'source_transaction_index' | 'status' | 'to_chain_id' | 'to_channel_id' | 'to_connection_id' | 'to_id' | 'to_port_id'; }; - 'v0_packets_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_packets_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_packets_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v0_packets_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_packets_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'destination_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'destination_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'from_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'from_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'from_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'from_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'source_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'to_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'to_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'to_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'to_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v0_recv_packet': { kind: 'OBJECT'; name: 'v0_recv_packet'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'channel': { name: 'channel'; type: { kind: 'OBJECT'; name: 'v0_channel_map'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_channel': { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_port': { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'json': { name: 'json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'source_channel': { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_port': { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v0_recv_packet_aggregate': { kind: 'OBJECT'; name: 'v0_recv_packet_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_recv_packet_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_recv_packet'; ofType: null; }; }; }; } }; }; }; - 'v0_recv_packet_aggregate_fields': { kind: 'OBJECT'; name: 'v0_recv_packet_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_recv_packet_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_recv_packet_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_recv_packet_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_recv_packet_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_recv_packet_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_recv_packet_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_recv_packet_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_recv_packet_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_recv_packet_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_recv_packet_variance_fields'; ofType: null; } }; }; }; - 'v0_recv_packet_avg_fields': { kind: 'OBJECT'; name: 'v0_recv_packet_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_recv_packet_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_recv_packet_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_recv_packet_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_recv_packet_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_recv_packet_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'channel'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_map_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'json'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'sequence'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v0_recv_packet_max_fields': { kind: 'OBJECT'; name: 'v0_recv_packet_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_channel': { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_port': { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'source_channel': { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_port': { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v0_recv_packet_min_fields': { kind: 'OBJECT'; name: 'v0_recv_packet_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_channel': { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_port': { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'source_channel': { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_port': { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v0_recv_packet_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_recv_packet_order_by'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'channel'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_map_order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'json'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_recv_packet_select_column': { name: 'v0_recv_packet_select_column'; enumValues: 'block_hash' | 'chain_id' | 'data' | 'destination_channel' | 'destination_port' | 'height' | 'json' | 'sequence' | 'source_channel' | 'source_port' | 'time' | 'timeout_timestamp' | 'transaction_hash' | 'transaction_index'; }; - 'v0_recv_packet_stddev_fields': { kind: 'OBJECT'; name: 'v0_recv_packet_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_recv_packet_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_recv_packet_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_recv_packet_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_recv_packet_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_recv_packet_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_recv_packet_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_recv_packet_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v0_recv_packet_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_recv_packet_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v0_recv_packet_sum_fields': { kind: 'OBJECT'; name: 'v0_recv_packet_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; }; }; - 'v0_recv_packet_var_pop_fields': { kind: 'OBJECT'; name: 'v0_recv_packet_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_recv_packet_var_samp_fields': { kind: 'OBJECT'; name: 'v0_recv_packet_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_recv_packet_variance_fields': { kind: 'OBJECT'; name: 'v0_recv_packet_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_transfers': { kind: 'OBJECT'; name: 'v0_transfers'; fields: { 'assets': { name: 'assets'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'destination_block_hash': { name: 'destination_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_chain': { name: 'destination_chain'; type: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_channel': { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_data': { name: 'destination_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_json': { name: 'destination_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'destination_port': { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_time': { name: 'destination_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_transaction_hash': { name: 'destination_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_transaction_index': { name: 'destination_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_chain_id': { name: 'from_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_channel_id': { name: 'from_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_connection_id': { name: 'from_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'from_port_id': { name: 'from_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'receiver': { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'sender': { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_block_hash': { name: 'source_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_chain': { name: 'source_chain'; type: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_channel': { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_data': { name: 'source_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_json': { name: 'source_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'source_port': { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'source_time': { name: 'source_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'source_transaction_hash': { name: 'source_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_transaction_index': { name: 'source_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_chain_id': { name: 'to_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_channel_id': { name: 'to_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_connection_id': { name: 'to_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'to_port_id': { name: 'to_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v0_transfers_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_transfers_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_transfers_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transfers_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_transfers_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'assets'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_json'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_sequence'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_json'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v0_transfers_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transfers_order_by'; isOneOf: false; inputFields: [{ name: 'assets'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_json'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_timeout_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_json'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_timeout_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_transfers_select_column': { name: 'v0_transfers_select_column'; enumValues: 'assets' | 'destination_block_hash' | 'destination_chain_id' | 'destination_channel' | 'destination_data' | 'destination_height' | 'destination_json' | 'destination_port' | 'destination_sequence' | 'destination_time' | 'destination_timeout_timestamp' | 'destination_transaction_hash' | 'destination_transaction_index' | 'from_chain_id' | 'from_channel_id' | 'from_connection_id' | 'from_id' | 'from_port_id' | 'receiver' | 'sender' | 'source_block_hash' | 'source_chain_id' | 'source_channel' | 'source_data' | 'source_height' | 'source_json' | 'source_port' | 'source_sequence' | 'source_time' | 'source_timeout_timestamp' | 'source_transaction_hash' | 'source_transaction_index' | 'status' | 'to_chain_id' | 'to_channel_id' | 'to_connection_id' | 'to_id' | 'to_port_id'; }; - 'v0_transfers_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_transfers_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_transfers_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v0_transfers_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_transfers_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'assets'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'destination_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'destination_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'from_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'from_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'from_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'from_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'source_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'to_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'to_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'to_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'to_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_rpcs': { kind: 'OBJECT'; name: 'v0_rpcs'; fields: { 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; }; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'description': { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'url': { name: 'url'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; }; }; + 'v0_rpcs_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_rpcs_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_order_by'; isOneOf: false; inputFields: [{ name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_rpcs_select_column': { name: 'v0_rpcs_select_column'; enumValues: 'chain_id' | 'description' | 'url'; }; + 'v0_rpcs_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_rpcs_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; }; }; diff --git a/dictionary.txt b/dictionary.txt index 2ba4fc35e7..249d830e5c 100644 --- a/dictionary.txt +++ b/dictionary.txt @@ -460,6 +460,7 @@ fastnode feegrant feegrantkeeper feegrantmodule +feegrants fetchurl fetchzip fields diff --git a/typescript-sdk/bun.lockb b/typescript-sdk/bun.lockb index 546fb60cc6..4b9ede6e3e 100755 Binary files a/typescript-sdk/bun.lockb and b/typescript-sdk/bun.lockb differ diff --git a/typescript-sdk/jsr.json b/typescript-sdk/jsr.json index e8259a5896..c00b16f54b 100644 --- a/typescript-sdk/jsr.json +++ b/typescript-sdk/jsr.json @@ -2,7 +2,7 @@ "$schema": "https://jsr.io/schema/config-file.v1.json", "exports": "./src/mod.ts", "name": "@union/client", - "version": "0.0.1-rc.17", + "version": "0.0.1-rc.18", "publish": { "include": ["./src/**/*.ts", "./jsr.json"] } diff --git a/typescript-sdk/package.json b/typescript-sdk/package.json index 5fe785566a..07306be8a6 100644 --- a/typescript-sdk/package.json +++ b/typescript-sdk/package.json @@ -7,14 +7,19 @@ "scripts": { "build": "echo 'No need… jsr.io requires no build step'", "typecheck": "tsc --project tsconfig.json --noEmit", - "demo": "bun ./scripts/demo.ts", - "faucet": "bun ./scripts/faucet.ts", - "balance": "bun ./scripts/balance.ts", - "transfer": "bun ./scripts/transfer.ts", + "publish": "bun ./scripts/publish.ts", + "publish:dry-run": "bun ./scripts/publish.ts --dry-run", + "demo": "bun ./playground/demo.ts", + "faucet": "bun ./playground/faucet.ts", + "balance": "bun ./playground/balance.ts", + "transfer": "bun ./playground/transfer.ts", "test": "vitest --run", "clean": "rm -rf dist node_modules", "postinstall": "patch-package" }, + "imports": { + "#*": "./src/*" + }, "dependencies": { "@cosmjs/cosmwasm-stargate": "0.32.3", "@cosmjs/encoding": "^0.32.3", @@ -25,7 +30,6 @@ "devDependencies": { "@arethetypeswrong/cli": "^0.15.3", "@cosmjs/amino": "0.32.3", - "@cosmjs/proto-signing": "0.32.3", "@scure/base": "^1.1.6", "@total-typescript/ts-reset": "^0.5.1", "@types/bun": "^1.1.3", diff --git a/typescript-sdk/scripts/balances.ts b/typescript-sdk/playground/balances.ts similarity index 92% rename from typescript-sdk/scripts/balances.ts rename to typescript-sdk/playground/balances.ts index 843e27ff0f..d3df39631f 100644 --- a/typescript-sdk/scripts/balances.ts +++ b/typescript-sdk/playground/balances.ts @@ -1,7 +1,7 @@ #!/usr/bin/env bun import { sepolia } from "viem/chains" import { parseArgs } from "node:util" -import { UnionClient } from "#/mod.ts" +import { UnionClient } from "#mod.ts" import { privateKeyToAccount } from "viem/accounts" import { http, publicActions, createWalletClient, fallback } from "viem" @@ -41,5 +41,5 @@ const unionClient = await UnionClient.connectWithSecret({ evmSigner }) -const balances = await unionClient.getBalances() -console.info(balances) +// const balances = await unionClient.getBalances() +// console.info(balances) diff --git a/typescript-sdk/scripts/demo.sh b/typescript-sdk/playground/demo.sh similarity index 100% rename from typescript-sdk/scripts/demo.sh rename to typescript-sdk/playground/demo.sh diff --git a/typescript-sdk/scripts/faucet.ts b/typescript-sdk/playground/faucet.ts similarity index 100% rename from typescript-sdk/scripts/faucet.ts rename to typescript-sdk/playground/faucet.ts diff --git a/typescript-sdk/scripts/from-sepolia.ts b/typescript-sdk/playground/from-sepolia.ts similarity index 85% rename from typescript-sdk/scripts/from-sepolia.ts rename to typescript-sdk/playground/from-sepolia.ts index e1e465989d..aa22b49f26 100644 --- a/typescript-sdk/scripts/from-sepolia.ts +++ b/typescript-sdk/playground/from-sepolia.ts @@ -1,9 +1,10 @@ #!/usr/bin/env bun import { sepolia } from "viem/chains" import { parseArgs } from "node:util" -import { UnionClient } from "#/mod.ts" +import { UnionClient } from "#mod.ts" import { privateKeyToAccount } from "viem/accounts" -import { http, erc20Abi, publicActions, createWalletClient } from "viem" +import { http, erc20Abi, publicActions, createWalletClient, getAddress } from "viem" +import contracts from "~root/versions/contracts.json" with { type: "json" } /* `bun scripts/to-sepolia.ts --private-key "..."` */ @@ -37,6 +38,9 @@ const LINK_CONTRACT_ADDRESS = "0x779877A7B0D9E8603169DdbD7836e478b4624789" const wOSMO_CONTRACT_ADDRESS = "0x3C148Ec863404e48d88757E88e456963A14238ef" const USDC_CONTRACT_ADDRESS = "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238" +const currentContracts = contracts.find(c => c.latest === true) as (typeof contracts)[0] +const relayContractAddress = getAddress(currentContracts?.sepolia.UCS01) + const approve = await evmSigner.writeContract({ account: evmAccount, address: LINK_CONTRACT_ADDRESS, @@ -67,7 +71,7 @@ const osmoFromSepoliaToUnion = await unionClient.transferEvmAsset({ denomAddress: LINK_CONTRACT_ADDRESS, amount: 1n, sourceChannel: "channel-8", - contractAddress: "0xd0081080ae8493cf7340458eaf4412030df5feeb", // SEPOLIA_UCS01_ADDRESS + relayContractAddress, simulate: true }) console.log(osmoFromSepoliaToUnion) diff --git a/typescript-sdk/scripts/from-union.ts b/typescript-sdk/playground/from-union.ts similarity index 97% rename from typescript-sdk/scripts/from-union.ts rename to typescript-sdk/playground/from-union.ts index 3e69248d67..27f44c0dc2 100644 --- a/typescript-sdk/scripts/from-union.ts +++ b/typescript-sdk/playground/from-union.ts @@ -1,6 +1,6 @@ #!/usr/bin/env bun import { parseArgs } from "node:util" -import { UnionClient } from "#/mod.ts" +import { UnionClient } from "#mod.ts" /* `bun scripts/from-osmosis.ts --private-key "..."` */ diff --git a/typescript-sdk/scripts/osmosis-to-union.ts b/typescript-sdk/playground/osmosis-to-union.ts similarity index 92% rename from typescript-sdk/scripts/osmosis-to-union.ts rename to typescript-sdk/playground/osmosis-to-union.ts index 5116bbfa2d..300301ed2f 100644 --- a/typescript-sdk/scripts/osmosis-to-union.ts +++ b/typescript-sdk/playground/osmosis-to-union.ts @@ -1,7 +1,7 @@ #!/usr/bin/env bun import { parseArgs } from "node:util" -import { UnionClient } from "#/mod.ts" -import { timestamp } from "./logger.ts" +import { UnionClient } from "#mod.ts" +import { timestamp } from "../scripts/logger.ts" /* `bun scripts/from-osmosis.ts --private-key "..."` */ diff --git a/typescript-sdk/scripts/send-it.ts b/typescript-sdk/playground/send-it.ts similarity index 100% rename from typescript-sdk/scripts/send-it.ts rename to typescript-sdk/playground/send-it.ts diff --git a/typescript-sdk/scripts/sepolia-to-union.ts b/typescript-sdk/playground/sepolia-to-union.ts similarity index 74% rename from typescript-sdk/scripts/sepolia-to-union.ts rename to typescript-sdk/playground/sepolia-to-union.ts index 6fa24b8218..18c2b51fb6 100644 --- a/typescript-sdk/scripts/sepolia-to-union.ts +++ b/typescript-sdk/playground/sepolia-to-union.ts @@ -1,9 +1,10 @@ #!/usr/bin/env bun import { sepolia } from "viem/chains" import { parseArgs } from "node:util" -import { UnionClient } from "#/mod.ts" +import { UnionClient } from "#mod.ts" import { privateKeyToAccount } from "viem/accounts" -import { http, createWalletClient, fallback } from "viem" +import { http, createWalletClient, fallback, getAddress } from "viem" +import contracts from "~root/versions/contracts.json" with { type: "json" } /* `bun scripts/sepolia-to-union.ts --private-key "..."` */ @@ -17,6 +18,8 @@ if (!PRIVATE_KEY) throw new Error("Private key not found") const evmAccount = privateKeyToAccount(`0x${PRIVATE_KEY}`) +console.info({ address: evmAccount.address }) + const evmSigner = createWalletClient({ chain: sepolia, account: evmAccount, @@ -27,7 +30,7 @@ const evmSigner = createWalletClient({ ), http(`https://eth-sepolia.g.alchemy.com/v2/SQAcneXzJzITjplR7cwQhFUqF-SU-ds4`) ]) -}) //.extend(publicActions) +}) const unionClient = await UnionClient.connectWithSecret({ rpcUrl: "https://rpc.testnet.bonlulu.uno", @@ -43,25 +46,26 @@ const LINK_CONTRACT_ADDRESS = "0x779877A7B0D9E8603169DdbD7836e478b4624789" // LI const wOSMO_CONTRACT_ADDRESS = "0x3C148Ec863404e48d88757E88e456963A14238ef" const USDC_CONTRACT_ADDRESS = "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238" +const currentContracts = contracts.find(c => c.latest === true) as (typeof contracts)[0] +const relayContractAddress = getAddress(currentContracts?.sepolia.UCS01) + const approve = await unionClient.approveEvmAssetTransfer({ account: evmAccount, amount: 10n, - denomAddress: LINK_CONTRACT_ADDRESS + denomAddress: LINK_CONTRACT_ADDRESS, + relayContractAddress }) console.log(approve) -const { address: unionAddress } = await unionClient.getCosmosSdkAccount() -console.info(JSON.stringify({ unionAddress }, undefined, 2)) - const linkFromSepoliaToUnion = await unionClient.transferEvmAsset({ account: evmAccount, - receiver: unionAddress, + receiver: "union14qemq0vw6y3gc3u3e0aty2e764u4gs5lnxk4rv", denomAddress: LINK_CONTRACT_ADDRESS, amount: 2n, - sourceChannel: "channel-1", - contractAddress: "0xD0081080Ae8493cf7340458Eaf4412030df5FEEb", - simulate: true + sourceChannel: "channel-13", + simulate: true, + relayContractAddress }) console.log(linkFromSepoliaToUnion) diff --git a/typescript-sdk/scripts/to-osmosis.ts b/typescript-sdk/playground/to-osmosis.ts similarity index 92% rename from typescript-sdk/scripts/to-osmosis.ts rename to typescript-sdk/playground/to-osmosis.ts index 7f93225b2a..bcdc7f765d 100644 --- a/typescript-sdk/scripts/to-osmosis.ts +++ b/typescript-sdk/playground/to-osmosis.ts @@ -1,6 +1,6 @@ #!/usr/bin/env bun import { parseArgs } from "node:util" -import { UnionClient } from "#/mod.ts" +import { UnionClient } from "#mod.ts" /* `bun scripts/to-osmosis.ts --private-key "..."` */ @@ -31,7 +31,7 @@ const unoFromUnionToOsmosis = await unionClient.transferAssets({ transfer: { channel: "channel-6", receiver: "osmo14qemq0vw6y3gc3u3e0aty2e764u4gs5l32ydm0", - memo: "sending UNO from Union to Osmosissss" + memo: "sending UNO from Union to Osmosis" } }, funds: [ diff --git a/typescript-sdk/scripts/to-sepolia.ts b/typescript-sdk/playground/to-sepolia.ts similarity index 97% rename from typescript-sdk/scripts/to-sepolia.ts rename to typescript-sdk/playground/to-sepolia.ts index fe4a6c7fc9..df20fa2f77 100644 --- a/typescript-sdk/scripts/to-sepolia.ts +++ b/typescript-sdk/playground/to-sepolia.ts @@ -1,6 +1,6 @@ #!/usr/bin/env bun import { parseArgs } from "node:util" -import { UnionClient } from "#/mod.ts" +import { UnionClient } from "#mod.ts" /* `bun scripts/to-sepolia.ts --private-key "..."` */ diff --git a/typescript-sdk/scripts/union-to-sepolia.ts b/typescript-sdk/playground/union-to-sepolia.ts similarity index 83% rename from typescript-sdk/scripts/union-to-sepolia.ts rename to typescript-sdk/playground/union-to-sepolia.ts index 2920ab3cd6..eb93cf5c41 100644 --- a/typescript-sdk/scripts/union-to-sepolia.ts +++ b/typescript-sdk/playground/union-to-sepolia.ts @@ -1,8 +1,8 @@ #!/usr/bin/env bun -import "#/patch.ts" +import "#patch.ts" import { parseArgs } from "node:util" -import { UnionClient } from "#/mod.ts" -import { consola, timestamp } from "./logger.ts" +import { UnionClient } from "#mod.ts" +import { consola, timestamp } from "../scripts/logger.ts" import type { ExecuteInstruction } from "@cosmjs/cosmwasm-stargate" /* `bun scripts/to-sepolia.ts --private-key "..."` */ @@ -30,7 +30,9 @@ const unionClient = await UnionClient.connectWithSecret({ gas: { amount: "0.0025", denom: "muno" } }) -const contractAddress = "union124t57vjgsyknnhmr3fpkmyvw2543448kpt2xhk5p5hxtmjjsrmzsjyc4n7" +const address = await unionClient.getCosmosSdkAccount() +console.info({ address }) +const contractAddress = "union1eumfw2ppz8cwl8xdh3upttzp5rdyms48kqhm30f8g9u4zwj0pprqg2vmu3" const stamp = timestamp() const unionToSepoliaTransactions: Array = Array.from( { length: TX_COUNT }, @@ -38,7 +40,7 @@ const unionToSepoliaTransactions: Array = Array.from( contractAddress, msg: { transfer: { - channel: "channel-0", + channel: "channel-23", receiver: "0x8478B37E983F520dBCB5d7D3aAD8276B82631aBd".slice(2), memo: `${index} - ${stamp} Sending UNO from Union to Sepolia` } diff --git a/typescript-sdk/scripts/union-to-union.ts b/typescript-sdk/playground/union-to-union.ts similarity index 94% rename from typescript-sdk/scripts/union-to-union.ts rename to typescript-sdk/playground/union-to-union.ts index 43cefed4fc..d28996cad8 100644 --- a/typescript-sdk/scripts/union-to-union.ts +++ b/typescript-sdk/playground/union-to-union.ts @@ -1,6 +1,6 @@ #!/usr/bin/env bun import { parseArgs } from "node:util" -import { UnionClient } from "#/mod.ts" +import { UnionClient } from "#mod.ts" /* `bun scripts/from-osmosis.ts --private-key "..."` */ @@ -28,7 +28,7 @@ const sendUnoToUnionAddress = await cwClient.sendTokens( "union1wv7yh86t0s4lw5lp9wdn59c22us75thmy5233q", [{ denom: "muno", amount: "100" }], "auto", - "pepepopo" + "memo" ) console.log(sendUnoToUnionAddress) diff --git a/typescript-sdk/scripts/publish.ts b/typescript-sdk/scripts/publish.ts new file mode 100644 index 0000000000..cc78552f75 --- /dev/null +++ b/typescript-sdk/scripts/publish.ts @@ -0,0 +1,53 @@ +#!/usr/bin/env bun +import * as Bun from "bun" +import { UnionClient } from "#mod.ts" +import { consola } from "./logger.ts" +import { parseArgs } from "node:util" +import currentContracts_ from "~root/versions/contracts.json" with { type: "json" } + +/** + * Use this script to publish a new version of the TypeScript SDK to JSR registry + * This will check if the contracts in the SDK are up to date with the contracts in the registry + * If not it will fail + * + * Usage: + * + * `bun scripts/publish` + * `bun scripts/publish --dry-run` + */ + +const { values } = parseArgs({ + args: process.argv.slice(2), + options: { "dry-run": { type: "boolean", default: false } } +}) + +const DRY_RUN = values["dry-run"] ?? false + +main().catch(_ => { + consola.error(_) + process.exit(1) +}) + +async function main() { + // TODO: Check if the version in jsr.json is bumped + // const versionBumped = Bun.$`git diff --quiet jsr.json && echo false || echo true` + + /** + * Compare contracts in the current version of the SDK with the up to date contracts in $REPO_ROOT/versions/contracts.json. + */ + + const { chainId, latest, ...currentContracts } = currentContracts_.find( + c => c.latest === true + ) as (typeof currentContracts_)[0] + + const pkgContracts = UnionClient.getContractAddresses() + + if (!Bun.deepEquals(currentContracts, pkgContracts, true)) { + consola.fail("Contracts in the SDK are outdated:") + consola.box(JSON.stringify({ currentContracts, pkgContracts }, undefined, 2)) + } + + if (DRY_RUN) return Bun.$ /* sh */`bunx jsr publish --allow-dirty --allow-slow-types --dry-run` + + return Bun.$ /* sh */`bunx jsr publish --allow-dirty --allow-slow-types` +} diff --git a/typescript-sdk/src/convert.ts b/typescript-sdk/src/convert.ts index f1afadc6d8..a7525957a5 100644 --- a/typescript-sdk/src/convert.ts +++ b/typescript-sdk/src/convert.ts @@ -2,15 +2,15 @@ import { bech32 } from "@scure/base" import { raise } from "./utilities.ts" import { fromBech32 } from "@cosmjs/encoding" import { getAddress, isHex, isAddress } from "viem" -import type { UnionAddress, EvmAddress } from "./types.ts" +import type { Bech32Address, HexAddress } from "./types.ts" -export const isValidEvmAddress = (address: unknown): address is EvmAddress => +export const isValidEvmAddress = (address: unknown): address is HexAddress => typeof address === "string" && isAddress(address) && getAddress(address) === address export function isValidCosmosAddress( address: unknown, { expectedPrefixes }: { expectedPrefixes: ["union"] } = { expectedPrefixes: ["union"] } -): address is UnionAddress { +): address is Bech32Address { if (typeof address !== "string") return false try { @@ -52,7 +52,7 @@ export function hexStringToUint8Array(hexString: string) { return arrayBuffer } -export const truncateUnionAddress = (address: string, length = 6) => +export const truncateBech32Address = (address: string, length = 6) => length > 0 ? `${address.slice(0, length)}...${address.slice(-length)}` : address export const truncateEvmAddress = (address: string, length = 6) => @@ -61,21 +61,32 @@ export const truncateEvmAddress = (address: string, length = 6) => export const convertByteArrayToHex = (byteArray: Uint8Array): string => byteArray.reduce((hex, byte) => hex + byte.toString(16).padStart(2, "0"), "").toUpperCase() -export function unionToEvmAddress(address: string): EvmAddress { +/** + * convert a bech32 address (cosmos, osmosis, union addresses) to hex address (evm) + * Previously: unionToEvmAddress + */ +export function bech32AddressToHex({ address }: { address: string }): HexAddress { if (!isValidCosmosAddress(address)) raise("Invalid Cosmos address") const { words } = bech32.decode(address) return getAddress(`0x${Buffer.from(bech32.fromWords(words)).toString("hex")}`) } -export const evmToCosmosAddress = (address: EvmAddress): UnionAddress => { +/** + * convert an Hex address (evm) to a bech32 address (cosmos, osmosis, union addresses) + * Previously: evmToCosmosAddress + */ +export function hexAddressToBech32({ + address, + bech32Prefix +}: { address: HexAddress; bech32Prefix: string }): Bech32Address { const words = bech32.toWords(Buffer.from(address.slice(2), "hex")) - return bech32.encode("union", words) + return bech32.encode(bech32Prefix, words) } -export const normalizeToCosmosAddress = (address: string): UnionAddress => - isHex(address) ? evmToCosmosAddress(address) : (address as UnionAddress) +// export const normalizeToCosmosAddress = (address: string): Bech32Address => +// isHex(address) ? hexAddressToBech32(address) : (address as Bech32Address) -export const normalizeToEvmAddress = (address: string): EvmAddress => - isHex(address) ? address : unionToEvmAddress(address as UnionAddress) +export const normalizeToEvmAddress = (address: string): HexAddress => + isHex(address) ? address : bech32AddressToHex({ address }) export const munoToUno = (muno: string | number) => (Number(muno) / 1e6).toFixed(6) diff --git a/typescript-sdk/src/mod.ts b/typescript-sdk/src/mod.ts index fb2aeafeda..3a1a05bbfe 100644 --- a/typescript-sdk/src/mod.ts +++ b/typescript-sdk/src/mod.ts @@ -3,10 +3,19 @@ import { type Hash, type Address, type Account, - type WalletClient, publicActions, + type WalletClient, type TransactionReceipt } from "viem" +import type { + Coin, + AccountData, + Bech32Address, + ExtractParameters, + MessageTransferWithOptionals, + OfflineSigner as CosmosOfflineSigner, + Pretty +} from "./types.ts" import { GasPrice, StargateClient, @@ -21,18 +30,17 @@ import { import { raise } from "./utilities.ts" import { ucs01RelayAbi } from "./abi/ucs01-relay.ts" import { Comet38Client } from "@cosmjs/tendermint-rpc" -import type { Optional, Coin, ExtractParameters } from "./types.ts" -import { hexStringToUint8Array, unionToEvmAddress } from "./convert.ts" -import type { MsgTransfer } from "cosmjs-types/ibc/applications/transfer/v1/tx" -import type { AccountData, OfflineSigner as CosmosOfflineSigner } from "@cosmjs/proto-signing" - -type MessageTransfer = Optional +import { hexStringToUint8Array, bech32AddressToHex } from "./convert.ts" export interface IUnionClient { rpcClient(): Promise getCosmosSdkAccount(): Promise - simulateIbcMessageTransfers(messageTransfers: Array): Promise - ibcMessageTransfers(messageTransfers: Array): Promise + simulateIbcMessageTransfers( + messageTransfers: Array + ): Promise + ibcMessageTransfers( + messageTransfers: Array + ): Promise cosmwasmMessageExecuteContract(instructions: Array): Promise approveEvmAssetTransfer(parameters: { denomAddress: Address @@ -44,14 +52,14 @@ export interface IUnionClient { sourceChannel: string amount: bigint account: Account - contractAddress?: Address + relayContractAddress: Address simulate?: boolean waitForReceipt?: false }): Promise<{ hash: Hash; receipt?: TransactionReceipt }> transferAssets({ kind }: { kind: Kind } & (Kind extends "ibc" - ? { messageTransfers: Array } + ? { messageTransfers: Array } : { instructions: Array })): Promise } @@ -115,11 +123,14 @@ export class UnionClient implements IUnionClient { #gas?: Coin /** EVM */ #evmSigner?: WalletClient - #UCS01_ADDRESS: Address = "0xD0081080Ae8493cf7340458Eaf4412030df5FEEb" satisfies Address - #UCS02_ADDRESS: Address = "0x9153952f174A1BcD7A9B3818Ff21Ecf918d4Dca9" satisfies Address - #COMETBLS_ADDRESS: Address = "0x96979Ed96aE00d724109B5Ad859568e1239C0837" satisfies Address - #IBC_HANDLER_ADDRESS: Address = "0xa390514F803a3B318b93Bf6cd4beEB9f8299a0EB" satisfies Address - #UNION_UCS01_ADDRESS = "union124t57vjgsyknnhmr3fpkmyvw2543448kpt2xhk5p5hxtmjjsrmzsjyc4n7" + static #UCS01_ADDRESS: Address = "0xD0081080Ae8493cf7340458Eaf4412030df5FEEb" satisfies Address + static #UCS02_ADDRESS: Address = "0x9153952f174A1BcD7A9B3818Ff21Ecf918d4Dca9" satisfies Address + static #COMETBLS_ADDRESS: Address = "0x96979Ed96aE00d724109B5Ad859568e1239C0837" satisfies Address + static #IBC_HANDLER_ADDRESS: Address = + "0xa390514F803a3B318b93Bf6cd4beEB9f8299a0EB" satisfies Address + static #UNION_UCS01_ADDRESS = + "union1eumfw2ppz8cwl8xdh3upttzp5rdyms48kqhm30f8g9u4zwj0pprqg2vmu3" satisfies Bech32Address<"union"> + constructor(arguments_: { rpcUrl: string chainId: string @@ -139,6 +150,16 @@ export class UnionClient implements IUnionClient { #gasPrice = (gas = this.#gas) => GasPrice.fromString(`${gas?.amount}${gas?.denom}`) + static getContractAddresses = () => ({ + sepolia: { + UCS01: this.#UCS01_ADDRESS, + UCS02: this.#UCS02_ADDRESS, + IBCHandler: this.#IBC_HANDLER_ADDRESS, + CometblsClient: this.#COMETBLS_ADDRESS + }, + union: { UCS01: this.#UNION_UCS01_ADDRESS } + }) + /** * Connect to the RPC client of the chain. */ @@ -200,7 +221,7 @@ export class UnionClient implements IUnionClient { }) public async simulateIbcMessageTransfers( - messageTransfers: Array + messageTransfers: Array ): Promise { const { address: signerAddress } = await this.getCosmosSdkAccount() const cosmwasmClient = await this.signingCosmWasmClient() @@ -221,7 +242,7 @@ export class UnionClient implements IUnionClient { * Executes `/ibc.applications.transfer.v1.MsgTransfer`, accepts an array of `MessageTransfer`. */ public async ibcMessageTransfers( - messageTransfers: Array + messageTransfers: Array ): Promise { const { address: signerAddress } = await this.getCosmosSdkAccount() const cosmwasmClient = await this.signingCosmWasmClient() @@ -252,12 +273,18 @@ export class UnionClient implements IUnionClient { public async transferAssets( params: { kind: Kind } & (Kind extends "ibc" - ? { messageTransfers: Array } + ? { + messageTransfers: Array> + } : { instructions: Array }) ): Promise { if (params.kind === "ibc") { return await this.ibcMessageTransfers( - (params as { messageTransfers: Array }).messageTransfers + ( + params as { + messageTransfers: Array + } + ).messageTransfers ) } return await this.cosmwasmMessageExecuteContract( @@ -269,12 +296,12 @@ export class UnionClient implements IUnionClient { account, denomAddress, amount, - relayContractAddress = this.#UCS01_ADDRESS + relayContractAddress }: { account?: Account amount: bigint denomAddress: Address - relayContractAddress?: Address + relayContractAddress: Address }): Promise { const signer = this.#evmSigner ?? raise("EVM signer not found") return await signer.writeContract({ @@ -296,7 +323,7 @@ export class UnionClient implements IUnionClient { denomAddress, sourceChannel, amount, - contractAddress = this.#UCS01_ADDRESS, + relayContractAddress, simulate = true, waitForReceipt = false }: Parameters[0]): Promise<{ @@ -312,7 +339,7 @@ export class UnionClient implements IUnionClient { * @dev `send` function of UCS01 contract: https://github.com/unionlabs/union/blob/1b9e4a6551163e552d85405eb70917fdfdc14b55/evm/contracts/apps/ucs/01-relay/Relay.sol#L50-L56 */ functionName: "send", - address: contractAddress, + address: relayContractAddress, /** * string calldata sourceChannel, * bytes calldata receiver, @@ -322,7 +349,7 @@ export class UnionClient implements IUnionClient { */ args: [ sourceChannel, - unionToEvmAddress(receiver), + bech32AddressToHex({ address: receiver }), [{ denom: denomAddress, amount }], { revision_number: 9n, revision_height: 9999999999n }, 0n diff --git a/typescript-sdk/src/types.ts b/typescript-sdk/src/types.ts index 177bdce46b..b846cc2c51 100644 --- a/typescript-sdk/src/types.ts +++ b/typescript-sdk/src/types.ts @@ -1,7 +1,142 @@ -export type EvmAddress = `0x${string}` -export type UnionAddress = `union${string}` +export type HexAddress = `0x${string}` +export type Bech32Address = `${T}${string}` -export type Optional = Omit & Partial> -export type ExtractParameters = T extends new (..._args: infer P) => any ? P[0] : never +export type OfflineSigner = OfflineAminoSigner | OfflineDirectSigner + +export interface OfflineDirectSigner { + readonly getAccounts: () => Promise> + readonly signDirect: (signerAddress: string, signDoc: SignDoc) => Promise +} + +export interface OfflineAminoSigner { + readonly getAccounts: () => Promise> + /** + * Request signature from whichever key corresponds to provided bech32-encoded address. Rejects if not enabled. + * + * The signer implementation may offer the user the ability to override parts of the signDoc. It must + * return the doc that was signed in the response. + * + * @param signerAddress The address of the account that should sign the transaction + * @param signDoc The content that should be signed + */ + readonly signAmino: (signerAddress: string, signDoc: StdSignDoc) => Promise +} + +export interface DirectSignResponse { + /** + * The sign doc that was signed. + * This may be different from the input signDoc when the signer modifies it as part of the signing process. + */ + readonly signed: SignDoc + readonly signature: StdSignature +} + +export type Algo = "secp256k1" | "ed25519" | "sr25519" +/** + * `address`: a printable address (typically bech32 encoded) + */ +export interface AccountData { + readonly address: string + readonly algo: Algo + readonly pubkey: Uint8Array +} + +/** + * `revisionNumber`: the revision number that the client is currently on + * `revisionHeight`: the height within the given revision + */ +export interface Height { + revisionNumber: bigint + revisionHeight: bigint +} export type Coin = { denom: string; amount: string } + +export interface AminoMsg { + readonly type: string + readonly value: any +} + +export interface StdSignDoc { + readonly chain_id: string + readonly account_number: string + readonly sequence: string + readonly fee: StdFee + readonly msgs: ReadonlyArray + readonly memo: string + readonly timeout_height?: string +} + +export interface StdFee { + readonly amount: ReadonlyArray + readonly gas: string + /** The granter address that is used for paying with feegrants */ + readonly granter?: string + /** The fee payer address. The payer must have signed the transaction. */ + readonly payer?: string +} + +export interface MessageTransfer { + token: Coin + memo: string + sender: string + receiver: string + sourcePort: string + sourceChannel: string + timeoutHeight: Height + timeoutTimestamp: bigint +} + +export interface MessageTransferWithOptionals + extends Optional {} + +/** + * SignDoc is the type used for generating sign bytes for SIGN_MODE_DIRECT. + */ +export interface SignDoc { + /** + * body_bytes is protobuf serialization of a TxBody that matches the + * representation in TxRaw. + */ + bodyBytes: Uint8Array + /** + * auth_info_bytes is a protobuf serialization of an AuthInfo that matches the + * representation in TxRaw. + */ + authInfoBytes: Uint8Array + /** + * chain_id is the unique identifier of the chain this transaction targets. + * It prevents signed transactions from being used on another chain by an + * attacker + */ + chainId: string + /** account_number is the account number of the account in state */ + accountNumber: bigint +} + +export interface StdSignature { + readonly pub_key: Pubkey + readonly signature: string +} + +export interface AminoSignResponse { + /** + * The sign doc that was signed. + * This may be different from the input signDoc when the signer modifies it as part of the signing process. + */ + readonly signed: StdSignDoc + readonly signature: StdSignature +} + +export interface Pubkey { + readonly type: string + readonly value: any +} + +export type Pretty = { + [K in keyof T]: T[K] +} & {} + +export type Optional = Omit & Partial> + +export type ExtractParameters = T extends new (..._args: infer P) => any ? P[0] : never diff --git a/typescript-sdk/test/address.test.ts b/typescript-sdk/test/address.test.ts index 93f2be469c..8f46824e43 100644 --- a/typescript-sdk/test/address.test.ts +++ b/typescript-sdk/test/address.test.ts @@ -1,7 +1,7 @@ import { expect, it, describe } from "vitest" import { privateKeyToAccount } from "viem/accounts" import { DirectSecp256k1Wallet } from "@cosmjs/proto-signing" -import { unionToEvmAddress, evmToCosmosAddress, hexStringToUint8Array } from "#/convert.ts" +import { bech32AddressToHex, hexAddressToBech32, hexStringToUint8Array } from "#convert.ts" const PRIVATE_KEY = "1bdd5c2105f62c51d72c90d9e5ca6854a94337bcbcbb0b959846b85813d69380" @@ -19,12 +19,12 @@ const { address: unionAddress, pubkey: unionPublicKey } = unionAccount describe("union to evm address converter", () => { it("should convert union address to evm address", () => { - expect(unionToEvmAddress(unionAddress)).toEqual(evmAddress) + expect(bech32AddressToHex({ address: unionAddress })).toEqual(evmAddress) }) }) describe("evm to cosmos address converter", () => { it("should convert evm address to cosmos address", () => { - expect(evmToCosmosAddress(evmAddress)).toEqual(unionAddress) + expect(hexAddressToBech32({ address: evmAddress, bech32Prefix: "union" })).toEqual(unionAddress) }) }) diff --git a/typescript-sdk/tsconfig.json b/typescript-sdk/tsconfig.json index dbd70f26af..b12126f052 100644 --- a/typescript-sdk/tsconfig.json +++ b/typescript-sdk/tsconfig.json @@ -30,10 +30,9 @@ "noPropertyAccessFromIndexSignature": true, "types": ["node", "bun"], "paths": { - "#/*": ["src/*"], "~root/*": ["../*"] } }, - "include": ["src", "scripts", "test"], + "include": ["src", "scripts", "playground", "test"], "files": ["reset.d.ts", "environment.d.ts", "vitest.config.ts"] } diff --git a/versions/contracts.json b/versions/contracts.json index 051c24e41c..6449a852a6 100644 --- a/versions/contracts.json +++ b/versions/contracts.json @@ -9,7 +9,7 @@ "CometblsClient": "0x96979Ed96aE00d724109B5Ad859568e1239C0837" }, "union": { - "UCS01": "union124t57vjgsyknnhmr3fpkmyvw2543448kpt2xhk5p5hxtmjjsrmzsjyc4n7" + "UCS01": "union1eumfw2ppz8cwl8xdh3upttzp5rdyms48kqhm30f8g9u4zwj0pprqg2vmu3" } } ]