yellowstone-fumarole-client 0.1.0rc2__py3-none-any.whl → 0.2.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- yellowstone_fumarole_client/__init__.py +86 -19
- yellowstone_fumarole_client/config.py +17 -1
- yellowstone_fumarole_client/grpc_connectivity.py +11 -28
- yellowstone_fumarole_client/runtime/aio.py +86 -70
- yellowstone_fumarole_client/runtime/state_machine.py +23 -22
- yellowstone_fumarole_client/utils/aio.py +0 -2
- yellowstone_fumarole_client/utils/collections.py +37 -0
- {yellowstone_fumarole_client-0.1.0rc2.dist-info → yellowstone_fumarole_client-0.2.1.dist-info}/METADATA +35 -30
- yellowstone_fumarole_client-0.2.1.dist-info/RECORD +22 -0
- yellowstone_fumarole_proto/fumarole_pb2.py +134 -0
- yellowstone_fumarole_proto/{fumarole_v2_pb2.pyi → fumarole_pb2.pyi} +51 -5
- yellowstone_fumarole_proto/{fumarole_v2_pb2_grpc.py → fumarole_pb2_grpc.py} +155 -69
- yellowstone_fumarole_proto/geyser_pb2.py +39 -35
- yellowstone_fumarole_proto/geyser_pb2.pyi +15 -2
- yellowstone_fumarole_proto/geyser_pb2_grpc.py +44 -1
- yellowstone_fumarole_proto/solana_storage_pb2.py +32 -32
- yellowstone_fumarole_proto/solana_storage_pb2.pyi +6 -3
- yellowstone_fumarole_proto/solana_storage_pb2_grpc.py +1 -1
- yellowstone_fumarole_client-0.1.0rc2.dist-info/RECORD +0 -21
- yellowstone_fumarole_proto/fumarole_v2_pb2.py +0 -122
- {yellowstone_fumarole_client-0.1.0rc2.dist-info → yellowstone_fumarole_client-0.2.1.dist-info}/WHEEL +0 -0
@@ -2,7 +2,7 @@
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
4
4
|
# source: solana-storage.proto
|
5
|
-
# Protobuf Python Version:
|
5
|
+
# Protobuf Python Version: 6.31.1
|
6
6
|
"""Generated protocol buffer code."""
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
@@ -11,9 +11,9 @@ from google.protobuf import symbol_database as _symbol_database
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
14
|
-
|
15
|
-
|
16
|
-
|
14
|
+
6,
|
15
|
+
31,
|
16
|
+
1,
|
17
17
|
'',
|
18
18
|
'solana-storage.proto'
|
19
19
|
)
|
@@ -24,7 +24,7 @@ _sym_db = _symbol_database.Default()
|
|
24
24
|
|
25
25
|
|
26
26
|
|
27
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x14solana-storage.proto\x12\x1dsolana.storage.ConfirmedBlock\"\xa1\x03\n\x0e\x43onfirmedBlock\x12\x1a\n\x12previous_blockhash\x18\x01 \x01(\t\x12\x11\n\tblockhash\x18\x02 \x01(\t\x12\x13\n\x0bparent_slot\x18\x03 \x01(\x04\x12I\n\x0ctransactions\x18\x04 \x03(\x0b\x32\x33.solana.storage.ConfirmedBlock.ConfirmedTransaction\x12\x36\n\x07rewards\x18\x05 \x03(\x0b\x32%.solana.storage.ConfirmedBlock.Reward\x12@\n\nblock_time\x18\x06 \x01(\x0b\x32,.solana.storage.ConfirmedBlock.UnixTimestamp\x12@\n\x0c\x62lock_height\x18\x07 \x01(\x0b\x32*.solana.storage.ConfirmedBlock.BlockHeight\x12\x44\n\x0enum_partitions\x18\x08 \x01(\x0b\x32,.solana.storage.ConfirmedBlock.NumPartitions\"\x9b\x01\n\x14\x43onfirmedTransaction\x12?\n\x0btransaction\x18\x01 \x01(\x0b\x32*.solana.storage.ConfirmedBlock.Transaction\x12\x42\n\x04meta\x18\x02 \x01(\x0b\x32\x34.solana.storage.ConfirmedBlock.TransactionStatusMeta\"Z\n\x0bTransaction\x12\x12\n\nsignatures\x18\x01 \x03(\x0c\x12\x37\n\x07message\x18\x02 \x01(\x0b\x32&.solana.storage.ConfirmedBlock.Message\"\xad\x02\n\x07Message\x12<\n\x06header\x18\x01 \x01(\x0b\x32,.solana.storage.ConfirmedBlock.MessageHeader\x12\x14\n\x0c\x61\x63\x63ount_keys\x18\x02 \x03(\x0c\x12\x18\n\x10recent_blockhash\x18\x03 \x01(\x0c\x12H\n\x0cinstructions\x18\x04 \x03(\x0b\x32\x32.solana.storage.ConfirmedBlock.CompiledInstruction\x12\x11\n\tversioned\x18\x05 \x01(\x08\x12W\n\x15\x61\x64\x64ress_table_lookups\x18\x06 \x03(\x0b\x32\x38.solana.storage.ConfirmedBlock.MessageAddressTableLookup\"~\n\rMessageHeader\x12\x1f\n\x17num_required_signatures\x18\x01 \x01(\r\x12$\n\x1cnum_readonly_signed_accounts\x18\x02 \x01(\r\x12&\n\x1enum_readonly_unsigned_accounts\x18\x03 \x01(\r\"d\n\x19MessageAddressTableLookup\x12\x13\n\x0b\x61\x63\x63ount_key\x18\x01 \x01(\x0c\x12\x18\n\x10writable_indexes\x18\x02 \x01(\x0c\x12\x18\n\x10readonly_indexes\x18\x03 \x01(\x0c\"\
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x14solana-storage.proto\x12\x1dsolana.storage.ConfirmedBlock\"\xa1\x03\n\x0e\x43onfirmedBlock\x12\x1a\n\x12previous_blockhash\x18\x01 \x01(\t\x12\x11\n\tblockhash\x18\x02 \x01(\t\x12\x13\n\x0bparent_slot\x18\x03 \x01(\x04\x12I\n\x0ctransactions\x18\x04 \x03(\x0b\x32\x33.solana.storage.ConfirmedBlock.ConfirmedTransaction\x12\x36\n\x07rewards\x18\x05 \x03(\x0b\x32%.solana.storage.ConfirmedBlock.Reward\x12@\n\nblock_time\x18\x06 \x01(\x0b\x32,.solana.storage.ConfirmedBlock.UnixTimestamp\x12@\n\x0c\x62lock_height\x18\x07 \x01(\x0b\x32*.solana.storage.ConfirmedBlock.BlockHeight\x12\x44\n\x0enum_partitions\x18\x08 \x01(\x0b\x32,.solana.storage.ConfirmedBlock.NumPartitions\"\x9b\x01\n\x14\x43onfirmedTransaction\x12?\n\x0btransaction\x18\x01 \x01(\x0b\x32*.solana.storage.ConfirmedBlock.Transaction\x12\x42\n\x04meta\x18\x02 \x01(\x0b\x32\x34.solana.storage.ConfirmedBlock.TransactionStatusMeta\"Z\n\x0bTransaction\x12\x12\n\nsignatures\x18\x01 \x03(\x0c\x12\x37\n\x07message\x18\x02 \x01(\x0b\x32&.solana.storage.ConfirmedBlock.Message\"\xad\x02\n\x07Message\x12<\n\x06header\x18\x01 \x01(\x0b\x32,.solana.storage.ConfirmedBlock.MessageHeader\x12\x14\n\x0c\x61\x63\x63ount_keys\x18\x02 \x03(\x0c\x12\x18\n\x10recent_blockhash\x18\x03 \x01(\x0c\x12H\n\x0cinstructions\x18\x04 \x03(\x0b\x32\x32.solana.storage.ConfirmedBlock.CompiledInstruction\x12\x11\n\tversioned\x18\x05 \x01(\x08\x12W\n\x15\x61\x64\x64ress_table_lookups\x18\x06 \x03(\x0b\x32\x38.solana.storage.ConfirmedBlock.MessageAddressTableLookup\"~\n\rMessageHeader\x12\x1f\n\x17num_required_signatures\x18\x01 \x01(\r\x12$\n\x1cnum_readonly_signed_accounts\x18\x02 \x01(\r\x12&\n\x1enum_readonly_unsigned_accounts\x18\x03 \x01(\r\"d\n\x19MessageAddressTableLookup\x12\x13\n\x0b\x61\x63\x63ount_key\x18\x01 \x01(\x0c\x12\x18\n\x10writable_indexes\x18\x02 \x01(\x0c\x12\x18\n\x10readonly_indexes\x18\x03 \x01(\x0c\"\x82\x06\n\x15TransactionStatusMeta\x12<\n\x03\x65rr\x18\x01 \x01(\x0b\x32/.solana.storage.ConfirmedBlock.TransactionError\x12\x0b\n\x03\x66\x65\x65\x18\x02 \x01(\x04\x12\x14\n\x0cpre_balances\x18\x03 \x03(\x04\x12\x15\n\rpost_balances\x18\x04 \x03(\x04\x12L\n\x12inner_instructions\x18\x05 \x03(\x0b\x32\x30.solana.storage.ConfirmedBlock.InnerInstructions\x12\x1f\n\x17inner_instructions_none\x18\n \x01(\x08\x12\x14\n\x0clog_messages\x18\x06 \x03(\t\x12\x19\n\x11log_messages_none\x18\x0b \x01(\x08\x12G\n\x12pre_token_balances\x18\x07 \x03(\x0b\x32+.solana.storage.ConfirmedBlock.TokenBalance\x12H\n\x13post_token_balances\x18\x08 \x03(\x0b\x32+.solana.storage.ConfirmedBlock.TokenBalance\x12\x36\n\x07rewards\x18\t \x03(\x0b\x32%.solana.storage.ConfirmedBlock.Reward\x12!\n\x19loaded_writable_addresses\x18\x0c \x03(\x0c\x12!\n\x19loaded_readonly_addresses\x18\r \x03(\x0c\x12>\n\x0breturn_data\x18\x0e \x01(\x0b\x32).solana.storage.ConfirmedBlock.ReturnData\x12\x18\n\x10return_data_none\x18\x0f \x01(\x08\x12#\n\x16\x63ompute_units_consumed\x18\x10 \x01(\x04H\x00\x88\x01\x01\x12\x17\n\ncost_units\x18\x11 \x01(\x04H\x01\x88\x01\x01\x42\x19\n\x17_compute_units_consumedB\r\n\x0b_cost_units\"\x1f\n\x10TransactionError\x12\x0b\n\x03\x65rr\x18\x01 \x01(\x0c\"i\n\x11InnerInstructions\x12\r\n\x05index\x18\x01 \x01(\r\x12\x45\n\x0cinstructions\x18\x02 \x03(\x0b\x32/.solana.storage.ConfirmedBlock.InnerInstruction\"x\n\x10InnerInstruction\x12\x18\n\x10program_id_index\x18\x01 \x01(\r\x12\x10\n\x08\x61\x63\x63ounts\x18\x02 \x01(\x0c\x12\x0c\n\x04\x64\x61ta\x18\x03 \x01(\x0c\x12\x19\n\x0cstack_height\x18\x04 \x01(\rH\x00\x88\x01\x01\x42\x0f\n\r_stack_height\"O\n\x13\x43ompiledInstruction\x12\x18\n\x10program_id_index\x18\x01 \x01(\r\x12\x10\n\x08\x61\x63\x63ounts\x18\x02 \x01(\x0c\x12\x0c\n\x04\x64\x61ta\x18\x03 \x01(\x0c\"\x9d\x01\n\x0cTokenBalance\x12\x15\n\raccount_index\x18\x01 \x01(\r\x12\x0c\n\x04mint\x18\x02 \x01(\t\x12\x45\n\x0fui_token_amount\x18\x03 \x01(\x0b\x32,.solana.storage.ConfirmedBlock.UiTokenAmount\x12\r\n\x05owner\x18\x04 \x01(\t\x12\x12\n\nprogram_id\x18\x05 \x01(\t\"^\n\rUiTokenAmount\x12\x11\n\tui_amount\x18\x01 \x01(\x01\x12\x10\n\x08\x64\x65\x63imals\x18\x02 \x01(\r\x12\x0e\n\x06\x61mount\x18\x03 \x01(\t\x12\x18\n\x10ui_amount_string\x18\x04 \x01(\t\".\n\nReturnData\x12\x12\n\nprogram_id\x18\x01 \x01(\x0c\x12\x0c\n\x04\x64\x61ta\x18\x02 \x01(\x0c\"\x94\x01\n\x06Reward\x12\x0e\n\x06pubkey\x18\x01 \x01(\t\x12\x10\n\x08lamports\x18\x02 \x01(\x03\x12\x14\n\x0cpost_balance\x18\x03 \x01(\x04\x12>\n\x0breward_type\x18\x04 \x01(\x0e\x32).solana.storage.ConfirmedBlock.RewardType\x12\x12\n\ncommission\x18\x05 \x01(\t\"\x87\x01\n\x07Rewards\x12\x36\n\x07rewards\x18\x01 \x03(\x0b\x32%.solana.storage.ConfirmedBlock.Reward\x12\x44\n\x0enum_partitions\x18\x02 \x01(\x0b\x32,.solana.storage.ConfirmedBlock.NumPartitions\"\"\n\rUnixTimestamp\x12\x11\n\ttimestamp\x18\x01 \x01(\x03\"#\n\x0b\x42lockHeight\x12\x14\n\x0c\x62lock_height\x18\x01 \x01(\x04\"\'\n\rNumPartitions\x12\x16\n\x0enum_partitions\x18\x01 \x01(\x04*I\n\nRewardType\x12\x0f\n\x0bUnspecified\x10\x00\x12\x07\n\x03\x46\x65\x65\x10\x01\x12\x08\n\x04Rent\x10\x02\x12\x0b\n\x07Staking\x10\x03\x12\n\n\x06Voting\x10\x04\x42;Z9github.com/rpcpool/yellowstone-grpc/examples/golang/protob\x06proto3')
|
28
28
|
|
29
29
|
_globals = globals()
|
30
30
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -32,8 +32,8 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'solana_storage_pb2', _globa
|
|
32
32
|
if not _descriptor._USE_C_DESCRIPTORS:
|
33
33
|
_globals['DESCRIPTOR']._loaded_options = None
|
34
34
|
_globals['DESCRIPTOR']._serialized_options = b'Z9github.com/rpcpool/yellowstone-grpc/examples/golang/proto'
|
35
|
-
_globals['_REWARDTYPE']._serialized_start=
|
36
|
-
_globals['_REWARDTYPE']._serialized_end=
|
35
|
+
_globals['_REWARDTYPE']._serialized_start=3082
|
36
|
+
_globals['_REWARDTYPE']._serialized_end=3155
|
37
37
|
_globals['_CONFIRMEDBLOCK']._serialized_start=56
|
38
38
|
_globals['_CONFIRMEDBLOCK']._serialized_end=473
|
39
39
|
_globals['_CONFIRMEDTRANSACTION']._serialized_start=476
|
@@ -47,29 +47,29 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
47
47
|
_globals['_MESSAGEADDRESSTABLELOOKUP']._serialized_start=1157
|
48
48
|
_globals['_MESSAGEADDRESSTABLELOOKUP']._serialized_end=1257
|
49
49
|
_globals['_TRANSACTIONSTATUSMETA']._serialized_start=1260
|
50
|
-
_globals['_TRANSACTIONSTATUSMETA']._serialized_end=
|
51
|
-
_globals['_TRANSACTIONERROR']._serialized_start=
|
52
|
-
_globals['_TRANSACTIONERROR']._serialized_end=
|
53
|
-
_globals['_INNERINSTRUCTIONS']._serialized_start=
|
54
|
-
_globals['_INNERINSTRUCTIONS']._serialized_end=
|
55
|
-
_globals['_INNERINSTRUCTION']._serialized_start=
|
56
|
-
_globals['_INNERINSTRUCTION']._serialized_end=
|
57
|
-
_globals['_COMPILEDINSTRUCTION']._serialized_start=
|
58
|
-
_globals['_COMPILEDINSTRUCTION']._serialized_end=
|
59
|
-
_globals['_TOKENBALANCE']._serialized_start=
|
60
|
-
_globals['_TOKENBALANCE']._serialized_end=
|
61
|
-
_globals['_UITOKENAMOUNT']._serialized_start=
|
62
|
-
_globals['_UITOKENAMOUNT']._serialized_end=
|
63
|
-
_globals['_RETURNDATA']._serialized_start=
|
64
|
-
_globals['_RETURNDATA']._serialized_end=
|
65
|
-
_globals['_REWARD']._serialized_start=
|
66
|
-
_globals['_REWARD']._serialized_end=
|
67
|
-
_globals['_REWARDS']._serialized_start=
|
68
|
-
_globals['_REWARDS']._serialized_end=
|
69
|
-
_globals['_UNIXTIMESTAMP']._serialized_start=
|
70
|
-
_globals['_UNIXTIMESTAMP']._serialized_end=
|
71
|
-
_globals['_BLOCKHEIGHT']._serialized_start=
|
72
|
-
_globals['_BLOCKHEIGHT']._serialized_end=
|
73
|
-
_globals['_NUMPARTITIONS']._serialized_start=
|
74
|
-
_globals['_NUMPARTITIONS']._serialized_end=
|
50
|
+
_globals['_TRANSACTIONSTATUSMETA']._serialized_end=2030
|
51
|
+
_globals['_TRANSACTIONERROR']._serialized_start=2032
|
52
|
+
_globals['_TRANSACTIONERROR']._serialized_end=2063
|
53
|
+
_globals['_INNERINSTRUCTIONS']._serialized_start=2065
|
54
|
+
_globals['_INNERINSTRUCTIONS']._serialized_end=2170
|
55
|
+
_globals['_INNERINSTRUCTION']._serialized_start=2172
|
56
|
+
_globals['_INNERINSTRUCTION']._serialized_end=2292
|
57
|
+
_globals['_COMPILEDINSTRUCTION']._serialized_start=2294
|
58
|
+
_globals['_COMPILEDINSTRUCTION']._serialized_end=2373
|
59
|
+
_globals['_TOKENBALANCE']._serialized_start=2376
|
60
|
+
_globals['_TOKENBALANCE']._serialized_end=2533
|
61
|
+
_globals['_UITOKENAMOUNT']._serialized_start=2535
|
62
|
+
_globals['_UITOKENAMOUNT']._serialized_end=2629
|
63
|
+
_globals['_RETURNDATA']._serialized_start=2631
|
64
|
+
_globals['_RETURNDATA']._serialized_end=2677
|
65
|
+
_globals['_REWARD']._serialized_start=2680
|
66
|
+
_globals['_REWARD']._serialized_end=2828
|
67
|
+
_globals['_REWARDS']._serialized_start=2831
|
68
|
+
_globals['_REWARDS']._serialized_end=2966
|
69
|
+
_globals['_UNIXTIMESTAMP']._serialized_start=2968
|
70
|
+
_globals['_UNIXTIMESTAMP']._serialized_end=3002
|
71
|
+
_globals['_BLOCKHEIGHT']._serialized_start=3004
|
72
|
+
_globals['_BLOCKHEIGHT']._serialized_end=3039
|
73
|
+
_globals['_NUMPARTITIONS']._serialized_start=3041
|
74
|
+
_globals['_NUMPARTITIONS']._serialized_end=3080
|
75
75
|
# @@protoc_insertion_point(module_scope)
|
@@ -2,7 +2,8 @@ from google.protobuf.internal import containers as _containers
|
|
2
2
|
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
3
3
|
from google.protobuf import descriptor as _descriptor
|
4
4
|
from google.protobuf import message as _message
|
5
|
-
from
|
5
|
+
from collections.abc import Iterable as _Iterable, Mapping as _Mapping
|
6
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
6
7
|
|
7
8
|
DESCRIPTOR: _descriptor.FileDescriptor
|
8
9
|
|
@@ -92,7 +93,7 @@ class MessageAddressTableLookup(_message.Message):
|
|
92
93
|
def __init__(self, account_key: _Optional[bytes] = ..., writable_indexes: _Optional[bytes] = ..., readonly_indexes: _Optional[bytes] = ...) -> None: ...
|
93
94
|
|
94
95
|
class TransactionStatusMeta(_message.Message):
|
95
|
-
__slots__ = ("err", "fee", "pre_balances", "post_balances", "inner_instructions", "inner_instructions_none", "log_messages", "log_messages_none", "pre_token_balances", "post_token_balances", "rewards", "loaded_writable_addresses", "loaded_readonly_addresses", "return_data", "return_data_none", "compute_units_consumed")
|
96
|
+
__slots__ = ("err", "fee", "pre_balances", "post_balances", "inner_instructions", "inner_instructions_none", "log_messages", "log_messages_none", "pre_token_balances", "post_token_balances", "rewards", "loaded_writable_addresses", "loaded_readonly_addresses", "return_data", "return_data_none", "compute_units_consumed", "cost_units")
|
96
97
|
ERR_FIELD_NUMBER: _ClassVar[int]
|
97
98
|
FEE_FIELD_NUMBER: _ClassVar[int]
|
98
99
|
PRE_BALANCES_FIELD_NUMBER: _ClassVar[int]
|
@@ -109,6 +110,7 @@ class TransactionStatusMeta(_message.Message):
|
|
109
110
|
RETURN_DATA_FIELD_NUMBER: _ClassVar[int]
|
110
111
|
RETURN_DATA_NONE_FIELD_NUMBER: _ClassVar[int]
|
111
112
|
COMPUTE_UNITS_CONSUMED_FIELD_NUMBER: _ClassVar[int]
|
113
|
+
COST_UNITS_FIELD_NUMBER: _ClassVar[int]
|
112
114
|
err: TransactionError
|
113
115
|
fee: int
|
114
116
|
pre_balances: _containers.RepeatedScalarFieldContainer[int]
|
@@ -125,7 +127,8 @@ class TransactionStatusMeta(_message.Message):
|
|
125
127
|
return_data: ReturnData
|
126
128
|
return_data_none: bool
|
127
129
|
compute_units_consumed: int
|
128
|
-
|
130
|
+
cost_units: int
|
131
|
+
def __init__(self, err: _Optional[_Union[TransactionError, _Mapping]] = ..., fee: _Optional[int] = ..., pre_balances: _Optional[_Iterable[int]] = ..., post_balances: _Optional[_Iterable[int]] = ..., inner_instructions: _Optional[_Iterable[_Union[InnerInstructions, _Mapping]]] = ..., inner_instructions_none: bool = ..., log_messages: _Optional[_Iterable[str]] = ..., log_messages_none: bool = ..., pre_token_balances: _Optional[_Iterable[_Union[TokenBalance, _Mapping]]] = ..., post_token_balances: _Optional[_Iterable[_Union[TokenBalance, _Mapping]]] = ..., rewards: _Optional[_Iterable[_Union[Reward, _Mapping]]] = ..., loaded_writable_addresses: _Optional[_Iterable[bytes]] = ..., loaded_readonly_addresses: _Optional[_Iterable[bytes]] = ..., return_data: _Optional[_Union[ReturnData, _Mapping]] = ..., return_data_none: bool = ..., compute_units_consumed: _Optional[int] = ..., cost_units: _Optional[int] = ...) -> None: ...
|
129
132
|
|
130
133
|
class TransactionError(_message.Message):
|
131
134
|
__slots__ = ("err",)
|
@@ -1,21 +0,0 @@
|
|
1
|
-
yellowstone_fumarole_client/__init__.py,sha256=zaCqyRuSvI2GRalf8iorVBxVfs_Yr6jmihC6y_cAs_Y,10943
|
2
|
-
yellowstone_fumarole_client/config.py,sha256=MIFJ-HwzkbdzGMU5mw2GQ8NbUbE7QaBM2NH5WUukodg,788
|
3
|
-
yellowstone_fumarole_client/grpc_connectivity.py,sha256=4wjcLq1vWUBXbngEJG-NMbbNhUjX2IgIlh6s2sN-OFM,7446
|
4
|
-
yellowstone_fumarole_client/runtime/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
|
-
yellowstone_fumarole_client/runtime/aio.py,sha256=TZer114eylM33UgvnG3nyjM3wfGnSKMA78vHt-KtQeM,20829
|
6
|
-
yellowstone_fumarole_client/runtime/state_machine.py,sha256=8mrCLd-DpCDdHsbOAhgYgzcb96Nrv4ToYxGAiSaqVcQ,12668
|
7
|
-
yellowstone_fumarole_client/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
8
|
-
yellowstone_fumarole_client/utils/aio.py,sha256=sm2q95CBumZGpRPQtD7QykCKgIxiP1te_dLVsFQ13hk,756
|
9
|
-
yellowstone_fumarole_proto/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10
|
-
yellowstone_fumarole_proto/fumarole_v2_pb2.py,sha256=lbNwmOo03dwGvfOmEjgAQyUZH8Ym8iNEHN17aqbdIy0,12680
|
11
|
-
yellowstone_fumarole_proto/fumarole_v2_pb2.pyi,sha256=qxLRRROIAh0aLoR7_plq8Xhxw5GntLnefIi5dxCgPD4,17904
|
12
|
-
yellowstone_fumarole_proto/fumarole_v2_pb2_grpc.py,sha256=j_d9D2zecnNrmR3cP7XIzyq1y4R0_XHTnzv7RKsGxM0,15954
|
13
|
-
yellowstone_fumarole_proto/geyser_pb2.py,sha256=IyxdSjUgl5iNK_bG1ZESOLL2Z_t8b1VA_R1nD1n7Sho,19624
|
14
|
-
yellowstone_fumarole_proto/geyser_pb2.pyi,sha256=TJTvxms9xNxAjyKNUd6Z0KP7yNPqXaAv--lYLtzE4RU,26776
|
15
|
-
yellowstone_fumarole_proto/geyser_pb2_grpc.py,sha256=H70Rfun8udwbFh1hOAURjBk6KNIu4XEGIgFw1yJ46nc,13555
|
16
|
-
yellowstone_fumarole_proto/solana_storage_pb2.py,sha256=0LHBWc-hKY76rES8U2ak7niaJ_pgr0HiusJD7-NqtiM,8366
|
17
|
-
yellowstone_fumarole_proto/solana_storage_pb2.pyi,sha256=lRee-OWbvwFIdPs9IhW4U5VvDFeNBcq6ErbSDiO-G6E,12901
|
18
|
-
yellowstone_fumarole_proto/solana_storage_pb2_grpc.py,sha256=W_FjTN0_TEToXDu9eHWi4wRFkiq6zT7hJjL0cApXW80,895
|
19
|
-
yellowstone_fumarole_client-0.1.0rc2.dist-info/METADATA,sha256=M_7SMyyT5BTEeaiJd4S5cw0G0I1gEg4tLWlWNCOslKU,4148
|
20
|
-
yellowstone_fumarole_client-0.1.0rc2.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
21
|
-
yellowstone_fumarole_client-0.1.0rc2.dist-info/RECORD,,
|
@@ -1,122 +0,0 @@
|
|
1
|
-
# -*- coding: utf-8 -*-
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
-
# NO CHECKED-IN PROTOBUF GENCODE
|
4
|
-
# source: fumarole_v2.proto
|
5
|
-
# Protobuf Python Version: 5.29.0
|
6
|
-
"""Generated protocol buffer code."""
|
7
|
-
from google.protobuf import descriptor as _descriptor
|
8
|
-
from google.protobuf import descriptor_pool as _descriptor_pool
|
9
|
-
from google.protobuf import runtime_version as _runtime_version
|
10
|
-
from google.protobuf import symbol_database as _symbol_database
|
11
|
-
from google.protobuf.internal import builder as _builder
|
12
|
-
_runtime_version.ValidateProtobufRuntimeVersion(
|
13
|
-
_runtime_version.Domain.PUBLIC,
|
14
|
-
5,
|
15
|
-
29,
|
16
|
-
0,
|
17
|
-
'',
|
18
|
-
'fumarole_v2.proto'
|
19
|
-
)
|
20
|
-
# @@protoc_insertion_point(imports)
|
21
|
-
|
22
|
-
_sym_db = _symbol_database.Default()
|
23
|
-
|
24
|
-
|
25
|
-
import yellowstone_fumarole_proto.geyser_pb2 as geyser__pb2
|
26
|
-
try:
|
27
|
-
solana__storage__pb2 = geyser__pb2.solana__storage__pb2
|
28
|
-
except AttributeError:
|
29
|
-
solana__storage__pb2 = geyser__pb2.solana_storage_pb2
|
30
|
-
|
31
|
-
from yellowstone_fumarole_proto.geyser_pb2 import *
|
32
|
-
|
33
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x11\x66umarole_v2.proto\x12\x0b\x66umarole_v2\x1a\x0cgeyser.proto\"\x10\n\x0eVersionRequest\"\"\n\x0fVersionResponse\x12\x0f\n\x07version\x18\x01 \x01(\t\":\n\x1bGetConsumerGroupInfoRequest\x12\x1b\n\x13\x63onsumer_group_name\x18\x01 \x01(\t\"9\n\x1a\x44\x65leteConsumerGroupRequest\x12\x1b\n\x13\x63onsumer_group_name\x18\x01 \x01(\t\".\n\x1b\x44\x65leteConsumerGroupResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\"\x1b\n\x19ListConsumerGroupsRequest\"U\n\x1aListConsumerGroupsResponse\x12\x37\n\x0f\x63onsumer_groups\x18\x01 \x03(\x0b\x32\x1e.fumarole_v2.ConsumerGroupInfo\"N\n\x11\x43onsumerGroupInfo\x12\n\n\x02id\x18\x01 \x01(\t\x12\x1b\n\x13\x63onsumer_group_name\x18\x02 \x01(\t\x12\x10\n\x08is_stale\x18\x03 \x01(\x08\"4\n\x15GetSlotLagInfoRequest\x12\x1b\n\x13\x63onsumer_group_name\x18\x01 \x01(\t\"\xf1\x04\n\x0c\x42lockFilters\x12\x39\n\x08\x61\x63\x63ounts\x18\x01 \x03(\x0b\x32\'.fumarole_v2.BlockFilters.AccountsEntry\x12\x41\n\x0ctransactions\x18\x02 \x03(\x0b\x32+.fumarole_v2.BlockFilters.TransactionsEntry\x12\x37\n\x07\x65ntries\x18\x03 \x03(\x0b\x32&.fumarole_v2.BlockFilters.EntriesEntry\x12>\n\x0b\x62locks_meta\x18\x04 \x03(\x0b\x32).fumarole_v2.BlockFilters.BlocksMetaEntry\x1aW\n\rAccountsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x35\n\x05value\x18\x02 \x01(\x0b\x32&.geyser.SubscribeRequestFilterAccounts:\x02\x38\x01\x1a_\n\x11TransactionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x39\n\x05value\x18\x02 \x01(\x0b\x32*.geyser.SubscribeRequestFilterTransactions:\x02\x38\x01\x1aS\n\x0c\x45ntriesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x32\n\x05value\x18\x02 \x01(\x0b\x32#.geyser.SubscribeRequestFilterEntry:\x02\x38\x01\x1a[\n\x0f\x42locksMetaEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x37\n\x05value\x18\x02 \x01(\x0b\x32(.geyser.SubscribeRequestFilterBlocksMeta:\x02\x38\x01\"\x98\x01\n\x12\x44ownloadBlockShard\x12\x15\n\rblockchain_id\x18\x01 \x01(\x0c\x12\x11\n\tblock_uid\x18\x02 \x01(\x0c\x12\x11\n\tshard_idx\x18\x03 \x01(\x05\x12\x34\n\x0c\x62lockFilters\x18\x04 \x01(\x0b\x32\x19.fumarole_v2.BlockFiltersH\x00\x88\x01\x01\x42\x0f\n\r_blockFilters\"\x17\n\x04Ping\x12\x0f\n\x07ping_id\x18\x01 \x01(\r\"\x17\n\x04Pong\x12\x0f\n\x07ping_id\x18\x01 \x01(\r\"\x8d\x01\n\x0b\x44\x61taCommand\x12?\n\x14\x64ownload_block_shard\x18\x01 \x01(\x0b\x32\x1f.fumarole_v2.DownloadBlockShardH\x00\x12\x32\n\rfilter_update\x18\x02 \x01(\x0b\x32\x19.fumarole_v2.BlockFiltersH\x00\x42\t\n\x07\x63ommand\"\x1a\n\x18\x42lockShardDownloadFinish\"L\n\rBlockNotFound\x12\x15\n\rblockchain_id\x18\x01 \x01(\x0c\x12\x11\n\tblock_uid\x18\x02 \x01(\x0c\x12\x11\n\tshard_idx\x18\x03 \x01(\x05\"E\n\tDataError\x12/\n\tnot_found\x18\x01 \x01(\x0b\x32\x1a.fumarole_v2.BlockNotFoundH\x00\x42\x07\n\x05\x65rror\"\x93\x01\n\x0c\x44\x61taResponse\x12)\n\x06update\x18\x01 \x01(\x0b\x32\x17.geyser.SubscribeUpdateH\x00\x12L\n\x1b\x62lock_shard_download_finish\x18\x02 \x01(\x0b\x32%.fumarole_v2.BlockShardDownloadFinishH\x00\x42\n\n\x08response\"0\n\x0c\x43ommitOffset\x12\x0e\n\x06offset\x18\x01 \x01(\x03\x12\x10\n\x08shard_id\x18\x02 \x01(\x05\"c\n\x15PollBlockchainHistory\x12\x10\n\x08shard_id\x18\x01 \x01(\x05\x12\x11\n\x04\x66rom\x18\x02 \x01(\x03H\x00\x88\x01\x01\x12\x12\n\x05limit\x18\x03 \x01(\x03H\x01\x88\x01\x01\x42\x07\n\x05_fromB\x08\n\x06_limit\"\x8f\x02\n\x0f\x42lockchainEvent\x12\x0e\n\x06offset\x18\x01 \x01(\x03\x12\x15\n\rblockchain_id\x18\x02 \x01(\x0c\x12\x11\n\tblock_uid\x18\x03 \x01(\x0c\x12\x12\n\nnum_shards\x18\x04 \x01(\r\x12\x0c\n\x04slot\x18\x05 \x01(\x04\x12\x18\n\x0bparent_slot\x18\x06 \x01(\x04H\x00\x88\x01\x01\x12\x31\n\x10\x63ommitment_level\x18\x07 \x01(\x0e\x32\x17.geyser.CommitmentLevel\x12\x1b\n\x13\x62lockchain_shard_id\x18\x08 \x01(\x05\x12\x17\n\ndead_error\x18\t \x01(\tH\x01\x88\x01\x01\x42\x0e\n\x0c_parent_slotB\r\n\x0b_dead_error\"A\n\x11\x42lockchainHistory\x12,\n\x06\x65vents\x18\x01 \x03(\x0b\x32\x1c.fumarole_v2.BlockchainEvent\"L\n\x10JoinControlPlane\x12 \n\x13\x63onsumer_group_name\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\x16\n\x14_consumer_group_name\"\xe2\x01\n\x0e\x43ontrolCommand\x12\x35\n\x0cinitial_join\x18\x01 \x01(\x0b\x32\x1d.fumarole_v2.JoinControlPlaneH\x00\x12\x32\n\rcommit_offset\x18\x02 \x01(\x0b\x32\x19.fumarole_v2.CommitOffsetH\x00\x12\x37\n\tpoll_hist\x18\x03 \x01(\x0b\x32\".fumarole_v2.PollBlockchainHistoryH\x00\x12!\n\x04ping\x18\x04 \x01(\x0b\x32\x11.fumarole_v2.PingH\x00\x42\t\n\x07\x63ommand\"\xe7\x01\n\x0f\x43ontrolResponse\x12\x36\n\x04init\x18\x01 \x01(\x0b\x32&.fumarole_v2.InitialConsumerGroupStateH\x00\x12\x38\n\rcommit_offset\x18\x02 \x01(\x0b\x32\x1f.fumarole_v2.CommitOffsetResultH\x00\x12\x33\n\tpoll_hist\x18\x03 \x01(\x0b\x32\x1e.fumarole_v2.BlockchainHistoryH\x00\x12!\n\x04pong\x18\x04 \x01(\x0b\x32\x11.fumarole_v2.PongH\x00\x42\n\n\x08response\"6\n\x12\x43ommitOffsetResult\x12\x0e\n\x06offset\x18\x01 \x01(\x03\x12\x10\n\x08shard_id\x18\x02 \x01(\x05\"\xd1\x01\n\x19InitialConsumerGroupState\x12\x15\n\rblockchain_id\x18\x01 \x01(\x0c\x12`\n\x16last_committed_offsets\x18\x02 \x03(\x0b\x32@.fumarole_v2.InitialConsumerGroupState.LastCommittedOffsetsEntry\x1a;\n\x19LastCommittedOffsetsEntry\x12\x0b\n\x03key\x18\x01 \x01(\x05\x12\r\n\x05value\x18\x02 \x01(\x03:\x02\x38\x01\"8\n\x1b\x43reateConsumerGroupResponse\x12\x19\n\x11\x63onsumer_group_id\x18\x01 \x01(\t\"z\n\x1a\x43reateConsumerGroupRequest\x12\x1b\n\x13\x63onsumer_group_name\x18\x01 \x01(\t\x12?\n\x15initial_offset_policy\x18\x02 \x01(\x0e\x32 .fumarole_v2.InitialOffsetPolicy*!\n\x13InitialOffsetPolicy\x12\n\n\x06LATEST\x10\x00\x32\xe2\x05\n\x08\x46umarole\x12\x62\n\x14GetConsumerGroupInfo\x12(.fumarole_v2.GetConsumerGroupInfoRequest\x1a\x1e.fumarole_v2.ConsumerGroupInfo\"\x00\x12g\n\x12ListConsumerGroups\x12&.fumarole_v2.ListConsumerGroupsRequest\x1a\'.fumarole_v2.ListConsumerGroupsResponse\"\x00\x12j\n\x13\x44\x65leteConsumerGroup\x12\'.fumarole_v2.DeleteConsumerGroupRequest\x1a(.fumarole_v2.DeleteConsumerGroupResponse\"\x00\x12j\n\x13\x43reateConsumerGroup\x12\'.fumarole_v2.CreateConsumerGroupRequest\x1a(.fumarole_v2.CreateConsumerGroupResponse\"\x00\x12O\n\rDownloadBlock\x12\x1f.fumarole_v2.DownloadBlockShard\x1a\x19.fumarole_v2.DataResponse\"\x00\x30\x01\x12J\n\rSubscribeData\x12\x18.fumarole_v2.DataCommand\x1a\x19.fumarole_v2.DataResponse\"\x00(\x01\x30\x01\x12L\n\tSubscribe\x12\x1b.fumarole_v2.ControlCommand\x1a\x1c.fumarole_v2.ControlResponse\"\x00(\x01\x30\x01\x12\x46\n\x07Version\x12\x1b.fumarole_v2.VersionRequest\x1a\x1c.fumarole_v2.VersionResponse\"\x00P\x00\x62\x06proto3')
|
34
|
-
|
35
|
-
_globals = globals()
|
36
|
-
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
37
|
-
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'fumarole_v2_pb2', _globals)
|
38
|
-
if not _descriptor._USE_C_DESCRIPTORS:
|
39
|
-
DESCRIPTOR._loaded_options = None
|
40
|
-
_globals['_BLOCKFILTERS_ACCOUNTSENTRY']._loaded_options = None
|
41
|
-
_globals['_BLOCKFILTERS_ACCOUNTSENTRY']._serialized_options = b'8\001'
|
42
|
-
_globals['_BLOCKFILTERS_TRANSACTIONSENTRY']._loaded_options = None
|
43
|
-
_globals['_BLOCKFILTERS_TRANSACTIONSENTRY']._serialized_options = b'8\001'
|
44
|
-
_globals['_BLOCKFILTERS_ENTRIESENTRY']._loaded_options = None
|
45
|
-
_globals['_BLOCKFILTERS_ENTRIESENTRY']._serialized_options = b'8\001'
|
46
|
-
_globals['_BLOCKFILTERS_BLOCKSMETAENTRY']._loaded_options = None
|
47
|
-
_globals['_BLOCKFILTERS_BLOCKSMETAENTRY']._serialized_options = b'8\001'
|
48
|
-
_globals['_INITIALCONSUMERGROUPSTATE_LASTCOMMITTEDOFFSETSENTRY']._loaded_options = None
|
49
|
-
_globals['_INITIALCONSUMERGROUPSTATE_LASTCOMMITTEDOFFSETSENTRY']._serialized_options = b'8\001'
|
50
|
-
_globals['_INITIALOFFSETPOLICY']._serialized_start=3306
|
51
|
-
_globals['_INITIALOFFSETPOLICY']._serialized_end=3339
|
52
|
-
_globals['_VERSIONREQUEST']._serialized_start=48
|
53
|
-
_globals['_VERSIONREQUEST']._serialized_end=64
|
54
|
-
_globals['_VERSIONRESPONSE']._serialized_start=66
|
55
|
-
_globals['_VERSIONRESPONSE']._serialized_end=100
|
56
|
-
_globals['_GETCONSUMERGROUPINFOREQUEST']._serialized_start=102
|
57
|
-
_globals['_GETCONSUMERGROUPINFOREQUEST']._serialized_end=160
|
58
|
-
_globals['_DELETECONSUMERGROUPREQUEST']._serialized_start=162
|
59
|
-
_globals['_DELETECONSUMERGROUPREQUEST']._serialized_end=219
|
60
|
-
_globals['_DELETECONSUMERGROUPRESPONSE']._serialized_start=221
|
61
|
-
_globals['_DELETECONSUMERGROUPRESPONSE']._serialized_end=267
|
62
|
-
_globals['_LISTCONSUMERGROUPSREQUEST']._serialized_start=269
|
63
|
-
_globals['_LISTCONSUMERGROUPSREQUEST']._serialized_end=296
|
64
|
-
_globals['_LISTCONSUMERGROUPSRESPONSE']._serialized_start=298
|
65
|
-
_globals['_LISTCONSUMERGROUPSRESPONSE']._serialized_end=383
|
66
|
-
_globals['_CONSUMERGROUPINFO']._serialized_start=385
|
67
|
-
_globals['_CONSUMERGROUPINFO']._serialized_end=463
|
68
|
-
_globals['_GETSLOTLAGINFOREQUEST']._serialized_start=465
|
69
|
-
_globals['_GETSLOTLAGINFOREQUEST']._serialized_end=517
|
70
|
-
_globals['_BLOCKFILTERS']._serialized_start=520
|
71
|
-
_globals['_BLOCKFILTERS']._serialized_end=1145
|
72
|
-
_globals['_BLOCKFILTERS_ACCOUNTSENTRY']._serialized_start=783
|
73
|
-
_globals['_BLOCKFILTERS_ACCOUNTSENTRY']._serialized_end=870
|
74
|
-
_globals['_BLOCKFILTERS_TRANSACTIONSENTRY']._serialized_start=872
|
75
|
-
_globals['_BLOCKFILTERS_TRANSACTIONSENTRY']._serialized_end=967
|
76
|
-
_globals['_BLOCKFILTERS_ENTRIESENTRY']._serialized_start=969
|
77
|
-
_globals['_BLOCKFILTERS_ENTRIESENTRY']._serialized_end=1052
|
78
|
-
_globals['_BLOCKFILTERS_BLOCKSMETAENTRY']._serialized_start=1054
|
79
|
-
_globals['_BLOCKFILTERS_BLOCKSMETAENTRY']._serialized_end=1145
|
80
|
-
_globals['_DOWNLOADBLOCKSHARD']._serialized_start=1148
|
81
|
-
_globals['_DOWNLOADBLOCKSHARD']._serialized_end=1300
|
82
|
-
_globals['_PING']._serialized_start=1302
|
83
|
-
_globals['_PING']._serialized_end=1325
|
84
|
-
_globals['_PONG']._serialized_start=1327
|
85
|
-
_globals['_PONG']._serialized_end=1350
|
86
|
-
_globals['_DATACOMMAND']._serialized_start=1353
|
87
|
-
_globals['_DATACOMMAND']._serialized_end=1494
|
88
|
-
_globals['_BLOCKSHARDDOWNLOADFINISH']._serialized_start=1496
|
89
|
-
_globals['_BLOCKSHARDDOWNLOADFINISH']._serialized_end=1522
|
90
|
-
_globals['_BLOCKNOTFOUND']._serialized_start=1524
|
91
|
-
_globals['_BLOCKNOTFOUND']._serialized_end=1600
|
92
|
-
_globals['_DATAERROR']._serialized_start=1602
|
93
|
-
_globals['_DATAERROR']._serialized_end=1671
|
94
|
-
_globals['_DATARESPONSE']._serialized_start=1674
|
95
|
-
_globals['_DATARESPONSE']._serialized_end=1821
|
96
|
-
_globals['_COMMITOFFSET']._serialized_start=1823
|
97
|
-
_globals['_COMMITOFFSET']._serialized_end=1871
|
98
|
-
_globals['_POLLBLOCKCHAINHISTORY']._serialized_start=1873
|
99
|
-
_globals['_POLLBLOCKCHAINHISTORY']._serialized_end=1972
|
100
|
-
_globals['_BLOCKCHAINEVENT']._serialized_start=1975
|
101
|
-
_globals['_BLOCKCHAINEVENT']._serialized_end=2246
|
102
|
-
_globals['_BLOCKCHAINHISTORY']._serialized_start=2248
|
103
|
-
_globals['_BLOCKCHAINHISTORY']._serialized_end=2313
|
104
|
-
_globals['_JOINCONTROLPLANE']._serialized_start=2315
|
105
|
-
_globals['_JOINCONTROLPLANE']._serialized_end=2391
|
106
|
-
_globals['_CONTROLCOMMAND']._serialized_start=2394
|
107
|
-
_globals['_CONTROLCOMMAND']._serialized_end=2620
|
108
|
-
_globals['_CONTROLRESPONSE']._serialized_start=2623
|
109
|
-
_globals['_CONTROLRESPONSE']._serialized_end=2854
|
110
|
-
_globals['_COMMITOFFSETRESULT']._serialized_start=2856
|
111
|
-
_globals['_COMMITOFFSETRESULT']._serialized_end=2910
|
112
|
-
_globals['_INITIALCONSUMERGROUPSTATE']._serialized_start=2913
|
113
|
-
_globals['_INITIALCONSUMERGROUPSTATE']._serialized_end=3122
|
114
|
-
_globals['_INITIALCONSUMERGROUPSTATE_LASTCOMMITTEDOFFSETSENTRY']._serialized_start=3063
|
115
|
-
_globals['_INITIALCONSUMERGROUPSTATE_LASTCOMMITTEDOFFSETSENTRY']._serialized_end=3122
|
116
|
-
_globals['_CREATECONSUMERGROUPRESPONSE']._serialized_start=3124
|
117
|
-
_globals['_CREATECONSUMERGROUPRESPONSE']._serialized_end=3180
|
118
|
-
_globals['_CREATECONSUMERGROUPREQUEST']._serialized_start=3182
|
119
|
-
_globals['_CREATECONSUMERGROUPREQUEST']._serialized_end=3304
|
120
|
-
_globals['_FUMAROLE']._serialized_start=3342
|
121
|
-
_globals['_FUMAROLE']._serialized_end=4080
|
122
|
-
# @@protoc_insertion_point(module_scope)
|
{yellowstone_fumarole_client-0.1.0rc2.dist-info → yellowstone_fumarole_client-0.2.1.dist-info}/WHEEL
RENAMED
File without changes
|