From b56c726fb4f77cf913fb8539c528079495a737c3 Mon Sep 17 00:00:00 2001 From: Tom McLean Date: Tue, 16 Aug 2022 16:02:42 +0100 Subject: [PATCH] feat: Updating protobuf generation to new version --- Makefile | 2 +- buf.gen.yaml | 7 + poetry.lock | 35 +- pyproject.toml | 1 + tests/vega_sim/api/test_data.py | 6 +- vega_sim/api/governance.py | 2 - .../data_node/api/v1/trading_data_pb2.py | 2771 ++------------ .../data_node/api/v2/trading_data_pb2.py | 3218 +++-------------- .../data_node/api/v2/trading_data_pb2_grpc.py | 639 +++- vega_sim/proto/vega/api/v1/core_pb2.py | 341 +- vega_sim/proto/vega/api/v1/corestate_pb2.py | 433 +-- vega_sim/proto/vega/assets_pb2.py | 107 +- vega_sim/proto/vega/chain_events_pb2.py | 278 +- .../vega/checkpoint/v1/checkpoint_pb2.py | 458 +-- .../proto/vega/commands/v1/commands_pb2.py | 257 +- .../proto/vega/commands/v1/oracles_pb2.py | 29 +- .../proto/vega/commands/v1/signature_pb2.py | 22 +- .../proto/vega/commands/v1/transaction_pb2.py | 54 +- .../commands/v1/validator_commands_pb2.py | 166 +- vega_sim/proto/vega/events/v1/events_pb2.py | 649 +--- vega_sim/proto/vega/governance_pb2.py | 385 +- vega_sim/proto/vega/markets_pb2.py | 358 +- vega_sim/proto/vega/oracles/v1/data_pb2.py | 40 +- vega_sim/proto/vega/oracles/v1/spec_pb2.py | 101 +- .../proto/vega/snapshot/v1/snapshot_pb2.py | 1776 ++------- vega_sim/proto/vega/vega_pb2.py | 1156 +----- vega_sim/proto/vega/wallet/v1/wallet_pb2.py | 22 +- vega_sim/service.py | 4 - vega_sim/vegahome/genesis.json | 1 - 29 files changed, 2328 insertions(+), 10990 deletions(-) create mode 100644 buf.gen.yaml diff --git a/Makefile b/Makefile index 71a593c0c..7bb530b02 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ build_deps_ui: build_proto: pull_deps @rm -rf ./vega_sim/proto @mkdir ./vega_sim/proto - @python -m grpc_tools.protoc -I ${EXTERN_DIR}/vega/protos/sources --python_out=vega_sim/proto --grpc_python_out=vega_sim/proto $(shell find ${EXTERN_DIR}/vega/protos/sources -name '*.proto') + @buf generate extern/vega/protos/sources @GENERATED_DIR=./vega_sim/proto scripts/post-generate.sh .PHONY: black diff --git a/buf.gen.yaml b/buf.gen.yaml new file mode 100644 index 000000000..30124d636 --- /dev/null +++ b/buf.gen.yaml @@ -0,0 +1,7 @@ +--- +version: v1 +plugins: + - remote: buf.build/protocolbuffers/plugins/python + out: ./vega_sim/proto + - remote: buf.build/grpc/plugins/python + out: ./vega_sim/proto diff --git a/poetry.lock b/poetry.lock index 95423d163..da3f780ae 100644 --- a/poetry.lock +++ b/poetry.lock @@ -305,6 +305,20 @@ ufo = ["fs (>=2.2.0,<3)"] unicode = ["unicodedata2 (>=14.0.0)"] woff = ["zopfli (>=0.1.4)", "brotlicffi (>=0.8.0)", "brotli (>=1.0.1)"] +[[package]] +name = "googleapis-common-protos" +version = "1.56.4" +description = "Common protobufs used in Google APIs" +category = "main" +optional = false +python-versions = ">=3.7" + +[package.dependencies] +protobuf = ">=3.15.0,<5.0.0dev" + +[package.extras] +grpc = ["grpcio (>=1.0.0,<2.0.0dev)"] + [[package]] name = "gprof2dot" version = "2022.7.29" @@ -313,6 +327,17 @@ category = "main" optional = true python-versions = ">=2.7" +[[package]] +name = "grpc-gateway-protoc-gen-openapiv2" +version = "0.1.0" +description = "Provides the missing pieces for gRPC Gateway." +category = "main" +optional = false +python-versions = ">=3.6" + +[package.dependencies] +googleapis-common-protos = "*" + [[package]] name = "grpcio" version = "1.48.0" @@ -1612,7 +1637,7 @@ profile = ["snakeviz", "pytest-profiling"] [metadata] lock-version = "1.1" python-versions = "^3.9,<3.11" -content-hash = "aa70acbc613230ef642da0b06c92958be197691e4e29cb3a270be4d8258a764c" +content-hash = "6a28fb191a85f11b3509502e390057f9e58996b47b73639aaece5e5bab97c609" [metadata.files] anyio = [] @@ -1647,10 +1672,18 @@ executing = [ fastjsonschema = [] flake8 = [] fonttools = [] +googleapis-common-protos = [ + {file = "googleapis-common-protos-1.56.4.tar.gz", hash = "sha256:c25873c47279387cfdcbdafa36149887901d36202cb645a0e4f29686bf6e4417"}, + {file = "googleapis_common_protos-1.56.4-py2.py3-none-any.whl", hash = "sha256:8eb2cbc91b69feaf23e32452a7ae60e791e09967d81d4fcc7fc388182d1bd394"}, +] gprof2dot = [ {file = "gprof2dot-2022.7.29-py2.py3-none-any.whl", hash = "sha256:f165b3851d3c52ee4915eb1bd6cca571e5759823c2cd0f71a79bda93c2dc85d6"}, {file = "gprof2dot-2022.7.29.tar.gz", hash = "sha256:45b4d298bd36608fccf9511c3fd88a773f7a1abc04d6cd39445b11ba43133ec5"}, ] +grpc-gateway-protoc-gen-openapiv2 = [ + {file = "grpc-gateway-protoc-gen-openapiv2-0.1.0.tar.gz", hash = "sha256:03b8934080ae81f709af041e4f89694db586a95ff35abba05d033d499811d4f6"}, + {file = "grpc_gateway_protoc_gen_openapiv2-0.1.0-py3-none-any.whl", hash = "sha256:45ba00a6e9df13d35fe46d4149c62361a63c27e61fb08faa192aea0f4fbed609"}, +] grpcio = [ {file = "grpcio-1.48.0-cp310-cp310-linux_armv7l.whl", hash = "sha256:4a049a032144641ed5d073535c0dc69eb6029187cc729a66946c86dcc8eec3a1"}, {file = "grpcio-1.48.0-cp310-cp310-macosx_10_10_x86_64.whl", hash = "sha256:f8bc76f5cd95f5476e5285fe5d3704a9332586a569fbbccef551b0b6f7a270f9"}, diff --git a/pyproject.toml b/pyproject.toml index 2fad215e8..b8fef10e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ matplotlib = {version = "^3.5.2", optional = true} snakeviz = {version = "^2.1.1", optional = true} pytest-profiling = {version = "^1.7.0", optional = true} ipywidgets = {version = "^7.7.1", extras = ["plotly"]} +grpc-gateway-protoc-gen-openapiv2 = "^0.1.0" [tool.poetry.dev-dependencies] black = "^22.3.0" diff --git a/tests/vega_sim/api/test_data.py b/tests/vega_sim/api/test_data.py index cb038a6b6..20db3780a 100644 --- a/tests/vega_sim/api/test_data.py +++ b/tests/vega_sim/api/test_data.py @@ -104,19 +104,19 @@ def Assets(self, request, context): vega_protos.assets.Asset( id="asset1_id", details=vega_protos.assets.AssetDetails( - name="asset1", symbol="A1", total_supply="1000000", decimals=5 + name="asset1", symbol="A1", decimals=5 ), ), vega_protos.assets.Asset( id="asset2_id", details=vega_protos.assets.AssetDetails( - name="asset2", symbol="A2", total_supply="1000000", decimals=5 + name="asset2", symbol="A2", decimals=5 ), ), vega_protos.assets.Asset( id="asset3_id", details=vega_protos.assets.AssetDetails( - name="asset3", symbol="A3", total_supply="1000000", decimals=5 + name="asset3", symbol="A3", decimals=5 ), ), ] diff --git a/vega_sim/api/governance.py b/vega_sim/api/governance.py index c666849b8..c3849d271 100644 --- a/vega_sim/api/governance.py +++ b/vega_sim/api/governance.py @@ -353,7 +353,6 @@ def propose_asset( wallet: Wallet, name: str, symbol: str, - total_supply: int, decimals: int, data_client: vac.VegaTradingDataClient, quantum: int = 1, @@ -366,7 +365,6 @@ def propose_asset( asset_detail = vega_protos.assets.AssetDetails( name=name, symbol=symbol, - total_supply=str(int(total_supply)), decimals=decimals, quantum=str(int(quantum)), builtin_asset=vega_protos.assets.BuiltinAsset( diff --git a/vega_sim/proto/data_node/api/v1/trading_data_pb2.py b/vega_sim/proto/data_node/api/v1/trading_data_pb2.py index e75094cf1..08a5955c9 100644 --- a/vega_sim/proto/data_node/api/v1/trading_data_pb2.py +++ b/vega_sim/proto/data_node/api/v1/trading_data_pb2.py @@ -2,10 +2,9 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: data-node/api/v1/trading_data.proto """Generated protocol buffer code.""" +from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) @@ -26,2109 +25,13 @@ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile( - b'\n#data-node/api/v1/trading_data.proto\x12\x0f\x64\x61tanode.api.v1\x1a\x0fvega/vega.proto\x1a\x12vega/markets.proto\x1a\x15vega/governance.proto\x1a\x11vega/assets.proto\x1a\x1bvega/events/v1/events.proto\x1a\x1avega/oracles/v1/spec.proto\x1a\x1avega/oracles/v1/data.proto\x1a)vega/commands/v1/validator_commands.proto"B\n\x10TransfersRequest\x12\x0e\n\x06pubkey\x18\x01 \x01(\t\x12\x0f\n\x07is_from\x18\x02 \x01(\x08\x12\r\n\x05is_to\x18\x03 \x01(\x08"@\n\x11TransfersResponse\x12+\n\ttransfers\x18\x01 \x03(\x0b\x32\x18.vega.events.v1.Transfer"x\n\x12\x44\x65legationsRequest\x12\r\n\x05party\x18\x01 \x01(\t\x12\x0f\n\x07node_id\x18\x02 \x01(\t\x12\x11\n\tepoch_seq\x18\x03 \x01(\t\x12/\n\npagination\x18\x04 \x01(\x0b\x32\x1b.datanode.api.v1.Pagination"<\n\x13\x44\x65legationsResponse\x12%\n\x0b\x64\x65legations\x18\x01 \x03(\x0b\x32\x10.vega.Delegation";\n\x19ObserveDelegationsRequest\x12\r\n\x05party\x18\x01 \x01(\t\x12\x0f\n\x07node_id\x18\x02 \x01(\t"B\n\x1aObserveDelegationsResponse\x12$\n\ndelegation\x18\x01 \x01(\x0b\x32\x10.vega.Delegation""\n\x11PartyStakeRequest\x12\r\n\x05party\x18\x01 \x01(\t"k\n\x12PartyStakeResponse\x12\x1f\n\x17\x63urrent_stake_available\x18\x01 \x01(\t\x12\x34\n\x0estake_linkings\x18\x02 \x03(\x0b\x32\x1c.vega.events.v1.StakeLinking"\x14\n\x12GetNodeDataRequest"8\n\x13GetNodeDataResponse\x12!\n\tnode_data\x18\x01 \x01(\x0b\x32\x0e.vega.NodeData"\x11\n\x0fGetNodesRequest"-\n\x10GetNodesResponse\x12\x19\n\x05nodes\x18\x01 \x03(\x0b\x32\n.vega.Node" \n\x12GetNodeByIDRequest\x12\n\n\x02id\x18\x01 \x01(\t"/\n\x13GetNodeByIDResponse\x12\x18\n\x04node\x18\x01 \x01(\x0b\x32\n.vega.Node"\x1d\n\x0fGetEpochRequest\x12\n\n\x02id\x18\x01 \x01(\x04".\n\x10GetEpochResponse\x12\x1a\n\x05\x65poch\x18\x01 \x01(\x0b\x32\x0b.vega.Epoch"^\n\x0bKeyRotation\x12\x0f\n\x07node_id\x18\x01 \x01(\t\x12\x13\n\x0bold_pub_key\x18\x02 \x01(\t\x12\x13\n\x0bnew_pub_key\x18\x03 \x01(\t\x12\x14\n\x0c\x62lock_height\x18\x04 \x01(\x04"\x18\n\x16GetKeyRotationsRequest"J\n\x17GetKeyRotationsResponse\x12/\n\trotations\x18\x01 \x03(\x0b\x32\x1c.datanode.api.v1.KeyRotation"/\n\x1cGetKeyRotationsByNodeRequest\x12\x0f\n\x07node_id\x18\x01 \x01(\t"P\n\x1dGetKeyRotationsByNodeResponse\x12/\n\trotations\x18\x01 \x03(\x0b\x32\x1c.datanode.api.v1.KeyRotation"\x0f\n\rAssetsRequest"-\n\x0e\x41ssetsResponse\x12\x1b\n\x06\x61ssets\x18\x01 \x03(\x0b\x32\x0b.vega.Asset"\x1e\n\x10\x41ssetByIDRequest\x12\n\n\x02id\x18\x01 \x01(\t"/\n\x11\x41ssetByIDResponse\x12\x1a\n\x05\x61sset\x18\x01 \x01(\x0b\x32\x0b.vega.Asset"/\n!GetNodeSignaturesAggregateRequest\x12\n\n\x02id\x18\x01 \x01(\t"Y\n"GetNodeSignaturesAggregateResponse\x12\x33\n\nsignatures\x18\x01 \x03(\x0b\x32\x1f.vega.commands.v1.NodeSignature"<\n\x15OptionalProposalState\x12#\n\x05value\x18\x01 \x01(\x0e\x32\x14.vega.Proposal.State"V\n\x13GetProposalsRequest\x12?\n\x0fselect_in_state\x18\x01 \x01(\x0b\x32&.datanode.api.v1.OptionalProposalState":\n\x14GetProposalsResponse\x12"\n\x04\x64\x61ta\x18\x01 \x03(\x0b\x32\x14.vega.GovernanceData"o\n\x1aGetProposalsByPartyRequest\x12\x10\n\x08party_id\x18\x01 \x01(\t\x12?\n\x0fselect_in_state\x18\x02 \x01(\x0b\x32&.datanode.api.v1.OptionalProposalState"A\n\x1bGetProposalsByPartyResponse\x12"\n\x04\x64\x61ta\x18\x01 \x03(\x0b\x32\x14.vega.GovernanceData"*\n\x16GetVotesByPartyRequest\x12\x10\n\x08party_id\x18\x01 \x01(\t"4\n\x17GetVotesByPartyResponse\x12\x19\n\x05votes\x18\x01 \x03(\x0b\x32\n.vega.Vote"_\n\x1cGetNewMarketProposalsRequest\x12?\n\x0fselect_in_state\x18\x01 \x01(\x0b\x32&.datanode.api.v1.OptionalProposalState"C\n\x1dGetNewMarketProposalsResponse\x12"\n\x04\x64\x61ta\x18\x01 \x03(\x0b\x32\x14.vega.GovernanceData"u\n\x1fGetUpdateMarketProposalsRequest\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12?\n\x0fselect_in_state\x18\x02 \x01(\x0b\x32&.datanode.api.v1.OptionalProposalState"F\n GetUpdateMarketProposalsResponse\x12"\n\x04\x64\x61ta\x18\x01 \x03(\x0b\x32\x14.vega.GovernanceData"g\n$GetNetworkParametersProposalsRequest\x12?\n\x0fselect_in_state\x18\x01 \x01(\x0b\x32&.datanode.api.v1.OptionalProposalState"K\n%GetNetworkParametersProposalsResponse\x12"\n\x04\x64\x61ta\x18\x01 \x03(\x0b\x32\x14.vega.GovernanceData"a\n\x1eGetNewFreeformProposalsRequest\x12?\n\x0fselect_in_state\x18\x01 \x01(\x0b\x32&.datanode.api.v1.OptionalProposalState"E\n\x1fGetNewFreeformProposalsResponse\x12"\n\x04\x64\x61ta\x18\x01 \x03(\x0b\x32\x14.vega.GovernanceData"^\n\x1bGetNewAssetProposalsRequest\x12?\n\x0fselect_in_state\x18\x01 \x01(\x0b\x32&.datanode.api.v1.OptionalProposalState"B\n\x1cGetNewAssetProposalsResponse\x12"\n\x04\x64\x61ta\x18\x01 \x03(\x0b\x32\x14.vega.GovernanceData"-\n\x16GetProposalByIDRequest\x12\x13\n\x0bproposal_id\x18\x01 \x01(\t"=\n\x17GetProposalByIDResponse\x12"\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x14.vega.GovernanceData"2\n\x1dGetProposalByReferenceRequest\x12\x11\n\treference\x18\x01 \x01(\t"D\n\x1eGetProposalByReferenceResponse\x12"\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x14.vega.GovernanceData"\x1a\n\x18ObserveGovernanceRequest"?\n\x19ObserveGovernanceResponse\x12"\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x14.vega.GovernanceData"0\n\x1cObservePartyProposalsRequest\x12\x10\n\x08party_id\x18\x01 \x01(\t"C\n\x1dObservePartyProposalsResponse\x12"\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x14.vega.GovernanceData"2\n\x1bObserveProposalVotesRequest\x12\x13\n\x0bproposal_id\x18\x01 \x01(\t"8\n\x1cObserveProposalVotesResponse\x12\x18\n\x04vote\x18\x01 \x01(\x0b\x32\n.vega.Vote",\n\x18ObservePartyVotesRequest\x12\x10\n\x08party_id\x18\x01 \x01(\t"5\n\x19ObservePartyVotesResponse\x12\x18\n\x04vote\x18\x01 \x01(\x0b\x32\n.vega.Vote"C\n\x1cMarginLevelsSubscribeRequest\x12\x10\n\x08party_id\x18\x01 \x01(\t\x12\x11\n\tmarket_id\x18\x02 \x01(\t"J\n\x1dMarginLevelsSubscribeResponse\x12)\n\rmargin_levels\x18\x01 \x01(\x0b\x32\x12.vega.MarginLevels":\n\x13MarginLevelsRequest\x12\x10\n\x08party_id\x18\x01 \x01(\t\x12\x11\n\tmarket_id\x18\x02 \x01(\t"A\n\x14MarginLevelsResponse\x12)\n\rmargin_levels\x18\x01 \x03(\x0b\x32\x12.vega.MarginLevels"0\n\x1bMarketsDataSubscribeRequest\x12\x11\n\tmarket_id\x18\x01 \x01(\t"E\n\x1cMarketsDataSubscribeResponse\x12%\n\x0bmarket_data\x18\x01 \x01(\x0b\x32\x10.vega.MarketData"*\n\x15MarketDataByIDRequest\x12\x11\n\tmarket_id\x18\x01 \x01(\t"?\n\x16MarketDataByIDResponse\x12%\n\x0bmarket_data\x18\x01 \x01(\x0b\x32\x10.vega.MarketData"\x14\n\x12MarketsDataRequest"=\n\x13MarketsDataResponse\x12&\n\x0cmarkets_data\x18\x01 \x03(\x0b\x32\x10.vega.MarketData"%\n\x10LastTradeRequest\x12\x11\n\tmarket_id\x18\x01 \x01(\t"/\n\x11LastTradeResponse\x12\x1a\n\x05trade\x18\x01 \x01(\x0b\x32\x0b.vega.Trade"&\n\x11MarketByIDRequest\x12\x11\n\tmarket_id\x18\x01 \x01(\t"2\n\x12MarketByIDResponse\x12\x1c\n\x06market\x18\x01 \x01(\x0b\x32\x0c.vega.Market"$\n\x10PartyByIDRequest\x12\x10\n\x08party_id\x18\x01 \x01(\t"/\n\x11PartyByIDResponse\x12\x1a\n\x05party\x18\x01 \x01(\x0b\x32\x0b.vega.Party"\x10\n\x0ePartiesRequest"/\n\x0fPartiesResponse\x12\x1c\n\x07parties\x18\x01 \x03(\x0b\x32\x0b.vega.Party"l\n\x14TradesByPartyRequest\x12\x10\n\x08party_id\x18\x01 \x01(\t\x12\x11\n\tmarket_id\x18\x02 \x01(\t\x12/\n\npagination\x18\x03 \x01(\x0b\x32\x1b.datanode.api.v1.Pagination"4\n\x15TradesByPartyResponse\x12\x1b\n\x06trades\x18\x01 \x03(\x0b\x32\x0b.vega.Trade"(\n\x14TradesByOrderRequest\x12\x10\n\x08order_id\x18\x01 \x01(\t"4\n\x15TradesByOrderResponse\x12\x1b\n\x06trades\x18\x01 \x03(\x0b\x32\x0b.vega.Trade"o\n\x18\x41\x63\x63ountsSubscribeRequest\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\x10\n\x08party_id\x18\x02 \x01(\t\x12\r\n\x05\x61sset\x18\x03 \x01(\t\x12\x1f\n\x04type\x18\x04 \x01(\x0e\x32\x11.vega.AccountType";\n\x19\x41\x63\x63ountsSubscribeResponse\x12\x1e\n\x07\x61\x63\x63ount\x18\x01 \x01(\x0b\x32\r.vega.Account"=\n\x16OrdersSubscribeRequest\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\x10\n\x08party_id\x18\x02 \x01(\t"=\n\x16TradesSubscribeRequest\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\x10\n\x08party_id\x18\x02 \x01(\t"N\n\x17\x43\x61ndlesSubscribeRequest\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12 \n\x08interval\x18\x02 \x01(\x0e\x32\x0e.vega.Interval"8\n\x18\x43\x61ndlesSubscribeResponse\x12\x1c\n\x06\x63\x61ndle\x18\x01 \x01(\x0b\x32\x0c.vega.Candle"0\n\x1bMarketDepthSubscribeRequest\x12\x11\n\tmarket_id\x18\x01 \x01(\t"G\n\x1cMarketDepthSubscribeResponse\x12\'\n\x0cmarket_depth\x18\x01 \x01(\x0b\x32\x11.vega.MarketDepth"7\n"MarketDepthUpdatesSubscribeRequest\x12\x11\n\tmarket_id\x18\x01 \x01(\t"N\n#MarketDepthUpdatesSubscribeResponse\x12\'\n\x06update\x18\x01 \x01(\x0b\x32\x17.vega.MarketDepthUpdate"@\n\x19PositionsSubscribeRequest\x12\x10\n\x08party_id\x18\x01 \x01(\t\x12\x11\n\tmarket_id\x18\x02 \x01(\t">\n\x1aPositionsSubscribeResponse\x12 \n\x08position\x18\x01 \x01(\x0b\x32\x0e.vega.Position"[\n\x15OrdersByMarketRequest\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12/\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v1.Pagination"5\n\x16OrdersByMarketResponse\x12\x1b\n\x06orders\x18\x01 \x03(\x0b\x32\x0b.vega.Order"Y\n\x14OrdersByPartyRequest\x12\x10\n\x08party_id\x18\x01 \x01(\t\x12/\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v1.Pagination"4\n\x15OrdersByPartyResponse\x12\x1b\n\x06orders\x18\x01 \x03(\x0b\x32\x0b.vega.Order"@\n\x19OrderByMarketAndIDRequest\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\x10\n\x08order_id\x18\x02 \x01(\t"8\n\x1aOrderByMarketAndIDResponse\x12\x1a\n\x05order\x18\x01 \x01(\x0b\x32\x0b.vega.Order",\n\x17OrderByReferenceRequest\x12\x11\n\treference\x18\x01 \x01(\t"6\n\x18OrderByReferenceResponse\x12\x1a\n\x05order\x18\x01 \x01(\x0b\x32\x0b.vega.Order"\x10\n\x0eMarketsRequest"0\n\x0fMarketsResponse\x12\x1d\n\x07markets\x18\x01 \x03(\x0b\x32\x0c.vega.Market"^\n\x0e\x43\x61ndlesRequest\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\x17\n\x0fsince_timestamp\x18\x02 \x01(\x03\x12 \n\x08interval\x18\x03 \x01(\x0e\x32\x0e.vega.Interval"0\n\x0f\x43\x61ndlesResponse\x12\x1d\n\x07\x63\x61ndles\x18\x01 \x03(\x0b\x32\x0c.vega.Candle":\n\x12MarketDepthRequest\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\x11\n\tmax_depth\x18\x02 \x01(\x04"\xa1\x01\n\x13MarketDepthResponse\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\x1d\n\x03\x62uy\x18\x02 \x03(\x0b\x32\x10.vega.PriceLevel\x12\x1e\n\x04sell\x18\x03 \x03(\x0b\x32\x10.vega.PriceLevel\x12\x1f\n\nlast_trade\x18\x04 \x01(\x0b\x32\x0b.vega.Trade\x12\x17\n\x0fsequence_number\x18\x05 \x01(\x04"[\n\x15TradesByMarketRequest\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12/\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v1.Pagination"5\n\x16TradesByMarketResponse\x12\x1b\n\x06trades\x18\x01 \x03(\x0b\x32\x0b.vega.Trade">\n\x17PositionsByPartyRequest\x12\x10\n\x08party_id\x18\x01 \x01(\t\x12\x11\n\tmarket_id\x18\x02 \x01(\t"=\n\x18PositionsByPartyResponse\x12!\n\tpositions\x18\x01 \x03(\x0b\x32\x0e.vega.Position"\x14\n\x12GetVegaTimeRequest"(\n\x13GetVegaTimeResponse\x12\x11\n\ttimestamp\x18\x01 \x01(\x03"=\n\nPagination\x12\x0c\n\x04skip\x18\x01 \x01(\x04\x12\r\n\x05limit\x18\x02 \x01(\x04\x12\x12\n\ndescending\x18\x03 \x01(\x08"6\n\x17OrdersSubscribeResponse\x12\x1b\n\x06orders\x18\x01 \x03(\x0b\x32\x0b.vega.Order"6\n\x17TradesSubscribeResponse\x12\x1b\n\x06trades\x18\x01 \x03(\x0b\x32\x0b.vega.Trade"#\n!TransferResponsesSubscribeRequest"N\n"TransferResponsesSubscribeResponse\x12(\n\x08response\x18\x01 \x01(\x0b\x32\x16.vega.TransferResponse"k\n\x14PartyAccountsRequest\x12\x10\n\x08party_id\x18\x01 \x01(\t\x12\x11\n\tmarket_id\x18\x02 \x01(\t\x12\x1f\n\x04type\x18\x03 \x01(\x0e\x32\x11.vega.AccountType\x12\r\n\x05\x61sset\x18\x04 \x01(\t"8\n\x15PartyAccountsResponse\x12\x1f\n\x08\x61\x63\x63ounts\x18\x01 \x03(\x0b\x32\r.vega.Account"9\n\x15MarketAccountsRequest\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\r\n\x05\x61sset\x18\x02 \x01(\t"9\n\x16MarketAccountsResponse\x12\x1f\n\x08\x61\x63\x63ounts\x18\x01 \x03(\x0b\x32\r.vega.Account"1\n FeeInfrastructureAccountsRequest\x12\r\n\x05\x61sset\x18\x01 \x01(\t"D\n!FeeInfrastructureAccountsResponse\x12\x1f\n\x08\x61\x63\x63ounts\x18\x01 \x03(\x0b\x32\r.vega.Account"0\n\x1fGlobalRewardPoolAccountsRequest\x12\r\n\x05\x61sset\x18\x01 \x01(\t"C\n GlobalRewardPoolAccountsResponse\x12\x1f\n\x08\x61\x63\x63ounts\x18\x01 \x03(\x0b\x32\r.vega.Account"5\n\x10OrderByIDRequest\x12\x10\n\x08order_id\x18\x01 \x01(\t\x12\x0f\n\x07version\x18\x02 \x01(\x04"/\n\x11OrderByIDResponse\x12\x1a\n\x05order\x18\x01 \x01(\x0b\x32\x0b.vega.Order"]\n\x18OrderVersionsByIDRequest\x12\x10\n\x08order_id\x18\x01 \x01(\t\x12/\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v1.Pagination"8\n\x19OrderVersionsByIDResponse\x12\x1b\n\x06orders\x18\x01 \x03(\x0b\x32\x0b.vega.Order"0\n\x12\x45stimateFeeRequest\x12\x1a\n\x05order\x18\x01 \x01(\x0b\x32\x0b.vega.Order"-\n\x13\x45stimateFeeResponse\x12\x16\n\x03\x66\x65\x65\x18\x02 \x01(\x0b\x32\t.vega.Fee"3\n\x15\x45stimateMarginRequest\x12\x1a\n\x05order\x18\x01 \x01(\x0b\x32\x0b.vega.Order"C\n\x16\x45stimateMarginResponse\x12)\n\rmargin_levels\x18\x02 \x01(\x0b\x32\x12.vega.MarginLevels"}\n\x16ObserveEventBusRequest\x12*\n\x04type\x18\x01 \x03(\x0e\x32\x1c.vega.events.v1.BusEventType\x12\x11\n\tmarket_id\x18\x02 \x01(\t\x12\x10\n\x08party_id\x18\x03 \x01(\t\x12\x12\n\nbatch_size\x18\x04 \x01(\x03"C\n\x17ObserveEventBusResponse\x12(\n\x06\x65vents\x18\x01 \x03(\x0b\x32\x18.vega.events.v1.BusEvent"&\n\x12WithdrawalsRequest\x12\x10\n\x08party_id\x18\x01 \x01(\t"<\n\x13WithdrawalsResponse\x12%\n\x0bwithdrawals\x18\x01 \x03(\x0b\x32\x10.vega.Withdrawal"\x1f\n\x11WithdrawalRequest\x12\n\n\x02id\x18\x01 \x01(\t":\n\x12WithdrawalResponse\x12$\n\nwithdrawal\x18\x01 \x01(\x0b\x32\x10.vega.Withdrawal"7\n\x1e\x45RC20WithdrawalApprovalRequest\x12\x15\n\rwithdrawal_id\x18\x01 \x01(\t"\xa4\x01\n\x1f\x45RC20WithdrawalApprovalResponse\x12\x14\n\x0c\x61sset_source\x18\x01 \x01(\t\x12\x0e\n\x06\x61mount\x18\x02 \x01(\t\x12\x0e\n\x06\x65xpiry\x18\x03 \x01(\x03\x12\r\n\x05nonce\x18\x04 \x01(\t\x12\x12\n\nsignatures\x18\x05 \x01(\t\x12\x16\n\x0etarget_address\x18\x06 \x01(\t\x12\x10\n\x08\x63reation\x18\x07 \x01(\x03"#\n\x0f\x44\x65positsRequest\x12\x10\n\x08party_id\x18\x01 \x01(\t"3\n\x10\x44\x65positsResponse\x12\x1f\n\x08\x64\x65posits\x18\x01 \x03(\x0b\x32\r.vega.Deposit"\x1c\n\x0e\x44\x65positRequest\x12\n\n\x02id\x18\x01 \x01(\t"1\n\x0f\x44\x65positResponse\x12\x1e\n\x07\x64\x65posit\x18\x01 \x01(\x0b\x32\r.vega.Deposit"\x1a\n\x18NetworkParametersRequest"O\n\x19NetworkParametersResponse\x12\x32\n\x12network_parameters\x18\x01 \x03(\x0b\x32\x16.vega.NetworkParameter";\n\x1aLiquidityProvisionsRequest\x12\x0e\n\x06market\x18\x01 \x01(\t\x12\r\n\x05party\x18\x02 \x01(\t"U\n\x1bLiquidityProvisionsResponse\x12\x36\n\x14liquidity_provisions\x18\x01 \x03(\x0b\x32\x18.vega.LiquidityProvision"P\n\x11OracleSpecRequest\x12\n\n\x02id\x18\x01 \x01(\t\x12/\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v1.Pagination"A\n\x12OracleSpecResponse\x12+\n\x0boracle_spec\x18\x01 \x01(\x0b\x32\x16.oracles.v1.OracleSpec"E\n\x12OracleSpecsRequest\x12/\n\npagination\x18\x01 \x01(\x0b\x32\x1b.datanode.api.v1.Pagination"C\n\x13OracleSpecsResponse\x12,\n\x0coracle_specs\x18\x01 \x03(\x0b\x32\x16.oracles.v1.OracleSpec"V\n\x17OracleDataBySpecRequest\x12\n\n\x02id\x18\x01 \x01(\t\x12/\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v1.Pagination"G\n\x18OracleDataBySpecResponse\x12+\n\x0boracle_data\x18\x01 \x03(\x0b\x32\x16.oracles.v1.OracleData"H\n\x15ListOracleDataRequest\x12/\n\npagination\x18\x01 \x01(\x0b\x32\x1b.datanode.api.v1.Pagination"E\n\x16ListOracleDataResponse\x12+\n\x0boracle_data\x18\x01 \x03(\x0b\x32\x16.oracles.v1.OracleData"8\n\x15ObserveRewardsRequest\x12\x10\n\x08\x61sset_id\x18\x01 \x01(\t\x12\r\n\x05party\x18\x02 \x01(\t"6\n\x16ObserveRewardsResponse\x12\x1c\n\x06reward\x18\x01 \x01(\x0b\x32\x0c.vega.Reward"?\n\x19GetRewardSummariesRequest\x12\x10\n\x08party_id\x18\x01 \x01(\t\x12\x10\n\x08\x61sset_id\x18\x02 \x01(\t"D\n\x1aGetRewardSummariesResponse\x12&\n\tsummaries\x18\x01 \x03(\x0b\x32\x13.vega.RewardSummary"h\n\x11GetRewardsRequest\x12\x10\n\x08party_id\x18\x01 \x01(\t\x12\x10\n\x08\x61sset_id\x18\x02 \x01(\t\x12/\n\npagination\x18\x03 \x01(\x0b\x32\x1b.datanode.api.v1.Pagination"3\n\x12GetRewardsResponse\x12\x1d\n\x07rewards\x18\x01 \x03(\x0b\x32\x0c.vega.Reward"@\n\nCheckpoint\x12\x0c\n\x04hash\x18\x01 \x01(\t\x12\x12\n\nblock_hash\x18\x02 \x01(\t\x12\x10\n\x08\x61t_block\x18\x03 \x01(\x04"\x14\n\x12\x43heckpointsRequest"G\n\x13\x43heckpointsResponse\x12\x30\n\x0b\x63heckpoints\x18\x01 \x03(\x0b\x32\x1b.datanode.api.v1.Checkpoint"*\n\x15GetRiskFactorsRequest\x12\x11\n\tmarket_id\x18\x01 \x01(\t"?\n\x16GetRiskFactorsResponse\x12%\n\x0brisk_factor\x18\x01 \x01(\x0b\x32\x10.vega.RiskFactor2\xfd@\n\x12TradingDataService\x12\x61\n\x0eMarketAccounts\x12&.datanode.api.v1.MarketAccountsRequest\x1a\'.datanode.api.v1.MarketAccountsResponse\x12^\n\rPartyAccounts\x12%.datanode.api.v1.PartyAccountsRequest\x1a&.datanode.api.v1.PartyAccountsResponse\x12\x82\x01\n\x19\x46\x65\x65InfrastructureAccounts\x12\x31.datanode.api.v1.FeeInfrastructureAccountsRequest\x1a\x32.datanode.api.v1.FeeInfrastructureAccountsResponse\x12\x7f\n\x18GlobalRewardPoolAccounts\x12\x30.datanode.api.v1.GlobalRewardPoolAccountsRequest\x1a\x31.datanode.api.v1.GlobalRewardPoolAccountsResponse\x12L\n\x07\x43\x61ndles\x12\x1f.datanode.api.v1.CandlesRequest\x1a .datanode.api.v1.CandlesResponse\x12\x61\n\x0eMarketDataByID\x12&.datanode.api.v1.MarketDataByIDRequest\x1a\'.datanode.api.v1.MarketDataByIDResponse\x12X\n\x0bMarketsData\x12#.datanode.api.v1.MarketsDataRequest\x1a$.datanode.api.v1.MarketsDataResponse\x12U\n\nMarketByID\x12".datanode.api.v1.MarketByIDRequest\x1a#.datanode.api.v1.MarketByIDResponse\x12X\n\x0bMarketDepth\x12#.datanode.api.v1.MarketDepthRequest\x1a$.datanode.api.v1.MarketDepthResponse\x12L\n\x07Markets\x12\x1f.datanode.api.v1.MarketsRequest\x1a .datanode.api.v1.MarketsResponse\x12m\n\x12OrderByMarketAndID\x12*.datanode.api.v1.OrderByMarketAndIDRequest\x1a+.datanode.api.v1.OrderByMarketAndIDResponse\x12g\n\x10OrderByReference\x12(.datanode.api.v1.OrderByReferenceRequest\x1a).datanode.api.v1.OrderByReferenceResponse\x12\x61\n\x0eOrdersByMarket\x12&.datanode.api.v1.OrdersByMarketRequest\x1a\'.datanode.api.v1.OrdersByMarketResponse\x12^\n\rOrdersByParty\x12%.datanode.api.v1.OrdersByPartyRequest\x1a&.datanode.api.v1.OrdersByPartyResponse\x12R\n\tOrderByID\x12!.datanode.api.v1.OrderByIDRequest\x1a".datanode.api.v1.OrderByIDResponse\x12j\n\x11OrderVersionsByID\x12).datanode.api.v1.OrderVersionsByIDRequest\x1a*.datanode.api.v1.OrderVersionsByIDResponse\x12[\n\x0cMarginLevels\x12$.datanode.api.v1.MarginLevelsRequest\x1a%.datanode.api.v1.MarginLevelsResponse\x12L\n\x07Parties\x12\x1f.datanode.api.v1.PartiesRequest\x1a .datanode.api.v1.PartiesResponse\x12R\n\tPartyByID\x12!.datanode.api.v1.PartyByIDRequest\x1a".datanode.api.v1.PartyByIDResponse\x12g\n\x10PositionsByParty\x12(.datanode.api.v1.PositionsByPartyRequest\x1a).datanode.api.v1.PositionsByPartyResponse\x12R\n\tLastTrade\x12!.datanode.api.v1.LastTradeRequest\x1a".datanode.api.v1.LastTradeResponse\x12\x61\n\x0eTradesByMarket\x12&.datanode.api.v1.TradesByMarketRequest\x1a\'.datanode.api.v1.TradesByMarketResponse\x12^\n\rTradesByOrder\x12%.datanode.api.v1.TradesByOrderRequest\x1a&.datanode.api.v1.TradesByOrderResponse\x12^\n\rTradesByParty\x12%.datanode.api.v1.TradesByPartyRequest\x1a&.datanode.api.v1.TradesByPartyResponse\x12[\n\x0cGetProposals\x12$.datanode.api.v1.GetProposalsRequest\x1a%.datanode.api.v1.GetProposalsResponse\x12p\n\x13GetProposalsByParty\x12+.datanode.api.v1.GetProposalsByPartyRequest\x1a,.datanode.api.v1.GetProposalsByPartyResponse\x12\x64\n\x0fGetVotesByParty\x12\'.datanode.api.v1.GetVotesByPartyRequest\x1a(.datanode.api.v1.GetVotesByPartyResponse\x12v\n\x15GetNewMarketProposals\x12-.datanode.api.v1.GetNewMarketProposalsRequest\x1a..datanode.api.v1.GetNewMarketProposalsResponse\x12\x7f\n\x18GetUpdateMarketProposals\x12\x30.datanode.api.v1.GetUpdateMarketProposalsRequest\x1a\x31.datanode.api.v1.GetUpdateMarketProposalsResponse\x12\x8e\x01\n\x1dGetNetworkParametersProposals\x12\x35.datanode.api.v1.GetNetworkParametersProposalsRequest\x1a\x36.datanode.api.v1.GetNetworkParametersProposalsResponse\x12s\n\x14GetNewAssetProposals\x12,.datanode.api.v1.GetNewAssetProposalsRequest\x1a-.datanode.api.v1.GetNewAssetProposalsResponse\x12|\n\x17GetNewFreeformProposals\x12/.datanode.api.v1.GetNewFreeformProposalsRequest\x1a\x30.datanode.api.v1.GetNewFreeformProposalsResponse\x12\x64\n\x0fGetProposalByID\x12\'.datanode.api.v1.GetProposalByIDRequest\x1a(.datanode.api.v1.GetProposalByIDResponse\x12y\n\x16GetProposalByReference\x12..datanode.api.v1.GetProposalByReferenceRequest\x1a/.datanode.api.v1.GetProposalByReferenceResponse\x12l\n\x11ObserveGovernance\x12).datanode.api.v1.ObserveGovernanceRequest\x1a*.datanode.api.v1.ObserveGovernanceResponse0\x01\x12x\n\x15ObservePartyProposals\x12-.datanode.api.v1.ObservePartyProposalsRequest\x1a..datanode.api.v1.ObservePartyProposalsResponse0\x01\x12l\n\x11ObservePartyVotes\x12).datanode.api.v1.ObservePartyVotesRequest\x1a*.datanode.api.v1.ObservePartyVotesResponse0\x01\x12u\n\x14ObserveProposalVotes\x12,.datanode.api.v1.ObserveProposalVotesRequest\x1a-.datanode.api.v1.ObserveProposalVotesResponse0\x01\x12h\n\x0fObserveEventBus\x12\'.datanode.api.v1.ObserveEventBusRequest\x1a(.datanode.api.v1.ObserveEventBusResponse(\x01\x30\x01\x12X\n\x0bGetNodeData\x12#.datanode.api.v1.GetNodeDataRequest\x1a$.datanode.api.v1.GetNodeDataResponse\x12O\n\x08GetNodes\x12 .datanode.api.v1.GetNodesRequest\x1a!.datanode.api.v1.GetNodesResponse\x12X\n\x0bGetNodeByID\x12#.datanode.api.v1.GetNodeByIDRequest\x1a$.datanode.api.v1.GetNodeByIDResponse\x12\x64\n\x0fGetKeyRotations\x12\'.datanode.api.v1.GetKeyRotationsRequest\x1a(.datanode.api.v1.GetKeyRotationsResponse\x12v\n\x15GetKeyRotationsByNode\x12-.datanode.api.v1.GetKeyRotationsByNodeRequest\x1a..datanode.api.v1.GetKeyRotationsByNodeResponse\x12O\n\x08GetEpoch\x12 .datanode.api.v1.GetEpochRequest\x1a!.datanode.api.v1.GetEpochResponse\x12X\n\x0bGetVegaTime\x12#.datanode.api.v1.GetVegaTimeRequest\x1a$.datanode.api.v1.GetVegaTimeResponse\x12l\n\x11\x41\x63\x63ountsSubscribe\x12).datanode.api.v1.AccountsSubscribeRequest\x1a*.datanode.api.v1.AccountsSubscribeResponse0\x01\x12i\n\x10\x43\x61ndlesSubscribe\x12(.datanode.api.v1.CandlesSubscribeRequest\x1a).datanode.api.v1.CandlesSubscribeResponse0\x01\x12x\n\x15MarginLevelsSubscribe\x12-.datanode.api.v1.MarginLevelsSubscribeRequest\x1a..datanode.api.v1.MarginLevelsSubscribeResponse0\x01\x12u\n\x14MarketDepthSubscribe\x12,.datanode.api.v1.MarketDepthSubscribeRequest\x1a-.datanode.api.v1.MarketDepthSubscribeResponse0\x01\x12\x8a\x01\n\x1bMarketDepthUpdatesSubscribe\x12\x33.datanode.api.v1.MarketDepthUpdatesSubscribeRequest\x1a\x34.datanode.api.v1.MarketDepthUpdatesSubscribeResponse0\x01\x12u\n\x14MarketsDataSubscribe\x12,.datanode.api.v1.MarketsDataSubscribeRequest\x1a-.datanode.api.v1.MarketsDataSubscribeResponse0\x01\x12\x66\n\x0fOrdersSubscribe\x12\'.datanode.api.v1.OrdersSubscribeRequest\x1a(.datanode.api.v1.OrdersSubscribeResponse0\x01\x12o\n\x12PositionsSubscribe\x12*.datanode.api.v1.PositionsSubscribeRequest\x1a+.datanode.api.v1.PositionsSubscribeResponse0\x01\x12\x66\n\x0fTradesSubscribe\x12\'.datanode.api.v1.TradesSubscribeRequest\x1a(.datanode.api.v1.TradesSubscribeResponse0\x01\x12\x87\x01\n\x1aTransferResponsesSubscribe\x12\x32.datanode.api.v1.TransferResponsesSubscribeRequest\x1a\x33.datanode.api.v1.TransferResponsesSubscribeResponse0\x01\x12\x85\x01\n\x1aGetNodeSignaturesAggregate\x12\x32.datanode.api.v1.GetNodeSignaturesAggregateRequest\x1a\x33.datanode.api.v1.GetNodeSignaturesAggregateResponse\x12R\n\tAssetByID\x12!.datanode.api.v1.AssetByIDRequest\x1a".datanode.api.v1.AssetByIDResponse\x12I\n\x06\x41ssets\x12\x1e.datanode.api.v1.AssetsRequest\x1a\x1f.datanode.api.v1.AssetsResponse\x12X\n\x0b\x45stimateFee\x12#.datanode.api.v1.EstimateFeeRequest\x1a$.datanode.api.v1.EstimateFeeResponse\x12\x61\n\x0e\x45stimateMargin\x12&.datanode.api.v1.EstimateMarginRequest\x1a\'.datanode.api.v1.EstimateMarginResponse\x12|\n\x17\x45RC20WithdrawalApproval\x12/.datanode.api.v1.ERC20WithdrawalApprovalRequest\x1a\x30.datanode.api.v1.ERC20WithdrawalApprovalResponse\x12U\n\nWithdrawal\x12".datanode.api.v1.WithdrawalRequest\x1a#.datanode.api.v1.WithdrawalResponse\x12X\n\x0bWithdrawals\x12#.datanode.api.v1.WithdrawalsRequest\x1a$.datanode.api.v1.WithdrawalsResponse\x12L\n\x07\x44\x65posit\x12\x1f.datanode.api.v1.DepositRequest\x1a .datanode.api.v1.DepositResponse\x12O\n\x08\x44\x65posits\x12 .datanode.api.v1.DepositsRequest\x1a!.datanode.api.v1.DepositsResponse\x12j\n\x11NetworkParameters\x12).datanode.api.v1.NetworkParametersRequest\x1a*.datanode.api.v1.NetworkParametersResponse\x12p\n\x13LiquidityProvisions\x12+.datanode.api.v1.LiquidityProvisionsRequest\x1a,.datanode.api.v1.LiquidityProvisionsResponse\x12U\n\nOracleSpec\x12".datanode.api.v1.OracleSpecRequest\x1a#.datanode.api.v1.OracleSpecResponse\x12X\n\x0bOracleSpecs\x12#.datanode.api.v1.OracleSpecsRequest\x1a$.datanode.api.v1.OracleSpecsResponse\x12g\n\x10OracleDataBySpec\x12(.datanode.api.v1.OracleDataBySpecRequest\x1a).datanode.api.v1.OracleDataBySpecResponse\x12\x61\n\x0eListOracleData\x12&.datanode.api.v1.ListOracleDataRequest\x1a\'.datanode.api.v1.ListOracleDataResponse\x12\x63\n\x0eObserveRewards\x12&.datanode.api.v1.ObserveRewardsRequest\x1a\'.datanode.api.v1.ObserveRewardsResponse0\x01\x12U\n\nGetRewards\x12".datanode.api.v1.GetRewardsRequest\x1a#.datanode.api.v1.GetRewardsResponse\x12m\n\x12GetRewardSummaries\x12*.datanode.api.v1.GetRewardSummariesRequest\x1a+.datanode.api.v1.GetRewardSummariesResponse\x12X\n\x0b\x43heckpoints\x12#.datanode.api.v1.CheckpointsRequest\x1a$.datanode.api.v1.CheckpointsResponse\x12X\n\x0b\x44\x65legations\x12#.datanode.api.v1.DelegationsRequest\x1a$.datanode.api.v1.DelegationsResponse\x12o\n\x12ObserveDelegations\x12*.datanode.api.v1.ObserveDelegationsRequest\x1a+.datanode.api.v1.ObserveDelegationsResponse0\x01\x12U\n\nPartyStake\x12".datanode.api.v1.PartyStakeRequest\x1a#.datanode.api.v1.PartyStakeResponse\x12R\n\tTransfers\x12!.datanode.api.v1.TransfersRequest\x1a".datanode.api.v1.TransfersResponse\x12\x61\n\x0eGetRiskFactors\x12&.datanode.api.v1.GetRiskFactorsRequest\x1a\'.datanode.api.v1.GetRiskFactorsResponseB3Z1code.vegaprotocol.io/vega/protos/data-node/api/v1b\x06proto3' + b'\n#data-node/api/v1/trading_data.proto\x12\x0f\x64\x61tanode.api.v1\x1a\x0fvega/vega.proto\x1a\x12vega/markets.proto\x1a\x15vega/governance.proto\x1a\x11vega/assets.proto\x1a\x1bvega/events/v1/events.proto\x1a\x1avega/oracles/v1/spec.proto\x1a\x1avega/oracles/v1/data.proto\x1a)vega/commands/v1/validator_commands.proto"X\n\x10TransfersRequest\x12\x16\n\x06pubkey\x18\x01 \x01(\tR\x06pubkey\x12\x17\n\x07is_from\x18\x02 \x01(\x08R\x06isFrom\x12\x13\n\x05is_to\x18\x03 \x01(\x08R\x04isTo"K\n\x11TransfersResponse\x12\x36\n\ttransfers\x18\x01 \x03(\x0b\x32\x18.vega.events.v1.TransferR\ttransfers"\x9d\x01\n\x12\x44\x65legationsRequest\x12\x14\n\x05party\x18\x01 \x01(\tR\x05party\x12\x17\n\x07node_id\x18\x02 \x01(\tR\x06nodeId\x12\x1b\n\tepoch_seq\x18\x03 \x01(\tR\x08\x65pochSeq\x12;\n\npagination\x18\x04 \x01(\x0b\x32\x1b.datanode.api.v1.PaginationR\npagination"I\n\x13\x44\x65legationsResponse\x12\x32\n\x0b\x64\x65legations\x18\x01 \x03(\x0b\x32\x10.vega.DelegationR\x0b\x64\x65legations"J\n\x19ObserveDelegationsRequest\x12\x14\n\x05party\x18\x01 \x01(\tR\x05party\x12\x17\n\x07node_id\x18\x02 \x01(\tR\x06nodeId"N\n\x1aObserveDelegationsResponse\x12\x30\n\ndelegation\x18\x01 \x01(\x0b\x32\x10.vega.DelegationR\ndelegation")\n\x11PartyStakeRequest\x12\x14\n\x05party\x18\x01 \x01(\tR\x05party"\x91\x01\n\x12PartyStakeResponse\x12\x36\n\x17\x63urrent_stake_available\x18\x01 \x01(\tR\x15\x63urrentStakeAvailable\x12\x43\n\x0estake_linkings\x18\x02 \x03(\x0b\x32\x1c.vega.events.v1.StakeLinkingR\rstakeLinkings"\x14\n\x12GetNodeDataRequest"B\n\x13GetNodeDataResponse\x12+\n\tnode_data\x18\x01 \x01(\x0b\x32\x0e.vega.NodeDataR\x08nodeData"\x11\n\x0fGetNodesRequest"4\n\x10GetNodesResponse\x12 \n\x05nodes\x18\x01 \x03(\x0b\x32\n.vega.NodeR\x05nodes"$\n\x12GetNodeByIDRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"5\n\x13GetNodeByIDResponse\x12\x1e\n\x04node\x18\x01 \x01(\x0b\x32\n.vega.NodeR\x04node"!\n\x0fGetEpochRequest\x12\x0e\n\x02id\x18\x01 \x01(\x04R\x02id"5\n\x10GetEpochResponse\x12!\n\x05\x65poch\x18\x01 \x01(\x0b\x32\x0b.vega.EpochR\x05\x65poch"\x89\x01\n\x0bKeyRotation\x12\x17\n\x07node_id\x18\x01 \x01(\tR\x06nodeId\x12\x1e\n\x0bold_pub_key\x18\x02 \x01(\tR\toldPubKey\x12\x1e\n\x0bnew_pub_key\x18\x03 \x01(\tR\tnewPubKey\x12!\n\x0c\x62lock_height\x18\x04 \x01(\x04R\x0b\x62lockHeight"\x18\n\x16GetKeyRotationsRequest"U\n\x17GetKeyRotationsResponse\x12:\n\trotations\x18\x01 \x03(\x0b\x32\x1c.datanode.api.v1.KeyRotationR\trotations"7\n\x1cGetKeyRotationsByNodeRequest\x12\x17\n\x07node_id\x18\x01 \x01(\tR\x06nodeId"[\n\x1dGetKeyRotationsByNodeResponse\x12:\n\trotations\x18\x01 \x03(\x0b\x32\x1c.datanode.api.v1.KeyRotationR\trotations"\x0f\n\rAssetsRequest"5\n\x0e\x41ssetsResponse\x12#\n\x06\x61ssets\x18\x01 \x03(\x0b\x32\x0b.vega.AssetR\x06\x61ssets""\n\x10\x41ssetByIDRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"6\n\x11\x41ssetByIDResponse\x12!\n\x05\x61sset\x18\x01 \x01(\x0b\x32\x0b.vega.AssetR\x05\x61sset"3\n!GetNodeSignaturesAggregateRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"e\n"GetNodeSignaturesAggregateResponse\x12?\n\nsignatures\x18\x01 \x03(\x0b\x32\x1f.vega.commands.v1.NodeSignatureR\nsignatures"l\n\x13GetProposalsRequest\x12\x41\n\x0fselect_in_state\x18\x01 \x01(\x0e\x32\x14.vega.Proposal.StateH\x00R\rselectInState\x88\x01\x01\x42\x12\n\x10_select_in_state"@\n\x14GetProposalsResponse\x12(\n\x04\x64\x61ta\x18\x01 \x03(\x0b\x32\x14.vega.GovernanceDataR\x04\x64\x61ta"\x8e\x01\n\x1aGetProposalsByPartyRequest\x12\x19\n\x08party_id\x18\x01 \x01(\tR\x07partyId\x12\x41\n\x0fselect_in_state\x18\x02 \x01(\x0e\x32\x14.vega.Proposal.StateH\x00R\rselectInState\x88\x01\x01\x42\x12\n\x10_select_in_state"G\n\x1bGetProposalsByPartyResponse\x12(\n\x04\x64\x61ta\x18\x01 \x03(\x0b\x32\x14.vega.GovernanceDataR\x04\x64\x61ta"3\n\x16GetVotesByPartyRequest\x12\x19\n\x08party_id\x18\x01 \x01(\tR\x07partyId";\n\x17GetVotesByPartyResponse\x12 \n\x05votes\x18\x01 \x03(\x0b\x32\n.vega.VoteR\x05votes"u\n\x1cGetNewMarketProposalsRequest\x12\x41\n\x0fselect_in_state\x18\x01 \x01(\x0e\x32\x14.vega.Proposal.StateH\x00R\rselectInState\x88\x01\x01\x42\x12\n\x10_select_in_state"I\n\x1dGetNewMarketProposalsResponse\x12(\n\x04\x64\x61ta\x18\x01 \x03(\x0b\x32\x14.vega.GovernanceDataR\x04\x64\x61ta"\x95\x01\n\x1fGetUpdateMarketProposalsRequest\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12\x41\n\x0fselect_in_state\x18\x02 \x01(\x0e\x32\x14.vega.Proposal.StateH\x00R\rselectInState\x88\x01\x01\x42\x12\n\x10_select_in_state"L\n GetUpdateMarketProposalsResponse\x12(\n\x04\x64\x61ta\x18\x01 \x03(\x0b\x32\x14.vega.GovernanceDataR\x04\x64\x61ta"}\n$GetNetworkParametersProposalsRequest\x12\x41\n\x0fselect_in_state\x18\x01 \x01(\x0e\x32\x14.vega.Proposal.StateH\x00R\rselectInState\x88\x01\x01\x42\x12\n\x10_select_in_state"Q\n%GetNetworkParametersProposalsResponse\x12(\n\x04\x64\x61ta\x18\x01 \x03(\x0b\x32\x14.vega.GovernanceDataR\x04\x64\x61ta"w\n\x1eGetNewFreeformProposalsRequest\x12\x41\n\x0fselect_in_state\x18\x01 \x01(\x0e\x32\x14.vega.Proposal.StateH\x00R\rselectInState\x88\x01\x01\x42\x12\n\x10_select_in_state"K\n\x1fGetNewFreeformProposalsResponse\x12(\n\x04\x64\x61ta\x18\x01 \x03(\x0b\x32\x14.vega.GovernanceDataR\x04\x64\x61ta"t\n\x1bGetNewAssetProposalsRequest\x12\x41\n\x0fselect_in_state\x18\x01 \x01(\x0e\x32\x14.vega.Proposal.StateH\x00R\rselectInState\x88\x01\x01\x42\x12\n\x10_select_in_state"H\n\x1cGetNewAssetProposalsResponse\x12(\n\x04\x64\x61ta\x18\x01 \x03(\x0b\x32\x14.vega.GovernanceDataR\x04\x64\x61ta"9\n\x16GetProposalByIDRequest\x12\x1f\n\x0bproposal_id\x18\x01 \x01(\tR\nproposalId"C\n\x17GetProposalByIDResponse\x12(\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x14.vega.GovernanceDataR\x04\x64\x61ta"=\n\x1dGetProposalByReferenceRequest\x12\x1c\n\treference\x18\x01 \x01(\tR\treference"J\n\x1eGetProposalByReferenceResponse\x12(\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x14.vega.GovernanceDataR\x04\x64\x61ta"\x1a\n\x18ObserveGovernanceRequest"E\n\x19ObserveGovernanceResponse\x12(\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x14.vega.GovernanceDataR\x04\x64\x61ta"9\n\x1cObservePartyProposalsRequest\x12\x19\n\x08party_id\x18\x01 \x01(\tR\x07partyId"I\n\x1dObservePartyProposalsResponse\x12(\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x14.vega.GovernanceDataR\x04\x64\x61ta">\n\x1bObserveProposalVotesRequest\x12\x1f\n\x0bproposal_id\x18\x01 \x01(\tR\nproposalId">\n\x1cObserveProposalVotesResponse\x12\x1e\n\x04vote\x18\x01 \x01(\x0b\x32\n.vega.VoteR\x04vote"5\n\x18ObservePartyVotesRequest\x12\x19\n\x08party_id\x18\x01 \x01(\tR\x07partyId";\n\x19ObservePartyVotesResponse\x12\x1e\n\x04vote\x18\x01 \x01(\x0b\x32\n.vega.VoteR\x04vote"V\n\x1cMarginLevelsSubscribeRequest\x12\x19\n\x08party_id\x18\x01 \x01(\tR\x07partyId\x12\x1b\n\tmarket_id\x18\x02 \x01(\tR\x08marketId"X\n\x1dMarginLevelsSubscribeResponse\x12\x37\n\rmargin_levels\x18\x01 \x01(\x0b\x32\x12.vega.MarginLevelsR\x0cmarginLevels"M\n\x13MarginLevelsRequest\x12\x19\n\x08party_id\x18\x01 \x01(\tR\x07partyId\x12\x1b\n\tmarket_id\x18\x02 \x01(\tR\x08marketId"O\n\x14MarginLevelsResponse\x12\x37\n\rmargin_levels\x18\x01 \x03(\x0b\x32\x12.vega.MarginLevelsR\x0cmarginLevels":\n\x1bMarketsDataSubscribeRequest\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId"Q\n\x1cMarketsDataSubscribeResponse\x12\x31\n\x0bmarket_data\x18\x01 \x01(\x0b\x32\x10.vega.MarketDataR\nmarketData"4\n\x15MarketDataByIDRequest\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId"K\n\x16MarketDataByIDResponse\x12\x31\n\x0bmarket_data\x18\x01 \x01(\x0b\x32\x10.vega.MarketDataR\nmarketData"\x14\n\x12MarketsDataRequest"J\n\x13MarketsDataResponse\x12\x33\n\x0cmarkets_data\x18\x01 \x03(\x0b\x32\x10.vega.MarketDataR\x0bmarketsData"/\n\x10LastTradeRequest\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId"6\n\x11LastTradeResponse\x12!\n\x05trade\x18\x01 \x01(\x0b\x32\x0b.vega.TradeR\x05trade"0\n\x11MarketByIDRequest\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId":\n\x12MarketByIDResponse\x12$\n\x06market\x18\x01 \x01(\x0b\x32\x0c.vega.MarketR\x06market"-\n\x10PartyByIDRequest\x12\x19\n\x08party_id\x18\x01 \x01(\tR\x07partyId"6\n\x11PartyByIDResponse\x12!\n\x05party\x18\x01 \x01(\x0b\x32\x0b.vega.PartyR\x05party"\x10\n\x0ePartiesRequest"8\n\x0fPartiesResponse\x12%\n\x07parties\x18\x01 \x03(\x0b\x32\x0b.vega.PartyR\x07parties"\x8b\x01\n\x14TradesByPartyRequest\x12\x19\n\x08party_id\x18\x01 \x01(\tR\x07partyId\x12\x1b\n\tmarket_id\x18\x02 \x01(\tR\x08marketId\x12;\n\npagination\x18\x03 \x01(\x0b\x32\x1b.datanode.api.v1.PaginationR\npagination"<\n\x15TradesByPartyResponse\x12#\n\x06trades\x18\x01 \x03(\x0b\x32\x0b.vega.TradeR\x06trades"1\n\x14TradesByOrderRequest\x12\x19\n\x08order_id\x18\x01 \x01(\tR\x07orderId"<\n\x15TradesByOrderResponse\x12#\n\x06trades\x18\x01 \x03(\x0b\x32\x0b.vega.TradeR\x06trades"\x8f\x01\n\x18\x41\x63\x63ountsSubscribeRequest\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12\x19\n\x08party_id\x18\x02 \x01(\tR\x07partyId\x12\x14\n\x05\x61sset\x18\x03 \x01(\tR\x05\x61sset\x12%\n\x04type\x18\x04 \x01(\x0e\x32\x11.vega.AccountTypeR\x04type"D\n\x19\x41\x63\x63ountsSubscribeResponse\x12\'\n\x07\x61\x63\x63ount\x18\x01 \x01(\x0b\x32\r.vega.AccountR\x07\x61\x63\x63ount"P\n\x16OrdersSubscribeRequest\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12\x19\n\x08party_id\x18\x02 \x01(\tR\x07partyId"P\n\x16TradesSubscribeRequest\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12\x19\n\x08party_id\x18\x02 \x01(\tR\x07partyId"b\n\x17\x43\x61ndlesSubscribeRequest\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12*\n\x08interval\x18\x02 \x01(\x0e\x32\x0e.vega.IntervalR\x08interval"@\n\x18\x43\x61ndlesSubscribeResponse\x12$\n\x06\x63\x61ndle\x18\x01 \x01(\x0b\x32\x0c.vega.CandleR\x06\x63\x61ndle":\n\x1bMarketDepthSubscribeRequest\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId"T\n\x1cMarketDepthSubscribeResponse\x12\x34\n\x0cmarket_depth\x18\x01 \x01(\x0b\x32\x11.vega.MarketDepthR\x0bmarketDepth"A\n"MarketDepthUpdatesSubscribeRequest\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId"V\n#MarketDepthUpdatesSubscribeResponse\x12/\n\x06update\x18\x01 \x01(\x0b\x32\x17.vega.MarketDepthUpdateR\x06update"S\n\x19PositionsSubscribeRequest\x12\x19\n\x08party_id\x18\x01 \x01(\tR\x07partyId\x12\x1b\n\tmarket_id\x18\x02 \x01(\tR\x08marketId"H\n\x1aPositionsSubscribeResponse\x12*\n\x08position\x18\x01 \x01(\x0b\x32\x0e.vega.PositionR\x08position"q\n\x15OrdersByMarketRequest\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12;\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v1.PaginationR\npagination"=\n\x16OrdersByMarketResponse\x12#\n\x06orders\x18\x01 \x03(\x0b\x32\x0b.vega.OrderR\x06orders"n\n\x14OrdersByPartyRequest\x12\x19\n\x08party_id\x18\x01 \x01(\tR\x07partyId\x12;\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v1.PaginationR\npagination"<\n\x15OrdersByPartyResponse\x12#\n\x06orders\x18\x01 \x03(\x0b\x32\x0b.vega.OrderR\x06orders"S\n\x19OrderByMarketAndIDRequest\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12\x19\n\x08order_id\x18\x02 \x01(\tR\x07orderId"?\n\x1aOrderByMarketAndIDResponse\x12!\n\x05order\x18\x01 \x01(\x0b\x32\x0b.vega.OrderR\x05order"7\n\x17OrderByReferenceRequest\x12\x1c\n\treference\x18\x01 \x01(\tR\treference"=\n\x18OrderByReferenceResponse\x12!\n\x05order\x18\x01 \x01(\x0b\x32\x0b.vega.OrderR\x05order"\x10\n\x0eMarketsRequest"9\n\x0fMarketsResponse\x12&\n\x07markets\x18\x01 \x03(\x0b\x32\x0c.vega.MarketR\x07markets"\x82\x01\n\x0e\x43\x61ndlesRequest\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12\'\n\x0fsince_timestamp\x18\x02 \x01(\x03R\x0esinceTimestamp\x12*\n\x08interval\x18\x03 \x01(\x0e\x32\x0e.vega.IntervalR\x08interval"9\n\x0f\x43\x61ndlesResponse\x12&\n\x07\x63\x61ndles\x18\x01 \x03(\x0b\x32\x0c.vega.CandleR\x07\x63\x61ndles"N\n\x12MarketDepthRequest\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12\x1b\n\tmax_depth\x18\x02 \x01(\x04R\x08maxDepth"\xd1\x01\n\x13MarketDepthResponse\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12"\n\x03\x62uy\x18\x02 \x03(\x0b\x32\x10.vega.PriceLevelR\x03\x62uy\x12$\n\x04sell\x18\x03 \x03(\x0b\x32\x10.vega.PriceLevelR\x04sell\x12*\n\nlast_trade\x18\x04 \x01(\x0b\x32\x0b.vega.TradeR\tlastTrade\x12\'\n\x0fsequence_number\x18\x05 \x01(\x04R\x0esequenceNumber"q\n\x15TradesByMarketRequest\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12;\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v1.PaginationR\npagination"=\n\x16TradesByMarketResponse\x12#\n\x06trades\x18\x01 \x03(\x0b\x32\x0b.vega.TradeR\x06trades"Q\n\x17PositionsByPartyRequest\x12\x19\n\x08party_id\x18\x01 \x01(\tR\x07partyId\x12\x1b\n\tmarket_id\x18\x02 \x01(\tR\x08marketId"H\n\x18PositionsByPartyResponse\x12,\n\tpositions\x18\x01 \x03(\x0b\x32\x0e.vega.PositionR\tpositions"\x14\n\x12GetVegaTimeRequest"3\n\x13GetVegaTimeResponse\x12\x1c\n\ttimestamp\x18\x01 \x01(\x03R\ttimestamp"V\n\nPagination\x12\x12\n\x04skip\x18\x01 \x01(\x04R\x04skip\x12\x14\n\x05limit\x18\x02 \x01(\x04R\x05limit\x12\x1e\n\ndescending\x18\x03 \x01(\x08R\ndescending">\n\x17OrdersSubscribeResponse\x12#\n\x06orders\x18\x01 \x03(\x0b\x32\x0b.vega.OrderR\x06orders">\n\x17TradesSubscribeResponse\x12#\n\x06trades\x18\x01 \x03(\x0b\x32\x0b.vega.TradeR\x06trades"#\n!TransferResponsesSubscribeRequest"X\n"TransferResponsesSubscribeResponse\x12\x32\n\x08response\x18\x01 \x01(\x0b\x32\x16.vega.TransferResponseR\x08response"\x8b\x01\n\x14PartyAccountsRequest\x12\x19\n\x08party_id\x18\x01 \x01(\tR\x07partyId\x12\x1b\n\tmarket_id\x18\x02 \x01(\tR\x08marketId\x12%\n\x04type\x18\x03 \x01(\x0e\x32\x11.vega.AccountTypeR\x04type\x12\x14\n\x05\x61sset\x18\x04 \x01(\tR\x05\x61sset"B\n\x15PartyAccountsResponse\x12)\n\x08\x61\x63\x63ounts\x18\x01 \x03(\x0b\x32\r.vega.AccountR\x08\x61\x63\x63ounts"J\n\x15MarketAccountsRequest\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12\x14\n\x05\x61sset\x18\x02 \x01(\tR\x05\x61sset"C\n\x16MarketAccountsResponse\x12)\n\x08\x61\x63\x63ounts\x18\x01 \x03(\x0b\x32\r.vega.AccountR\x08\x61\x63\x63ounts"8\n FeeInfrastructureAccountsRequest\x12\x14\n\x05\x61sset\x18\x01 \x01(\tR\x05\x61sset"N\n!FeeInfrastructureAccountsResponse\x12)\n\x08\x61\x63\x63ounts\x18\x01 \x03(\x0b\x32\r.vega.AccountR\x08\x61\x63\x63ounts"7\n\x1fGlobalRewardPoolAccountsRequest\x12\x14\n\x05\x61sset\x18\x01 \x01(\tR\x05\x61sset"M\n GlobalRewardPoolAccountsResponse\x12)\n\x08\x61\x63\x63ounts\x18\x01 \x03(\x0b\x32\r.vega.AccountR\x08\x61\x63\x63ounts"G\n\x10OrderByIDRequest\x12\x19\n\x08order_id\x18\x01 \x01(\tR\x07orderId\x12\x18\n\x07version\x18\x02 \x01(\x04R\x07version"6\n\x11OrderByIDResponse\x12!\n\x05order\x18\x01 \x01(\x0b\x32\x0b.vega.OrderR\x05order"r\n\x18OrderVersionsByIDRequest\x12\x19\n\x08order_id\x18\x01 \x01(\tR\x07orderId\x12;\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v1.PaginationR\npagination"@\n\x19OrderVersionsByIDResponse\x12#\n\x06orders\x18\x01 \x03(\x0b\x32\x0b.vega.OrderR\x06orders"7\n\x12\x45stimateFeeRequest\x12!\n\x05order\x18\x01 \x01(\x0b\x32\x0b.vega.OrderR\x05order"2\n\x13\x45stimateFeeResponse\x12\x1b\n\x03\x66\x65\x65\x18\x02 \x01(\x0b\x32\t.vega.FeeR\x03\x66\x65\x65":\n\x15\x45stimateMarginRequest\x12!\n\x05order\x18\x01 \x01(\x0b\x32\x0b.vega.OrderR\x05order"Q\n\x16\x45stimateMarginResponse\x12\x37\n\rmargin_levels\x18\x02 \x01(\x0b\x32\x12.vega.MarginLevelsR\x0cmarginLevels"\xa1\x01\n\x16ObserveEventBusRequest\x12\x30\n\x04type\x18\x01 \x03(\x0e\x32\x1c.vega.events.v1.BusEventTypeR\x04type\x12\x1b\n\tmarket_id\x18\x02 \x01(\tR\x08marketId\x12\x19\n\x08party_id\x18\x03 \x01(\tR\x07partyId\x12\x1d\n\nbatch_size\x18\x04 \x01(\x03R\tbatchSize"K\n\x17ObserveEventBusResponse\x12\x30\n\x06\x65vents\x18\x01 \x03(\x0b\x32\x18.vega.events.v1.BusEventR\x06\x65vents"/\n\x12WithdrawalsRequest\x12\x19\n\x08party_id\x18\x01 \x01(\tR\x07partyId"I\n\x13WithdrawalsResponse\x12\x32\n\x0bwithdrawals\x18\x01 \x03(\x0b\x32\x10.vega.WithdrawalR\x0bwithdrawals"#\n\x11WithdrawalRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"F\n\x12WithdrawalResponse\x12\x30\n\nwithdrawal\x18\x01 \x01(\x0b\x32\x10.vega.WithdrawalR\nwithdrawal"E\n\x1e\x45RC20WithdrawalApprovalRequest\x12#\n\rwithdrawal_id\x18\x01 \x01(\tR\x0cwithdrawalId"\xed\x01\n\x1f\x45RC20WithdrawalApprovalResponse\x12!\n\x0c\x61sset_source\x18\x01 \x01(\tR\x0b\x61ssetSource\x12\x16\n\x06\x61mount\x18\x02 \x01(\tR\x06\x61mount\x12\x16\n\x06\x65xpiry\x18\x03 \x01(\x03R\x06\x65xpiry\x12\x14\n\x05nonce\x18\x04 \x01(\tR\x05nonce\x12\x1e\n\nsignatures\x18\x05 \x01(\tR\nsignatures\x12%\n\x0etarget_address\x18\x06 \x01(\tR\rtargetAddress\x12\x1a\n\x08\x63reation\x18\x07 \x01(\x03R\x08\x63reation",\n\x0f\x44\x65positsRequest\x12\x19\n\x08party_id\x18\x01 \x01(\tR\x07partyId"=\n\x10\x44\x65positsResponse\x12)\n\x08\x64\x65posits\x18\x01 \x03(\x0b\x32\r.vega.DepositR\x08\x64\x65posits" \n\x0e\x44\x65positRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id":\n\x0f\x44\x65positResponse\x12\'\n\x07\x64\x65posit\x18\x01 \x01(\x0b\x32\r.vega.DepositR\x07\x64\x65posit"\x1a\n\x18NetworkParametersRequest"b\n\x19NetworkParametersResponse\x12\x45\n\x12network_parameters\x18\x01 \x03(\x0b\x32\x16.vega.NetworkParameterR\x11networkParameters"J\n\x1aLiquidityProvisionsRequest\x12\x16\n\x06market\x18\x01 \x01(\tR\x06market\x12\x14\n\x05party\x18\x02 \x01(\tR\x05party"j\n\x1bLiquidityProvisionsResponse\x12K\n\x14liquidity_provisions\x18\x01 \x03(\x0b\x32\x18.vega.LiquidityProvisionR\x13liquidityProvisions"`\n\x11OracleSpecRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12;\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v1.PaginationR\npagination"M\n\x12OracleSpecResponse\x12\x37\n\x0boracle_spec\x18\x01 \x01(\x0b\x32\x16.oracles.v1.OracleSpecR\noracleSpec"Q\n\x12OracleSpecsRequest\x12;\n\npagination\x18\x01 \x01(\x0b\x32\x1b.datanode.api.v1.PaginationR\npagination"P\n\x13OracleSpecsResponse\x12\x39\n\x0coracle_specs\x18\x01 \x03(\x0b\x32\x16.oracles.v1.OracleSpecR\x0boracleSpecs"f\n\x17OracleDataBySpecRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12;\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v1.PaginationR\npagination"S\n\x18OracleDataBySpecResponse\x12\x37\n\x0boracle_data\x18\x01 \x03(\x0b\x32\x16.oracles.v1.OracleDataR\noracleData"T\n\x15ListOracleDataRequest\x12;\n\npagination\x18\x01 \x01(\x0b\x32\x1b.datanode.api.v1.PaginationR\npagination"Q\n\x16ListOracleDataResponse\x12\x37\n\x0boracle_data\x18\x01 \x03(\x0b\x32\x16.oracles.v1.OracleDataR\noracleData"H\n\x15ObserveRewardsRequest\x12\x19\n\x08\x61sset_id\x18\x01 \x01(\tR\x07\x61ssetId\x12\x14\n\x05party\x18\x02 \x01(\tR\x05party">\n\x16ObserveRewardsResponse\x12$\n\x06reward\x18\x01 \x01(\x0b\x32\x0c.vega.RewardR\x06reward"Q\n\x19GetRewardSummariesRequest\x12\x19\n\x08party_id\x18\x01 \x01(\tR\x07partyId\x12\x19\n\x08\x61sset_id\x18\x02 \x01(\tR\x07\x61ssetId"O\n\x1aGetRewardSummariesResponse\x12\x31\n\tsummaries\x18\x01 \x03(\x0b\x32\x13.vega.RewardSummaryR\tsummaries"\x86\x01\n\x11GetRewardsRequest\x12\x19\n\x08party_id\x18\x01 \x01(\tR\x07partyId\x12\x19\n\x08\x61sset_id\x18\x02 \x01(\tR\x07\x61ssetId\x12;\n\npagination\x18\x03 \x01(\x0b\x32\x1b.datanode.api.v1.PaginationR\npagination"<\n\x12GetRewardsResponse\x12&\n\x07rewards\x18\x01 \x03(\x0b\x32\x0c.vega.RewardR\x07rewards"Z\n\nCheckpoint\x12\x12\n\x04hash\x18\x01 \x01(\tR\x04hash\x12\x1d\n\nblock_hash\x18\x02 \x01(\tR\tblockHash\x12\x19\n\x08\x61t_block\x18\x03 \x01(\x04R\x07\x61tBlock"\x14\n\x12\x43heckpointsRequest"T\n\x13\x43heckpointsResponse\x12=\n\x0b\x63heckpoints\x18\x01 \x03(\x0b\x32\x1b.datanode.api.v1.CheckpointR\x0b\x63heckpoints"4\n\x15GetRiskFactorsRequest\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId"K\n\x16GetRiskFactorsResponse\x12\x31\n\x0brisk_factor\x18\x01 \x01(\x0b\x32\x10.vega.RiskFactorR\nriskFactor2\xfd@\n\x12TradingDataService\x12\x61\n\x0eMarketAccounts\x12&.datanode.api.v1.MarketAccountsRequest\x1a\'.datanode.api.v1.MarketAccountsResponse\x12^\n\rPartyAccounts\x12%.datanode.api.v1.PartyAccountsRequest\x1a&.datanode.api.v1.PartyAccountsResponse\x12\x82\x01\n\x19\x46\x65\x65InfrastructureAccounts\x12\x31.datanode.api.v1.FeeInfrastructureAccountsRequest\x1a\x32.datanode.api.v1.FeeInfrastructureAccountsResponse\x12\x7f\n\x18GlobalRewardPoolAccounts\x12\x30.datanode.api.v1.GlobalRewardPoolAccountsRequest\x1a\x31.datanode.api.v1.GlobalRewardPoolAccountsResponse\x12L\n\x07\x43\x61ndles\x12\x1f.datanode.api.v1.CandlesRequest\x1a .datanode.api.v1.CandlesResponse\x12\x61\n\x0eMarketDataByID\x12&.datanode.api.v1.MarketDataByIDRequest\x1a\'.datanode.api.v1.MarketDataByIDResponse\x12X\n\x0bMarketsData\x12#.datanode.api.v1.MarketsDataRequest\x1a$.datanode.api.v1.MarketsDataResponse\x12U\n\nMarketByID\x12".datanode.api.v1.MarketByIDRequest\x1a#.datanode.api.v1.MarketByIDResponse\x12X\n\x0bMarketDepth\x12#.datanode.api.v1.MarketDepthRequest\x1a$.datanode.api.v1.MarketDepthResponse\x12L\n\x07Markets\x12\x1f.datanode.api.v1.MarketsRequest\x1a .datanode.api.v1.MarketsResponse\x12m\n\x12OrderByMarketAndID\x12*.datanode.api.v1.OrderByMarketAndIDRequest\x1a+.datanode.api.v1.OrderByMarketAndIDResponse\x12g\n\x10OrderByReference\x12(.datanode.api.v1.OrderByReferenceRequest\x1a).datanode.api.v1.OrderByReferenceResponse\x12\x61\n\x0eOrdersByMarket\x12&.datanode.api.v1.OrdersByMarketRequest\x1a\'.datanode.api.v1.OrdersByMarketResponse\x12^\n\rOrdersByParty\x12%.datanode.api.v1.OrdersByPartyRequest\x1a&.datanode.api.v1.OrdersByPartyResponse\x12R\n\tOrderByID\x12!.datanode.api.v1.OrderByIDRequest\x1a".datanode.api.v1.OrderByIDResponse\x12j\n\x11OrderVersionsByID\x12).datanode.api.v1.OrderVersionsByIDRequest\x1a*.datanode.api.v1.OrderVersionsByIDResponse\x12[\n\x0cMarginLevels\x12$.datanode.api.v1.MarginLevelsRequest\x1a%.datanode.api.v1.MarginLevelsResponse\x12L\n\x07Parties\x12\x1f.datanode.api.v1.PartiesRequest\x1a .datanode.api.v1.PartiesResponse\x12R\n\tPartyByID\x12!.datanode.api.v1.PartyByIDRequest\x1a".datanode.api.v1.PartyByIDResponse\x12g\n\x10PositionsByParty\x12(.datanode.api.v1.PositionsByPartyRequest\x1a).datanode.api.v1.PositionsByPartyResponse\x12R\n\tLastTrade\x12!.datanode.api.v1.LastTradeRequest\x1a".datanode.api.v1.LastTradeResponse\x12\x61\n\x0eTradesByMarket\x12&.datanode.api.v1.TradesByMarketRequest\x1a\'.datanode.api.v1.TradesByMarketResponse\x12^\n\rTradesByOrder\x12%.datanode.api.v1.TradesByOrderRequest\x1a&.datanode.api.v1.TradesByOrderResponse\x12^\n\rTradesByParty\x12%.datanode.api.v1.TradesByPartyRequest\x1a&.datanode.api.v1.TradesByPartyResponse\x12[\n\x0cGetProposals\x12$.datanode.api.v1.GetProposalsRequest\x1a%.datanode.api.v1.GetProposalsResponse\x12p\n\x13GetProposalsByParty\x12+.datanode.api.v1.GetProposalsByPartyRequest\x1a,.datanode.api.v1.GetProposalsByPartyResponse\x12\x64\n\x0fGetVotesByParty\x12\'.datanode.api.v1.GetVotesByPartyRequest\x1a(.datanode.api.v1.GetVotesByPartyResponse\x12v\n\x15GetNewMarketProposals\x12-.datanode.api.v1.GetNewMarketProposalsRequest\x1a..datanode.api.v1.GetNewMarketProposalsResponse\x12\x7f\n\x18GetUpdateMarketProposals\x12\x30.datanode.api.v1.GetUpdateMarketProposalsRequest\x1a\x31.datanode.api.v1.GetUpdateMarketProposalsResponse\x12\x8e\x01\n\x1dGetNetworkParametersProposals\x12\x35.datanode.api.v1.GetNetworkParametersProposalsRequest\x1a\x36.datanode.api.v1.GetNetworkParametersProposalsResponse\x12s\n\x14GetNewAssetProposals\x12,.datanode.api.v1.GetNewAssetProposalsRequest\x1a-.datanode.api.v1.GetNewAssetProposalsResponse\x12|\n\x17GetNewFreeformProposals\x12/.datanode.api.v1.GetNewFreeformProposalsRequest\x1a\x30.datanode.api.v1.GetNewFreeformProposalsResponse\x12\x64\n\x0fGetProposalByID\x12\'.datanode.api.v1.GetProposalByIDRequest\x1a(.datanode.api.v1.GetProposalByIDResponse\x12y\n\x16GetProposalByReference\x12..datanode.api.v1.GetProposalByReferenceRequest\x1a/.datanode.api.v1.GetProposalByReferenceResponse\x12l\n\x11ObserveGovernance\x12).datanode.api.v1.ObserveGovernanceRequest\x1a*.datanode.api.v1.ObserveGovernanceResponse0\x01\x12x\n\x15ObservePartyProposals\x12-.datanode.api.v1.ObservePartyProposalsRequest\x1a..datanode.api.v1.ObservePartyProposalsResponse0\x01\x12l\n\x11ObservePartyVotes\x12).datanode.api.v1.ObservePartyVotesRequest\x1a*.datanode.api.v1.ObservePartyVotesResponse0\x01\x12u\n\x14ObserveProposalVotes\x12,.datanode.api.v1.ObserveProposalVotesRequest\x1a-.datanode.api.v1.ObserveProposalVotesResponse0\x01\x12h\n\x0fObserveEventBus\x12\'.datanode.api.v1.ObserveEventBusRequest\x1a(.datanode.api.v1.ObserveEventBusResponse(\x01\x30\x01\x12X\n\x0bGetNodeData\x12#.datanode.api.v1.GetNodeDataRequest\x1a$.datanode.api.v1.GetNodeDataResponse\x12O\n\x08GetNodes\x12 .datanode.api.v1.GetNodesRequest\x1a!.datanode.api.v1.GetNodesResponse\x12X\n\x0bGetNodeByID\x12#.datanode.api.v1.GetNodeByIDRequest\x1a$.datanode.api.v1.GetNodeByIDResponse\x12\x64\n\x0fGetKeyRotations\x12\'.datanode.api.v1.GetKeyRotationsRequest\x1a(.datanode.api.v1.GetKeyRotationsResponse\x12v\n\x15GetKeyRotationsByNode\x12-.datanode.api.v1.GetKeyRotationsByNodeRequest\x1a..datanode.api.v1.GetKeyRotationsByNodeResponse\x12O\n\x08GetEpoch\x12 .datanode.api.v1.GetEpochRequest\x1a!.datanode.api.v1.GetEpochResponse\x12X\n\x0bGetVegaTime\x12#.datanode.api.v1.GetVegaTimeRequest\x1a$.datanode.api.v1.GetVegaTimeResponse\x12l\n\x11\x41\x63\x63ountsSubscribe\x12).datanode.api.v1.AccountsSubscribeRequest\x1a*.datanode.api.v1.AccountsSubscribeResponse0\x01\x12i\n\x10\x43\x61ndlesSubscribe\x12(.datanode.api.v1.CandlesSubscribeRequest\x1a).datanode.api.v1.CandlesSubscribeResponse0\x01\x12x\n\x15MarginLevelsSubscribe\x12-.datanode.api.v1.MarginLevelsSubscribeRequest\x1a..datanode.api.v1.MarginLevelsSubscribeResponse0\x01\x12u\n\x14MarketDepthSubscribe\x12,.datanode.api.v1.MarketDepthSubscribeRequest\x1a-.datanode.api.v1.MarketDepthSubscribeResponse0\x01\x12\x8a\x01\n\x1bMarketDepthUpdatesSubscribe\x12\x33.datanode.api.v1.MarketDepthUpdatesSubscribeRequest\x1a\x34.datanode.api.v1.MarketDepthUpdatesSubscribeResponse0\x01\x12u\n\x14MarketsDataSubscribe\x12,.datanode.api.v1.MarketsDataSubscribeRequest\x1a-.datanode.api.v1.MarketsDataSubscribeResponse0\x01\x12\x66\n\x0fOrdersSubscribe\x12\'.datanode.api.v1.OrdersSubscribeRequest\x1a(.datanode.api.v1.OrdersSubscribeResponse0\x01\x12o\n\x12PositionsSubscribe\x12*.datanode.api.v1.PositionsSubscribeRequest\x1a+.datanode.api.v1.PositionsSubscribeResponse0\x01\x12\x66\n\x0fTradesSubscribe\x12\'.datanode.api.v1.TradesSubscribeRequest\x1a(.datanode.api.v1.TradesSubscribeResponse0\x01\x12\x87\x01\n\x1aTransferResponsesSubscribe\x12\x32.datanode.api.v1.TransferResponsesSubscribeRequest\x1a\x33.datanode.api.v1.TransferResponsesSubscribeResponse0\x01\x12\x85\x01\n\x1aGetNodeSignaturesAggregate\x12\x32.datanode.api.v1.GetNodeSignaturesAggregateRequest\x1a\x33.datanode.api.v1.GetNodeSignaturesAggregateResponse\x12R\n\tAssetByID\x12!.datanode.api.v1.AssetByIDRequest\x1a".datanode.api.v1.AssetByIDResponse\x12I\n\x06\x41ssets\x12\x1e.datanode.api.v1.AssetsRequest\x1a\x1f.datanode.api.v1.AssetsResponse\x12X\n\x0b\x45stimateFee\x12#.datanode.api.v1.EstimateFeeRequest\x1a$.datanode.api.v1.EstimateFeeResponse\x12\x61\n\x0e\x45stimateMargin\x12&.datanode.api.v1.EstimateMarginRequest\x1a\'.datanode.api.v1.EstimateMarginResponse\x12|\n\x17\x45RC20WithdrawalApproval\x12/.datanode.api.v1.ERC20WithdrawalApprovalRequest\x1a\x30.datanode.api.v1.ERC20WithdrawalApprovalResponse\x12U\n\nWithdrawal\x12".datanode.api.v1.WithdrawalRequest\x1a#.datanode.api.v1.WithdrawalResponse\x12X\n\x0bWithdrawals\x12#.datanode.api.v1.WithdrawalsRequest\x1a$.datanode.api.v1.WithdrawalsResponse\x12L\n\x07\x44\x65posit\x12\x1f.datanode.api.v1.DepositRequest\x1a .datanode.api.v1.DepositResponse\x12O\n\x08\x44\x65posits\x12 .datanode.api.v1.DepositsRequest\x1a!.datanode.api.v1.DepositsResponse\x12j\n\x11NetworkParameters\x12).datanode.api.v1.NetworkParametersRequest\x1a*.datanode.api.v1.NetworkParametersResponse\x12p\n\x13LiquidityProvisions\x12+.datanode.api.v1.LiquidityProvisionsRequest\x1a,.datanode.api.v1.LiquidityProvisionsResponse\x12U\n\nOracleSpec\x12".datanode.api.v1.OracleSpecRequest\x1a#.datanode.api.v1.OracleSpecResponse\x12X\n\x0bOracleSpecs\x12#.datanode.api.v1.OracleSpecsRequest\x1a$.datanode.api.v1.OracleSpecsResponse\x12g\n\x10OracleDataBySpec\x12(.datanode.api.v1.OracleDataBySpecRequest\x1a).datanode.api.v1.OracleDataBySpecResponse\x12\x61\n\x0eListOracleData\x12&.datanode.api.v1.ListOracleDataRequest\x1a\'.datanode.api.v1.ListOracleDataResponse\x12\x63\n\x0eObserveRewards\x12&.datanode.api.v1.ObserveRewardsRequest\x1a\'.datanode.api.v1.ObserveRewardsResponse0\x01\x12U\n\nGetRewards\x12".datanode.api.v1.GetRewardsRequest\x1a#.datanode.api.v1.GetRewardsResponse\x12m\n\x12GetRewardSummaries\x12*.datanode.api.v1.GetRewardSummariesRequest\x1a+.datanode.api.v1.GetRewardSummariesResponse\x12X\n\x0b\x43heckpoints\x12#.datanode.api.v1.CheckpointsRequest\x1a$.datanode.api.v1.CheckpointsResponse\x12X\n\x0b\x44\x65legations\x12#.datanode.api.v1.DelegationsRequest\x1a$.datanode.api.v1.DelegationsResponse\x12o\n\x12ObserveDelegations\x12*.datanode.api.v1.ObserveDelegationsRequest\x1a+.datanode.api.v1.ObserveDelegationsResponse0\x01\x12U\n\nPartyStake\x12".datanode.api.v1.PartyStakeRequest\x1a#.datanode.api.v1.PartyStakeResponse\x12R\n\tTransfers\x12!.datanode.api.v1.TransfersRequest\x1a".datanode.api.v1.TransfersResponse\x12\x61\n\x0eGetRiskFactors\x12&.datanode.api.v1.GetRiskFactorsRequest\x1a\'.datanode.api.v1.GetRiskFactorsResponseB3Z1code.vegaprotocol.io/vega/protos/data-node/api/v1b\x06proto3' ) - -_TRANSFERSREQUEST = DESCRIPTOR.message_types_by_name["TransfersRequest"] -_TRANSFERSRESPONSE = DESCRIPTOR.message_types_by_name["TransfersResponse"] -_DELEGATIONSREQUEST = DESCRIPTOR.message_types_by_name["DelegationsRequest"] -_DELEGATIONSRESPONSE = DESCRIPTOR.message_types_by_name["DelegationsResponse"] -_OBSERVEDELEGATIONSREQUEST = DESCRIPTOR.message_types_by_name[ - "ObserveDelegationsRequest" -] -_OBSERVEDELEGATIONSRESPONSE = DESCRIPTOR.message_types_by_name[ - "ObserveDelegationsResponse" -] -_PARTYSTAKEREQUEST = DESCRIPTOR.message_types_by_name["PartyStakeRequest"] -_PARTYSTAKERESPONSE = DESCRIPTOR.message_types_by_name["PartyStakeResponse"] -_GETNODEDATAREQUEST = DESCRIPTOR.message_types_by_name["GetNodeDataRequest"] -_GETNODEDATARESPONSE = DESCRIPTOR.message_types_by_name["GetNodeDataResponse"] -_GETNODESREQUEST = DESCRIPTOR.message_types_by_name["GetNodesRequest"] -_GETNODESRESPONSE = DESCRIPTOR.message_types_by_name["GetNodesResponse"] -_GETNODEBYIDREQUEST = DESCRIPTOR.message_types_by_name["GetNodeByIDRequest"] -_GETNODEBYIDRESPONSE = DESCRIPTOR.message_types_by_name["GetNodeByIDResponse"] -_GETEPOCHREQUEST = DESCRIPTOR.message_types_by_name["GetEpochRequest"] -_GETEPOCHRESPONSE = DESCRIPTOR.message_types_by_name["GetEpochResponse"] -_KEYROTATION = DESCRIPTOR.message_types_by_name["KeyRotation"] -_GETKEYROTATIONSREQUEST = DESCRIPTOR.message_types_by_name["GetKeyRotationsRequest"] -_GETKEYROTATIONSRESPONSE = DESCRIPTOR.message_types_by_name["GetKeyRotationsResponse"] -_GETKEYROTATIONSBYNODEREQUEST = DESCRIPTOR.message_types_by_name[ - "GetKeyRotationsByNodeRequest" -] -_GETKEYROTATIONSBYNODERESPONSE = DESCRIPTOR.message_types_by_name[ - "GetKeyRotationsByNodeResponse" -] -_ASSETSREQUEST = DESCRIPTOR.message_types_by_name["AssetsRequest"] -_ASSETSRESPONSE = DESCRIPTOR.message_types_by_name["AssetsResponse"] -_ASSETBYIDREQUEST = DESCRIPTOR.message_types_by_name["AssetByIDRequest"] -_ASSETBYIDRESPONSE = DESCRIPTOR.message_types_by_name["AssetByIDResponse"] -_GETNODESIGNATURESAGGREGATEREQUEST = DESCRIPTOR.message_types_by_name[ - "GetNodeSignaturesAggregateRequest" -] -_GETNODESIGNATURESAGGREGATERESPONSE = DESCRIPTOR.message_types_by_name[ - "GetNodeSignaturesAggregateResponse" -] -_OPTIONALPROPOSALSTATE = DESCRIPTOR.message_types_by_name["OptionalProposalState"] -_GETPROPOSALSREQUEST = DESCRIPTOR.message_types_by_name["GetProposalsRequest"] -_GETPROPOSALSRESPONSE = DESCRIPTOR.message_types_by_name["GetProposalsResponse"] -_GETPROPOSALSBYPARTYREQUEST = DESCRIPTOR.message_types_by_name[ - "GetProposalsByPartyRequest" -] -_GETPROPOSALSBYPARTYRESPONSE = DESCRIPTOR.message_types_by_name[ - "GetProposalsByPartyResponse" -] -_GETVOTESBYPARTYREQUEST = DESCRIPTOR.message_types_by_name["GetVotesByPartyRequest"] -_GETVOTESBYPARTYRESPONSE = DESCRIPTOR.message_types_by_name["GetVotesByPartyResponse"] -_GETNEWMARKETPROPOSALSREQUEST = DESCRIPTOR.message_types_by_name[ - "GetNewMarketProposalsRequest" -] -_GETNEWMARKETPROPOSALSRESPONSE = DESCRIPTOR.message_types_by_name[ - "GetNewMarketProposalsResponse" -] -_GETUPDATEMARKETPROPOSALSREQUEST = DESCRIPTOR.message_types_by_name[ - "GetUpdateMarketProposalsRequest" -] -_GETUPDATEMARKETPROPOSALSRESPONSE = DESCRIPTOR.message_types_by_name[ - "GetUpdateMarketProposalsResponse" -] -_GETNETWORKPARAMETERSPROPOSALSREQUEST = DESCRIPTOR.message_types_by_name[ - "GetNetworkParametersProposalsRequest" -] -_GETNETWORKPARAMETERSPROPOSALSRESPONSE = DESCRIPTOR.message_types_by_name[ - "GetNetworkParametersProposalsResponse" -] -_GETNEWFREEFORMPROPOSALSREQUEST = DESCRIPTOR.message_types_by_name[ - "GetNewFreeformProposalsRequest" -] -_GETNEWFREEFORMPROPOSALSRESPONSE = DESCRIPTOR.message_types_by_name[ - "GetNewFreeformProposalsResponse" -] -_GETNEWASSETPROPOSALSREQUEST = DESCRIPTOR.message_types_by_name[ - "GetNewAssetProposalsRequest" -] -_GETNEWASSETPROPOSALSRESPONSE = DESCRIPTOR.message_types_by_name[ - "GetNewAssetProposalsResponse" -] -_GETPROPOSALBYIDREQUEST = DESCRIPTOR.message_types_by_name["GetProposalByIDRequest"] -_GETPROPOSALBYIDRESPONSE = DESCRIPTOR.message_types_by_name["GetProposalByIDResponse"] -_GETPROPOSALBYREFERENCEREQUEST = DESCRIPTOR.message_types_by_name[ - "GetProposalByReferenceRequest" -] -_GETPROPOSALBYREFERENCERESPONSE = DESCRIPTOR.message_types_by_name[ - "GetProposalByReferenceResponse" -] -_OBSERVEGOVERNANCEREQUEST = DESCRIPTOR.message_types_by_name["ObserveGovernanceRequest"] -_OBSERVEGOVERNANCERESPONSE = DESCRIPTOR.message_types_by_name[ - "ObserveGovernanceResponse" -] -_OBSERVEPARTYPROPOSALSREQUEST = DESCRIPTOR.message_types_by_name[ - "ObservePartyProposalsRequest" -] -_OBSERVEPARTYPROPOSALSRESPONSE = DESCRIPTOR.message_types_by_name[ - "ObservePartyProposalsResponse" -] -_OBSERVEPROPOSALVOTESREQUEST = DESCRIPTOR.message_types_by_name[ - "ObserveProposalVotesRequest" -] -_OBSERVEPROPOSALVOTESRESPONSE = DESCRIPTOR.message_types_by_name[ - "ObserveProposalVotesResponse" -] -_OBSERVEPARTYVOTESREQUEST = DESCRIPTOR.message_types_by_name["ObservePartyVotesRequest"] -_OBSERVEPARTYVOTESRESPONSE = DESCRIPTOR.message_types_by_name[ - "ObservePartyVotesResponse" -] -_MARGINLEVELSSUBSCRIBEREQUEST = DESCRIPTOR.message_types_by_name[ - "MarginLevelsSubscribeRequest" -] -_MARGINLEVELSSUBSCRIBERESPONSE = DESCRIPTOR.message_types_by_name[ - "MarginLevelsSubscribeResponse" -] -_MARGINLEVELSREQUEST = DESCRIPTOR.message_types_by_name["MarginLevelsRequest"] -_MARGINLEVELSRESPONSE = DESCRIPTOR.message_types_by_name["MarginLevelsResponse"] -_MARKETSDATASUBSCRIBEREQUEST = DESCRIPTOR.message_types_by_name[ - "MarketsDataSubscribeRequest" -] -_MARKETSDATASUBSCRIBERESPONSE = DESCRIPTOR.message_types_by_name[ - "MarketsDataSubscribeResponse" -] -_MARKETDATABYIDREQUEST = DESCRIPTOR.message_types_by_name["MarketDataByIDRequest"] -_MARKETDATABYIDRESPONSE = DESCRIPTOR.message_types_by_name["MarketDataByIDResponse"] -_MARKETSDATAREQUEST = DESCRIPTOR.message_types_by_name["MarketsDataRequest"] -_MARKETSDATARESPONSE = DESCRIPTOR.message_types_by_name["MarketsDataResponse"] -_LASTTRADEREQUEST = DESCRIPTOR.message_types_by_name["LastTradeRequest"] -_LASTTRADERESPONSE = DESCRIPTOR.message_types_by_name["LastTradeResponse"] -_MARKETBYIDREQUEST = DESCRIPTOR.message_types_by_name["MarketByIDRequest"] -_MARKETBYIDRESPONSE = DESCRIPTOR.message_types_by_name["MarketByIDResponse"] -_PARTYBYIDREQUEST = DESCRIPTOR.message_types_by_name["PartyByIDRequest"] -_PARTYBYIDRESPONSE = DESCRIPTOR.message_types_by_name["PartyByIDResponse"] -_PARTIESREQUEST = DESCRIPTOR.message_types_by_name["PartiesRequest"] -_PARTIESRESPONSE = DESCRIPTOR.message_types_by_name["PartiesResponse"] -_TRADESBYPARTYREQUEST = DESCRIPTOR.message_types_by_name["TradesByPartyRequest"] -_TRADESBYPARTYRESPONSE = DESCRIPTOR.message_types_by_name["TradesByPartyResponse"] -_TRADESBYORDERREQUEST = DESCRIPTOR.message_types_by_name["TradesByOrderRequest"] -_TRADESBYORDERRESPONSE = DESCRIPTOR.message_types_by_name["TradesByOrderResponse"] -_ACCOUNTSSUBSCRIBEREQUEST = DESCRIPTOR.message_types_by_name["AccountsSubscribeRequest"] -_ACCOUNTSSUBSCRIBERESPONSE = DESCRIPTOR.message_types_by_name[ - "AccountsSubscribeResponse" -] -_ORDERSSUBSCRIBEREQUEST = DESCRIPTOR.message_types_by_name["OrdersSubscribeRequest"] -_TRADESSUBSCRIBEREQUEST = DESCRIPTOR.message_types_by_name["TradesSubscribeRequest"] -_CANDLESSUBSCRIBEREQUEST = DESCRIPTOR.message_types_by_name["CandlesSubscribeRequest"] -_CANDLESSUBSCRIBERESPONSE = DESCRIPTOR.message_types_by_name["CandlesSubscribeResponse"] -_MARKETDEPTHSUBSCRIBEREQUEST = DESCRIPTOR.message_types_by_name[ - "MarketDepthSubscribeRequest" -] -_MARKETDEPTHSUBSCRIBERESPONSE = DESCRIPTOR.message_types_by_name[ - "MarketDepthSubscribeResponse" -] -_MARKETDEPTHUPDATESSUBSCRIBEREQUEST = DESCRIPTOR.message_types_by_name[ - "MarketDepthUpdatesSubscribeRequest" -] -_MARKETDEPTHUPDATESSUBSCRIBERESPONSE = DESCRIPTOR.message_types_by_name[ - "MarketDepthUpdatesSubscribeResponse" -] -_POSITIONSSUBSCRIBEREQUEST = DESCRIPTOR.message_types_by_name[ - "PositionsSubscribeRequest" -] -_POSITIONSSUBSCRIBERESPONSE = DESCRIPTOR.message_types_by_name[ - "PositionsSubscribeResponse" -] -_ORDERSBYMARKETREQUEST = DESCRIPTOR.message_types_by_name["OrdersByMarketRequest"] -_ORDERSBYMARKETRESPONSE = DESCRIPTOR.message_types_by_name["OrdersByMarketResponse"] -_ORDERSBYPARTYREQUEST = DESCRIPTOR.message_types_by_name["OrdersByPartyRequest"] -_ORDERSBYPARTYRESPONSE = DESCRIPTOR.message_types_by_name["OrdersByPartyResponse"] -_ORDERBYMARKETANDIDREQUEST = DESCRIPTOR.message_types_by_name[ - "OrderByMarketAndIDRequest" -] -_ORDERBYMARKETANDIDRESPONSE = DESCRIPTOR.message_types_by_name[ - "OrderByMarketAndIDResponse" -] -_ORDERBYREFERENCEREQUEST = DESCRIPTOR.message_types_by_name["OrderByReferenceRequest"] -_ORDERBYREFERENCERESPONSE = DESCRIPTOR.message_types_by_name["OrderByReferenceResponse"] -_MARKETSREQUEST = DESCRIPTOR.message_types_by_name["MarketsRequest"] -_MARKETSRESPONSE = DESCRIPTOR.message_types_by_name["MarketsResponse"] -_CANDLESREQUEST = DESCRIPTOR.message_types_by_name["CandlesRequest"] -_CANDLESRESPONSE = DESCRIPTOR.message_types_by_name["CandlesResponse"] -_MARKETDEPTHREQUEST = DESCRIPTOR.message_types_by_name["MarketDepthRequest"] -_MARKETDEPTHRESPONSE = DESCRIPTOR.message_types_by_name["MarketDepthResponse"] -_TRADESBYMARKETREQUEST = DESCRIPTOR.message_types_by_name["TradesByMarketRequest"] -_TRADESBYMARKETRESPONSE = DESCRIPTOR.message_types_by_name["TradesByMarketResponse"] -_POSITIONSBYPARTYREQUEST = DESCRIPTOR.message_types_by_name["PositionsByPartyRequest"] -_POSITIONSBYPARTYRESPONSE = DESCRIPTOR.message_types_by_name["PositionsByPartyResponse"] -_GETVEGATIMEREQUEST = DESCRIPTOR.message_types_by_name["GetVegaTimeRequest"] -_GETVEGATIMERESPONSE = DESCRIPTOR.message_types_by_name["GetVegaTimeResponse"] -_PAGINATION = DESCRIPTOR.message_types_by_name["Pagination"] -_ORDERSSUBSCRIBERESPONSE = DESCRIPTOR.message_types_by_name["OrdersSubscribeResponse"] -_TRADESSUBSCRIBERESPONSE = DESCRIPTOR.message_types_by_name["TradesSubscribeResponse"] -_TRANSFERRESPONSESSUBSCRIBEREQUEST = DESCRIPTOR.message_types_by_name[ - "TransferResponsesSubscribeRequest" -] -_TRANSFERRESPONSESSUBSCRIBERESPONSE = DESCRIPTOR.message_types_by_name[ - "TransferResponsesSubscribeResponse" -] -_PARTYACCOUNTSREQUEST = DESCRIPTOR.message_types_by_name["PartyAccountsRequest"] -_PARTYACCOUNTSRESPONSE = DESCRIPTOR.message_types_by_name["PartyAccountsResponse"] -_MARKETACCOUNTSREQUEST = DESCRIPTOR.message_types_by_name["MarketAccountsRequest"] -_MARKETACCOUNTSRESPONSE = DESCRIPTOR.message_types_by_name["MarketAccountsResponse"] -_FEEINFRASTRUCTUREACCOUNTSREQUEST = DESCRIPTOR.message_types_by_name[ - "FeeInfrastructureAccountsRequest" -] -_FEEINFRASTRUCTUREACCOUNTSRESPONSE = DESCRIPTOR.message_types_by_name[ - "FeeInfrastructureAccountsResponse" -] -_GLOBALREWARDPOOLACCOUNTSREQUEST = DESCRIPTOR.message_types_by_name[ - "GlobalRewardPoolAccountsRequest" -] -_GLOBALREWARDPOOLACCOUNTSRESPONSE = DESCRIPTOR.message_types_by_name[ - "GlobalRewardPoolAccountsResponse" -] -_ORDERBYIDREQUEST = DESCRIPTOR.message_types_by_name["OrderByIDRequest"] -_ORDERBYIDRESPONSE = DESCRIPTOR.message_types_by_name["OrderByIDResponse"] -_ORDERVERSIONSBYIDREQUEST = DESCRIPTOR.message_types_by_name["OrderVersionsByIDRequest"] -_ORDERVERSIONSBYIDRESPONSE = DESCRIPTOR.message_types_by_name[ - "OrderVersionsByIDResponse" -] -_ESTIMATEFEEREQUEST = DESCRIPTOR.message_types_by_name["EstimateFeeRequest"] -_ESTIMATEFEERESPONSE = DESCRIPTOR.message_types_by_name["EstimateFeeResponse"] -_ESTIMATEMARGINREQUEST = DESCRIPTOR.message_types_by_name["EstimateMarginRequest"] -_ESTIMATEMARGINRESPONSE = DESCRIPTOR.message_types_by_name["EstimateMarginResponse"] -_OBSERVEEVENTBUSREQUEST = DESCRIPTOR.message_types_by_name["ObserveEventBusRequest"] -_OBSERVEEVENTBUSRESPONSE = DESCRIPTOR.message_types_by_name["ObserveEventBusResponse"] -_WITHDRAWALSREQUEST = DESCRIPTOR.message_types_by_name["WithdrawalsRequest"] -_WITHDRAWALSRESPONSE = DESCRIPTOR.message_types_by_name["WithdrawalsResponse"] -_WITHDRAWALREQUEST = DESCRIPTOR.message_types_by_name["WithdrawalRequest"] -_WITHDRAWALRESPONSE = DESCRIPTOR.message_types_by_name["WithdrawalResponse"] -_ERC20WITHDRAWALAPPROVALREQUEST = DESCRIPTOR.message_types_by_name[ - "ERC20WithdrawalApprovalRequest" -] -_ERC20WITHDRAWALAPPROVALRESPONSE = DESCRIPTOR.message_types_by_name[ - "ERC20WithdrawalApprovalResponse" -] -_DEPOSITSREQUEST = DESCRIPTOR.message_types_by_name["DepositsRequest"] -_DEPOSITSRESPONSE = DESCRIPTOR.message_types_by_name["DepositsResponse"] -_DEPOSITREQUEST = DESCRIPTOR.message_types_by_name["DepositRequest"] -_DEPOSITRESPONSE = DESCRIPTOR.message_types_by_name["DepositResponse"] -_NETWORKPARAMETERSREQUEST = DESCRIPTOR.message_types_by_name["NetworkParametersRequest"] -_NETWORKPARAMETERSRESPONSE = DESCRIPTOR.message_types_by_name[ - "NetworkParametersResponse" -] -_LIQUIDITYPROVISIONSREQUEST = DESCRIPTOR.message_types_by_name[ - "LiquidityProvisionsRequest" -] -_LIQUIDITYPROVISIONSRESPONSE = DESCRIPTOR.message_types_by_name[ - "LiquidityProvisionsResponse" -] -_ORACLESPECREQUEST = DESCRIPTOR.message_types_by_name["OracleSpecRequest"] -_ORACLESPECRESPONSE = DESCRIPTOR.message_types_by_name["OracleSpecResponse"] -_ORACLESPECSREQUEST = DESCRIPTOR.message_types_by_name["OracleSpecsRequest"] -_ORACLESPECSRESPONSE = DESCRIPTOR.message_types_by_name["OracleSpecsResponse"] -_ORACLEDATABYSPECREQUEST = DESCRIPTOR.message_types_by_name["OracleDataBySpecRequest"] -_ORACLEDATABYSPECRESPONSE = DESCRIPTOR.message_types_by_name["OracleDataBySpecResponse"] -_LISTORACLEDATAREQUEST = DESCRIPTOR.message_types_by_name["ListOracleDataRequest"] -_LISTORACLEDATARESPONSE = DESCRIPTOR.message_types_by_name["ListOracleDataResponse"] -_OBSERVEREWARDSREQUEST = DESCRIPTOR.message_types_by_name["ObserveRewardsRequest"] -_OBSERVEREWARDSRESPONSE = DESCRIPTOR.message_types_by_name["ObserveRewardsResponse"] -_GETREWARDSUMMARIESREQUEST = DESCRIPTOR.message_types_by_name[ - "GetRewardSummariesRequest" -] -_GETREWARDSUMMARIESRESPONSE = DESCRIPTOR.message_types_by_name[ - "GetRewardSummariesResponse" -] -_GETREWARDSREQUEST = DESCRIPTOR.message_types_by_name["GetRewardsRequest"] -_GETREWARDSRESPONSE = DESCRIPTOR.message_types_by_name["GetRewardsResponse"] -_CHECKPOINT = DESCRIPTOR.message_types_by_name["Checkpoint"] -_CHECKPOINTSREQUEST = DESCRIPTOR.message_types_by_name["CheckpointsRequest"] -_CHECKPOINTSRESPONSE = DESCRIPTOR.message_types_by_name["CheckpointsResponse"] -_GETRISKFACTORSREQUEST = DESCRIPTOR.message_types_by_name["GetRiskFactorsRequest"] -_GETRISKFACTORSRESPONSE = DESCRIPTOR.message_types_by_name["GetRiskFactorsResponse"] -TransfersRequest = _reflection.GeneratedProtocolMessageType( - "TransfersRequest", - (_message.Message,), - { - "DESCRIPTOR": _TRANSFERSREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.TransfersRequest) - }, -) -_sym_db.RegisterMessage(TransfersRequest) - -TransfersResponse = _reflection.GeneratedProtocolMessageType( - "TransfersResponse", - (_message.Message,), - { - "DESCRIPTOR": _TRANSFERSRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.TransfersResponse) - }, -) -_sym_db.RegisterMessage(TransfersResponse) - -DelegationsRequest = _reflection.GeneratedProtocolMessageType( - "DelegationsRequest", - (_message.Message,), - { - "DESCRIPTOR": _DELEGATIONSREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.DelegationsRequest) - }, -) -_sym_db.RegisterMessage(DelegationsRequest) - -DelegationsResponse = _reflection.GeneratedProtocolMessageType( - "DelegationsResponse", - (_message.Message,), - { - "DESCRIPTOR": _DELEGATIONSRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.DelegationsResponse) - }, -) -_sym_db.RegisterMessage(DelegationsResponse) - -ObserveDelegationsRequest = _reflection.GeneratedProtocolMessageType( - "ObserveDelegationsRequest", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEDELEGATIONSREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.ObserveDelegationsRequest) - }, -) -_sym_db.RegisterMessage(ObserveDelegationsRequest) - -ObserveDelegationsResponse = _reflection.GeneratedProtocolMessageType( - "ObserveDelegationsResponse", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEDELEGATIONSRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.ObserveDelegationsResponse) - }, -) -_sym_db.RegisterMessage(ObserveDelegationsResponse) - -PartyStakeRequest = _reflection.GeneratedProtocolMessageType( - "PartyStakeRequest", - (_message.Message,), - { - "DESCRIPTOR": _PARTYSTAKEREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.PartyStakeRequest) - }, -) -_sym_db.RegisterMessage(PartyStakeRequest) - -PartyStakeResponse = _reflection.GeneratedProtocolMessageType( - "PartyStakeResponse", - (_message.Message,), - { - "DESCRIPTOR": _PARTYSTAKERESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.PartyStakeResponse) - }, -) -_sym_db.RegisterMessage(PartyStakeResponse) - -GetNodeDataRequest = _reflection.GeneratedProtocolMessageType( - "GetNodeDataRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETNODEDATAREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetNodeDataRequest) - }, -) -_sym_db.RegisterMessage(GetNodeDataRequest) - -GetNodeDataResponse = _reflection.GeneratedProtocolMessageType( - "GetNodeDataResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETNODEDATARESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetNodeDataResponse) - }, -) -_sym_db.RegisterMessage(GetNodeDataResponse) - -GetNodesRequest = _reflection.GeneratedProtocolMessageType( - "GetNodesRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETNODESREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetNodesRequest) - }, -) -_sym_db.RegisterMessage(GetNodesRequest) - -GetNodesResponse = _reflection.GeneratedProtocolMessageType( - "GetNodesResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETNODESRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetNodesResponse) - }, -) -_sym_db.RegisterMessage(GetNodesResponse) - -GetNodeByIDRequest = _reflection.GeneratedProtocolMessageType( - "GetNodeByIDRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETNODEBYIDREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetNodeByIDRequest) - }, -) -_sym_db.RegisterMessage(GetNodeByIDRequest) - -GetNodeByIDResponse = _reflection.GeneratedProtocolMessageType( - "GetNodeByIDResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETNODEBYIDRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetNodeByIDResponse) - }, -) -_sym_db.RegisterMessage(GetNodeByIDResponse) - -GetEpochRequest = _reflection.GeneratedProtocolMessageType( - "GetEpochRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETEPOCHREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetEpochRequest) - }, -) -_sym_db.RegisterMessage(GetEpochRequest) - -GetEpochResponse = _reflection.GeneratedProtocolMessageType( - "GetEpochResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETEPOCHRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetEpochResponse) - }, -) -_sym_db.RegisterMessage(GetEpochResponse) - -KeyRotation = _reflection.GeneratedProtocolMessageType( - "KeyRotation", - (_message.Message,), - { - "DESCRIPTOR": _KEYROTATION, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.KeyRotation) - }, -) -_sym_db.RegisterMessage(KeyRotation) - -GetKeyRotationsRequest = _reflection.GeneratedProtocolMessageType( - "GetKeyRotationsRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETKEYROTATIONSREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetKeyRotationsRequest) - }, -) -_sym_db.RegisterMessage(GetKeyRotationsRequest) - -GetKeyRotationsResponse = _reflection.GeneratedProtocolMessageType( - "GetKeyRotationsResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETKEYROTATIONSRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetKeyRotationsResponse) - }, -) -_sym_db.RegisterMessage(GetKeyRotationsResponse) - -GetKeyRotationsByNodeRequest = _reflection.GeneratedProtocolMessageType( - "GetKeyRotationsByNodeRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETKEYROTATIONSBYNODEREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetKeyRotationsByNodeRequest) - }, -) -_sym_db.RegisterMessage(GetKeyRotationsByNodeRequest) - -GetKeyRotationsByNodeResponse = _reflection.GeneratedProtocolMessageType( - "GetKeyRotationsByNodeResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETKEYROTATIONSBYNODERESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetKeyRotationsByNodeResponse) - }, -) -_sym_db.RegisterMessage(GetKeyRotationsByNodeResponse) - -AssetsRequest = _reflection.GeneratedProtocolMessageType( - "AssetsRequest", - (_message.Message,), - { - "DESCRIPTOR": _ASSETSREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.AssetsRequest) - }, -) -_sym_db.RegisterMessage(AssetsRequest) - -AssetsResponse = _reflection.GeneratedProtocolMessageType( - "AssetsResponse", - (_message.Message,), - { - "DESCRIPTOR": _ASSETSRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.AssetsResponse) - }, -) -_sym_db.RegisterMessage(AssetsResponse) - -AssetByIDRequest = _reflection.GeneratedProtocolMessageType( - "AssetByIDRequest", - (_message.Message,), - { - "DESCRIPTOR": _ASSETBYIDREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.AssetByIDRequest) - }, -) -_sym_db.RegisterMessage(AssetByIDRequest) - -AssetByIDResponse = _reflection.GeneratedProtocolMessageType( - "AssetByIDResponse", - (_message.Message,), - { - "DESCRIPTOR": _ASSETBYIDRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.AssetByIDResponse) - }, -) -_sym_db.RegisterMessage(AssetByIDResponse) - -GetNodeSignaturesAggregateRequest = _reflection.GeneratedProtocolMessageType( - "GetNodeSignaturesAggregateRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETNODESIGNATURESAGGREGATEREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetNodeSignaturesAggregateRequest) - }, -) -_sym_db.RegisterMessage(GetNodeSignaturesAggregateRequest) - -GetNodeSignaturesAggregateResponse = _reflection.GeneratedProtocolMessageType( - "GetNodeSignaturesAggregateResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETNODESIGNATURESAGGREGATERESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetNodeSignaturesAggregateResponse) - }, -) -_sym_db.RegisterMessage(GetNodeSignaturesAggregateResponse) - -OptionalProposalState = _reflection.GeneratedProtocolMessageType( - "OptionalProposalState", - (_message.Message,), - { - "DESCRIPTOR": _OPTIONALPROPOSALSTATE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.OptionalProposalState) - }, -) -_sym_db.RegisterMessage(OptionalProposalState) - -GetProposalsRequest = _reflection.GeneratedProtocolMessageType( - "GetProposalsRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETPROPOSALSREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetProposalsRequest) - }, -) -_sym_db.RegisterMessage(GetProposalsRequest) - -GetProposalsResponse = _reflection.GeneratedProtocolMessageType( - "GetProposalsResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETPROPOSALSRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetProposalsResponse) - }, -) -_sym_db.RegisterMessage(GetProposalsResponse) - -GetProposalsByPartyRequest = _reflection.GeneratedProtocolMessageType( - "GetProposalsByPartyRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETPROPOSALSBYPARTYREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetProposalsByPartyRequest) - }, -) -_sym_db.RegisterMessage(GetProposalsByPartyRequest) - -GetProposalsByPartyResponse = _reflection.GeneratedProtocolMessageType( - "GetProposalsByPartyResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETPROPOSALSBYPARTYRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetProposalsByPartyResponse) - }, -) -_sym_db.RegisterMessage(GetProposalsByPartyResponse) - -GetVotesByPartyRequest = _reflection.GeneratedProtocolMessageType( - "GetVotesByPartyRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETVOTESBYPARTYREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetVotesByPartyRequest) - }, -) -_sym_db.RegisterMessage(GetVotesByPartyRequest) - -GetVotesByPartyResponse = _reflection.GeneratedProtocolMessageType( - "GetVotesByPartyResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETVOTESBYPARTYRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetVotesByPartyResponse) - }, -) -_sym_db.RegisterMessage(GetVotesByPartyResponse) - -GetNewMarketProposalsRequest = _reflection.GeneratedProtocolMessageType( - "GetNewMarketProposalsRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETNEWMARKETPROPOSALSREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetNewMarketProposalsRequest) - }, -) -_sym_db.RegisterMessage(GetNewMarketProposalsRequest) - -GetNewMarketProposalsResponse = _reflection.GeneratedProtocolMessageType( - "GetNewMarketProposalsResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETNEWMARKETPROPOSALSRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetNewMarketProposalsResponse) - }, -) -_sym_db.RegisterMessage(GetNewMarketProposalsResponse) - -GetUpdateMarketProposalsRequest = _reflection.GeneratedProtocolMessageType( - "GetUpdateMarketProposalsRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETUPDATEMARKETPROPOSALSREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetUpdateMarketProposalsRequest) - }, -) -_sym_db.RegisterMessage(GetUpdateMarketProposalsRequest) - -GetUpdateMarketProposalsResponse = _reflection.GeneratedProtocolMessageType( - "GetUpdateMarketProposalsResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETUPDATEMARKETPROPOSALSRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetUpdateMarketProposalsResponse) - }, -) -_sym_db.RegisterMessage(GetUpdateMarketProposalsResponse) - -GetNetworkParametersProposalsRequest = _reflection.GeneratedProtocolMessageType( - "GetNetworkParametersProposalsRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETNETWORKPARAMETERSPROPOSALSREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetNetworkParametersProposalsRequest) - }, -) -_sym_db.RegisterMessage(GetNetworkParametersProposalsRequest) - -GetNetworkParametersProposalsResponse = _reflection.GeneratedProtocolMessageType( - "GetNetworkParametersProposalsResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETNETWORKPARAMETERSPROPOSALSRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetNetworkParametersProposalsResponse) - }, -) -_sym_db.RegisterMessage(GetNetworkParametersProposalsResponse) - -GetNewFreeformProposalsRequest = _reflection.GeneratedProtocolMessageType( - "GetNewFreeformProposalsRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETNEWFREEFORMPROPOSALSREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetNewFreeformProposalsRequest) - }, -) -_sym_db.RegisterMessage(GetNewFreeformProposalsRequest) - -GetNewFreeformProposalsResponse = _reflection.GeneratedProtocolMessageType( - "GetNewFreeformProposalsResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETNEWFREEFORMPROPOSALSRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetNewFreeformProposalsResponse) - }, -) -_sym_db.RegisterMessage(GetNewFreeformProposalsResponse) - -GetNewAssetProposalsRequest = _reflection.GeneratedProtocolMessageType( - "GetNewAssetProposalsRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETNEWASSETPROPOSALSREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetNewAssetProposalsRequest) - }, -) -_sym_db.RegisterMessage(GetNewAssetProposalsRequest) - -GetNewAssetProposalsResponse = _reflection.GeneratedProtocolMessageType( - "GetNewAssetProposalsResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETNEWASSETPROPOSALSRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetNewAssetProposalsResponse) - }, -) -_sym_db.RegisterMessage(GetNewAssetProposalsResponse) - -GetProposalByIDRequest = _reflection.GeneratedProtocolMessageType( - "GetProposalByIDRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETPROPOSALBYIDREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetProposalByIDRequest) - }, -) -_sym_db.RegisterMessage(GetProposalByIDRequest) - -GetProposalByIDResponse = _reflection.GeneratedProtocolMessageType( - "GetProposalByIDResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETPROPOSALBYIDRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetProposalByIDResponse) - }, -) -_sym_db.RegisterMessage(GetProposalByIDResponse) - -GetProposalByReferenceRequest = _reflection.GeneratedProtocolMessageType( - "GetProposalByReferenceRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETPROPOSALBYREFERENCEREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetProposalByReferenceRequest) - }, -) -_sym_db.RegisterMessage(GetProposalByReferenceRequest) - -GetProposalByReferenceResponse = _reflection.GeneratedProtocolMessageType( - "GetProposalByReferenceResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETPROPOSALBYREFERENCERESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetProposalByReferenceResponse) - }, -) -_sym_db.RegisterMessage(GetProposalByReferenceResponse) - -ObserveGovernanceRequest = _reflection.GeneratedProtocolMessageType( - "ObserveGovernanceRequest", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEGOVERNANCEREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.ObserveGovernanceRequest) - }, -) -_sym_db.RegisterMessage(ObserveGovernanceRequest) - -ObserveGovernanceResponse = _reflection.GeneratedProtocolMessageType( - "ObserveGovernanceResponse", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEGOVERNANCERESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.ObserveGovernanceResponse) - }, -) -_sym_db.RegisterMessage(ObserveGovernanceResponse) - -ObservePartyProposalsRequest = _reflection.GeneratedProtocolMessageType( - "ObservePartyProposalsRequest", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEPARTYPROPOSALSREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.ObservePartyProposalsRequest) - }, -) -_sym_db.RegisterMessage(ObservePartyProposalsRequest) - -ObservePartyProposalsResponse = _reflection.GeneratedProtocolMessageType( - "ObservePartyProposalsResponse", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEPARTYPROPOSALSRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.ObservePartyProposalsResponse) - }, -) -_sym_db.RegisterMessage(ObservePartyProposalsResponse) - -ObserveProposalVotesRequest = _reflection.GeneratedProtocolMessageType( - "ObserveProposalVotesRequest", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEPROPOSALVOTESREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.ObserveProposalVotesRequest) - }, -) -_sym_db.RegisterMessage(ObserveProposalVotesRequest) - -ObserveProposalVotesResponse = _reflection.GeneratedProtocolMessageType( - "ObserveProposalVotesResponse", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEPROPOSALVOTESRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.ObserveProposalVotesResponse) - }, -) -_sym_db.RegisterMessage(ObserveProposalVotesResponse) - -ObservePartyVotesRequest = _reflection.GeneratedProtocolMessageType( - "ObservePartyVotesRequest", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEPARTYVOTESREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.ObservePartyVotesRequest) - }, -) -_sym_db.RegisterMessage(ObservePartyVotesRequest) - -ObservePartyVotesResponse = _reflection.GeneratedProtocolMessageType( - "ObservePartyVotesResponse", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEPARTYVOTESRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.ObservePartyVotesResponse) - }, -) -_sym_db.RegisterMessage(ObservePartyVotesResponse) - -MarginLevelsSubscribeRequest = _reflection.GeneratedProtocolMessageType( - "MarginLevelsSubscribeRequest", - (_message.Message,), - { - "DESCRIPTOR": _MARGINLEVELSSUBSCRIBEREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.MarginLevelsSubscribeRequest) - }, -) -_sym_db.RegisterMessage(MarginLevelsSubscribeRequest) - -MarginLevelsSubscribeResponse = _reflection.GeneratedProtocolMessageType( - "MarginLevelsSubscribeResponse", - (_message.Message,), - { - "DESCRIPTOR": _MARGINLEVELSSUBSCRIBERESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.MarginLevelsSubscribeResponse) - }, -) -_sym_db.RegisterMessage(MarginLevelsSubscribeResponse) - -MarginLevelsRequest = _reflection.GeneratedProtocolMessageType( - "MarginLevelsRequest", - (_message.Message,), - { - "DESCRIPTOR": _MARGINLEVELSREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.MarginLevelsRequest) - }, -) -_sym_db.RegisterMessage(MarginLevelsRequest) - -MarginLevelsResponse = _reflection.GeneratedProtocolMessageType( - "MarginLevelsResponse", - (_message.Message,), - { - "DESCRIPTOR": _MARGINLEVELSRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.MarginLevelsResponse) - }, -) -_sym_db.RegisterMessage(MarginLevelsResponse) - -MarketsDataSubscribeRequest = _reflection.GeneratedProtocolMessageType( - "MarketsDataSubscribeRequest", - (_message.Message,), - { - "DESCRIPTOR": _MARKETSDATASUBSCRIBEREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.MarketsDataSubscribeRequest) - }, -) -_sym_db.RegisterMessage(MarketsDataSubscribeRequest) - -MarketsDataSubscribeResponse = _reflection.GeneratedProtocolMessageType( - "MarketsDataSubscribeResponse", - (_message.Message,), - { - "DESCRIPTOR": _MARKETSDATASUBSCRIBERESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.MarketsDataSubscribeResponse) - }, -) -_sym_db.RegisterMessage(MarketsDataSubscribeResponse) - -MarketDataByIDRequest = _reflection.GeneratedProtocolMessageType( - "MarketDataByIDRequest", - (_message.Message,), - { - "DESCRIPTOR": _MARKETDATABYIDREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.MarketDataByIDRequest) - }, -) -_sym_db.RegisterMessage(MarketDataByIDRequest) - -MarketDataByIDResponse = _reflection.GeneratedProtocolMessageType( - "MarketDataByIDResponse", - (_message.Message,), - { - "DESCRIPTOR": _MARKETDATABYIDRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.MarketDataByIDResponse) - }, -) -_sym_db.RegisterMessage(MarketDataByIDResponse) - -MarketsDataRequest = _reflection.GeneratedProtocolMessageType( - "MarketsDataRequest", - (_message.Message,), - { - "DESCRIPTOR": _MARKETSDATAREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.MarketsDataRequest) - }, -) -_sym_db.RegisterMessage(MarketsDataRequest) - -MarketsDataResponse = _reflection.GeneratedProtocolMessageType( - "MarketsDataResponse", - (_message.Message,), - { - "DESCRIPTOR": _MARKETSDATARESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.MarketsDataResponse) - }, -) -_sym_db.RegisterMessage(MarketsDataResponse) - -LastTradeRequest = _reflection.GeneratedProtocolMessageType( - "LastTradeRequest", - (_message.Message,), - { - "DESCRIPTOR": _LASTTRADEREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.LastTradeRequest) - }, -) -_sym_db.RegisterMessage(LastTradeRequest) - -LastTradeResponse = _reflection.GeneratedProtocolMessageType( - "LastTradeResponse", - (_message.Message,), - { - "DESCRIPTOR": _LASTTRADERESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.LastTradeResponse) - }, -) -_sym_db.RegisterMessage(LastTradeResponse) - -MarketByIDRequest = _reflection.GeneratedProtocolMessageType( - "MarketByIDRequest", - (_message.Message,), - { - "DESCRIPTOR": _MARKETBYIDREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.MarketByIDRequest) - }, -) -_sym_db.RegisterMessage(MarketByIDRequest) - -MarketByIDResponse = _reflection.GeneratedProtocolMessageType( - "MarketByIDResponse", - (_message.Message,), - { - "DESCRIPTOR": _MARKETBYIDRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.MarketByIDResponse) - }, -) -_sym_db.RegisterMessage(MarketByIDResponse) - -PartyByIDRequest = _reflection.GeneratedProtocolMessageType( - "PartyByIDRequest", - (_message.Message,), - { - "DESCRIPTOR": _PARTYBYIDREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.PartyByIDRequest) - }, -) -_sym_db.RegisterMessage(PartyByIDRequest) - -PartyByIDResponse = _reflection.GeneratedProtocolMessageType( - "PartyByIDResponse", - (_message.Message,), - { - "DESCRIPTOR": _PARTYBYIDRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.PartyByIDResponse) - }, -) -_sym_db.RegisterMessage(PartyByIDResponse) - -PartiesRequest = _reflection.GeneratedProtocolMessageType( - "PartiesRequest", - (_message.Message,), - { - "DESCRIPTOR": _PARTIESREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.PartiesRequest) - }, -) -_sym_db.RegisterMessage(PartiesRequest) - -PartiesResponse = _reflection.GeneratedProtocolMessageType( - "PartiesResponse", - (_message.Message,), - { - "DESCRIPTOR": _PARTIESRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.PartiesResponse) - }, -) -_sym_db.RegisterMessage(PartiesResponse) - -TradesByPartyRequest = _reflection.GeneratedProtocolMessageType( - "TradesByPartyRequest", - (_message.Message,), - { - "DESCRIPTOR": _TRADESBYPARTYREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.TradesByPartyRequest) - }, -) -_sym_db.RegisterMessage(TradesByPartyRequest) - -TradesByPartyResponse = _reflection.GeneratedProtocolMessageType( - "TradesByPartyResponse", - (_message.Message,), - { - "DESCRIPTOR": _TRADESBYPARTYRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.TradesByPartyResponse) - }, -) -_sym_db.RegisterMessage(TradesByPartyResponse) - -TradesByOrderRequest = _reflection.GeneratedProtocolMessageType( - "TradesByOrderRequest", - (_message.Message,), - { - "DESCRIPTOR": _TRADESBYORDERREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.TradesByOrderRequest) - }, -) -_sym_db.RegisterMessage(TradesByOrderRequest) - -TradesByOrderResponse = _reflection.GeneratedProtocolMessageType( - "TradesByOrderResponse", - (_message.Message,), - { - "DESCRIPTOR": _TRADESBYORDERRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.TradesByOrderResponse) - }, -) -_sym_db.RegisterMessage(TradesByOrderResponse) - -AccountsSubscribeRequest = _reflection.GeneratedProtocolMessageType( - "AccountsSubscribeRequest", - (_message.Message,), - { - "DESCRIPTOR": _ACCOUNTSSUBSCRIBEREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.AccountsSubscribeRequest) - }, -) -_sym_db.RegisterMessage(AccountsSubscribeRequest) - -AccountsSubscribeResponse = _reflection.GeneratedProtocolMessageType( - "AccountsSubscribeResponse", - (_message.Message,), - { - "DESCRIPTOR": _ACCOUNTSSUBSCRIBERESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.AccountsSubscribeResponse) - }, -) -_sym_db.RegisterMessage(AccountsSubscribeResponse) - -OrdersSubscribeRequest = _reflection.GeneratedProtocolMessageType( - "OrdersSubscribeRequest", - (_message.Message,), - { - "DESCRIPTOR": _ORDERSSUBSCRIBEREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.OrdersSubscribeRequest) - }, -) -_sym_db.RegisterMessage(OrdersSubscribeRequest) - -TradesSubscribeRequest = _reflection.GeneratedProtocolMessageType( - "TradesSubscribeRequest", - (_message.Message,), - { - "DESCRIPTOR": _TRADESSUBSCRIBEREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.TradesSubscribeRequest) - }, -) -_sym_db.RegisterMessage(TradesSubscribeRequest) - -CandlesSubscribeRequest = _reflection.GeneratedProtocolMessageType( - "CandlesSubscribeRequest", - (_message.Message,), - { - "DESCRIPTOR": _CANDLESSUBSCRIBEREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.CandlesSubscribeRequest) - }, -) -_sym_db.RegisterMessage(CandlesSubscribeRequest) - -CandlesSubscribeResponse = _reflection.GeneratedProtocolMessageType( - "CandlesSubscribeResponse", - (_message.Message,), - { - "DESCRIPTOR": _CANDLESSUBSCRIBERESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.CandlesSubscribeResponse) - }, -) -_sym_db.RegisterMessage(CandlesSubscribeResponse) - -MarketDepthSubscribeRequest = _reflection.GeneratedProtocolMessageType( - "MarketDepthSubscribeRequest", - (_message.Message,), - { - "DESCRIPTOR": _MARKETDEPTHSUBSCRIBEREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.MarketDepthSubscribeRequest) - }, -) -_sym_db.RegisterMessage(MarketDepthSubscribeRequest) - -MarketDepthSubscribeResponse = _reflection.GeneratedProtocolMessageType( - "MarketDepthSubscribeResponse", - (_message.Message,), - { - "DESCRIPTOR": _MARKETDEPTHSUBSCRIBERESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.MarketDepthSubscribeResponse) - }, -) -_sym_db.RegisterMessage(MarketDepthSubscribeResponse) - -MarketDepthUpdatesSubscribeRequest = _reflection.GeneratedProtocolMessageType( - "MarketDepthUpdatesSubscribeRequest", - (_message.Message,), - { - "DESCRIPTOR": _MARKETDEPTHUPDATESSUBSCRIBEREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.MarketDepthUpdatesSubscribeRequest) - }, -) -_sym_db.RegisterMessage(MarketDepthUpdatesSubscribeRequest) - -MarketDepthUpdatesSubscribeResponse = _reflection.GeneratedProtocolMessageType( - "MarketDepthUpdatesSubscribeResponse", - (_message.Message,), - { - "DESCRIPTOR": _MARKETDEPTHUPDATESSUBSCRIBERESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.MarketDepthUpdatesSubscribeResponse) - }, -) -_sym_db.RegisterMessage(MarketDepthUpdatesSubscribeResponse) - -PositionsSubscribeRequest = _reflection.GeneratedProtocolMessageType( - "PositionsSubscribeRequest", - (_message.Message,), - { - "DESCRIPTOR": _POSITIONSSUBSCRIBEREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.PositionsSubscribeRequest) - }, -) -_sym_db.RegisterMessage(PositionsSubscribeRequest) - -PositionsSubscribeResponse = _reflection.GeneratedProtocolMessageType( - "PositionsSubscribeResponse", - (_message.Message,), - { - "DESCRIPTOR": _POSITIONSSUBSCRIBERESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.PositionsSubscribeResponse) - }, -) -_sym_db.RegisterMessage(PositionsSubscribeResponse) - -OrdersByMarketRequest = _reflection.GeneratedProtocolMessageType( - "OrdersByMarketRequest", - (_message.Message,), - { - "DESCRIPTOR": _ORDERSBYMARKETREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.OrdersByMarketRequest) - }, -) -_sym_db.RegisterMessage(OrdersByMarketRequest) - -OrdersByMarketResponse = _reflection.GeneratedProtocolMessageType( - "OrdersByMarketResponse", - (_message.Message,), - { - "DESCRIPTOR": _ORDERSBYMARKETRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.OrdersByMarketResponse) - }, -) -_sym_db.RegisterMessage(OrdersByMarketResponse) - -OrdersByPartyRequest = _reflection.GeneratedProtocolMessageType( - "OrdersByPartyRequest", - (_message.Message,), - { - "DESCRIPTOR": _ORDERSBYPARTYREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.OrdersByPartyRequest) - }, -) -_sym_db.RegisterMessage(OrdersByPartyRequest) - -OrdersByPartyResponse = _reflection.GeneratedProtocolMessageType( - "OrdersByPartyResponse", - (_message.Message,), - { - "DESCRIPTOR": _ORDERSBYPARTYRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.OrdersByPartyResponse) - }, -) -_sym_db.RegisterMessage(OrdersByPartyResponse) - -OrderByMarketAndIDRequest = _reflection.GeneratedProtocolMessageType( - "OrderByMarketAndIDRequest", - (_message.Message,), - { - "DESCRIPTOR": _ORDERBYMARKETANDIDREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.OrderByMarketAndIDRequest) - }, -) -_sym_db.RegisterMessage(OrderByMarketAndIDRequest) - -OrderByMarketAndIDResponse = _reflection.GeneratedProtocolMessageType( - "OrderByMarketAndIDResponse", - (_message.Message,), - { - "DESCRIPTOR": _ORDERBYMARKETANDIDRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.OrderByMarketAndIDResponse) - }, -) -_sym_db.RegisterMessage(OrderByMarketAndIDResponse) - -OrderByReferenceRequest = _reflection.GeneratedProtocolMessageType( - "OrderByReferenceRequest", - (_message.Message,), - { - "DESCRIPTOR": _ORDERBYREFERENCEREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.OrderByReferenceRequest) - }, -) -_sym_db.RegisterMessage(OrderByReferenceRequest) - -OrderByReferenceResponse = _reflection.GeneratedProtocolMessageType( - "OrderByReferenceResponse", - (_message.Message,), - { - "DESCRIPTOR": _ORDERBYREFERENCERESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.OrderByReferenceResponse) - }, -) -_sym_db.RegisterMessage(OrderByReferenceResponse) - -MarketsRequest = _reflection.GeneratedProtocolMessageType( - "MarketsRequest", - (_message.Message,), - { - "DESCRIPTOR": _MARKETSREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.MarketsRequest) - }, -) -_sym_db.RegisterMessage(MarketsRequest) - -MarketsResponse = _reflection.GeneratedProtocolMessageType( - "MarketsResponse", - (_message.Message,), - { - "DESCRIPTOR": _MARKETSRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.MarketsResponse) - }, -) -_sym_db.RegisterMessage(MarketsResponse) - -CandlesRequest = _reflection.GeneratedProtocolMessageType( - "CandlesRequest", - (_message.Message,), - { - "DESCRIPTOR": _CANDLESREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.CandlesRequest) - }, -) -_sym_db.RegisterMessage(CandlesRequest) - -CandlesResponse = _reflection.GeneratedProtocolMessageType( - "CandlesResponse", - (_message.Message,), - { - "DESCRIPTOR": _CANDLESRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.CandlesResponse) - }, -) -_sym_db.RegisterMessage(CandlesResponse) - -MarketDepthRequest = _reflection.GeneratedProtocolMessageType( - "MarketDepthRequest", - (_message.Message,), - { - "DESCRIPTOR": _MARKETDEPTHREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.MarketDepthRequest) - }, -) -_sym_db.RegisterMessage(MarketDepthRequest) - -MarketDepthResponse = _reflection.GeneratedProtocolMessageType( - "MarketDepthResponse", - (_message.Message,), - { - "DESCRIPTOR": _MARKETDEPTHRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.MarketDepthResponse) - }, -) -_sym_db.RegisterMessage(MarketDepthResponse) - -TradesByMarketRequest = _reflection.GeneratedProtocolMessageType( - "TradesByMarketRequest", - (_message.Message,), - { - "DESCRIPTOR": _TRADESBYMARKETREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.TradesByMarketRequest) - }, -) -_sym_db.RegisterMessage(TradesByMarketRequest) - -TradesByMarketResponse = _reflection.GeneratedProtocolMessageType( - "TradesByMarketResponse", - (_message.Message,), - { - "DESCRIPTOR": _TRADESBYMARKETRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.TradesByMarketResponse) - }, -) -_sym_db.RegisterMessage(TradesByMarketResponse) - -PositionsByPartyRequest = _reflection.GeneratedProtocolMessageType( - "PositionsByPartyRequest", - (_message.Message,), - { - "DESCRIPTOR": _POSITIONSBYPARTYREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.PositionsByPartyRequest) - }, -) -_sym_db.RegisterMessage(PositionsByPartyRequest) - -PositionsByPartyResponse = _reflection.GeneratedProtocolMessageType( - "PositionsByPartyResponse", - (_message.Message,), - { - "DESCRIPTOR": _POSITIONSBYPARTYRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.PositionsByPartyResponse) - }, -) -_sym_db.RegisterMessage(PositionsByPartyResponse) - -GetVegaTimeRequest = _reflection.GeneratedProtocolMessageType( - "GetVegaTimeRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETVEGATIMEREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetVegaTimeRequest) - }, -) -_sym_db.RegisterMessage(GetVegaTimeRequest) - -GetVegaTimeResponse = _reflection.GeneratedProtocolMessageType( - "GetVegaTimeResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETVEGATIMERESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetVegaTimeResponse) - }, -) -_sym_db.RegisterMessage(GetVegaTimeResponse) - -Pagination = _reflection.GeneratedProtocolMessageType( - "Pagination", - (_message.Message,), - { - "DESCRIPTOR": _PAGINATION, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.Pagination) - }, -) -_sym_db.RegisterMessage(Pagination) - -OrdersSubscribeResponse = _reflection.GeneratedProtocolMessageType( - "OrdersSubscribeResponse", - (_message.Message,), - { - "DESCRIPTOR": _ORDERSSUBSCRIBERESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.OrdersSubscribeResponse) - }, -) -_sym_db.RegisterMessage(OrdersSubscribeResponse) - -TradesSubscribeResponse = _reflection.GeneratedProtocolMessageType( - "TradesSubscribeResponse", - (_message.Message,), - { - "DESCRIPTOR": _TRADESSUBSCRIBERESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.TradesSubscribeResponse) - }, -) -_sym_db.RegisterMessage(TradesSubscribeResponse) - -TransferResponsesSubscribeRequest = _reflection.GeneratedProtocolMessageType( - "TransferResponsesSubscribeRequest", - (_message.Message,), - { - "DESCRIPTOR": _TRANSFERRESPONSESSUBSCRIBEREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.TransferResponsesSubscribeRequest) - }, -) -_sym_db.RegisterMessage(TransferResponsesSubscribeRequest) - -TransferResponsesSubscribeResponse = _reflection.GeneratedProtocolMessageType( - "TransferResponsesSubscribeResponse", - (_message.Message,), - { - "DESCRIPTOR": _TRANSFERRESPONSESSUBSCRIBERESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.TransferResponsesSubscribeResponse) - }, -) -_sym_db.RegisterMessage(TransferResponsesSubscribeResponse) - -PartyAccountsRequest = _reflection.GeneratedProtocolMessageType( - "PartyAccountsRequest", - (_message.Message,), - { - "DESCRIPTOR": _PARTYACCOUNTSREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.PartyAccountsRequest) - }, -) -_sym_db.RegisterMessage(PartyAccountsRequest) - -PartyAccountsResponse = _reflection.GeneratedProtocolMessageType( - "PartyAccountsResponse", - (_message.Message,), - { - "DESCRIPTOR": _PARTYACCOUNTSRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.PartyAccountsResponse) - }, -) -_sym_db.RegisterMessage(PartyAccountsResponse) - -MarketAccountsRequest = _reflection.GeneratedProtocolMessageType( - "MarketAccountsRequest", - (_message.Message,), - { - "DESCRIPTOR": _MARKETACCOUNTSREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.MarketAccountsRequest) - }, -) -_sym_db.RegisterMessage(MarketAccountsRequest) - -MarketAccountsResponse = _reflection.GeneratedProtocolMessageType( - "MarketAccountsResponse", - (_message.Message,), - { - "DESCRIPTOR": _MARKETACCOUNTSRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.MarketAccountsResponse) - }, -) -_sym_db.RegisterMessage(MarketAccountsResponse) - -FeeInfrastructureAccountsRequest = _reflection.GeneratedProtocolMessageType( - "FeeInfrastructureAccountsRequest", - (_message.Message,), - { - "DESCRIPTOR": _FEEINFRASTRUCTUREACCOUNTSREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.FeeInfrastructureAccountsRequest) - }, -) -_sym_db.RegisterMessage(FeeInfrastructureAccountsRequest) - -FeeInfrastructureAccountsResponse = _reflection.GeneratedProtocolMessageType( - "FeeInfrastructureAccountsResponse", - (_message.Message,), - { - "DESCRIPTOR": _FEEINFRASTRUCTUREACCOUNTSRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.FeeInfrastructureAccountsResponse) - }, -) -_sym_db.RegisterMessage(FeeInfrastructureAccountsResponse) - -GlobalRewardPoolAccountsRequest = _reflection.GeneratedProtocolMessageType( - "GlobalRewardPoolAccountsRequest", - (_message.Message,), - { - "DESCRIPTOR": _GLOBALREWARDPOOLACCOUNTSREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GlobalRewardPoolAccountsRequest) - }, -) -_sym_db.RegisterMessage(GlobalRewardPoolAccountsRequest) - -GlobalRewardPoolAccountsResponse = _reflection.GeneratedProtocolMessageType( - "GlobalRewardPoolAccountsResponse", - (_message.Message,), - { - "DESCRIPTOR": _GLOBALREWARDPOOLACCOUNTSRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GlobalRewardPoolAccountsResponse) - }, -) -_sym_db.RegisterMessage(GlobalRewardPoolAccountsResponse) - -OrderByIDRequest = _reflection.GeneratedProtocolMessageType( - "OrderByIDRequest", - (_message.Message,), - { - "DESCRIPTOR": _ORDERBYIDREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.OrderByIDRequest) - }, -) -_sym_db.RegisterMessage(OrderByIDRequest) - -OrderByIDResponse = _reflection.GeneratedProtocolMessageType( - "OrderByIDResponse", - (_message.Message,), - { - "DESCRIPTOR": _ORDERBYIDRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.OrderByIDResponse) - }, +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) +_builder.BuildTopDescriptorsAndMessages( + DESCRIPTOR, "data_node.api.v1.trading_data_pb2", globals() ) -_sym_db.RegisterMessage(OrderByIDResponse) - -OrderVersionsByIDRequest = _reflection.GeneratedProtocolMessageType( - "OrderVersionsByIDRequest", - (_message.Message,), - { - "DESCRIPTOR": _ORDERVERSIONSBYIDREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.OrderVersionsByIDRequest) - }, -) -_sym_db.RegisterMessage(OrderVersionsByIDRequest) - -OrderVersionsByIDResponse = _reflection.GeneratedProtocolMessageType( - "OrderVersionsByIDResponse", - (_message.Message,), - { - "DESCRIPTOR": _ORDERVERSIONSBYIDRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.OrderVersionsByIDResponse) - }, -) -_sym_db.RegisterMessage(OrderVersionsByIDResponse) - -EstimateFeeRequest = _reflection.GeneratedProtocolMessageType( - "EstimateFeeRequest", - (_message.Message,), - { - "DESCRIPTOR": _ESTIMATEFEEREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.EstimateFeeRequest) - }, -) -_sym_db.RegisterMessage(EstimateFeeRequest) - -EstimateFeeResponse = _reflection.GeneratedProtocolMessageType( - "EstimateFeeResponse", - (_message.Message,), - { - "DESCRIPTOR": _ESTIMATEFEERESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.EstimateFeeResponse) - }, -) -_sym_db.RegisterMessage(EstimateFeeResponse) - -EstimateMarginRequest = _reflection.GeneratedProtocolMessageType( - "EstimateMarginRequest", - (_message.Message,), - { - "DESCRIPTOR": _ESTIMATEMARGINREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.EstimateMarginRequest) - }, -) -_sym_db.RegisterMessage(EstimateMarginRequest) - -EstimateMarginResponse = _reflection.GeneratedProtocolMessageType( - "EstimateMarginResponse", - (_message.Message,), - { - "DESCRIPTOR": _ESTIMATEMARGINRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.EstimateMarginResponse) - }, -) -_sym_db.RegisterMessage(EstimateMarginResponse) - -ObserveEventBusRequest = _reflection.GeneratedProtocolMessageType( - "ObserveEventBusRequest", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEEVENTBUSREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.ObserveEventBusRequest) - }, -) -_sym_db.RegisterMessage(ObserveEventBusRequest) - -ObserveEventBusResponse = _reflection.GeneratedProtocolMessageType( - "ObserveEventBusResponse", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEEVENTBUSRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.ObserveEventBusResponse) - }, -) -_sym_db.RegisterMessage(ObserveEventBusResponse) - -WithdrawalsRequest = _reflection.GeneratedProtocolMessageType( - "WithdrawalsRequest", - (_message.Message,), - { - "DESCRIPTOR": _WITHDRAWALSREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.WithdrawalsRequest) - }, -) -_sym_db.RegisterMessage(WithdrawalsRequest) - -WithdrawalsResponse = _reflection.GeneratedProtocolMessageType( - "WithdrawalsResponse", - (_message.Message,), - { - "DESCRIPTOR": _WITHDRAWALSRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.WithdrawalsResponse) - }, -) -_sym_db.RegisterMessage(WithdrawalsResponse) - -WithdrawalRequest = _reflection.GeneratedProtocolMessageType( - "WithdrawalRequest", - (_message.Message,), - { - "DESCRIPTOR": _WITHDRAWALREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.WithdrawalRequest) - }, -) -_sym_db.RegisterMessage(WithdrawalRequest) - -WithdrawalResponse = _reflection.GeneratedProtocolMessageType( - "WithdrawalResponse", - (_message.Message,), - { - "DESCRIPTOR": _WITHDRAWALRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.WithdrawalResponse) - }, -) -_sym_db.RegisterMessage(WithdrawalResponse) - -ERC20WithdrawalApprovalRequest = _reflection.GeneratedProtocolMessageType( - "ERC20WithdrawalApprovalRequest", - (_message.Message,), - { - "DESCRIPTOR": _ERC20WITHDRAWALAPPROVALREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.ERC20WithdrawalApprovalRequest) - }, -) -_sym_db.RegisterMessage(ERC20WithdrawalApprovalRequest) - -ERC20WithdrawalApprovalResponse = _reflection.GeneratedProtocolMessageType( - "ERC20WithdrawalApprovalResponse", - (_message.Message,), - { - "DESCRIPTOR": _ERC20WITHDRAWALAPPROVALRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.ERC20WithdrawalApprovalResponse) - }, -) -_sym_db.RegisterMessage(ERC20WithdrawalApprovalResponse) - -DepositsRequest = _reflection.GeneratedProtocolMessageType( - "DepositsRequest", - (_message.Message,), - { - "DESCRIPTOR": _DEPOSITSREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.DepositsRequest) - }, -) -_sym_db.RegisterMessage(DepositsRequest) - -DepositsResponse = _reflection.GeneratedProtocolMessageType( - "DepositsResponse", - (_message.Message,), - { - "DESCRIPTOR": _DEPOSITSRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.DepositsResponse) - }, -) -_sym_db.RegisterMessage(DepositsResponse) - -DepositRequest = _reflection.GeneratedProtocolMessageType( - "DepositRequest", - (_message.Message,), - { - "DESCRIPTOR": _DEPOSITREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.DepositRequest) - }, -) -_sym_db.RegisterMessage(DepositRequest) - -DepositResponse = _reflection.GeneratedProtocolMessageType( - "DepositResponse", - (_message.Message,), - { - "DESCRIPTOR": _DEPOSITRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.DepositResponse) - }, -) -_sym_db.RegisterMessage(DepositResponse) - -NetworkParametersRequest = _reflection.GeneratedProtocolMessageType( - "NetworkParametersRequest", - (_message.Message,), - { - "DESCRIPTOR": _NETWORKPARAMETERSREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.NetworkParametersRequest) - }, -) -_sym_db.RegisterMessage(NetworkParametersRequest) - -NetworkParametersResponse = _reflection.GeneratedProtocolMessageType( - "NetworkParametersResponse", - (_message.Message,), - { - "DESCRIPTOR": _NETWORKPARAMETERSRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.NetworkParametersResponse) - }, -) -_sym_db.RegisterMessage(NetworkParametersResponse) - -LiquidityProvisionsRequest = _reflection.GeneratedProtocolMessageType( - "LiquidityProvisionsRequest", - (_message.Message,), - { - "DESCRIPTOR": _LIQUIDITYPROVISIONSREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.LiquidityProvisionsRequest) - }, -) -_sym_db.RegisterMessage(LiquidityProvisionsRequest) - -LiquidityProvisionsResponse = _reflection.GeneratedProtocolMessageType( - "LiquidityProvisionsResponse", - (_message.Message,), - { - "DESCRIPTOR": _LIQUIDITYPROVISIONSRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.LiquidityProvisionsResponse) - }, -) -_sym_db.RegisterMessage(LiquidityProvisionsResponse) - -OracleSpecRequest = _reflection.GeneratedProtocolMessageType( - "OracleSpecRequest", - (_message.Message,), - { - "DESCRIPTOR": _ORACLESPECREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.OracleSpecRequest) - }, -) -_sym_db.RegisterMessage(OracleSpecRequest) - -OracleSpecResponse = _reflection.GeneratedProtocolMessageType( - "OracleSpecResponse", - (_message.Message,), - { - "DESCRIPTOR": _ORACLESPECRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.OracleSpecResponse) - }, -) -_sym_db.RegisterMessage(OracleSpecResponse) - -OracleSpecsRequest = _reflection.GeneratedProtocolMessageType( - "OracleSpecsRequest", - (_message.Message,), - { - "DESCRIPTOR": _ORACLESPECSREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.OracleSpecsRequest) - }, -) -_sym_db.RegisterMessage(OracleSpecsRequest) - -OracleSpecsResponse = _reflection.GeneratedProtocolMessageType( - "OracleSpecsResponse", - (_message.Message,), - { - "DESCRIPTOR": _ORACLESPECSRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.OracleSpecsResponse) - }, -) -_sym_db.RegisterMessage(OracleSpecsResponse) - -OracleDataBySpecRequest = _reflection.GeneratedProtocolMessageType( - "OracleDataBySpecRequest", - (_message.Message,), - { - "DESCRIPTOR": _ORACLEDATABYSPECREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.OracleDataBySpecRequest) - }, -) -_sym_db.RegisterMessage(OracleDataBySpecRequest) - -OracleDataBySpecResponse = _reflection.GeneratedProtocolMessageType( - "OracleDataBySpecResponse", - (_message.Message,), - { - "DESCRIPTOR": _ORACLEDATABYSPECRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.OracleDataBySpecResponse) - }, -) -_sym_db.RegisterMessage(OracleDataBySpecResponse) - -ListOracleDataRequest = _reflection.GeneratedProtocolMessageType( - "ListOracleDataRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTORACLEDATAREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.ListOracleDataRequest) - }, -) -_sym_db.RegisterMessage(ListOracleDataRequest) - -ListOracleDataResponse = _reflection.GeneratedProtocolMessageType( - "ListOracleDataResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTORACLEDATARESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.ListOracleDataResponse) - }, -) -_sym_db.RegisterMessage(ListOracleDataResponse) - -ObserveRewardsRequest = _reflection.GeneratedProtocolMessageType( - "ObserveRewardsRequest", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEREWARDSREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.ObserveRewardsRequest) - }, -) -_sym_db.RegisterMessage(ObserveRewardsRequest) - -ObserveRewardsResponse = _reflection.GeneratedProtocolMessageType( - "ObserveRewardsResponse", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEREWARDSRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.ObserveRewardsResponse) - }, -) -_sym_db.RegisterMessage(ObserveRewardsResponse) - -GetRewardSummariesRequest = _reflection.GeneratedProtocolMessageType( - "GetRewardSummariesRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETREWARDSUMMARIESREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetRewardSummariesRequest) - }, -) -_sym_db.RegisterMessage(GetRewardSummariesRequest) - -GetRewardSummariesResponse = _reflection.GeneratedProtocolMessageType( - "GetRewardSummariesResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETREWARDSUMMARIESRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetRewardSummariesResponse) - }, -) -_sym_db.RegisterMessage(GetRewardSummariesResponse) - -GetRewardsRequest = _reflection.GeneratedProtocolMessageType( - "GetRewardsRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETREWARDSREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetRewardsRequest) - }, -) -_sym_db.RegisterMessage(GetRewardsRequest) - -GetRewardsResponse = _reflection.GeneratedProtocolMessageType( - "GetRewardsResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETREWARDSRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetRewardsResponse) - }, -) -_sym_db.RegisterMessage(GetRewardsResponse) - -Checkpoint = _reflection.GeneratedProtocolMessageType( - "Checkpoint", - (_message.Message,), - { - "DESCRIPTOR": _CHECKPOINT, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.Checkpoint) - }, -) -_sym_db.RegisterMessage(Checkpoint) - -CheckpointsRequest = _reflection.GeneratedProtocolMessageType( - "CheckpointsRequest", - (_message.Message,), - { - "DESCRIPTOR": _CHECKPOINTSREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.CheckpointsRequest) - }, -) -_sym_db.RegisterMessage(CheckpointsRequest) - -CheckpointsResponse = _reflection.GeneratedProtocolMessageType( - "CheckpointsResponse", - (_message.Message,), - { - "DESCRIPTOR": _CHECKPOINTSRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.CheckpointsResponse) - }, -) -_sym_db.RegisterMessage(CheckpointsResponse) - -GetRiskFactorsRequest = _reflection.GeneratedProtocolMessageType( - "GetRiskFactorsRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETRISKFACTORSREQUEST, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetRiskFactorsRequest) - }, -) -_sym_db.RegisterMessage(GetRiskFactorsRequest) - -GetRiskFactorsResponse = _reflection.GeneratedProtocolMessageType( - "GetRiskFactorsResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETRISKFACTORSRESPONSE, - "__module__": "data_node.api.v1.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v1.GetRiskFactorsResponse) - }, -) -_sym_db.RegisterMessage(GetRiskFactorsResponse) - -_TRADINGDATASERVICE = DESCRIPTOR.services_by_name["TradingDataService"] if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None @@ -2136,337 +39,335 @@ b"Z1code.vegaprotocol.io/vega/protos/data-node/api/v1" ) _TRANSFERSREQUEST._serialized_start = 263 - _TRANSFERSREQUEST._serialized_end = 329 - _TRANSFERSRESPONSE._serialized_start = 331 - _TRANSFERSRESPONSE._serialized_end = 395 - _DELEGATIONSREQUEST._serialized_start = 397 - _DELEGATIONSREQUEST._serialized_end = 517 - _DELEGATIONSRESPONSE._serialized_start = 519 - _DELEGATIONSRESPONSE._serialized_end = 579 - _OBSERVEDELEGATIONSREQUEST._serialized_start = 581 - _OBSERVEDELEGATIONSREQUEST._serialized_end = 640 - _OBSERVEDELEGATIONSRESPONSE._serialized_start = 642 - _OBSERVEDELEGATIONSRESPONSE._serialized_end = 708 - _PARTYSTAKEREQUEST._serialized_start = 710 - _PARTYSTAKEREQUEST._serialized_end = 744 - _PARTYSTAKERESPONSE._serialized_start = 746 - _PARTYSTAKERESPONSE._serialized_end = 853 - _GETNODEDATAREQUEST._serialized_start = 855 - _GETNODEDATAREQUEST._serialized_end = 875 - _GETNODEDATARESPONSE._serialized_start = 877 - _GETNODEDATARESPONSE._serialized_end = 933 - _GETNODESREQUEST._serialized_start = 935 - _GETNODESREQUEST._serialized_end = 952 - _GETNODESRESPONSE._serialized_start = 954 - _GETNODESRESPONSE._serialized_end = 999 - _GETNODEBYIDREQUEST._serialized_start = 1001 - _GETNODEBYIDREQUEST._serialized_end = 1033 - _GETNODEBYIDRESPONSE._serialized_start = 1035 - _GETNODEBYIDRESPONSE._serialized_end = 1082 - _GETEPOCHREQUEST._serialized_start = 1084 - _GETEPOCHREQUEST._serialized_end = 1113 - _GETEPOCHRESPONSE._serialized_start = 1115 - _GETEPOCHRESPONSE._serialized_end = 1161 - _KEYROTATION._serialized_start = 1163 - _KEYROTATION._serialized_end = 1257 - _GETKEYROTATIONSREQUEST._serialized_start = 1259 - _GETKEYROTATIONSREQUEST._serialized_end = 1283 - _GETKEYROTATIONSRESPONSE._serialized_start = 1285 - _GETKEYROTATIONSRESPONSE._serialized_end = 1359 - _GETKEYROTATIONSBYNODEREQUEST._serialized_start = 1361 - _GETKEYROTATIONSBYNODEREQUEST._serialized_end = 1408 - _GETKEYROTATIONSBYNODERESPONSE._serialized_start = 1410 - _GETKEYROTATIONSBYNODERESPONSE._serialized_end = 1490 - _ASSETSREQUEST._serialized_start = 1492 - _ASSETSREQUEST._serialized_end = 1507 - _ASSETSRESPONSE._serialized_start = 1509 - _ASSETSRESPONSE._serialized_end = 1554 - _ASSETBYIDREQUEST._serialized_start = 1556 - _ASSETBYIDREQUEST._serialized_end = 1586 - _ASSETBYIDRESPONSE._serialized_start = 1588 - _ASSETBYIDRESPONSE._serialized_end = 1635 - _GETNODESIGNATURESAGGREGATEREQUEST._serialized_start = 1637 - _GETNODESIGNATURESAGGREGATEREQUEST._serialized_end = 1684 - _GETNODESIGNATURESAGGREGATERESPONSE._serialized_start = 1686 - _GETNODESIGNATURESAGGREGATERESPONSE._serialized_end = 1775 - _OPTIONALPROPOSALSTATE._serialized_start = 1777 - _OPTIONALPROPOSALSTATE._serialized_end = 1837 - _GETPROPOSALSREQUEST._serialized_start = 1839 - _GETPROPOSALSREQUEST._serialized_end = 1925 - _GETPROPOSALSRESPONSE._serialized_start = 1927 - _GETPROPOSALSRESPONSE._serialized_end = 1985 - _GETPROPOSALSBYPARTYREQUEST._serialized_start = 1987 - _GETPROPOSALSBYPARTYREQUEST._serialized_end = 2098 - _GETPROPOSALSBYPARTYRESPONSE._serialized_start = 2100 - _GETPROPOSALSBYPARTYRESPONSE._serialized_end = 2165 - _GETVOTESBYPARTYREQUEST._serialized_start = 2167 - _GETVOTESBYPARTYREQUEST._serialized_end = 2209 - _GETVOTESBYPARTYRESPONSE._serialized_start = 2211 - _GETVOTESBYPARTYRESPONSE._serialized_end = 2263 - _GETNEWMARKETPROPOSALSREQUEST._serialized_start = 2265 - _GETNEWMARKETPROPOSALSREQUEST._serialized_end = 2360 - _GETNEWMARKETPROPOSALSRESPONSE._serialized_start = 2362 - _GETNEWMARKETPROPOSALSRESPONSE._serialized_end = 2429 - _GETUPDATEMARKETPROPOSALSREQUEST._serialized_start = 2431 - _GETUPDATEMARKETPROPOSALSREQUEST._serialized_end = 2548 - _GETUPDATEMARKETPROPOSALSRESPONSE._serialized_start = 2550 - _GETUPDATEMARKETPROPOSALSRESPONSE._serialized_end = 2620 - _GETNETWORKPARAMETERSPROPOSALSREQUEST._serialized_start = 2622 - _GETNETWORKPARAMETERSPROPOSALSREQUEST._serialized_end = 2725 - _GETNETWORKPARAMETERSPROPOSALSRESPONSE._serialized_start = 2727 - _GETNETWORKPARAMETERSPROPOSALSRESPONSE._serialized_end = 2802 - _GETNEWFREEFORMPROPOSALSREQUEST._serialized_start = 2804 - _GETNEWFREEFORMPROPOSALSREQUEST._serialized_end = 2901 - _GETNEWFREEFORMPROPOSALSRESPONSE._serialized_start = 2903 - _GETNEWFREEFORMPROPOSALSRESPONSE._serialized_end = 2972 - _GETNEWASSETPROPOSALSREQUEST._serialized_start = 2974 - _GETNEWASSETPROPOSALSREQUEST._serialized_end = 3068 - _GETNEWASSETPROPOSALSRESPONSE._serialized_start = 3070 - _GETNEWASSETPROPOSALSRESPONSE._serialized_end = 3136 - _GETPROPOSALBYIDREQUEST._serialized_start = 3138 - _GETPROPOSALBYIDREQUEST._serialized_end = 3183 - _GETPROPOSALBYIDRESPONSE._serialized_start = 3185 - _GETPROPOSALBYIDRESPONSE._serialized_end = 3246 - _GETPROPOSALBYREFERENCEREQUEST._serialized_start = 3248 - _GETPROPOSALBYREFERENCEREQUEST._serialized_end = 3298 - _GETPROPOSALBYREFERENCERESPONSE._serialized_start = 3300 - _GETPROPOSALBYREFERENCERESPONSE._serialized_end = 3368 - _OBSERVEGOVERNANCEREQUEST._serialized_start = 3370 - _OBSERVEGOVERNANCEREQUEST._serialized_end = 3396 - _OBSERVEGOVERNANCERESPONSE._serialized_start = 3398 - _OBSERVEGOVERNANCERESPONSE._serialized_end = 3461 - _OBSERVEPARTYPROPOSALSREQUEST._serialized_start = 3463 - _OBSERVEPARTYPROPOSALSREQUEST._serialized_end = 3511 - _OBSERVEPARTYPROPOSALSRESPONSE._serialized_start = 3513 - _OBSERVEPARTYPROPOSALSRESPONSE._serialized_end = 3580 - _OBSERVEPROPOSALVOTESREQUEST._serialized_start = 3582 - _OBSERVEPROPOSALVOTESREQUEST._serialized_end = 3632 - _OBSERVEPROPOSALVOTESRESPONSE._serialized_start = 3634 - _OBSERVEPROPOSALVOTESRESPONSE._serialized_end = 3690 - _OBSERVEPARTYVOTESREQUEST._serialized_start = 3692 - _OBSERVEPARTYVOTESREQUEST._serialized_end = 3736 - _OBSERVEPARTYVOTESRESPONSE._serialized_start = 3738 - _OBSERVEPARTYVOTESRESPONSE._serialized_end = 3791 - _MARGINLEVELSSUBSCRIBEREQUEST._serialized_start = 3793 - _MARGINLEVELSSUBSCRIBEREQUEST._serialized_end = 3860 - _MARGINLEVELSSUBSCRIBERESPONSE._serialized_start = 3862 - _MARGINLEVELSSUBSCRIBERESPONSE._serialized_end = 3936 - _MARGINLEVELSREQUEST._serialized_start = 3938 - _MARGINLEVELSREQUEST._serialized_end = 3996 - _MARGINLEVELSRESPONSE._serialized_start = 3998 - _MARGINLEVELSRESPONSE._serialized_end = 4063 - _MARKETSDATASUBSCRIBEREQUEST._serialized_start = 4065 - _MARKETSDATASUBSCRIBEREQUEST._serialized_end = 4113 - _MARKETSDATASUBSCRIBERESPONSE._serialized_start = 4115 - _MARKETSDATASUBSCRIBERESPONSE._serialized_end = 4184 - _MARKETDATABYIDREQUEST._serialized_start = 4186 - _MARKETDATABYIDREQUEST._serialized_end = 4228 - _MARKETDATABYIDRESPONSE._serialized_start = 4230 - _MARKETDATABYIDRESPONSE._serialized_end = 4293 - _MARKETSDATAREQUEST._serialized_start = 4295 - _MARKETSDATAREQUEST._serialized_end = 4315 - _MARKETSDATARESPONSE._serialized_start = 4317 - _MARKETSDATARESPONSE._serialized_end = 4378 - _LASTTRADEREQUEST._serialized_start = 4380 - _LASTTRADEREQUEST._serialized_end = 4417 - _LASTTRADERESPONSE._serialized_start = 4419 - _LASTTRADERESPONSE._serialized_end = 4466 - _MARKETBYIDREQUEST._serialized_start = 4468 - _MARKETBYIDREQUEST._serialized_end = 4506 - _MARKETBYIDRESPONSE._serialized_start = 4508 - _MARKETBYIDRESPONSE._serialized_end = 4558 - _PARTYBYIDREQUEST._serialized_start = 4560 - _PARTYBYIDREQUEST._serialized_end = 4596 - _PARTYBYIDRESPONSE._serialized_start = 4598 - _PARTYBYIDRESPONSE._serialized_end = 4645 - _PARTIESREQUEST._serialized_start = 4647 - _PARTIESREQUEST._serialized_end = 4663 - _PARTIESRESPONSE._serialized_start = 4665 - _PARTIESRESPONSE._serialized_end = 4712 - _TRADESBYPARTYREQUEST._serialized_start = 4714 - _TRADESBYPARTYREQUEST._serialized_end = 4822 - _TRADESBYPARTYRESPONSE._serialized_start = 4824 - _TRADESBYPARTYRESPONSE._serialized_end = 4876 - _TRADESBYORDERREQUEST._serialized_start = 4878 - _TRADESBYORDERREQUEST._serialized_end = 4918 - _TRADESBYORDERRESPONSE._serialized_start = 4920 - _TRADESBYORDERRESPONSE._serialized_end = 4972 - _ACCOUNTSSUBSCRIBEREQUEST._serialized_start = 4974 - _ACCOUNTSSUBSCRIBEREQUEST._serialized_end = 5085 - _ACCOUNTSSUBSCRIBERESPONSE._serialized_start = 5087 - _ACCOUNTSSUBSCRIBERESPONSE._serialized_end = 5146 - _ORDERSSUBSCRIBEREQUEST._serialized_start = 5148 - _ORDERSSUBSCRIBEREQUEST._serialized_end = 5209 - _TRADESSUBSCRIBEREQUEST._serialized_start = 5211 - _TRADESSUBSCRIBEREQUEST._serialized_end = 5272 - _CANDLESSUBSCRIBEREQUEST._serialized_start = 5274 - _CANDLESSUBSCRIBEREQUEST._serialized_end = 5352 - _CANDLESSUBSCRIBERESPONSE._serialized_start = 5354 - _CANDLESSUBSCRIBERESPONSE._serialized_end = 5410 - _MARKETDEPTHSUBSCRIBEREQUEST._serialized_start = 5412 - _MARKETDEPTHSUBSCRIBEREQUEST._serialized_end = 5460 - _MARKETDEPTHSUBSCRIBERESPONSE._serialized_start = 5462 - _MARKETDEPTHSUBSCRIBERESPONSE._serialized_end = 5533 - _MARKETDEPTHUPDATESSUBSCRIBEREQUEST._serialized_start = 5535 - _MARKETDEPTHUPDATESSUBSCRIBEREQUEST._serialized_end = 5590 - _MARKETDEPTHUPDATESSUBSCRIBERESPONSE._serialized_start = 5592 - _MARKETDEPTHUPDATESSUBSCRIBERESPONSE._serialized_end = 5670 - _POSITIONSSUBSCRIBEREQUEST._serialized_start = 5672 - _POSITIONSSUBSCRIBEREQUEST._serialized_end = 5736 - _POSITIONSSUBSCRIBERESPONSE._serialized_start = 5738 - _POSITIONSSUBSCRIBERESPONSE._serialized_end = 5800 - _ORDERSBYMARKETREQUEST._serialized_start = 5802 - _ORDERSBYMARKETREQUEST._serialized_end = 5893 - _ORDERSBYMARKETRESPONSE._serialized_start = 5895 - _ORDERSBYMARKETRESPONSE._serialized_end = 5948 - _ORDERSBYPARTYREQUEST._serialized_start = 5950 - _ORDERSBYPARTYREQUEST._serialized_end = 6039 - _ORDERSBYPARTYRESPONSE._serialized_start = 6041 - _ORDERSBYPARTYRESPONSE._serialized_end = 6093 - _ORDERBYMARKETANDIDREQUEST._serialized_start = 6095 - _ORDERBYMARKETANDIDREQUEST._serialized_end = 6159 - _ORDERBYMARKETANDIDRESPONSE._serialized_start = 6161 - _ORDERBYMARKETANDIDRESPONSE._serialized_end = 6217 - _ORDERBYREFERENCEREQUEST._serialized_start = 6219 - _ORDERBYREFERENCEREQUEST._serialized_end = 6263 - _ORDERBYREFERENCERESPONSE._serialized_start = 6265 - _ORDERBYREFERENCERESPONSE._serialized_end = 6319 - _MARKETSREQUEST._serialized_start = 6321 - _MARKETSREQUEST._serialized_end = 6337 - _MARKETSRESPONSE._serialized_start = 6339 - _MARKETSRESPONSE._serialized_end = 6387 - _CANDLESREQUEST._serialized_start = 6389 - _CANDLESREQUEST._serialized_end = 6483 - _CANDLESRESPONSE._serialized_start = 6485 - _CANDLESRESPONSE._serialized_end = 6533 - _MARKETDEPTHREQUEST._serialized_start = 6535 - _MARKETDEPTHREQUEST._serialized_end = 6593 - _MARKETDEPTHRESPONSE._serialized_start = 6596 - _MARKETDEPTHRESPONSE._serialized_end = 6757 - _TRADESBYMARKETREQUEST._serialized_start = 6759 - _TRADESBYMARKETREQUEST._serialized_end = 6850 - _TRADESBYMARKETRESPONSE._serialized_start = 6852 - _TRADESBYMARKETRESPONSE._serialized_end = 6905 - _POSITIONSBYPARTYREQUEST._serialized_start = 6907 - _POSITIONSBYPARTYREQUEST._serialized_end = 6969 - _POSITIONSBYPARTYRESPONSE._serialized_start = 6971 - _POSITIONSBYPARTYRESPONSE._serialized_end = 7032 - _GETVEGATIMEREQUEST._serialized_start = 7034 - _GETVEGATIMEREQUEST._serialized_end = 7054 - _GETVEGATIMERESPONSE._serialized_start = 7056 - _GETVEGATIMERESPONSE._serialized_end = 7096 - _PAGINATION._serialized_start = 7098 - _PAGINATION._serialized_end = 7159 - _ORDERSSUBSCRIBERESPONSE._serialized_start = 7161 - _ORDERSSUBSCRIBERESPONSE._serialized_end = 7215 - _TRADESSUBSCRIBERESPONSE._serialized_start = 7217 - _TRADESSUBSCRIBERESPONSE._serialized_end = 7271 - _TRANSFERRESPONSESSUBSCRIBEREQUEST._serialized_start = 7273 - _TRANSFERRESPONSESSUBSCRIBEREQUEST._serialized_end = 7308 - _TRANSFERRESPONSESSUBSCRIBERESPONSE._serialized_start = 7310 - _TRANSFERRESPONSESSUBSCRIBERESPONSE._serialized_end = 7388 - _PARTYACCOUNTSREQUEST._serialized_start = 7390 - _PARTYACCOUNTSREQUEST._serialized_end = 7497 - _PARTYACCOUNTSRESPONSE._serialized_start = 7499 - _PARTYACCOUNTSRESPONSE._serialized_end = 7555 - _MARKETACCOUNTSREQUEST._serialized_start = 7557 - _MARKETACCOUNTSREQUEST._serialized_end = 7614 - _MARKETACCOUNTSRESPONSE._serialized_start = 7616 - _MARKETACCOUNTSRESPONSE._serialized_end = 7673 - _FEEINFRASTRUCTUREACCOUNTSREQUEST._serialized_start = 7675 - _FEEINFRASTRUCTUREACCOUNTSREQUEST._serialized_end = 7724 - _FEEINFRASTRUCTUREACCOUNTSRESPONSE._serialized_start = 7726 - _FEEINFRASTRUCTUREACCOUNTSRESPONSE._serialized_end = 7794 - _GLOBALREWARDPOOLACCOUNTSREQUEST._serialized_start = 7796 - _GLOBALREWARDPOOLACCOUNTSREQUEST._serialized_end = 7844 - _GLOBALREWARDPOOLACCOUNTSRESPONSE._serialized_start = 7846 - _GLOBALREWARDPOOLACCOUNTSRESPONSE._serialized_end = 7913 - _ORDERBYIDREQUEST._serialized_start = 7915 - _ORDERBYIDREQUEST._serialized_end = 7968 - _ORDERBYIDRESPONSE._serialized_start = 7970 - _ORDERBYIDRESPONSE._serialized_end = 8017 - _ORDERVERSIONSBYIDREQUEST._serialized_start = 8019 - _ORDERVERSIONSBYIDREQUEST._serialized_end = 8112 - _ORDERVERSIONSBYIDRESPONSE._serialized_start = 8114 - _ORDERVERSIONSBYIDRESPONSE._serialized_end = 8170 - _ESTIMATEFEEREQUEST._serialized_start = 8172 - _ESTIMATEFEEREQUEST._serialized_end = 8220 - _ESTIMATEFEERESPONSE._serialized_start = 8222 - _ESTIMATEFEERESPONSE._serialized_end = 8267 - _ESTIMATEMARGINREQUEST._serialized_start = 8269 - _ESTIMATEMARGINREQUEST._serialized_end = 8320 - _ESTIMATEMARGINRESPONSE._serialized_start = 8322 - _ESTIMATEMARGINRESPONSE._serialized_end = 8389 - _OBSERVEEVENTBUSREQUEST._serialized_start = 8391 - _OBSERVEEVENTBUSREQUEST._serialized_end = 8516 - _OBSERVEEVENTBUSRESPONSE._serialized_start = 8518 - _OBSERVEEVENTBUSRESPONSE._serialized_end = 8585 - _WITHDRAWALSREQUEST._serialized_start = 8587 - _WITHDRAWALSREQUEST._serialized_end = 8625 - _WITHDRAWALSRESPONSE._serialized_start = 8627 - _WITHDRAWALSRESPONSE._serialized_end = 8687 - _WITHDRAWALREQUEST._serialized_start = 8689 - _WITHDRAWALREQUEST._serialized_end = 8720 - _WITHDRAWALRESPONSE._serialized_start = 8722 - _WITHDRAWALRESPONSE._serialized_end = 8780 - _ERC20WITHDRAWALAPPROVALREQUEST._serialized_start = 8782 - _ERC20WITHDRAWALAPPROVALREQUEST._serialized_end = 8837 - _ERC20WITHDRAWALAPPROVALRESPONSE._serialized_start = 8840 - _ERC20WITHDRAWALAPPROVALRESPONSE._serialized_end = 9004 - _DEPOSITSREQUEST._serialized_start = 9006 - _DEPOSITSREQUEST._serialized_end = 9041 - _DEPOSITSRESPONSE._serialized_start = 9043 - _DEPOSITSRESPONSE._serialized_end = 9094 - _DEPOSITREQUEST._serialized_start = 9096 - _DEPOSITREQUEST._serialized_end = 9124 - _DEPOSITRESPONSE._serialized_start = 9126 - _DEPOSITRESPONSE._serialized_end = 9175 - _NETWORKPARAMETERSREQUEST._serialized_start = 9177 - _NETWORKPARAMETERSREQUEST._serialized_end = 9203 - _NETWORKPARAMETERSRESPONSE._serialized_start = 9205 - _NETWORKPARAMETERSRESPONSE._serialized_end = 9284 - _LIQUIDITYPROVISIONSREQUEST._serialized_start = 9286 - _LIQUIDITYPROVISIONSREQUEST._serialized_end = 9345 - _LIQUIDITYPROVISIONSRESPONSE._serialized_start = 9347 - _LIQUIDITYPROVISIONSRESPONSE._serialized_end = 9432 - _ORACLESPECREQUEST._serialized_start = 9434 - _ORACLESPECREQUEST._serialized_end = 9514 - _ORACLESPECRESPONSE._serialized_start = 9516 - _ORACLESPECRESPONSE._serialized_end = 9581 - _ORACLESPECSREQUEST._serialized_start = 9583 - _ORACLESPECSREQUEST._serialized_end = 9652 - _ORACLESPECSRESPONSE._serialized_start = 9654 - _ORACLESPECSRESPONSE._serialized_end = 9721 - _ORACLEDATABYSPECREQUEST._serialized_start = 9723 - _ORACLEDATABYSPECREQUEST._serialized_end = 9809 - _ORACLEDATABYSPECRESPONSE._serialized_start = 9811 - _ORACLEDATABYSPECRESPONSE._serialized_end = 9882 - _LISTORACLEDATAREQUEST._serialized_start = 9884 - _LISTORACLEDATAREQUEST._serialized_end = 9956 - _LISTORACLEDATARESPONSE._serialized_start = 9958 - _LISTORACLEDATARESPONSE._serialized_end = 10027 - _OBSERVEREWARDSREQUEST._serialized_start = 10029 - _OBSERVEREWARDSREQUEST._serialized_end = 10085 - _OBSERVEREWARDSRESPONSE._serialized_start = 10087 - _OBSERVEREWARDSRESPONSE._serialized_end = 10141 - _GETREWARDSUMMARIESREQUEST._serialized_start = 10143 - _GETREWARDSUMMARIESREQUEST._serialized_end = 10206 - _GETREWARDSUMMARIESRESPONSE._serialized_start = 10208 - _GETREWARDSUMMARIESRESPONSE._serialized_end = 10276 - _GETREWARDSREQUEST._serialized_start = 10278 - _GETREWARDSREQUEST._serialized_end = 10382 - _GETREWARDSRESPONSE._serialized_start = 10384 - _GETREWARDSRESPONSE._serialized_end = 10435 - _CHECKPOINT._serialized_start = 10437 - _CHECKPOINT._serialized_end = 10501 - _CHECKPOINTSREQUEST._serialized_start = 10503 - _CHECKPOINTSREQUEST._serialized_end = 10523 - _CHECKPOINTSRESPONSE._serialized_start = 10525 - _CHECKPOINTSRESPONSE._serialized_end = 10596 - _GETRISKFACTORSREQUEST._serialized_start = 10598 - _GETRISKFACTORSREQUEST._serialized_end = 10640 - _GETRISKFACTORSRESPONSE._serialized_start = 10642 - _GETRISKFACTORSRESPONSE._serialized_end = 10705 - _TRADINGDATASERVICE._serialized_start = 10708 - _TRADINGDATASERVICE._serialized_end = 19025 + _TRANSFERSREQUEST._serialized_end = 351 + _TRANSFERSRESPONSE._serialized_start = 353 + _TRANSFERSRESPONSE._serialized_end = 428 + _DELEGATIONSREQUEST._serialized_start = 431 + _DELEGATIONSREQUEST._serialized_end = 588 + _DELEGATIONSRESPONSE._serialized_start = 590 + _DELEGATIONSRESPONSE._serialized_end = 663 + _OBSERVEDELEGATIONSREQUEST._serialized_start = 665 + _OBSERVEDELEGATIONSREQUEST._serialized_end = 739 + _OBSERVEDELEGATIONSRESPONSE._serialized_start = 741 + _OBSERVEDELEGATIONSRESPONSE._serialized_end = 819 + _PARTYSTAKEREQUEST._serialized_start = 821 + _PARTYSTAKEREQUEST._serialized_end = 862 + _PARTYSTAKERESPONSE._serialized_start = 865 + _PARTYSTAKERESPONSE._serialized_end = 1010 + _GETNODEDATAREQUEST._serialized_start = 1012 + _GETNODEDATAREQUEST._serialized_end = 1032 + _GETNODEDATARESPONSE._serialized_start = 1034 + _GETNODEDATARESPONSE._serialized_end = 1100 + _GETNODESREQUEST._serialized_start = 1102 + _GETNODESREQUEST._serialized_end = 1119 + _GETNODESRESPONSE._serialized_start = 1121 + _GETNODESRESPONSE._serialized_end = 1173 + _GETNODEBYIDREQUEST._serialized_start = 1175 + _GETNODEBYIDREQUEST._serialized_end = 1211 + _GETNODEBYIDRESPONSE._serialized_start = 1213 + _GETNODEBYIDRESPONSE._serialized_end = 1266 + _GETEPOCHREQUEST._serialized_start = 1268 + _GETEPOCHREQUEST._serialized_end = 1301 + _GETEPOCHRESPONSE._serialized_start = 1303 + _GETEPOCHRESPONSE._serialized_end = 1356 + _KEYROTATION._serialized_start = 1359 + _KEYROTATION._serialized_end = 1496 + _GETKEYROTATIONSREQUEST._serialized_start = 1498 + _GETKEYROTATIONSREQUEST._serialized_end = 1522 + _GETKEYROTATIONSRESPONSE._serialized_start = 1524 + _GETKEYROTATIONSRESPONSE._serialized_end = 1609 + _GETKEYROTATIONSBYNODEREQUEST._serialized_start = 1611 + _GETKEYROTATIONSBYNODEREQUEST._serialized_end = 1666 + _GETKEYROTATIONSBYNODERESPONSE._serialized_start = 1668 + _GETKEYROTATIONSBYNODERESPONSE._serialized_end = 1759 + _ASSETSREQUEST._serialized_start = 1761 + _ASSETSREQUEST._serialized_end = 1776 + _ASSETSRESPONSE._serialized_start = 1778 + _ASSETSRESPONSE._serialized_end = 1831 + _ASSETBYIDREQUEST._serialized_start = 1833 + _ASSETBYIDREQUEST._serialized_end = 1867 + _ASSETBYIDRESPONSE._serialized_start = 1869 + _ASSETBYIDRESPONSE._serialized_end = 1923 + _GETNODESIGNATURESAGGREGATEREQUEST._serialized_start = 1925 + _GETNODESIGNATURESAGGREGATEREQUEST._serialized_end = 1976 + _GETNODESIGNATURESAGGREGATERESPONSE._serialized_start = 1978 + _GETNODESIGNATURESAGGREGATERESPONSE._serialized_end = 2079 + _GETPROPOSALSREQUEST._serialized_start = 2081 + _GETPROPOSALSREQUEST._serialized_end = 2189 + _GETPROPOSALSRESPONSE._serialized_start = 2191 + _GETPROPOSALSRESPONSE._serialized_end = 2255 + _GETPROPOSALSBYPARTYREQUEST._serialized_start = 2258 + _GETPROPOSALSBYPARTYREQUEST._serialized_end = 2400 + _GETPROPOSALSBYPARTYRESPONSE._serialized_start = 2402 + _GETPROPOSALSBYPARTYRESPONSE._serialized_end = 2473 + _GETVOTESBYPARTYREQUEST._serialized_start = 2475 + _GETVOTESBYPARTYREQUEST._serialized_end = 2526 + _GETVOTESBYPARTYRESPONSE._serialized_start = 2528 + _GETVOTESBYPARTYRESPONSE._serialized_end = 2587 + _GETNEWMARKETPROPOSALSREQUEST._serialized_start = 2589 + _GETNEWMARKETPROPOSALSREQUEST._serialized_end = 2706 + _GETNEWMARKETPROPOSALSRESPONSE._serialized_start = 2708 + _GETNEWMARKETPROPOSALSRESPONSE._serialized_end = 2781 + _GETUPDATEMARKETPROPOSALSREQUEST._serialized_start = 2784 + _GETUPDATEMARKETPROPOSALSREQUEST._serialized_end = 2933 + _GETUPDATEMARKETPROPOSALSRESPONSE._serialized_start = 2935 + _GETUPDATEMARKETPROPOSALSRESPONSE._serialized_end = 3011 + _GETNETWORKPARAMETERSPROPOSALSREQUEST._serialized_start = 3013 + _GETNETWORKPARAMETERSPROPOSALSREQUEST._serialized_end = 3138 + _GETNETWORKPARAMETERSPROPOSALSRESPONSE._serialized_start = 3140 + _GETNETWORKPARAMETERSPROPOSALSRESPONSE._serialized_end = 3221 + _GETNEWFREEFORMPROPOSALSREQUEST._serialized_start = 3223 + _GETNEWFREEFORMPROPOSALSREQUEST._serialized_end = 3342 + _GETNEWFREEFORMPROPOSALSRESPONSE._serialized_start = 3344 + _GETNEWFREEFORMPROPOSALSRESPONSE._serialized_end = 3419 + _GETNEWASSETPROPOSALSREQUEST._serialized_start = 3421 + _GETNEWASSETPROPOSALSREQUEST._serialized_end = 3537 + _GETNEWASSETPROPOSALSRESPONSE._serialized_start = 3539 + _GETNEWASSETPROPOSALSRESPONSE._serialized_end = 3611 + _GETPROPOSALBYIDREQUEST._serialized_start = 3613 + _GETPROPOSALBYIDREQUEST._serialized_end = 3670 + _GETPROPOSALBYIDRESPONSE._serialized_start = 3672 + _GETPROPOSALBYIDRESPONSE._serialized_end = 3739 + _GETPROPOSALBYREFERENCEREQUEST._serialized_start = 3741 + _GETPROPOSALBYREFERENCEREQUEST._serialized_end = 3802 + _GETPROPOSALBYREFERENCERESPONSE._serialized_start = 3804 + _GETPROPOSALBYREFERENCERESPONSE._serialized_end = 3878 + _OBSERVEGOVERNANCEREQUEST._serialized_start = 3880 + _OBSERVEGOVERNANCEREQUEST._serialized_end = 3906 + _OBSERVEGOVERNANCERESPONSE._serialized_start = 3908 + _OBSERVEGOVERNANCERESPONSE._serialized_end = 3977 + _OBSERVEPARTYPROPOSALSREQUEST._serialized_start = 3979 + _OBSERVEPARTYPROPOSALSREQUEST._serialized_end = 4036 + _OBSERVEPARTYPROPOSALSRESPONSE._serialized_start = 4038 + _OBSERVEPARTYPROPOSALSRESPONSE._serialized_end = 4111 + _OBSERVEPROPOSALVOTESREQUEST._serialized_start = 4113 + _OBSERVEPROPOSALVOTESREQUEST._serialized_end = 4175 + _OBSERVEPROPOSALVOTESRESPONSE._serialized_start = 4177 + _OBSERVEPROPOSALVOTESRESPONSE._serialized_end = 4239 + _OBSERVEPARTYVOTESREQUEST._serialized_start = 4241 + _OBSERVEPARTYVOTESREQUEST._serialized_end = 4294 + _OBSERVEPARTYVOTESRESPONSE._serialized_start = 4296 + _OBSERVEPARTYVOTESRESPONSE._serialized_end = 4355 + _MARGINLEVELSSUBSCRIBEREQUEST._serialized_start = 4357 + _MARGINLEVELSSUBSCRIBEREQUEST._serialized_end = 4443 + _MARGINLEVELSSUBSCRIBERESPONSE._serialized_start = 4445 + _MARGINLEVELSSUBSCRIBERESPONSE._serialized_end = 4533 + _MARGINLEVELSREQUEST._serialized_start = 4535 + _MARGINLEVELSREQUEST._serialized_end = 4612 + _MARGINLEVELSRESPONSE._serialized_start = 4614 + _MARGINLEVELSRESPONSE._serialized_end = 4693 + _MARKETSDATASUBSCRIBEREQUEST._serialized_start = 4695 + _MARKETSDATASUBSCRIBEREQUEST._serialized_end = 4753 + _MARKETSDATASUBSCRIBERESPONSE._serialized_start = 4755 + _MARKETSDATASUBSCRIBERESPONSE._serialized_end = 4836 + _MARKETDATABYIDREQUEST._serialized_start = 4838 + _MARKETDATABYIDREQUEST._serialized_end = 4890 + _MARKETDATABYIDRESPONSE._serialized_start = 4892 + _MARKETDATABYIDRESPONSE._serialized_end = 4967 + _MARKETSDATAREQUEST._serialized_start = 4969 + _MARKETSDATAREQUEST._serialized_end = 4989 + _MARKETSDATARESPONSE._serialized_start = 4991 + _MARKETSDATARESPONSE._serialized_end = 5065 + _LASTTRADEREQUEST._serialized_start = 5067 + _LASTTRADEREQUEST._serialized_end = 5114 + _LASTTRADERESPONSE._serialized_start = 5116 + _LASTTRADERESPONSE._serialized_end = 5170 + _MARKETBYIDREQUEST._serialized_start = 5172 + _MARKETBYIDREQUEST._serialized_end = 5220 + _MARKETBYIDRESPONSE._serialized_start = 5222 + _MARKETBYIDRESPONSE._serialized_end = 5280 + _PARTYBYIDREQUEST._serialized_start = 5282 + _PARTYBYIDREQUEST._serialized_end = 5327 + _PARTYBYIDRESPONSE._serialized_start = 5329 + _PARTYBYIDRESPONSE._serialized_end = 5383 + _PARTIESREQUEST._serialized_start = 5385 + _PARTIESREQUEST._serialized_end = 5401 + _PARTIESRESPONSE._serialized_start = 5403 + _PARTIESRESPONSE._serialized_end = 5459 + _TRADESBYPARTYREQUEST._serialized_start = 5462 + _TRADESBYPARTYREQUEST._serialized_end = 5601 + _TRADESBYPARTYRESPONSE._serialized_start = 5603 + _TRADESBYPARTYRESPONSE._serialized_end = 5663 + _TRADESBYORDERREQUEST._serialized_start = 5665 + _TRADESBYORDERREQUEST._serialized_end = 5714 + _TRADESBYORDERRESPONSE._serialized_start = 5716 + _TRADESBYORDERRESPONSE._serialized_end = 5776 + _ACCOUNTSSUBSCRIBEREQUEST._serialized_start = 5779 + _ACCOUNTSSUBSCRIBEREQUEST._serialized_end = 5922 + _ACCOUNTSSUBSCRIBERESPONSE._serialized_start = 5924 + _ACCOUNTSSUBSCRIBERESPONSE._serialized_end = 5992 + _ORDERSSUBSCRIBEREQUEST._serialized_start = 5994 + _ORDERSSUBSCRIBEREQUEST._serialized_end = 6074 + _TRADESSUBSCRIBEREQUEST._serialized_start = 6076 + _TRADESSUBSCRIBEREQUEST._serialized_end = 6156 + _CANDLESSUBSCRIBEREQUEST._serialized_start = 6158 + _CANDLESSUBSCRIBEREQUEST._serialized_end = 6256 + _CANDLESSUBSCRIBERESPONSE._serialized_start = 6258 + _CANDLESSUBSCRIBERESPONSE._serialized_end = 6322 + _MARKETDEPTHSUBSCRIBEREQUEST._serialized_start = 6324 + _MARKETDEPTHSUBSCRIBEREQUEST._serialized_end = 6382 + _MARKETDEPTHSUBSCRIBERESPONSE._serialized_start = 6384 + _MARKETDEPTHSUBSCRIBERESPONSE._serialized_end = 6468 + _MARKETDEPTHUPDATESSUBSCRIBEREQUEST._serialized_start = 6470 + _MARKETDEPTHUPDATESSUBSCRIBEREQUEST._serialized_end = 6535 + _MARKETDEPTHUPDATESSUBSCRIBERESPONSE._serialized_start = 6537 + _MARKETDEPTHUPDATESSUBSCRIBERESPONSE._serialized_end = 6623 + _POSITIONSSUBSCRIBEREQUEST._serialized_start = 6625 + _POSITIONSSUBSCRIBEREQUEST._serialized_end = 6708 + _POSITIONSSUBSCRIBERESPONSE._serialized_start = 6710 + _POSITIONSSUBSCRIBERESPONSE._serialized_end = 6782 + _ORDERSBYMARKETREQUEST._serialized_start = 6784 + _ORDERSBYMARKETREQUEST._serialized_end = 6897 + _ORDERSBYMARKETRESPONSE._serialized_start = 6899 + _ORDERSBYMARKETRESPONSE._serialized_end = 6960 + _ORDERSBYPARTYREQUEST._serialized_start = 6962 + _ORDERSBYPARTYREQUEST._serialized_end = 7072 + _ORDERSBYPARTYRESPONSE._serialized_start = 7074 + _ORDERSBYPARTYRESPONSE._serialized_end = 7134 + _ORDERBYMARKETANDIDREQUEST._serialized_start = 7136 + _ORDERBYMARKETANDIDREQUEST._serialized_end = 7219 + _ORDERBYMARKETANDIDRESPONSE._serialized_start = 7221 + _ORDERBYMARKETANDIDRESPONSE._serialized_end = 7284 + _ORDERBYREFERENCEREQUEST._serialized_start = 7286 + _ORDERBYREFERENCEREQUEST._serialized_end = 7341 + _ORDERBYREFERENCERESPONSE._serialized_start = 7343 + _ORDERBYREFERENCERESPONSE._serialized_end = 7404 + _MARKETSREQUEST._serialized_start = 7406 + _MARKETSREQUEST._serialized_end = 7422 + _MARKETSRESPONSE._serialized_start = 7424 + _MARKETSRESPONSE._serialized_end = 7481 + _CANDLESREQUEST._serialized_start = 7484 + _CANDLESREQUEST._serialized_end = 7614 + _CANDLESRESPONSE._serialized_start = 7616 + _CANDLESRESPONSE._serialized_end = 7673 + _MARKETDEPTHREQUEST._serialized_start = 7675 + _MARKETDEPTHREQUEST._serialized_end = 7753 + _MARKETDEPTHRESPONSE._serialized_start = 7756 + _MARKETDEPTHRESPONSE._serialized_end = 7965 + _TRADESBYMARKETREQUEST._serialized_start = 7967 + _TRADESBYMARKETREQUEST._serialized_end = 8080 + _TRADESBYMARKETRESPONSE._serialized_start = 8082 + _TRADESBYMARKETRESPONSE._serialized_end = 8143 + _POSITIONSBYPARTYREQUEST._serialized_start = 8145 + _POSITIONSBYPARTYREQUEST._serialized_end = 8226 + _POSITIONSBYPARTYRESPONSE._serialized_start = 8228 + _POSITIONSBYPARTYRESPONSE._serialized_end = 8300 + _GETVEGATIMEREQUEST._serialized_start = 8302 + _GETVEGATIMEREQUEST._serialized_end = 8322 + _GETVEGATIMERESPONSE._serialized_start = 8324 + _GETVEGATIMERESPONSE._serialized_end = 8375 + _PAGINATION._serialized_start = 8377 + _PAGINATION._serialized_end = 8463 + _ORDERSSUBSCRIBERESPONSE._serialized_start = 8465 + _ORDERSSUBSCRIBERESPONSE._serialized_end = 8527 + _TRADESSUBSCRIBERESPONSE._serialized_start = 8529 + _TRADESSUBSCRIBERESPONSE._serialized_end = 8591 + _TRANSFERRESPONSESSUBSCRIBEREQUEST._serialized_start = 8593 + _TRANSFERRESPONSESSUBSCRIBEREQUEST._serialized_end = 8628 + _TRANSFERRESPONSESSUBSCRIBERESPONSE._serialized_start = 8630 + _TRANSFERRESPONSESSUBSCRIBERESPONSE._serialized_end = 8718 + _PARTYACCOUNTSREQUEST._serialized_start = 8721 + _PARTYACCOUNTSREQUEST._serialized_end = 8860 + _PARTYACCOUNTSRESPONSE._serialized_start = 8862 + _PARTYACCOUNTSRESPONSE._serialized_end = 8928 + _MARKETACCOUNTSREQUEST._serialized_start = 8930 + _MARKETACCOUNTSREQUEST._serialized_end = 9004 + _MARKETACCOUNTSRESPONSE._serialized_start = 9006 + _MARKETACCOUNTSRESPONSE._serialized_end = 9073 + _FEEINFRASTRUCTUREACCOUNTSREQUEST._serialized_start = 9075 + _FEEINFRASTRUCTUREACCOUNTSREQUEST._serialized_end = 9131 + _FEEINFRASTRUCTUREACCOUNTSRESPONSE._serialized_start = 9133 + _FEEINFRASTRUCTUREACCOUNTSRESPONSE._serialized_end = 9211 + _GLOBALREWARDPOOLACCOUNTSREQUEST._serialized_start = 9213 + _GLOBALREWARDPOOLACCOUNTSREQUEST._serialized_end = 9268 + _GLOBALREWARDPOOLACCOUNTSRESPONSE._serialized_start = 9270 + _GLOBALREWARDPOOLACCOUNTSRESPONSE._serialized_end = 9347 + _ORDERBYIDREQUEST._serialized_start = 9349 + _ORDERBYIDREQUEST._serialized_end = 9420 + _ORDERBYIDRESPONSE._serialized_start = 9422 + _ORDERBYIDRESPONSE._serialized_end = 9476 + _ORDERVERSIONSBYIDREQUEST._serialized_start = 9478 + _ORDERVERSIONSBYIDREQUEST._serialized_end = 9592 + _ORDERVERSIONSBYIDRESPONSE._serialized_start = 9594 + _ORDERVERSIONSBYIDRESPONSE._serialized_end = 9658 + _ESTIMATEFEEREQUEST._serialized_start = 9660 + _ESTIMATEFEEREQUEST._serialized_end = 9715 + _ESTIMATEFEERESPONSE._serialized_start = 9717 + _ESTIMATEFEERESPONSE._serialized_end = 9767 + _ESTIMATEMARGINREQUEST._serialized_start = 9769 + _ESTIMATEMARGINREQUEST._serialized_end = 9827 + _ESTIMATEMARGINRESPONSE._serialized_start = 9829 + _ESTIMATEMARGINRESPONSE._serialized_end = 9910 + _OBSERVEEVENTBUSREQUEST._serialized_start = 9913 + _OBSERVEEVENTBUSREQUEST._serialized_end = 10074 + _OBSERVEEVENTBUSRESPONSE._serialized_start = 10076 + _OBSERVEEVENTBUSRESPONSE._serialized_end = 10151 + _WITHDRAWALSREQUEST._serialized_start = 10153 + _WITHDRAWALSREQUEST._serialized_end = 10200 + _WITHDRAWALSRESPONSE._serialized_start = 10202 + _WITHDRAWALSRESPONSE._serialized_end = 10275 + _WITHDRAWALREQUEST._serialized_start = 10277 + _WITHDRAWALREQUEST._serialized_end = 10312 + _WITHDRAWALRESPONSE._serialized_start = 10314 + _WITHDRAWALRESPONSE._serialized_end = 10384 + _ERC20WITHDRAWALAPPROVALREQUEST._serialized_start = 10386 + _ERC20WITHDRAWALAPPROVALREQUEST._serialized_end = 10455 + _ERC20WITHDRAWALAPPROVALRESPONSE._serialized_start = 10458 + _ERC20WITHDRAWALAPPROVALRESPONSE._serialized_end = 10695 + _DEPOSITSREQUEST._serialized_start = 10697 + _DEPOSITSREQUEST._serialized_end = 10741 + _DEPOSITSRESPONSE._serialized_start = 10743 + _DEPOSITSRESPONSE._serialized_end = 10804 + _DEPOSITREQUEST._serialized_start = 10806 + _DEPOSITREQUEST._serialized_end = 10838 + _DEPOSITRESPONSE._serialized_start = 10840 + _DEPOSITRESPONSE._serialized_end = 10898 + _NETWORKPARAMETERSREQUEST._serialized_start = 10900 + _NETWORKPARAMETERSREQUEST._serialized_end = 10926 + _NETWORKPARAMETERSRESPONSE._serialized_start = 10928 + _NETWORKPARAMETERSRESPONSE._serialized_end = 11026 + _LIQUIDITYPROVISIONSREQUEST._serialized_start = 11028 + _LIQUIDITYPROVISIONSREQUEST._serialized_end = 11102 + _LIQUIDITYPROVISIONSRESPONSE._serialized_start = 11104 + _LIQUIDITYPROVISIONSRESPONSE._serialized_end = 11210 + _ORACLESPECREQUEST._serialized_start = 11212 + _ORACLESPECREQUEST._serialized_end = 11308 + _ORACLESPECRESPONSE._serialized_start = 11310 + _ORACLESPECRESPONSE._serialized_end = 11387 + _ORACLESPECSREQUEST._serialized_start = 11389 + _ORACLESPECSREQUEST._serialized_end = 11470 + _ORACLESPECSRESPONSE._serialized_start = 11472 + _ORACLESPECSRESPONSE._serialized_end = 11552 + _ORACLEDATABYSPECREQUEST._serialized_start = 11554 + _ORACLEDATABYSPECREQUEST._serialized_end = 11656 + _ORACLEDATABYSPECRESPONSE._serialized_start = 11658 + _ORACLEDATABYSPECRESPONSE._serialized_end = 11741 + _LISTORACLEDATAREQUEST._serialized_start = 11743 + _LISTORACLEDATAREQUEST._serialized_end = 11827 + _LISTORACLEDATARESPONSE._serialized_start = 11829 + _LISTORACLEDATARESPONSE._serialized_end = 11910 + _OBSERVEREWARDSREQUEST._serialized_start = 11912 + _OBSERVEREWARDSREQUEST._serialized_end = 11984 + _OBSERVEREWARDSRESPONSE._serialized_start = 11986 + _OBSERVEREWARDSRESPONSE._serialized_end = 12048 + _GETREWARDSUMMARIESREQUEST._serialized_start = 12050 + _GETREWARDSUMMARIESREQUEST._serialized_end = 12131 + _GETREWARDSUMMARIESRESPONSE._serialized_start = 12133 + _GETREWARDSUMMARIESRESPONSE._serialized_end = 12212 + _GETREWARDSREQUEST._serialized_start = 12215 + _GETREWARDSREQUEST._serialized_end = 12349 + _GETREWARDSRESPONSE._serialized_start = 12351 + _GETREWARDSRESPONSE._serialized_end = 12411 + _CHECKPOINT._serialized_start = 12413 + _CHECKPOINT._serialized_end = 12503 + _CHECKPOINTSREQUEST._serialized_start = 12505 + _CHECKPOINTSREQUEST._serialized_end = 12525 + _CHECKPOINTSRESPONSE._serialized_start = 12527 + _CHECKPOINTSRESPONSE._serialized_end = 12611 + _GETRISKFACTORSREQUEST._serialized_start = 12613 + _GETRISKFACTORSREQUEST._serialized_end = 12665 + _GETRISKFACTORSRESPONSE._serialized_start = 12667 + _GETRISKFACTORSRESPONSE._serialized_end = 12742 + _TRADINGDATASERVICE._serialized_start = 12745 + _TRADINGDATASERVICE._serialized_end = 21062 # @@protoc_insertion_point(module_scope) diff --git a/vega_sim/proto/data_node/api/v2/trading_data_pb2.py b/vega_sim/proto/data_node/api/v2/trading_data_pb2.py index dc2278cc8..db394f791 100644 --- a/vega_sim/proto/data_node/api/v2/trading_data_pb2.py +++ b/vega_sim/proto/data_node/api/v2/trading_data_pb2.py @@ -2,11 +2,9 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: data-node/api/v2/trading_data.proto """Generated protocol buffer code.""" -from google.protobuf.internal import enum_type_wrapper +from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) @@ -21,2778 +19,472 @@ from ....vega.oracles.v1 import data_pb2 as vega_dot_oracles_dot_v1_dot_data__pb2 from ....vega.oracles.v1 import spec_pb2 as vega_dot_oracles_dot_v1_dot_spec__pb2 from ....vega.events.v1 import events_pb2 as vega_dot_events_dot_v1_dot_events__pb2 - - -DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile( - b'\n#data-node/api/v2/trading_data.proto\x12\x0f\x64\x61tanode.api.v2\x1a\x0fvega/vega.proto\x1a\x15vega/governance.proto\x1a\x12vega/markets.proto\x1a\x11vega/assets.proto\x1a\x1avega/oracles/v1/data.proto\x1a\x1avega/oracles/v1/spec.proto\x1a\x1bvega/events/v1/events.proto"C\n\x10OffsetPagination\x12\x0c\n\x04skip\x18\x01 \x01(\x04\x12\r\n\x05limit\x18\x02 \x01(\x04\x12\x12\n\ndescending\x18\x03 \x01(\x08"\xb0\x01\n\nPagination\x12\x12\n\x05\x66irst\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x12\n\x05\x61\x66ter\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x11\n\x04last\x18\x03 \x01(\x05H\x02\x88\x01\x01\x12\x13\n\x06\x62\x65\x66ore\x18\x04 \x01(\tH\x03\x88\x01\x01\x12\x19\n\x0cnewest_first\x18\x05 \x01(\x08H\x04\x88\x01\x01\x42\x08\n\x06_firstB\x08\n\x06_afterB\x07\n\x05_lastB\t\n\x07_beforeB\x0f\n\r_newest_first"f\n\x08PageInfo\x12\x15\n\rhas_next_page\x18\x01 \x01(\x08\x12\x19\n\x11has_previous_page\x18\x02 \x01(\x08\x12\x14\n\x0cstart_cursor\x18\x03 \x01(\t\x12\x12\n\nend_cursor\x18\x04 \x01(\t"\x8a\x01\n\x13ListAccountsRequest\x12.\n\x06\x66ilter\x18\x01 \x01(\x0b\x32\x1e.datanode.api.v2.AccountFilter\x12\x34\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x00\x88\x01\x01\x42\r\n\x0b_pagination"M\n\x14ListAccountsResponse\x12\x35\n\x08\x61\x63\x63ounts\x18\x01 \x01(\x0b\x32#.datanode.api.v2.AccountsConnection"\x84\x01\n\x12\x41\x63\x63ountsConnection\x12\x13\n\x0btotal_count\x18\x01 \x01(\x03\x12+\n\x05\x65\x64ges\x18\x02 \x03(\x0b\x32\x1c.datanode.api.v2.AccountEdge\x12,\n\tpage_info\x18\x03 \x01(\x0b\x32\x19.datanode.api.v2.PageInfo"=\n\x0b\x41\x63\x63ountEdge\x12\x1e\n\x07\x61\x63\x63ount\x18\x01 \x01(\x0b\x32\r.vega.Account\x12\x0e\n\x06\x63ursor\x18\x02 \x01(\t"m\n\x16ObserveAccountsRequest\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\x10\n\x08party_id\x18\x02 \x01(\t\x12\r\n\x05\x61sset\x18\x03 \x01(\t\x12\x1f\n\x04type\x18\x04 \x01(\x0e\x32\x11.vega.AccountType"9\n\x17ObserveAccountsResponse\x12\x1e\n\x07\x61\x63\x63ount\x18\x01 \x01(\x0b\x32\r.vega.Account"\r\n\x0bInfoRequest"4\n\x0cInfoResponse\x12\x0f\n\x07version\x18\x01 \x01(\t\x12\x13\n\x0b\x63ommit_hash\x18\x02 \x01(\t"E\n\x0fGetOrderRequest\x12\x10\n\x08order_id\x18\x01 \x01(\t\x12\x14\n\x07version\x18\x02 \x01(\x05H\x00\x88\x01\x01\x42\n\n\x08_version".\n\x10GetOrderResponse\x12\x1a\n\x05order\x18\x01 \x01(\x0b\x32\x0b.vega.Order"\xc8\x01\n\x11ListOrdersRequest\x12\x15\n\x08party_id\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x16\n\tmarket_id\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x16\n\treference\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x34\n\npagination\x18\x04 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x03\x88\x01\x01\x42\x0b\n\t_party_idB\x0c\n\n_market_idB\x0c\n\n_referenceB\r\n\x0b_pagination"F\n\x12ListOrdersResponse\x12\x30\n\x06orders\x18\x01 \x01(\x0b\x32 .datanode.api.v2.OrderConnection"q\n\x18ListOrderVersionsRequest\x12\x10\n\x08order_id\x18\x01 \x01(\t\x12\x34\n\npagination\x18\x04 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x00\x88\x01\x01\x42\r\n\x0b_pagination"M\n\x19ListOrderVersionsResponse\x12\x30\n\x06orders\x18\x01 \x01(\x0b\x32 .datanode.api.v2.OrderConnection"`\n\x14ObserveOrdersRequest\x12\x16\n\tmarket_id\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x15\n\x08party_id\x18\x02 \x01(\tH\x01\x88\x01\x01\x42\x0c\n\n_market_idB\x0b\n\t_party_id"4\n\x15ObserveOrdersResponse\x12\x1b\n\x06orders\x18\x01 \x03(\x0b\x32\x0b.vega.Order"\x80\x01\n\x14ListPositionsRequest\x12\x10\n\x08party_id\x18\x01 \x01(\t\x12\x11\n\tmarket_id\x18\x02 \x01(\t\x12\x34\n\npagination\x18\x03 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x00\x88\x01\x01\x42\r\n\x0b_pagination"O\n\x15ListPositionsResponse\x12\x36\n\tpositions\x18\x01 \x01(\x0b\x32#.datanode.api.v2.PositionConnection"<\n\x0cPositionEdge\x12\x1c\n\x04node\x18\x01 \x01(\x0b\x32\x0e.vega.Position\x12\x0e\n\x06\x63ursor\x18\x02 \x01(\t"p\n\x12PositionConnection\x12,\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1d.datanode.api.v2.PositionEdge\x12,\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfo"c\n\x17ObservePositionsRequest\x12\x15\n\x08party_id\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x16\n\tmarket_id\x18\x02 \x01(\tH\x01\x88\x01\x01\x42\x0b\n\t_party_idB\x0c\n\n_market_id"<\n\x18ObservePositionsResponse\x12 \n\x08position\x18\x01 \x01(\x0b\x32\x0e.vega.Position"{\n\x18GetBalanceHistoryRequest\x12.\n\x06\x66ilter\x18\x01 \x01(\x0b\x32\x1e.datanode.api.v2.AccountFilter\x12/\n\x08group_by\x18\x02 \x03(\x0e\x32\x1d.datanode.api.v2.AccountField"Q\n\x19GetBalanceHistoryResponse\x12\x34\n\x08\x62\x61lances\x18\x01 \x03(\x0b\x32".datanode.api.v2.AggregatedBalance"r\n\rAccountFilter\x12\x10\n\x08\x61sset_id\x18\x01 \x01(\t\x12\x11\n\tparty_ids\x18\x02 \x03(\t\x12\x12\n\nmarket_ids\x18\x03 \x03(\t\x12(\n\raccount_types\x18\x04 \x03(\x0e\x32\x11.vega.AccountType"\xf6\x01\n\x11\x41ggregatedBalance\x12\x11\n\ttimestamp\x18\x01 \x01(\x03\x12\x0f\n\x07\x62\x61lance\x18\x02 \x01(\t\x12\x17\n\naccount_id\x18\x03 \x01(\tH\x00\x88\x01\x01\x12\x15\n\x08party_id\x18\x04 \x01(\tH\x01\x88\x01\x01\x12\x15\n\x08\x61sset_id\x18\x05 \x01(\tH\x02\x88\x01\x01\x12\x16\n\tmarket_id\x18\x06 \x01(\tH\x03\x88\x01\x01\x12\'\n\x0c\x61\x63\x63ount_type\x18\x07 \x01(\x0e\x32\x11.vega.AccountTypeB\r\n\x0b_account_idB\x0b\n\t_party_idB\x0b\n\t_asset_idB\x0c\n\n_market_id"0\n\x1aObserveMarketsDepthRequest\x12\x12\n\nmarket_ids\x18\x01 \x03(\t"F\n\x1bObserveMarketsDepthResponse\x12\'\n\x0cmarket_depth\x18\x01 \x03(\x0b\x32\x11.vega.MarketDepth"7\n!ObserveMarketsDepthUpdatesRequest\x12\x12\n\nmarket_ids\x18\x01 \x03(\t"M\n"ObserveMarketsDepthUpdatesResponse\x12\'\n\x06update\x18\x01 \x03(\x0b\x32\x17.vega.MarketDepthUpdate"/\n\x19ObserveMarketsDataRequest\x12\x12\n\nmarket_ids\x18\x01 \x03(\t"C\n\x1aObserveMarketsDataResponse\x12%\n\x0bmarket_data\x18\x01 \x03(\x0b\x32\x10.vega.MarketData"V\n\x1bGetLatestMarketDepthRequest\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\x16\n\tmax_depth\x18\x02 \x01(\x04H\x00\x88\x01\x01\x42\x0c\n\n_max_depth"\xaa\x01\n\x1cGetLatestMarketDepthResponse\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\x1d\n\x03\x62uy\x18\x02 \x03(\x0b\x32\x10.vega.PriceLevel\x12\x1e\n\x04sell\x18\x03 \x03(\x0b\x32\x10.vega.PriceLevel\x12\x1f\n\nlast_trade\x18\x04 \x01(\x0b\x32\x0b.vega.Trade\x12\x17\n\x0fsequence_number\x18\x05 \x01(\x04"\x1d\n\x1bListLatestMarketDataRequest"F\n\x1cListLatestMarketDataResponse\x12&\n\x0cmarkets_data\x18\x01 \x03(\x0b\x32\x10.vega.MarketData"/\n\x1aGetLatestMarketDataRequest\x12\x11\n\tmarket_id\x18\x01 \x01(\t"D\n\x1bGetLatestMarketDataResponse\x12%\n\x0bmarket_data\x18\x01 \x01(\x0b\x32\x10.vega.MarketData"\xb6\x02\n\x1fGetMarketDataHistoryByIDRequest\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\x1c\n\x0fstart_timestamp\x18\x02 \x01(\x03H\x00\x88\x01\x01\x12\x1a\n\rend_timestamp\x18\x03 \x01(\x03H\x01\x88\x01\x01\x12\x34\n\npagination\x18\x04 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x02\x88\x01\x01\x12\x45\n\x11offset_pagination\x18\x05 \x01(\x0b\x32!.datanode.api.v2.OffsetPaginationB\x02\x18\x01H\x03\x88\x01\x01\x42\x12\n\x10_start_timestampB\x10\n\x0e_end_timestampB\r\n\x0b_paginationB\x14\n\x12_offset_pagination"^\n GetMarketDataHistoryByIDResponse\x12:\n\x0bmarket_data\x18\x01 \x01(\x0b\x32%.datanode.api.v2.MarketDataConnection"@\n\x0eMarketDataEdge\x12\x1e\n\x04node\x18\x01 \x01(\x0b\x32\x10.vega.MarketData\x12\x0e\n\x06\x63ursor\x18\x02 \x01(\t"t\n\x14MarketDataConnection\x12.\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1f.datanode.api.v2.MarketDataEdge\x12,\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfo"0\n\x1bMarketsDataSubscribeRequest\x12\x11\n\tmarket_id\x18\x01 \x01(\t"E\n\x1cMarketsDataSubscribeResponse\x12%\n\x0bmarket_data\x18\x01 \x03(\x0b\x32\x10.vega.MarketData"\xb2\x01\n\x14ListTransfersRequest\x12\x13\n\x06pubkey\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x35\n\tdirection\x18\x02 \x01(\x0e\x32".datanode.api.v2.TransferDirection\x12\x34\n\npagination\x18\x03 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x01\x88\x01\x01\x42\t\n\x07_pubkeyB\r\n\x0b_pagination"O\n\x15ListTransfersResponse\x12\x36\n\ttransfers\x18\x01 \x01(\x0b\x32#.datanode.api.v2.TransferConnection"F\n\x0cTransferEdge\x12&\n\x04node\x18\x01 \x01(\x0b\x32\x18.vega.events.v1.Transfer\x12\x0e\n\x06\x63ursor\x18\x02 \x01(\t"p\n\x12TransferConnection\x12,\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1d.datanode.api.v2.TransferEdge\x12,\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfo"\x19\n\x17GetNetworkLimitsRequest"?\n\x18GetNetworkLimitsResponse\x12#\n\x06limits\x18\x01 \x01(\x0b\x32\x13.vega.NetworkLimits"/\n\x1aListCandleIntervalsRequest\x12\x11\n\tmarket_id\x18\x01 \x01(\t"9\n\x12IntervalToCandleId\x12\x10\n\x08interval\x18\x01 \x01(\t\x12\x11\n\tcandle_id\x18\x02 \x01(\t"a\n\x1bListCandleIntervalsResponse\x12\x42\n\x15interval_to_candle_id\x18\x01 \x03(\x0b\x32#.datanode.api.v2.IntervalToCandleId"t\n\x06\x43\x61ndle\x12\r\n\x05start\x18\x01 \x01(\x03\x12\x13\n\x0blast_update\x18\x02 \x01(\x03\x12\x0c\n\x04high\x18\x03 \x01(\t\x12\x0b\n\x03low\x18\x04 \x01(\t\x12\x0c\n\x04open\x18\x05 \x01(\t\x12\r\n\x05\x63lose\x18\x06 \x01(\t\x12\x0e\n\x06volume\x18\x07 \x01(\x04"-\n\x18ObserveCandleDataRequest\x12\x11\n\tcandle_id\x18\x01 \x01(\t"D\n\x19ObserveCandleDataResponse\x12\'\n\x06\x63\x61ndle\x18\x01 \x01(\x0b\x32\x17.datanode.api.v2.Candle"\xbf\x01\n\x15ListCandleDataRequest\x12\x11\n\tcandle_id\x18\x01 \x01(\t\x12\x16\n\x0e\x66rom_timestamp\x18\x02 \x01(\x03\x12\x14\n\x0cto_timestamp\x18\x03 \x01(\x03\x12 \n\x08interval\x18\x04 \x01(\x0e\x32\x0e.vega.Interval\x12\x34\n\npagination\x18\x05 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x00\x88\x01\x01\x42\r\n\x0b_pagination"P\n\x16ListCandleDataResponse\x12\x36\n\x07\x63\x61ndles\x18\x01 \x01(\x0b\x32%.datanode.api.v2.CandleDataConnection"C\n\nCandleEdge\x12%\n\x04node\x18\x01 \x01(\x0b\x32\x17.datanode.api.v2.Candle\x12\x0e\n\x06\x63ursor\x18\x02 \x01(\t"p\n\x14\x43\x61ndleDataConnection\x12*\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1b.datanode.api.v2.CandleEdge\x12,\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfo"i\n\x10ListVotesRequest\x12\x10\n\x08party_id\x18\x01 \x01(\t\x12\x34\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x00\x88\x01\x01\x42\r\n\x0b_pagination"C\n\x11ListVotesResponse\x12.\n\x05votes\x18\x01 \x01(\x0b\x32\x1f.datanode.api.v2.VoteConnection"4\n\x08VoteEdge\x12\x18\n\x04node\x18\x01 \x01(\x0b\x32\n.vega.Vote\x12\x0e\n\x06\x63ursor\x18\x02 \x01(\t"h\n\x0eVoteConnection\x12(\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x19.datanode.api.v2.VoteEdge\x12,\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfo"c\n\x13ObserveVotesRequest\x12\x15\n\x08party_id\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x18\n\x0bproposal_id\x18\x02 \x01(\tH\x01\x88\x01\x01\x42\x0b\n\t_party_idB\x0e\n\x0c_proposal_id"0\n\x14ObserveVotesResponse\x12\x18\n\x04vote\x18\x01 \x01(\x0b\x32\n.vega.Vote"\x86\x01\n)GetERC20MultiSigSignerAddedBundlesRequest\x12\x0f\n\x07node_id\x18\x01 \x01(\t\x12\x11\n\tepoch_seq\x18\x02 \x01(\t\x12\x35\n\npagination\x18\x03 \x01(\x0b\x32!.datanode.api.v2.OffsetPagination"n\n*GetERC20MultiSigSignerAddedBundlesResponse\x12@\n\x07\x62undles\x18\x01 \x03(\x0b\x32/.datanode.api.v2.ERC20MultiSigSignerAddedBundle"\x90\x01\n\x1e\x45RC20MultiSigSignerAddedBundle\x12\x12\n\nnew_signer\x18\x01 \x01(\t\x12\x11\n\tsubmitter\x18\x02 \x01(\t\x12\r\n\x05nonce\x18\x04 \x01(\t\x12\x11\n\ttimestamp\x18\x05 \x01(\x03\x12\x12\n\nsignatures\x18\x06 \x01(\t\x12\x11\n\tepoch_seq\x18\x03 \x01(\t"\x9b\x01\n+GetERC20MultiSigSignerRemovedBundlesRequest\x12\x0f\n\x07node_id\x18\x01 \x01(\t\x12\x11\n\tsubmitter\x18\x02 \x01(\t\x12\x11\n\tepoch_seq\x18\x03 \x01(\t\x12\x35\n\npagination\x18\x04 \x01(\x0b\x32!.datanode.api.v2.OffsetPagination"r\n,GetERC20MultiSigSignerRemovedBundlesResponse\x12\x42\n\x07\x62undles\x18\x01 \x03(\x0b\x32\x31.datanode.api.v2.ERC20MultiSigSignerRemovedBundle"\x92\x01\n ERC20MultiSigSignerRemovedBundle\x12\x12\n\nold_signer\x18\x01 \x01(\t\x12\x11\n\tsubmitter\x18\x02 \x01(\t\x12\r\n\x05nonce\x18\x04 \x01(\t\x12\x11\n\ttimestamp\x18\x05 \x01(\x03\x12\x12\n\nsignatures\x18\x06 \x01(\t\x12\x11\n\tepoch_seq\x18\x07 \x01(\t"2\n\x1eGetERC20ListAssetBundleRequest\x12\x10\n\x08\x61sset_id\x18\x01 \x01(\t"q\n\x1fGetERC20ListAssetBundleResponse\x12\x14\n\x0c\x61sset_source\x18\x01 \x01(\t\x12\x15\n\rvega_asset_id\x18\x02 \x01(\t\x12\r\n\x05nonce\x18\x03 \x01(\t\x12\x12\n\nsignatures\x18\x04 \x01(\t":\n#GetERC20SetAssetLimitsBundleRequest\x12\x13\n\x0bproposal_id\x18\x01 \x01(\t"\xa1\x01\n$GetERC20SetAssetLimitsBundleResponse\x12\x14\n\x0c\x61sset_source\x18\x01 \x01(\t\x12\x15\n\rvega_asset_id\x18\x02 \x01(\t\x12\r\n\x05nonce\x18\x03 \x01(\t\x12\x16\n\x0elifetime_limit\x18\x04 \x01(\t\x12\x11\n\tthreshold\x18\x05 \x01(\t\x12\x12\n\nsignatures\x18\x06 \x01(\t":\n!GetERC20WithdrawalApprovalRequest\x12\x15\n\rwithdrawal_id\x18\x01 \x01(\t"\xa7\x01\n"GetERC20WithdrawalApprovalResponse\x12\x14\n\x0c\x61sset_source\x18\x01 \x01(\t\x12\x0e\n\x06\x61mount\x18\x02 \x01(\t\x12\x0e\n\x06\x65xpiry\x18\x03 \x01(\x03\x12\r\n\x05nonce\x18\x04 \x01(\t\x12\x12\n\nsignatures\x18\x05 \x01(\t\x12\x16\n\x0etarget_address\x18\x06 \x01(\t\x12\x10\n\x08\x63reation\x18\x07 \x01(\x03"\xc6\x01\n\x11ListTradesRequest\x12\x16\n\tmarket_id\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x15\n\x08order_id\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x15\n\x08party_id\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x34\n\npagination\x18\x04 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x03\x88\x01\x01\x42\x0c\n\n_market_idB\x0b\n\t_order_idB\x0b\n\t_party_idB\r\n\x0b_pagination"F\n\x12ListTradesResponse\x12\x30\n\x06trades\x18\x01 \x01(\x0b\x32 .datanode.api.v2.TradeConnection"j\n\x0fTradeConnection\x12)\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1a.datanode.api.v2.TradeEdge\x12,\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfo"6\n\tTradeEdge\x12\x19\n\x04node\x18\x01 \x01(\x0b\x32\x0b.vega.Trade\x12\x0e\n\x06\x63ursor\x18\x02 \x01(\t"`\n\x14ObserveTradesRequest\x12\x16\n\tmarket_id\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x15\n\x08party_id\x18\x02 \x01(\tH\x01\x88\x01\x01\x42\x0c\n\n_market_idB\x0b\n\t_party_id"4\n\x15ObserveTradesResponse\x12\x1b\n\x06trades\x18\x01 \x03(\x0b\x32\x0b.vega.Trade".\n\x14GetOracleSpecRequest\x12\x16\n\x0eoracle_spec_id\x18\x01 \x01(\t"D\n\x15GetOracleSpecResponse\x12+\n\x0boracle_spec\x18\x01 \x01(\x0b\x32\x16.oracles.v1.OracleSpec"]\n\x16ListOracleSpecsRequest\x12\x34\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x00\x88\x01\x01\x42\r\n\x0b_pagination"W\n\x17ListOracleSpecsResponse\x12<\n\x0coracle_specs\x18\x01 \x01(\x0b\x32&.datanode.api.v2.OracleSpecsConnection"\x8c\x01\n\x15ListOracleDataRequest\x12\x1b\n\x0eoracle_spec_id\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x34\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x01\x88\x01\x01\x42\x11\n\x0f_oracle_spec_idB\r\n\x0b_pagination"T\n\x16ListOracleDataResponse\x12:\n\x0boracle_data\x18\x01 \x01(\x0b\x32%.datanode.api.v2.OracleDataConnection"F\n\x0eOracleSpecEdge\x12$\n\x04node\x18\x01 \x01(\x0b\x32\x16.oracles.v1.OracleSpec\x12\x0e\n\x06\x63ursor\x18\x02 \x01(\t"u\n\x15OracleSpecsConnection\x12.\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1f.datanode.api.v2.OracleSpecEdge\x12,\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfo"F\n\x0eOracleDataEdge\x12$\n\x04node\x18\x01 \x01(\x0b\x32\x16.oracles.v1.OracleData\x12\x0e\n\x06\x63ursor\x18\x02 \x01(\t"t\n\x14OracleDataConnection\x12.\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1f.datanode.api.v2.OracleDataEdge\x12,\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfo"l\n\x12ListMarketsRequest\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\x34\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x00\x88\x01\x01\x42\r\n\x0b_pagination"I\n\x13ListMarketsResponse\x12\x32\n\x07markets\x18\x01 \x01(\x0b\x32!.datanode.api.v2.MarketConnection"8\n\nMarketEdge\x12\x1a\n\x04node\x18\x01 \x01(\x0b\x32\x0c.vega.Market\x12\x0e\n\x06\x63ursor\x18\x02 \x01(\t"l\n\x10MarketConnection\x12*\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1b.datanode.api.v2.MarketEdge\x12,\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfo"W\n\x12ListPartiesRequest\x12\x10\n\x08party_id\x18\x01 \x01(\t\x12/\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v2.Pagination"F\n\x13ListPartiesResponse\x12/\n\x05party\x18\x01 \x01(\x0b\x32 .datanode.api.v2.PartyConnection"6\n\tPartyEdge\x12\x19\n\x04node\x18\x01 \x01(\x0b\x32\x0b.vega.Party\x12\x0e\n\x06\x63ursor\x18\x02 \x01(\t"j\n\x0fPartyConnection\x12)\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1a.datanode.api.v2.PartyEdge\x12,\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfo"6\n\tOrderEdge\x12\x19\n\x04node\x18\x01 \x01(\x0b\x32\x0b.vega.Order\x12\x0e\n\x06\x63ursor\x18\x02 \x01(\t"o\n\x17ListMarginLevelsRequest\x12\x10\n\x08party_id\x18\x01 \x01(\t\x12\x11\n\tmarket_id\x18\x02 \x01(\t\x12/\n\npagination\x18\x03 \x01(\x0b\x32\x1b.datanode.api.v2.Pagination"T\n\x18ListMarginLevelsResponse\x12\x38\n\rmargin_levels\x18\x01 \x01(\x0b\x32!.datanode.api.v2.MarginConnection"T\n\x1aObserveMarginLevelsRequest\x12\x10\n\x08party_id\x18\x01 \x01(\t\x12\x16\n\tmarket_id\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x0c\n\n_market_id"H\n\x1bObserveMarginLevelsResponse\x12)\n\rmargin_levels\x18\x01 \x01(\x0b\x32\x12.vega.MarginLevels"j\n\x0fOrderConnection\x12)\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1a.datanode.api.v2.OrderEdge\x12,\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfo">\n\nMarginEdge\x12 \n\x04node\x18\x01 \x01(\x0b\x32\x12.vega.MarginLevels\x12\x0e\n\x06\x63ursor\x18\x02 \x01(\t"l\n\x10MarginConnection\x12*\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1b.datanode.api.v2.MarginEdge\x12,\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfo"\x8f\x01\n\x12ListRewardsRequest\x12\x10\n\x08party_id\x18\x01 \x01(\t\x12\x15\n\x08\x61sset_id\x18\x02 \x01(\tH\x00\x88\x01\x01\x12\x34\n\npagination\x18\x03 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x01\x88\x01\x01\x42\x0b\n\t_asset_idB\r\n\x0b_pagination"J\n\x13ListRewardsResponse\x12\x33\n\x07rewards\x18\x01 \x01(\x0b\x32".datanode.api.v2.RewardsConnection"8\n\nRewardEdge\x12\x1a\n\x04node\x18\x01 \x01(\x0b\x32\x0c.vega.Reward\x12\x0e\n\x06\x63ursor\x18\x02 \x01(\t"m\n\x11RewardsConnection\x12*\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1b.datanode.api.v2.RewardEdge\x12,\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfo"d\n\x1aListRewardSummariesRequest\x12\x15\n\x08party_id\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x15\n\x08\x61sset_id\x18\x02 \x01(\tH\x01\x88\x01\x01\x42\x0b\n\t_party_idB\x0b\n\t_asset_id"E\n\x1bListRewardSummariesResponse\x12&\n\tsummaries\x18\x01 \x03(\x0b\x32\x13.vega.RewardSummary"_\n\x15ObserveRewardsRequest\x12\x15\n\x08\x61sset_id\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x15\n\x08party_id\x18\x02 \x01(\tH\x01\x88\x01\x01\x42\x0b\n\t_asset_idB\x0b\n\t_party_id"6\n\x16ObserveRewardsResponse\x12\x1c\n\x06reward\x18\x01 \x01(\x0b\x32\x0c.vega.Reward"\x1f\n\x11GetDepositRequest\x12\n\n\x02id\x18\x01 \x01(\t"4\n\x12GetDepositResponse\x12\x1e\n\x07\x64\x65posit\x18\x01 \x01(\x0b\x32\r.vega.Deposit"l\n\x13ListDepositsRequest\x12\x10\n\x08party_id\x18\x01 \x01(\t\x12\x34\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x00\x88\x01\x01\x42\r\n\x0b_pagination"M\n\x14ListDepositsResponse\x12\x35\n\x08\x64\x65posits\x18\x01 \x01(\x0b\x32#.datanode.api.v2.DepositsConnection":\n\x0b\x44\x65positEdge\x12\x1b\n\x04node\x18\x01 \x01(\x0b\x32\r.vega.Deposit\x12\x0e\n\x06\x63ursor\x18\x02 \x01(\t"o\n\x12\x44\x65positsConnection\x12+\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1c.datanode.api.v2.DepositEdge\x12,\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfo""\n\x14GetWithdrawalRequest\x12\n\n\x02id\x18\x01 \x01(\t"=\n\x15GetWithdrawalResponse\x12$\n\nwithdrawal\x18\x01 \x01(\x0b\x32\x10.vega.Withdrawal"o\n\x16ListWithdrawalsRequest\x12\x10\n\x08party_id\x18\x01 \x01(\t\x12\x34\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x00\x88\x01\x01\x42\r\n\x0b_pagination"V\n\x17ListWithdrawalsResponse\x12;\n\x0bwithdrawals\x18\x01 \x01(\x0b\x32&.datanode.api.v2.WithdrawalsConnection"@\n\x0eWithdrawalEdge\x12\x1e\n\x04node\x18\x01 \x01(\x0b\x32\x10.vega.Withdrawal\x12\x0e\n\x06\x63ursor\x18\x02 \x01(\t"u\n\x15WithdrawalsConnection\x12.\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1f.datanode.api.v2.WithdrawalEdge\x12,\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfo"#\n\x0fGetAssetRequest\x12\x10\n\x08\x61sset_id\x18\x01 \x01(\t".\n\x10GetAssetResponse\x12\x1a\n\x05\x61sset\x18\x01 \x01(\x0b\x32\x0b.vega.Asset"|\n\x11ListAssetsRequest\x12\x15\n\x08\x61sset_id\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x34\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x01\x88\x01\x01\x42\x0b\n\t_asset_idB\r\n\x0b_pagination"G\n\x12ListAssetsResponse\x12\x31\n\x06\x61ssets\x18\x01 \x01(\x0b\x32!.datanode.api.v2.AssetsConnection"6\n\tAssetEdge\x12\x19\n\x04node\x18\x01 \x01(\x0b\x32\x0b.vega.Asset\x12\x0e\n\x06\x63ursor\x18\x02 \x01(\t"k\n\x10\x41ssetsConnection\x12)\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1a.datanode.api.v2.AssetEdge\x12,\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfo"\xd5\x01\n\x1eListLiquidityProvisionsRequest\x12\x16\n\tmarket_id\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x15\n\x08party_id\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x16\n\treference\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x34\n\npagination\x18\x04 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x03\x88\x01\x01\x42\x0c\n\n_market_idB\x0b\n\t_party_idB\x0c\n\n_referenceB\r\n\x0b_pagination"o\n\x1fListLiquidityProvisionsResponse\x12L\n\x14liquidity_provisions\x18\x01 \x01(\x0b\x32..datanode.api.v2.LiquidityProvisionsConnection"Q\n\x17LiquidityProvisionsEdge\x12&\n\x04node\x18\x01 \x01(\x0b\x32\x18.vega.LiquidityProvision\x12\x0e\n\x06\x63ursor\x18\x02 \x01(\t"\x86\x01\n\x1dLiquidityProvisionsConnection\x12\x37\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32(.datanode.api.v2.LiquidityProvisionsEdge\x12,\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfo"\x96\x04\n\x19ListGovernanceDataRequest\x12\x31\n\x0eproposal_state\x18\x01 \x01(\x0e\x32\x14.vega.Proposal.StateH\x00\x88\x01\x01\x12K\n\rproposal_type\x18\x02 \x01(\x0e\x32/.datanode.api.v2.ListGovernanceDataRequest.TypeH\x01\x88\x01\x01\x12\x1e\n\x11proposer_party_id\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x1f\n\x12proposal_reference\x18\x04 \x01(\tH\x03\x88\x01\x01\x12\x34\n\npagination\x18\x05 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x04\x88\x01\x01"\xa0\x01\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0c\n\x08TYPE_ALL\x10\x01\x12\x13\n\x0fTYPE_NEW_MARKET\x10\x02\x12\x16\n\x12TYPE_UPDATE_MARKET\x10\x03\x12\x1b\n\x17TYPE_NETWORK_PARAMETERS\x10\x04\x12\x12\n\x0eTYPE_NEW_ASSET\x10\x05\x12\x16\n\x12TYPE_NEW_FREE_FORM\x10\x06\x42\x11\n\x0f_proposal_stateB\x10\n\x0e_proposal_typeB\x14\n\x12_proposer_party_idB\x15\n\x13_proposal_referenceB\r\n\x0b_pagination"[\n\x1aListGovernanceDataResponse\x12=\n\nconnection\x18\x01 \x01(\x0b\x32).datanode.api.v2.GovernanceDataConnection"H\n\x12GovernanceDataEdge\x12"\n\x04node\x18\x01 \x01(\x0b\x32\x14.vega.GovernanceData\x12\x0e\n\x06\x63ursor\x18\x02 \x01(\t"|\n\x18GovernanceDataConnection\x12\x32\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32#.datanode.api.v2.GovernanceDataEdge\x12,\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfo">\n\x18ObserveGovernanceRequest\x12\x15\n\x08party_id\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\x0b\n\t_party_id"?\n\x19ObserveGovernanceResponse\x12"\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x14.vega.GovernanceData"\xc7\x01\n\x16ListDelegationsRequest\x12\x15\n\x08party_id\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07node_id\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x15\n\x08\x65poch_id\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x34\n\npagination\x18\x04 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x03\x88\x01\x01\x42\x0b\n\t_party_idB\n\n\x08_node_idB\x0b\n\t_epoch_idB\r\n\x0b_pagination"V\n\x17ListDelegationsResponse\x12;\n\x0b\x64\x65legations\x18\x01 \x01(\x0b\x32&.datanode.api.v2.DelegationsConnection"@\n\x0e\x44\x65legationEdge\x12\x1e\n\x04node\x18\x01 \x01(\x0b\x32\x10.vega.Delegation\x12\x0e\n\x06\x63ursor\x18\x02 \x01(\t"u\n\x15\x44\x65legationsConnection\x12.\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1f.datanode.api.v2.DelegationEdge\x12,\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfo"a\n\x19ObserveDelegationsRequest\x12\x15\n\x08party_id\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07node_id\x18\x02 \x01(\tH\x01\x88\x01\x01\x42\x0b\n\t_party_idB\n\n\x08_node_id"B\n\x1aObserveDelegationsResponse\x12$\n\ndelegation\x18\x01 \x01(\x0b\x32\x10.vega.Delegation"\x17\n\x15GetNetworkDataRequest";\n\x16GetNetworkDataResponse\x12!\n\tnode_data\x18\x01 \x01(\x0b\x32\x0e.vega.NodeData"\x1c\n\x0eGetNodeRequest\x12\n\n\x02id\x18\x01 \x01(\t"+\n\x0fGetNodeResponse\x12\x18\n\x04node\x18\x01 \x01(\x0b\x32\n.vega.Node"}\n\x10ListNodesRequest\x12\x16\n\tepoch_seq\x18\x01 \x01(\x04H\x00\x88\x01\x01\x12\x34\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x01\x88\x01\x01\x42\x0c\n\n_epoch_seqB\r\n\x0b_pagination"D\n\x11ListNodesResponse\x12/\n\x05nodes\x18\x01 \x01(\x0b\x32 .datanode.api.v2.NodesConnection"4\n\x08NodeEdge\x12\x18\n\x04node\x18\x01 \x01(\x0b\x32\n.vega.Node\x12\x0e\n\x06\x63ursor\x18\x02 \x01(\t"i\n\x0fNodesConnection\x12(\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x19.datanode.api.v2.NodeEdge\x12,\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfo")\n\x0fGetEpochRequest\x12\x0f\n\x02id\x18\x01 \x01(\x04H\x00\x88\x01\x01\x42\x05\n\x03_id".\n\x10GetEpochResponse\x12\x1a\n\x05\x65poch\x18\x01 \x01(\x0b\x32\x0b.vega.Epoch"0\n\x12\x45stimateFeeRequest\x12\x1a\n\x05order\x18\x01 \x01(\x0b\x32\x0b.vega.Order"-\n\x13\x45stimateFeeResponse\x12\x16\n\x03\x66\x65\x65\x18\x02 \x01(\x0b\x32\t.vega.Fee"3\n\x15\x45stimateMarginRequest\x12\x1a\n\x05order\x18\x01 \x01(\x0b\x32\x0b.vega.Order"C\n\x16\x45stimateMarginResponse\x12)\n\rmargin_levels\x18\x02 \x01(\x0b\x32\x12.vega.MarginLevels"c\n\x1cListNetworkParametersRequest\x12\x34\n\npagination\x18\x01 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x00\x88\x01\x01\x42\r\n\x0b_pagination"h\n\x1dListNetworkParametersResponse\x12G\n\x12network_parameters\x18\x01 \x01(\x0b\x32+.datanode.api.v2.NetworkParameterConnection"L\n\x14NetworkParameterEdge\x12$\n\x04node\x18\x01 \x01(\x0b\x32\x16.vega.NetworkParameter\x12\x0e\n\x06\x63ursor\x18\x02 \x01(\t"\x80\x01\n\x1aNetworkParameterConnection\x12\x34\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32%.datanode.api.v2.NetworkParameterEdge\x12,\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfo"@\n\nCheckpoint\x12\x0c\n\x04hash\x18\x01 \x01(\t\x12\x12\n\nblock_hash\x18\x02 \x01(\t\x12\x10\n\x08\x61t_block\x18\x03 \x01(\x04"]\n\x16ListCheckpointsRequest\x12\x34\n\npagination\x18\x01 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x00\x88\x01\x01\x42\r\n\x0b_pagination"V\n\x17ListCheckpointsResponse\x12;\n\x0b\x63heckpoints\x18\x01 \x01(\x0b\x32&.datanode.api.v2.CheckpointsConnection"K\n\x0e\x43heckpointEdge\x12)\n\x04node\x18\x01 \x01(\x0b\x32\x1b.datanode.api.v2.Checkpoint\x12\x0e\n\x06\x63ursor\x18\x02 \x01(\t"u\n\x15\x43heckpointsConnection\x12.\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1f.datanode.api.v2.CheckpointEdge\x12,\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfo"e\n\x0fGetStakeRequest\x12\r\n\x05party\x18\x01 \x01(\t\x12\x34\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x00\x88\x01\x01\x42\r\n\x0b_pagination"n\n\x10GetStakeResponse\x12\x1f\n\x17\x63urrent_stake_available\x18\x01 \x01(\t\x12\x39\n\x0estake_linkings\x18\x02 \x01(\x0b\x32!.datanode.api.v2.StakesConnection"N\n\x10StakeLinkingEdge\x12*\n\x04node\x18\x01 \x01(\x0b\x32\x1c.vega.events.v1.StakeLinking\x12\x0e\n\x06\x63ursor\x18\x02 \x01(\t"r\n\x10StakesConnection\x12\x30\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32!.datanode.api.v2.StakeLinkingEdge\x12,\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfo"*\n\x15GetRiskFactorsRequest\x12\x11\n\tmarket_id\x18\x01 \x01(\t"?\n\x16GetRiskFactorsResponse\x12%\n\x0brisk_factor\x18\x01 \x01(\x0b\x32\x10.vega.RiskFactor"}\n\x16ObserveEventBusRequest\x12*\n\x04type\x18\x01 \x03(\x0e\x32\x1c.vega.events.v1.BusEventType\x12\x11\n\tmarket_id\x18\x02 \x01(\t\x12\x10\n\x08party_id\x18\x03 \x01(\t\x12\x12\n\nbatch_size\x18\x04 \x01(\x03"C\n\x17ObserveEventBusResponse\x12(\n\x06\x65vents\x18\x01 \x03(\x0b\x32\x18.vega.events.v1.BusEvent"!\n\x1fObserveTransferResponsesRequest"L\n ObserveTransferResponsesResponse\x12(\n\x08response\x18\x01 \x01(\x0b\x32\x16.vega.TransferResponse*\xb0\x01\n\x0c\x41\x63\x63ountField\x12\x1d\n\x19\x41\x43\x43OUNT_FIELD_UNSPECIFIED\x10\x00\x12\x14\n\x10\x41\x43\x43OUNT_FIELD_ID\x10\x01\x12\x1a\n\x16\x41\x43\x43OUNT_FIELD_PARTY_ID\x10\x02\x12\x1a\n\x16\x41\x43\x43OUNT_FIELD_ASSET_ID\x10\x03\x12\x1b\n\x17\x41\x43\x43OUNT_FIELD_MARKET_ID\x10\x04\x12\x16\n\x12\x41\x43\x43OUNT_FIELD_TYPE\x10\x05*\xad\x01\n\x11TransferDirection\x12"\n\x1eTRANSFER_DIRECTION_UNSPECIFIED\x10\x00\x12$\n TRANSFER_DIRECTION_TRANSFER_FROM\x10\x01\x12"\n\x1eTRANSFER_DIRECTION_TRANSFER_TO\x10\x02\x12*\n&TRANSFER_DIRECTION_TRANSFER_TO_OR_FROM\x10\x03\x32\xbd\x34\n\x12TradingDataService\x12[\n\x0cListAccounts\x12$.datanode.api.v2.ListAccountsRequest\x1a%.datanode.api.v2.ListAccountsResponse\x12\x66\n\x0fObserveAccounts\x12\'.datanode.api.v2.ObserveAccountsRequest\x1a(.datanode.api.v2.ObserveAccountsResponse0\x01\x12\x43\n\x04Info\x12\x1c.datanode.api.v2.InfoRequest\x1a\x1d.datanode.api.v2.InfoResponse\x12O\n\x08GetOrder\x12 .datanode.api.v2.GetOrderRequest\x1a!.datanode.api.v2.GetOrderResponse\x12U\n\nListOrders\x12".datanode.api.v2.ListOrdersRequest\x1a#.datanode.api.v2.ListOrdersResponse\x12j\n\x11ListOrderVersions\x12).datanode.api.v2.ListOrderVersionsRequest\x1a*.datanode.api.v2.ListOrderVersionsResponse\x12`\n\rObserveOrders\x12%.datanode.api.v2.ObserveOrdersRequest\x1a&.datanode.api.v2.ObserveOrdersResponse0\x01\x12^\n\rListPositions\x12%.datanode.api.v2.ListPositionsRequest\x1a&.datanode.api.v2.ListPositionsResponse\x12i\n\x10ObservePositions\x12(.datanode.api.v2.ObservePositionsRequest\x1a).datanode.api.v2.ObservePositionsResponse0\x01\x12l\n\x11GetBalanceHistory\x12).datanode.api.v2.GetBalanceHistoryRequest\x1a*.datanode.api.v2.GetBalanceHistoryResponse"\x00\x12p\n\x13GetLatestMarketData\x12+.datanode.api.v2.GetLatestMarketDataRequest\x1a,.datanode.api.v2.GetLatestMarketDataResponse\x12s\n\x14ListLatestMarketData\x12,.datanode.api.v2.ListLatestMarketDataRequest\x1a-.datanode.api.v2.ListLatestMarketDataResponse\x12s\n\x14GetLatestMarketDepth\x12,.datanode.api.v2.GetLatestMarketDepthRequest\x1a-.datanode.api.v2.GetLatestMarketDepthResponse\x12r\n\x13ObserveMarketsDepth\x12+.datanode.api.v2.ObserveMarketsDepthRequest\x1a,.datanode.api.v2.ObserveMarketsDepthResponse0\x01\x12\x87\x01\n\x1aObserveMarketsDepthUpdates\x12\x32.datanode.api.v2.ObserveMarketsDepthUpdatesRequest\x1a\x33.datanode.api.v2.ObserveMarketsDepthUpdatesResponse0\x01\x12o\n\x12ObserveMarketsData\x12*.datanode.api.v2.ObserveMarketsDataRequest\x1a+.datanode.api.v2.ObserveMarketsDataResponse0\x01\x12\x7f\n\x18GetMarketDataHistoryByID\x12\x30.datanode.api.v2.GetMarketDataHistoryByIDRequest\x1a\x31.datanode.api.v2.GetMarketDataHistoryByIDResponse\x12^\n\rListTransfers\x12%.datanode.api.v2.ListTransfersRequest\x1a&.datanode.api.v2.ListTransfersResponse\x12g\n\x10GetNetworkLimits\x12(.datanode.api.v2.GetNetworkLimitsRequest\x1a).datanode.api.v2.GetNetworkLimitsResponse\x12\x61\n\x0eListCandleData\x12&.datanode.api.v2.ListCandleDataRequest\x1a\'.datanode.api.v2.ListCandleDataResponse\x12l\n\x11ObserveCandleData\x12).datanode.api.v2.ObserveCandleDataRequest\x1a*.datanode.api.v2.ObserveCandleDataResponse0\x01\x12p\n\x13ListCandleIntervals\x12+.datanode.api.v2.ListCandleIntervalsRequest\x1a,.datanode.api.v2.ListCandleIntervalsResponse\x12R\n\tListVotes\x12!.datanode.api.v2.ListVotesRequest\x1a".datanode.api.v2.ListVotesResponse\x12]\n\x0cObserveVotes\x12$.datanode.api.v2.ObserveVotesRequest\x1a%.datanode.api.v2.ObserveVotesResponse0\x01\x12\x9d\x01\n"GetERC20MultiSigSignerAddedBundles\x12:.datanode.api.v2.GetERC20MultiSigSignerAddedBundlesRequest\x1a;.datanode.api.v2.GetERC20MultiSigSignerAddedBundlesResponse\x12\xa3\x01\n$GetERC20MultiSigSignerRemovedBundles\x12<.datanode.api.v2.GetERC20MultiSigSignerRemovedBundlesRequest\x1a=.datanode.api.v2.GetERC20MultiSigSignerRemovedBundlesResponse\x12|\n\x17GetERC20ListAssetBundle\x12/.datanode.api.v2.GetERC20ListAssetBundleRequest\x1a\x30.datanode.api.v2.GetERC20ListAssetBundleResponse\x12\x8b\x01\n\x1cGetERC20SetAssetLimitsBundle\x12\x34.datanode.api.v2.GetERC20SetAssetLimitsBundleRequest\x1a\x35.datanode.api.v2.GetERC20SetAssetLimitsBundleResponse\x12\x85\x01\n\x1aGetERC20WithdrawalApproval\x12\x32.datanode.api.v2.GetERC20WithdrawalApprovalRequest\x1a\x33.datanode.api.v2.GetERC20WithdrawalApprovalResponse\x12U\n\nListTrades\x12".datanode.api.v2.ListTradesRequest\x1a#.datanode.api.v2.ListTradesResponse\x12`\n\rObserveTrades\x12%.datanode.api.v2.ObserveTradesRequest\x1a&.datanode.api.v2.ObserveTradesResponse0\x01\x12^\n\rGetOracleSpec\x12%.datanode.api.v2.GetOracleSpecRequest\x1a&.datanode.api.v2.GetOracleSpecResponse\x12\x64\n\x0fListOracleSpecs\x12\'.datanode.api.v2.ListOracleSpecsRequest\x1a(.datanode.api.v2.ListOracleSpecsResponse\x12\x61\n\x0eListOracleData\x12&.datanode.api.v2.ListOracleDataRequest\x1a\'.datanode.api.v2.ListOracleDataResponse\x12X\n\x0bListMarkets\x12#.datanode.api.v2.ListMarketsRequest\x1a$.datanode.api.v2.ListMarketsResponse\x12X\n\x0bListParties\x12#.datanode.api.v2.ListPartiesRequest\x1a$.datanode.api.v2.ListPartiesResponse\x12g\n\x10ListMarginLevels\x12(.datanode.api.v2.ListMarginLevelsRequest\x1a).datanode.api.v2.ListMarginLevelsResponse\x12r\n\x13ObserveMarginLevels\x12+.datanode.api.v2.ObserveMarginLevelsRequest\x1a,.datanode.api.v2.ObserveMarginLevelsResponse0\x01\x12X\n\x0bListRewards\x12#.datanode.api.v2.ListRewardsRequest\x1a$.datanode.api.v2.ListRewardsResponse\x12p\n\x13ListRewardSummaries\x12+.datanode.api.v2.ListRewardSummariesRequest\x1a,.datanode.api.v2.ListRewardSummariesResponse\x12\x63\n\x0eObserveRewards\x12&.datanode.api.v2.ObserveRewardsRequest\x1a\'.datanode.api.v2.ObserveRewardsResponse0\x01\x12U\n\nGetDeposit\x12".datanode.api.v2.GetDepositRequest\x1a#.datanode.api.v2.GetDepositResponse\x12[\n\x0cListDeposits\x12$.datanode.api.v2.ListDepositsRequest\x1a%.datanode.api.v2.ListDepositsResponse\x12^\n\rGetWithdrawal\x12%.datanode.api.v2.GetWithdrawalRequest\x1a&.datanode.api.v2.GetWithdrawalResponse\x12\x64\n\x0fListWithdrawals\x12\'.datanode.api.v2.ListWithdrawalsRequest\x1a(.datanode.api.v2.ListWithdrawalsResponse\x12O\n\x08GetAsset\x12 .datanode.api.v2.GetAssetRequest\x1a!.datanode.api.v2.GetAssetResponse\x12U\n\nListAssets\x12".datanode.api.v2.ListAssetsRequest\x1a#.datanode.api.v2.ListAssetsResponse\x12|\n\x17ListLiquidityProvisions\x12/.datanode.api.v2.ListLiquidityProvisionsRequest\x1a\x30.datanode.api.v2.ListLiquidityProvisionsResponse\x12m\n\x12ListGovernanceData\x12*.datanode.api.v2.ListGovernanceDataRequest\x1a+.datanode.api.v2.ListGovernanceDataResponse\x12l\n\x11ObserveGovernance\x12).datanode.api.v2.ObserveGovernanceRequest\x1a*.datanode.api.v2.ObserveGovernanceResponse0\x01\x12\x64\n\x0fListDelegations\x12\'.datanode.api.v2.ListDelegationsRequest\x1a(.datanode.api.v2.ListDelegationsResponse\x12o\n\x12ObserveDelegations\x12*.datanode.api.v2.ObserveDelegationsRequest\x1a+.datanode.api.v2.ObserveDelegationsResponse0\x01\x12\x61\n\x0eGetNetworkData\x12&.datanode.api.v2.GetNetworkDataRequest\x1a\'.datanode.api.v2.GetNetworkDataResponse\x12L\n\x07GetNode\x12\x1f.datanode.api.v2.GetNodeRequest\x1a .datanode.api.v2.GetNodeResponse\x12R\n\tListNodes\x12!.datanode.api.v2.ListNodesRequest\x1a".datanode.api.v2.ListNodesResponse\x12O\n\x08GetEpoch\x12 .datanode.api.v2.GetEpochRequest\x1a!.datanode.api.v2.GetEpochResponse\x12X\n\x0b\x45stimateFee\x12#.datanode.api.v2.EstimateFeeRequest\x1a$.datanode.api.v2.EstimateFeeResponse\x12\x61\n\x0e\x45stimateMargin\x12&.datanode.api.v2.EstimateMarginRequest\x1a\'.datanode.api.v2.EstimateMarginResponse\x12v\n\x15ListNetworkParameters\x12-.datanode.api.v2.ListNetworkParametersRequest\x1a..datanode.api.v2.ListNetworkParametersResponse\x12\x64\n\x0fListCheckpoints\x12\'.datanode.api.v2.ListCheckpointsRequest\x1a(.datanode.api.v2.ListCheckpointsResponse\x12O\n\x08GetStake\x12 .datanode.api.v2.GetStakeRequest\x1a!.datanode.api.v2.GetStakeResponse\x12\x61\n\x0eGetRiskFactors\x12&.datanode.api.v2.GetRiskFactorsRequest\x1a\'.datanode.api.v2.GetRiskFactorsResponse\x12h\n\x0fObserveEventBus\x12\'.datanode.api.v2.ObserveEventBusRequest\x1a(.datanode.api.v2.ObserveEventBusResponse(\x01\x30\x01\x12\x81\x01\n\x18ObserveTransferResponses\x12\x30.datanode.api.v2.ObserveTransferResponsesRequest\x1a\x31.datanode.api.v2.ObserveTransferResponsesResponse0\x01\x42\x33Z1code.vegaprotocol.io/vega/protos/data-node/api/v2b\x06proto3' -) - -_ACCOUNTFIELD = DESCRIPTOR.enum_types_by_name["AccountField"] -AccountField = enum_type_wrapper.EnumTypeWrapper(_ACCOUNTFIELD) -_TRANSFERDIRECTION = DESCRIPTOR.enum_types_by_name["TransferDirection"] -TransferDirection = enum_type_wrapper.EnumTypeWrapper(_TRANSFERDIRECTION) -ACCOUNT_FIELD_UNSPECIFIED = 0 -ACCOUNT_FIELD_ID = 1 -ACCOUNT_FIELD_PARTY_ID = 2 -ACCOUNT_FIELD_ASSET_ID = 3 -ACCOUNT_FIELD_MARKET_ID = 4 -ACCOUNT_FIELD_TYPE = 5 -TRANSFER_DIRECTION_UNSPECIFIED = 0 -TRANSFER_DIRECTION_TRANSFER_FROM = 1 -TRANSFER_DIRECTION_TRANSFER_TO = 2 -TRANSFER_DIRECTION_TRANSFER_TO_OR_FROM = 3 - - -_OFFSETPAGINATION = DESCRIPTOR.message_types_by_name["OffsetPagination"] -_PAGINATION = DESCRIPTOR.message_types_by_name["Pagination"] -_PAGEINFO = DESCRIPTOR.message_types_by_name["PageInfo"] -_LISTACCOUNTSREQUEST = DESCRIPTOR.message_types_by_name["ListAccountsRequest"] -_LISTACCOUNTSRESPONSE = DESCRIPTOR.message_types_by_name["ListAccountsResponse"] -_ACCOUNTSCONNECTION = DESCRIPTOR.message_types_by_name["AccountsConnection"] -_ACCOUNTEDGE = DESCRIPTOR.message_types_by_name["AccountEdge"] -_OBSERVEACCOUNTSREQUEST = DESCRIPTOR.message_types_by_name["ObserveAccountsRequest"] -_OBSERVEACCOUNTSRESPONSE = DESCRIPTOR.message_types_by_name["ObserveAccountsResponse"] -_INFOREQUEST = DESCRIPTOR.message_types_by_name["InfoRequest"] -_INFORESPONSE = DESCRIPTOR.message_types_by_name["InfoResponse"] -_GETORDERREQUEST = DESCRIPTOR.message_types_by_name["GetOrderRequest"] -_GETORDERRESPONSE = DESCRIPTOR.message_types_by_name["GetOrderResponse"] -_LISTORDERSREQUEST = DESCRIPTOR.message_types_by_name["ListOrdersRequest"] -_LISTORDERSRESPONSE = DESCRIPTOR.message_types_by_name["ListOrdersResponse"] -_LISTORDERVERSIONSREQUEST = DESCRIPTOR.message_types_by_name["ListOrderVersionsRequest"] -_LISTORDERVERSIONSRESPONSE = DESCRIPTOR.message_types_by_name[ - "ListOrderVersionsResponse" -] -_OBSERVEORDERSREQUEST = DESCRIPTOR.message_types_by_name["ObserveOrdersRequest"] -_OBSERVEORDERSRESPONSE = DESCRIPTOR.message_types_by_name["ObserveOrdersResponse"] -_LISTPOSITIONSREQUEST = DESCRIPTOR.message_types_by_name["ListPositionsRequest"] -_LISTPOSITIONSRESPONSE = DESCRIPTOR.message_types_by_name["ListPositionsResponse"] -_POSITIONEDGE = DESCRIPTOR.message_types_by_name["PositionEdge"] -_POSITIONCONNECTION = DESCRIPTOR.message_types_by_name["PositionConnection"] -_OBSERVEPOSITIONSREQUEST = DESCRIPTOR.message_types_by_name["ObservePositionsRequest"] -_OBSERVEPOSITIONSRESPONSE = DESCRIPTOR.message_types_by_name["ObservePositionsResponse"] -_GETBALANCEHISTORYREQUEST = DESCRIPTOR.message_types_by_name["GetBalanceHistoryRequest"] -_GETBALANCEHISTORYRESPONSE = DESCRIPTOR.message_types_by_name[ - "GetBalanceHistoryResponse" -] -_ACCOUNTFILTER = DESCRIPTOR.message_types_by_name["AccountFilter"] -_AGGREGATEDBALANCE = DESCRIPTOR.message_types_by_name["AggregatedBalance"] -_OBSERVEMARKETSDEPTHREQUEST = DESCRIPTOR.message_types_by_name[ - "ObserveMarketsDepthRequest" -] -_OBSERVEMARKETSDEPTHRESPONSE = DESCRIPTOR.message_types_by_name[ - "ObserveMarketsDepthResponse" -] -_OBSERVEMARKETSDEPTHUPDATESREQUEST = DESCRIPTOR.message_types_by_name[ - "ObserveMarketsDepthUpdatesRequest" -] -_OBSERVEMARKETSDEPTHUPDATESRESPONSE = DESCRIPTOR.message_types_by_name[ - "ObserveMarketsDepthUpdatesResponse" -] -_OBSERVEMARKETSDATAREQUEST = DESCRIPTOR.message_types_by_name[ - "ObserveMarketsDataRequest" -] -_OBSERVEMARKETSDATARESPONSE = DESCRIPTOR.message_types_by_name[ - "ObserveMarketsDataResponse" -] -_GETLATESTMARKETDEPTHREQUEST = DESCRIPTOR.message_types_by_name[ - "GetLatestMarketDepthRequest" -] -_GETLATESTMARKETDEPTHRESPONSE = DESCRIPTOR.message_types_by_name[ - "GetLatestMarketDepthResponse" -] -_LISTLATESTMARKETDATAREQUEST = DESCRIPTOR.message_types_by_name[ - "ListLatestMarketDataRequest" -] -_LISTLATESTMARKETDATARESPONSE = DESCRIPTOR.message_types_by_name[ - "ListLatestMarketDataResponse" -] -_GETLATESTMARKETDATAREQUEST = DESCRIPTOR.message_types_by_name[ - "GetLatestMarketDataRequest" -] -_GETLATESTMARKETDATARESPONSE = DESCRIPTOR.message_types_by_name[ - "GetLatestMarketDataResponse" -] -_GETMARKETDATAHISTORYBYIDREQUEST = DESCRIPTOR.message_types_by_name[ - "GetMarketDataHistoryByIDRequest" -] -_GETMARKETDATAHISTORYBYIDRESPONSE = DESCRIPTOR.message_types_by_name[ - "GetMarketDataHistoryByIDResponse" -] -_MARKETDATAEDGE = DESCRIPTOR.message_types_by_name["MarketDataEdge"] -_MARKETDATACONNECTION = DESCRIPTOR.message_types_by_name["MarketDataConnection"] -_MARKETSDATASUBSCRIBEREQUEST = DESCRIPTOR.message_types_by_name[ - "MarketsDataSubscribeRequest" -] -_MARKETSDATASUBSCRIBERESPONSE = DESCRIPTOR.message_types_by_name[ - "MarketsDataSubscribeResponse" -] -_LISTTRANSFERSREQUEST = DESCRIPTOR.message_types_by_name["ListTransfersRequest"] -_LISTTRANSFERSRESPONSE = DESCRIPTOR.message_types_by_name["ListTransfersResponse"] -_TRANSFEREDGE = DESCRIPTOR.message_types_by_name["TransferEdge"] -_TRANSFERCONNECTION = DESCRIPTOR.message_types_by_name["TransferConnection"] -_GETNETWORKLIMITSREQUEST = DESCRIPTOR.message_types_by_name["GetNetworkLimitsRequest"] -_GETNETWORKLIMITSRESPONSE = DESCRIPTOR.message_types_by_name["GetNetworkLimitsResponse"] -_LISTCANDLEINTERVALSREQUEST = DESCRIPTOR.message_types_by_name[ - "ListCandleIntervalsRequest" -] -_INTERVALTOCANDLEID = DESCRIPTOR.message_types_by_name["IntervalToCandleId"] -_LISTCANDLEINTERVALSRESPONSE = DESCRIPTOR.message_types_by_name[ - "ListCandleIntervalsResponse" -] -_CANDLE = DESCRIPTOR.message_types_by_name["Candle"] -_OBSERVECANDLEDATAREQUEST = DESCRIPTOR.message_types_by_name["ObserveCandleDataRequest"] -_OBSERVECANDLEDATARESPONSE = DESCRIPTOR.message_types_by_name[ - "ObserveCandleDataResponse" -] -_LISTCANDLEDATAREQUEST = DESCRIPTOR.message_types_by_name["ListCandleDataRequest"] -_LISTCANDLEDATARESPONSE = DESCRIPTOR.message_types_by_name["ListCandleDataResponse"] -_CANDLEEDGE = DESCRIPTOR.message_types_by_name["CandleEdge"] -_CANDLEDATACONNECTION = DESCRIPTOR.message_types_by_name["CandleDataConnection"] -_LISTVOTESREQUEST = DESCRIPTOR.message_types_by_name["ListVotesRequest"] -_LISTVOTESRESPONSE = DESCRIPTOR.message_types_by_name["ListVotesResponse"] -_VOTEEDGE = DESCRIPTOR.message_types_by_name["VoteEdge"] -_VOTECONNECTION = DESCRIPTOR.message_types_by_name["VoteConnection"] -_OBSERVEVOTESREQUEST = DESCRIPTOR.message_types_by_name["ObserveVotesRequest"] -_OBSERVEVOTESRESPONSE = DESCRIPTOR.message_types_by_name["ObserveVotesResponse"] -_GETERC20MULTISIGSIGNERADDEDBUNDLESREQUEST = DESCRIPTOR.message_types_by_name[ - "GetERC20MultiSigSignerAddedBundlesRequest" -] -_GETERC20MULTISIGSIGNERADDEDBUNDLESRESPONSE = DESCRIPTOR.message_types_by_name[ - "GetERC20MultiSigSignerAddedBundlesResponse" -] -_ERC20MULTISIGSIGNERADDEDBUNDLE = DESCRIPTOR.message_types_by_name[ - "ERC20MultiSigSignerAddedBundle" -] -_GETERC20MULTISIGSIGNERREMOVEDBUNDLESREQUEST = DESCRIPTOR.message_types_by_name[ - "GetERC20MultiSigSignerRemovedBundlesRequest" -] -_GETERC20MULTISIGSIGNERREMOVEDBUNDLESRESPONSE = DESCRIPTOR.message_types_by_name[ - "GetERC20MultiSigSignerRemovedBundlesResponse" -] -_ERC20MULTISIGSIGNERREMOVEDBUNDLE = DESCRIPTOR.message_types_by_name[ - "ERC20MultiSigSignerRemovedBundle" -] -_GETERC20LISTASSETBUNDLEREQUEST = DESCRIPTOR.message_types_by_name[ - "GetERC20ListAssetBundleRequest" -] -_GETERC20LISTASSETBUNDLERESPONSE = DESCRIPTOR.message_types_by_name[ - "GetERC20ListAssetBundleResponse" -] -_GETERC20SETASSETLIMITSBUNDLEREQUEST = DESCRIPTOR.message_types_by_name[ - "GetERC20SetAssetLimitsBundleRequest" -] -_GETERC20SETASSETLIMITSBUNDLERESPONSE = DESCRIPTOR.message_types_by_name[ - "GetERC20SetAssetLimitsBundleResponse" -] -_GETERC20WITHDRAWALAPPROVALREQUEST = DESCRIPTOR.message_types_by_name[ - "GetERC20WithdrawalApprovalRequest" -] -_GETERC20WITHDRAWALAPPROVALRESPONSE = DESCRIPTOR.message_types_by_name[ - "GetERC20WithdrawalApprovalResponse" -] -_LISTTRADESREQUEST = DESCRIPTOR.message_types_by_name["ListTradesRequest"] -_LISTTRADESRESPONSE = DESCRIPTOR.message_types_by_name["ListTradesResponse"] -_TRADECONNECTION = DESCRIPTOR.message_types_by_name["TradeConnection"] -_TRADEEDGE = DESCRIPTOR.message_types_by_name["TradeEdge"] -_OBSERVETRADESREQUEST = DESCRIPTOR.message_types_by_name["ObserveTradesRequest"] -_OBSERVETRADESRESPONSE = DESCRIPTOR.message_types_by_name["ObserveTradesResponse"] -_GETORACLESPECREQUEST = DESCRIPTOR.message_types_by_name["GetOracleSpecRequest"] -_GETORACLESPECRESPONSE = DESCRIPTOR.message_types_by_name["GetOracleSpecResponse"] -_LISTORACLESPECSREQUEST = DESCRIPTOR.message_types_by_name["ListOracleSpecsRequest"] -_LISTORACLESPECSRESPONSE = DESCRIPTOR.message_types_by_name["ListOracleSpecsResponse"] -_LISTORACLEDATAREQUEST = DESCRIPTOR.message_types_by_name["ListOracleDataRequest"] -_LISTORACLEDATARESPONSE = DESCRIPTOR.message_types_by_name["ListOracleDataResponse"] -_ORACLESPECEDGE = DESCRIPTOR.message_types_by_name["OracleSpecEdge"] -_ORACLESPECSCONNECTION = DESCRIPTOR.message_types_by_name["OracleSpecsConnection"] -_ORACLEDATAEDGE = DESCRIPTOR.message_types_by_name["OracleDataEdge"] -_ORACLEDATACONNECTION = DESCRIPTOR.message_types_by_name["OracleDataConnection"] -_LISTMARKETSREQUEST = DESCRIPTOR.message_types_by_name["ListMarketsRequest"] -_LISTMARKETSRESPONSE = DESCRIPTOR.message_types_by_name["ListMarketsResponse"] -_MARKETEDGE = DESCRIPTOR.message_types_by_name["MarketEdge"] -_MARKETCONNECTION = DESCRIPTOR.message_types_by_name["MarketConnection"] -_LISTPARTIESREQUEST = DESCRIPTOR.message_types_by_name["ListPartiesRequest"] -_LISTPARTIESRESPONSE = DESCRIPTOR.message_types_by_name["ListPartiesResponse"] -_PARTYEDGE = DESCRIPTOR.message_types_by_name["PartyEdge"] -_PARTYCONNECTION = DESCRIPTOR.message_types_by_name["PartyConnection"] -_ORDEREDGE = DESCRIPTOR.message_types_by_name["OrderEdge"] -_LISTMARGINLEVELSREQUEST = DESCRIPTOR.message_types_by_name["ListMarginLevelsRequest"] -_LISTMARGINLEVELSRESPONSE = DESCRIPTOR.message_types_by_name["ListMarginLevelsResponse"] -_OBSERVEMARGINLEVELSREQUEST = DESCRIPTOR.message_types_by_name[ - "ObserveMarginLevelsRequest" -] -_OBSERVEMARGINLEVELSRESPONSE = DESCRIPTOR.message_types_by_name[ - "ObserveMarginLevelsResponse" -] -_ORDERCONNECTION = DESCRIPTOR.message_types_by_name["OrderConnection"] -_MARGINEDGE = DESCRIPTOR.message_types_by_name["MarginEdge"] -_MARGINCONNECTION = DESCRIPTOR.message_types_by_name["MarginConnection"] -_LISTREWARDSREQUEST = DESCRIPTOR.message_types_by_name["ListRewardsRequest"] -_LISTREWARDSRESPONSE = DESCRIPTOR.message_types_by_name["ListRewardsResponse"] -_REWARDEDGE = DESCRIPTOR.message_types_by_name["RewardEdge"] -_REWARDSCONNECTION = DESCRIPTOR.message_types_by_name["RewardsConnection"] -_LISTREWARDSUMMARIESREQUEST = DESCRIPTOR.message_types_by_name[ - "ListRewardSummariesRequest" -] -_LISTREWARDSUMMARIESRESPONSE = DESCRIPTOR.message_types_by_name[ - "ListRewardSummariesResponse" -] -_OBSERVEREWARDSREQUEST = DESCRIPTOR.message_types_by_name["ObserveRewardsRequest"] -_OBSERVEREWARDSRESPONSE = DESCRIPTOR.message_types_by_name["ObserveRewardsResponse"] -_GETDEPOSITREQUEST = DESCRIPTOR.message_types_by_name["GetDepositRequest"] -_GETDEPOSITRESPONSE = DESCRIPTOR.message_types_by_name["GetDepositResponse"] -_LISTDEPOSITSREQUEST = DESCRIPTOR.message_types_by_name["ListDepositsRequest"] -_LISTDEPOSITSRESPONSE = DESCRIPTOR.message_types_by_name["ListDepositsResponse"] -_DEPOSITEDGE = DESCRIPTOR.message_types_by_name["DepositEdge"] -_DEPOSITSCONNECTION = DESCRIPTOR.message_types_by_name["DepositsConnection"] -_GETWITHDRAWALREQUEST = DESCRIPTOR.message_types_by_name["GetWithdrawalRequest"] -_GETWITHDRAWALRESPONSE = DESCRIPTOR.message_types_by_name["GetWithdrawalResponse"] -_LISTWITHDRAWALSREQUEST = DESCRIPTOR.message_types_by_name["ListWithdrawalsRequest"] -_LISTWITHDRAWALSRESPONSE = DESCRIPTOR.message_types_by_name["ListWithdrawalsResponse"] -_WITHDRAWALEDGE = DESCRIPTOR.message_types_by_name["WithdrawalEdge"] -_WITHDRAWALSCONNECTION = DESCRIPTOR.message_types_by_name["WithdrawalsConnection"] -_GETASSETREQUEST = DESCRIPTOR.message_types_by_name["GetAssetRequest"] -_GETASSETRESPONSE = DESCRIPTOR.message_types_by_name["GetAssetResponse"] -_LISTASSETSREQUEST = DESCRIPTOR.message_types_by_name["ListAssetsRequest"] -_LISTASSETSRESPONSE = DESCRIPTOR.message_types_by_name["ListAssetsResponse"] -_ASSETEDGE = DESCRIPTOR.message_types_by_name["AssetEdge"] -_ASSETSCONNECTION = DESCRIPTOR.message_types_by_name["AssetsConnection"] -_LISTLIQUIDITYPROVISIONSREQUEST = DESCRIPTOR.message_types_by_name[ - "ListLiquidityProvisionsRequest" -] -_LISTLIQUIDITYPROVISIONSRESPONSE = DESCRIPTOR.message_types_by_name[ - "ListLiquidityProvisionsResponse" -] -_LIQUIDITYPROVISIONSEDGE = DESCRIPTOR.message_types_by_name["LiquidityProvisionsEdge"] -_LIQUIDITYPROVISIONSCONNECTION = DESCRIPTOR.message_types_by_name[ - "LiquidityProvisionsConnection" -] -_LISTGOVERNANCEDATAREQUEST = DESCRIPTOR.message_types_by_name[ - "ListGovernanceDataRequest" -] -_LISTGOVERNANCEDATARESPONSE = DESCRIPTOR.message_types_by_name[ - "ListGovernanceDataResponse" -] -_GOVERNANCEDATAEDGE = DESCRIPTOR.message_types_by_name["GovernanceDataEdge"] -_GOVERNANCEDATACONNECTION = DESCRIPTOR.message_types_by_name["GovernanceDataConnection"] -_OBSERVEGOVERNANCEREQUEST = DESCRIPTOR.message_types_by_name["ObserveGovernanceRequest"] -_OBSERVEGOVERNANCERESPONSE = DESCRIPTOR.message_types_by_name[ - "ObserveGovernanceResponse" -] -_LISTDELEGATIONSREQUEST = DESCRIPTOR.message_types_by_name["ListDelegationsRequest"] -_LISTDELEGATIONSRESPONSE = DESCRIPTOR.message_types_by_name["ListDelegationsResponse"] -_DELEGATIONEDGE = DESCRIPTOR.message_types_by_name["DelegationEdge"] -_DELEGATIONSCONNECTION = DESCRIPTOR.message_types_by_name["DelegationsConnection"] -_OBSERVEDELEGATIONSREQUEST = DESCRIPTOR.message_types_by_name[ - "ObserveDelegationsRequest" -] -_OBSERVEDELEGATIONSRESPONSE = DESCRIPTOR.message_types_by_name[ - "ObserveDelegationsResponse" -] -_GETNETWORKDATAREQUEST = DESCRIPTOR.message_types_by_name["GetNetworkDataRequest"] -_GETNETWORKDATARESPONSE = DESCRIPTOR.message_types_by_name["GetNetworkDataResponse"] -_GETNODEREQUEST = DESCRIPTOR.message_types_by_name["GetNodeRequest"] -_GETNODERESPONSE = DESCRIPTOR.message_types_by_name["GetNodeResponse"] -_LISTNODESREQUEST = DESCRIPTOR.message_types_by_name["ListNodesRequest"] -_LISTNODESRESPONSE = DESCRIPTOR.message_types_by_name["ListNodesResponse"] -_NODEEDGE = DESCRIPTOR.message_types_by_name["NodeEdge"] -_NODESCONNECTION = DESCRIPTOR.message_types_by_name["NodesConnection"] -_GETEPOCHREQUEST = DESCRIPTOR.message_types_by_name["GetEpochRequest"] -_GETEPOCHRESPONSE = DESCRIPTOR.message_types_by_name["GetEpochResponse"] -_ESTIMATEFEEREQUEST = DESCRIPTOR.message_types_by_name["EstimateFeeRequest"] -_ESTIMATEFEERESPONSE = DESCRIPTOR.message_types_by_name["EstimateFeeResponse"] -_ESTIMATEMARGINREQUEST = DESCRIPTOR.message_types_by_name["EstimateMarginRequest"] -_ESTIMATEMARGINRESPONSE = DESCRIPTOR.message_types_by_name["EstimateMarginResponse"] -_LISTNETWORKPARAMETERSREQUEST = DESCRIPTOR.message_types_by_name[ - "ListNetworkParametersRequest" -] -_LISTNETWORKPARAMETERSRESPONSE = DESCRIPTOR.message_types_by_name[ - "ListNetworkParametersResponse" -] -_NETWORKPARAMETEREDGE = DESCRIPTOR.message_types_by_name["NetworkParameterEdge"] -_NETWORKPARAMETERCONNECTION = DESCRIPTOR.message_types_by_name[ - "NetworkParameterConnection" -] -_CHECKPOINT = DESCRIPTOR.message_types_by_name["Checkpoint"] -_LISTCHECKPOINTSREQUEST = DESCRIPTOR.message_types_by_name["ListCheckpointsRequest"] -_LISTCHECKPOINTSRESPONSE = DESCRIPTOR.message_types_by_name["ListCheckpointsResponse"] -_CHECKPOINTEDGE = DESCRIPTOR.message_types_by_name["CheckpointEdge"] -_CHECKPOINTSCONNECTION = DESCRIPTOR.message_types_by_name["CheckpointsConnection"] -_GETSTAKEREQUEST = DESCRIPTOR.message_types_by_name["GetStakeRequest"] -_GETSTAKERESPONSE = DESCRIPTOR.message_types_by_name["GetStakeResponse"] -_STAKELINKINGEDGE = DESCRIPTOR.message_types_by_name["StakeLinkingEdge"] -_STAKESCONNECTION = DESCRIPTOR.message_types_by_name["StakesConnection"] -_GETRISKFACTORSREQUEST = DESCRIPTOR.message_types_by_name["GetRiskFactorsRequest"] -_GETRISKFACTORSRESPONSE = DESCRIPTOR.message_types_by_name["GetRiskFactorsResponse"] -_OBSERVEEVENTBUSREQUEST = DESCRIPTOR.message_types_by_name["ObserveEventBusRequest"] -_OBSERVEEVENTBUSRESPONSE = DESCRIPTOR.message_types_by_name["ObserveEventBusResponse"] -_OBSERVETRANSFERRESPONSESREQUEST = DESCRIPTOR.message_types_by_name[ - "ObserveTransferResponsesRequest" -] -_OBSERVETRANSFERRESPONSESRESPONSE = DESCRIPTOR.message_types_by_name[ - "ObserveTransferResponsesResponse" -] -_LISTGOVERNANCEDATAREQUEST_TYPE = _LISTGOVERNANCEDATAREQUEST.enum_types_by_name["Type"] -OffsetPagination = _reflection.GeneratedProtocolMessageType( - "OffsetPagination", - (_message.Message,), - { - "DESCRIPTOR": _OFFSETPAGINATION, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.OffsetPagination) - }, -) -_sym_db.RegisterMessage(OffsetPagination) - -Pagination = _reflection.GeneratedProtocolMessageType( - "Pagination", - (_message.Message,), - { - "DESCRIPTOR": _PAGINATION, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.Pagination) - }, -) -_sym_db.RegisterMessage(Pagination) - -PageInfo = _reflection.GeneratedProtocolMessageType( - "PageInfo", - (_message.Message,), - { - "DESCRIPTOR": _PAGEINFO, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.PageInfo) - }, -) -_sym_db.RegisterMessage(PageInfo) - -ListAccountsRequest = _reflection.GeneratedProtocolMessageType( - "ListAccountsRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTACCOUNTSREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListAccountsRequest) - }, -) -_sym_db.RegisterMessage(ListAccountsRequest) - -ListAccountsResponse = _reflection.GeneratedProtocolMessageType( - "ListAccountsResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTACCOUNTSRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListAccountsResponse) - }, -) -_sym_db.RegisterMessage(ListAccountsResponse) - -AccountsConnection = _reflection.GeneratedProtocolMessageType( - "AccountsConnection", - (_message.Message,), - { - "DESCRIPTOR": _ACCOUNTSCONNECTION, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.AccountsConnection) - }, -) -_sym_db.RegisterMessage(AccountsConnection) - -AccountEdge = _reflection.GeneratedProtocolMessageType( - "AccountEdge", - (_message.Message,), - { - "DESCRIPTOR": _ACCOUNTEDGE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.AccountEdge) - }, -) -_sym_db.RegisterMessage(AccountEdge) - -ObserveAccountsRequest = _reflection.GeneratedProtocolMessageType( - "ObserveAccountsRequest", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEACCOUNTSREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ObserveAccountsRequest) - }, -) -_sym_db.RegisterMessage(ObserveAccountsRequest) - -ObserveAccountsResponse = _reflection.GeneratedProtocolMessageType( - "ObserveAccountsResponse", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEACCOUNTSRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ObserveAccountsResponse) - }, -) -_sym_db.RegisterMessage(ObserveAccountsResponse) - -InfoRequest = _reflection.GeneratedProtocolMessageType( - "InfoRequest", - (_message.Message,), - { - "DESCRIPTOR": _INFOREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.InfoRequest) - }, -) -_sym_db.RegisterMessage(InfoRequest) - -InfoResponse = _reflection.GeneratedProtocolMessageType( - "InfoResponse", - (_message.Message,), - { - "DESCRIPTOR": _INFORESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.InfoResponse) - }, -) -_sym_db.RegisterMessage(InfoResponse) - -GetOrderRequest = _reflection.GeneratedProtocolMessageType( - "GetOrderRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETORDERREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetOrderRequest) - }, -) -_sym_db.RegisterMessage(GetOrderRequest) - -GetOrderResponse = _reflection.GeneratedProtocolMessageType( - "GetOrderResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETORDERRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetOrderResponse) - }, -) -_sym_db.RegisterMessage(GetOrderResponse) - -ListOrdersRequest = _reflection.GeneratedProtocolMessageType( - "ListOrdersRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTORDERSREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListOrdersRequest) - }, -) -_sym_db.RegisterMessage(ListOrdersRequest) - -ListOrdersResponse = _reflection.GeneratedProtocolMessageType( - "ListOrdersResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTORDERSRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListOrdersResponse) - }, -) -_sym_db.RegisterMessage(ListOrdersResponse) - -ListOrderVersionsRequest = _reflection.GeneratedProtocolMessageType( - "ListOrderVersionsRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTORDERVERSIONSREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListOrderVersionsRequest) - }, -) -_sym_db.RegisterMessage(ListOrderVersionsRequest) - -ListOrderVersionsResponse = _reflection.GeneratedProtocolMessageType( - "ListOrderVersionsResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTORDERVERSIONSRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListOrderVersionsResponse) - }, -) -_sym_db.RegisterMessage(ListOrderVersionsResponse) - -ObserveOrdersRequest = _reflection.GeneratedProtocolMessageType( - "ObserveOrdersRequest", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEORDERSREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ObserveOrdersRequest) - }, -) -_sym_db.RegisterMessage(ObserveOrdersRequest) - -ObserveOrdersResponse = _reflection.GeneratedProtocolMessageType( - "ObserveOrdersResponse", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEORDERSRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ObserveOrdersResponse) - }, -) -_sym_db.RegisterMessage(ObserveOrdersResponse) - -ListPositionsRequest = _reflection.GeneratedProtocolMessageType( - "ListPositionsRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTPOSITIONSREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListPositionsRequest) - }, +from ....vega.commands.v1 import ( + validator_commands_pb2 as vega_dot_commands_dot_v1_dot_validator__commands__pb2, ) -_sym_db.RegisterMessage(ListPositionsRequest) - -ListPositionsResponse = _reflection.GeneratedProtocolMessageType( - "ListPositionsResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTPOSITIONSRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListPositionsResponse) - }, -) -_sym_db.RegisterMessage(ListPositionsResponse) - -PositionEdge = _reflection.GeneratedProtocolMessageType( - "PositionEdge", - (_message.Message,), - { - "DESCRIPTOR": _POSITIONEDGE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.PositionEdge) - }, +from protoc_gen_openapiv2.options import ( + annotations_pb2 as protoc__gen__openapiv2_dot_options_dot_annotations__pb2, ) -_sym_db.RegisterMessage(PositionEdge) -PositionConnection = _reflection.GeneratedProtocolMessageType( - "PositionConnection", - (_message.Message,), - { - "DESCRIPTOR": _POSITIONCONNECTION, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.PositionConnection) - }, -) -_sym_db.RegisterMessage(PositionConnection) - -ObservePositionsRequest = _reflection.GeneratedProtocolMessageType( - "ObservePositionsRequest", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEPOSITIONSREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ObservePositionsRequest) - }, -) -_sym_db.RegisterMessage(ObservePositionsRequest) - -ObservePositionsResponse = _reflection.GeneratedProtocolMessageType( - "ObservePositionsResponse", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEPOSITIONSRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ObservePositionsResponse) - }, -) -_sym_db.RegisterMessage(ObservePositionsResponse) - -GetBalanceHistoryRequest = _reflection.GeneratedProtocolMessageType( - "GetBalanceHistoryRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETBALANCEHISTORYREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetBalanceHistoryRequest) - }, -) -_sym_db.RegisterMessage(GetBalanceHistoryRequest) - -GetBalanceHistoryResponse = _reflection.GeneratedProtocolMessageType( - "GetBalanceHistoryResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETBALANCEHISTORYRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetBalanceHistoryResponse) - }, -) -_sym_db.RegisterMessage(GetBalanceHistoryResponse) - -AccountFilter = _reflection.GeneratedProtocolMessageType( - "AccountFilter", - (_message.Message,), - { - "DESCRIPTOR": _ACCOUNTFILTER, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.AccountFilter) - }, -) -_sym_db.RegisterMessage(AccountFilter) - -AggregatedBalance = _reflection.GeneratedProtocolMessageType( - "AggregatedBalance", - (_message.Message,), - { - "DESCRIPTOR": _AGGREGATEDBALANCE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.AggregatedBalance) - }, -) -_sym_db.RegisterMessage(AggregatedBalance) - -ObserveMarketsDepthRequest = _reflection.GeneratedProtocolMessageType( - "ObserveMarketsDepthRequest", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEMARKETSDEPTHREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ObserveMarketsDepthRequest) - }, -) -_sym_db.RegisterMessage(ObserveMarketsDepthRequest) - -ObserveMarketsDepthResponse = _reflection.GeneratedProtocolMessageType( - "ObserveMarketsDepthResponse", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEMARKETSDEPTHRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ObserveMarketsDepthResponse) - }, -) -_sym_db.RegisterMessage(ObserveMarketsDepthResponse) - -ObserveMarketsDepthUpdatesRequest = _reflection.GeneratedProtocolMessageType( - "ObserveMarketsDepthUpdatesRequest", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEMARKETSDEPTHUPDATESREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ObserveMarketsDepthUpdatesRequest) - }, -) -_sym_db.RegisterMessage(ObserveMarketsDepthUpdatesRequest) - -ObserveMarketsDepthUpdatesResponse = _reflection.GeneratedProtocolMessageType( - "ObserveMarketsDepthUpdatesResponse", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEMARKETSDEPTHUPDATESRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ObserveMarketsDepthUpdatesResponse) - }, -) -_sym_db.RegisterMessage(ObserveMarketsDepthUpdatesResponse) - -ObserveMarketsDataRequest = _reflection.GeneratedProtocolMessageType( - "ObserveMarketsDataRequest", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEMARKETSDATAREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ObserveMarketsDataRequest) - }, -) -_sym_db.RegisterMessage(ObserveMarketsDataRequest) - -ObserveMarketsDataResponse = _reflection.GeneratedProtocolMessageType( - "ObserveMarketsDataResponse", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEMARKETSDATARESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ObserveMarketsDataResponse) - }, -) -_sym_db.RegisterMessage(ObserveMarketsDataResponse) - -GetLatestMarketDepthRequest = _reflection.GeneratedProtocolMessageType( - "GetLatestMarketDepthRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETLATESTMARKETDEPTHREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetLatestMarketDepthRequest) - }, -) -_sym_db.RegisterMessage(GetLatestMarketDepthRequest) - -GetLatestMarketDepthResponse = _reflection.GeneratedProtocolMessageType( - "GetLatestMarketDepthResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETLATESTMARKETDEPTHRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetLatestMarketDepthResponse) - }, -) -_sym_db.RegisterMessage(GetLatestMarketDepthResponse) - -ListLatestMarketDataRequest = _reflection.GeneratedProtocolMessageType( - "ListLatestMarketDataRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTLATESTMARKETDATAREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListLatestMarketDataRequest) - }, -) -_sym_db.RegisterMessage(ListLatestMarketDataRequest) - -ListLatestMarketDataResponse = _reflection.GeneratedProtocolMessageType( - "ListLatestMarketDataResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTLATESTMARKETDATARESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListLatestMarketDataResponse) - }, -) -_sym_db.RegisterMessage(ListLatestMarketDataResponse) - -GetLatestMarketDataRequest = _reflection.GeneratedProtocolMessageType( - "GetLatestMarketDataRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETLATESTMARKETDATAREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetLatestMarketDataRequest) - }, -) -_sym_db.RegisterMessage(GetLatestMarketDataRequest) - -GetLatestMarketDataResponse = _reflection.GeneratedProtocolMessageType( - "GetLatestMarketDataResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETLATESTMARKETDATARESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetLatestMarketDataResponse) - }, -) -_sym_db.RegisterMessage(GetLatestMarketDataResponse) - -GetMarketDataHistoryByIDRequest = _reflection.GeneratedProtocolMessageType( - "GetMarketDataHistoryByIDRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETMARKETDATAHISTORYBYIDREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetMarketDataHistoryByIDRequest) - }, -) -_sym_db.RegisterMessage(GetMarketDataHistoryByIDRequest) - -GetMarketDataHistoryByIDResponse = _reflection.GeneratedProtocolMessageType( - "GetMarketDataHistoryByIDResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETMARKETDATAHISTORYBYIDRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetMarketDataHistoryByIDResponse) - }, -) -_sym_db.RegisterMessage(GetMarketDataHistoryByIDResponse) - -MarketDataEdge = _reflection.GeneratedProtocolMessageType( - "MarketDataEdge", - (_message.Message,), - { - "DESCRIPTOR": _MARKETDATAEDGE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.MarketDataEdge) - }, -) -_sym_db.RegisterMessage(MarketDataEdge) - -MarketDataConnection = _reflection.GeneratedProtocolMessageType( - "MarketDataConnection", - (_message.Message,), - { - "DESCRIPTOR": _MARKETDATACONNECTION, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.MarketDataConnection) - }, -) -_sym_db.RegisterMessage(MarketDataConnection) - -MarketsDataSubscribeRequest = _reflection.GeneratedProtocolMessageType( - "MarketsDataSubscribeRequest", - (_message.Message,), - { - "DESCRIPTOR": _MARKETSDATASUBSCRIBEREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.MarketsDataSubscribeRequest) - }, -) -_sym_db.RegisterMessage(MarketsDataSubscribeRequest) - -MarketsDataSubscribeResponse = _reflection.GeneratedProtocolMessageType( - "MarketsDataSubscribeResponse", - (_message.Message,), - { - "DESCRIPTOR": _MARKETSDATASUBSCRIBERESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.MarketsDataSubscribeResponse) - }, -) -_sym_db.RegisterMessage(MarketsDataSubscribeResponse) - -ListTransfersRequest = _reflection.GeneratedProtocolMessageType( - "ListTransfersRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTTRANSFERSREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListTransfersRequest) - }, -) -_sym_db.RegisterMessage(ListTransfersRequest) - -ListTransfersResponse = _reflection.GeneratedProtocolMessageType( - "ListTransfersResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTTRANSFERSRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListTransfersResponse) - }, -) -_sym_db.RegisterMessage(ListTransfersResponse) - -TransferEdge = _reflection.GeneratedProtocolMessageType( - "TransferEdge", - (_message.Message,), - { - "DESCRIPTOR": _TRANSFEREDGE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.TransferEdge) - }, -) -_sym_db.RegisterMessage(TransferEdge) - -TransferConnection = _reflection.GeneratedProtocolMessageType( - "TransferConnection", - (_message.Message,), - { - "DESCRIPTOR": _TRANSFERCONNECTION, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.TransferConnection) - }, -) -_sym_db.RegisterMessage(TransferConnection) - -GetNetworkLimitsRequest = _reflection.GeneratedProtocolMessageType( - "GetNetworkLimitsRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETNETWORKLIMITSREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetNetworkLimitsRequest) - }, -) -_sym_db.RegisterMessage(GetNetworkLimitsRequest) - -GetNetworkLimitsResponse = _reflection.GeneratedProtocolMessageType( - "GetNetworkLimitsResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETNETWORKLIMITSRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetNetworkLimitsResponse) - }, -) -_sym_db.RegisterMessage(GetNetworkLimitsResponse) - -ListCandleIntervalsRequest = _reflection.GeneratedProtocolMessageType( - "ListCandleIntervalsRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTCANDLEINTERVALSREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListCandleIntervalsRequest) - }, -) -_sym_db.RegisterMessage(ListCandleIntervalsRequest) - -IntervalToCandleId = _reflection.GeneratedProtocolMessageType( - "IntervalToCandleId", - (_message.Message,), - { - "DESCRIPTOR": _INTERVALTOCANDLEID, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.IntervalToCandleId) - }, -) -_sym_db.RegisterMessage(IntervalToCandleId) - -ListCandleIntervalsResponse = _reflection.GeneratedProtocolMessageType( - "ListCandleIntervalsResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTCANDLEINTERVALSRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListCandleIntervalsResponse) - }, -) -_sym_db.RegisterMessage(ListCandleIntervalsResponse) - -Candle = _reflection.GeneratedProtocolMessageType( - "Candle", - (_message.Message,), - { - "DESCRIPTOR": _CANDLE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.Candle) - }, -) -_sym_db.RegisterMessage(Candle) - -ObserveCandleDataRequest = _reflection.GeneratedProtocolMessageType( - "ObserveCandleDataRequest", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVECANDLEDATAREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ObserveCandleDataRequest) - }, -) -_sym_db.RegisterMessage(ObserveCandleDataRequest) - -ObserveCandleDataResponse = _reflection.GeneratedProtocolMessageType( - "ObserveCandleDataResponse", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVECANDLEDATARESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ObserveCandleDataResponse) - }, -) -_sym_db.RegisterMessage(ObserveCandleDataResponse) - -ListCandleDataRequest = _reflection.GeneratedProtocolMessageType( - "ListCandleDataRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTCANDLEDATAREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListCandleDataRequest) - }, -) -_sym_db.RegisterMessage(ListCandleDataRequest) - -ListCandleDataResponse = _reflection.GeneratedProtocolMessageType( - "ListCandleDataResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTCANDLEDATARESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListCandleDataResponse) - }, -) -_sym_db.RegisterMessage(ListCandleDataResponse) - -CandleEdge = _reflection.GeneratedProtocolMessageType( - "CandleEdge", - (_message.Message,), - { - "DESCRIPTOR": _CANDLEEDGE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.CandleEdge) - }, -) -_sym_db.RegisterMessage(CandleEdge) - -CandleDataConnection = _reflection.GeneratedProtocolMessageType( - "CandleDataConnection", - (_message.Message,), - { - "DESCRIPTOR": _CANDLEDATACONNECTION, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.CandleDataConnection) - }, -) -_sym_db.RegisterMessage(CandleDataConnection) - -ListVotesRequest = _reflection.GeneratedProtocolMessageType( - "ListVotesRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTVOTESREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListVotesRequest) - }, -) -_sym_db.RegisterMessage(ListVotesRequest) - -ListVotesResponse = _reflection.GeneratedProtocolMessageType( - "ListVotesResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTVOTESRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListVotesResponse) - }, -) -_sym_db.RegisterMessage(ListVotesResponse) - -VoteEdge = _reflection.GeneratedProtocolMessageType( - "VoteEdge", - (_message.Message,), - { - "DESCRIPTOR": _VOTEEDGE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.VoteEdge) - }, -) -_sym_db.RegisterMessage(VoteEdge) - -VoteConnection = _reflection.GeneratedProtocolMessageType( - "VoteConnection", - (_message.Message,), - { - "DESCRIPTOR": _VOTECONNECTION, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.VoteConnection) - }, -) -_sym_db.RegisterMessage(VoteConnection) - -ObserveVotesRequest = _reflection.GeneratedProtocolMessageType( - "ObserveVotesRequest", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEVOTESREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ObserveVotesRequest) - }, -) -_sym_db.RegisterMessage(ObserveVotesRequest) - -ObserveVotesResponse = _reflection.GeneratedProtocolMessageType( - "ObserveVotesResponse", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEVOTESRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ObserveVotesResponse) - }, -) -_sym_db.RegisterMessage(ObserveVotesResponse) - -GetERC20MultiSigSignerAddedBundlesRequest = _reflection.GeneratedProtocolMessageType( - "GetERC20MultiSigSignerAddedBundlesRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETERC20MULTISIGSIGNERADDEDBUNDLESREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetERC20MultiSigSignerAddedBundlesRequest) - }, -) -_sym_db.RegisterMessage(GetERC20MultiSigSignerAddedBundlesRequest) - -GetERC20MultiSigSignerAddedBundlesResponse = _reflection.GeneratedProtocolMessageType( - "GetERC20MultiSigSignerAddedBundlesResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETERC20MULTISIGSIGNERADDEDBUNDLESRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetERC20MultiSigSignerAddedBundlesResponse) - }, -) -_sym_db.RegisterMessage(GetERC20MultiSigSignerAddedBundlesResponse) - -ERC20MultiSigSignerAddedBundle = _reflection.GeneratedProtocolMessageType( - "ERC20MultiSigSignerAddedBundle", - (_message.Message,), - { - "DESCRIPTOR": _ERC20MULTISIGSIGNERADDEDBUNDLE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ERC20MultiSigSignerAddedBundle) - }, -) -_sym_db.RegisterMessage(ERC20MultiSigSignerAddedBundle) - -GetERC20MultiSigSignerRemovedBundlesRequest = _reflection.GeneratedProtocolMessageType( - "GetERC20MultiSigSignerRemovedBundlesRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETERC20MULTISIGSIGNERREMOVEDBUNDLESREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetERC20MultiSigSignerRemovedBundlesRequest) - }, -) -_sym_db.RegisterMessage(GetERC20MultiSigSignerRemovedBundlesRequest) - -GetERC20MultiSigSignerRemovedBundlesResponse = _reflection.GeneratedProtocolMessageType( - "GetERC20MultiSigSignerRemovedBundlesResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETERC20MULTISIGSIGNERREMOVEDBUNDLESRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetERC20MultiSigSignerRemovedBundlesResponse) - }, -) -_sym_db.RegisterMessage(GetERC20MultiSigSignerRemovedBundlesResponse) - -ERC20MultiSigSignerRemovedBundle = _reflection.GeneratedProtocolMessageType( - "ERC20MultiSigSignerRemovedBundle", - (_message.Message,), - { - "DESCRIPTOR": _ERC20MULTISIGSIGNERREMOVEDBUNDLE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ERC20MultiSigSignerRemovedBundle) - }, -) -_sym_db.RegisterMessage(ERC20MultiSigSignerRemovedBundle) - -GetERC20ListAssetBundleRequest = _reflection.GeneratedProtocolMessageType( - "GetERC20ListAssetBundleRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETERC20LISTASSETBUNDLEREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetERC20ListAssetBundleRequest) - }, -) -_sym_db.RegisterMessage(GetERC20ListAssetBundleRequest) - -GetERC20ListAssetBundleResponse = _reflection.GeneratedProtocolMessageType( - "GetERC20ListAssetBundleResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETERC20LISTASSETBUNDLERESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetERC20ListAssetBundleResponse) - }, -) -_sym_db.RegisterMessage(GetERC20ListAssetBundleResponse) - -GetERC20SetAssetLimitsBundleRequest = _reflection.GeneratedProtocolMessageType( - "GetERC20SetAssetLimitsBundleRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETERC20SETASSETLIMITSBUNDLEREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetERC20SetAssetLimitsBundleRequest) - }, -) -_sym_db.RegisterMessage(GetERC20SetAssetLimitsBundleRequest) - -GetERC20SetAssetLimitsBundleResponse = _reflection.GeneratedProtocolMessageType( - "GetERC20SetAssetLimitsBundleResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETERC20SETASSETLIMITSBUNDLERESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetERC20SetAssetLimitsBundleResponse) - }, -) -_sym_db.RegisterMessage(GetERC20SetAssetLimitsBundleResponse) - -GetERC20WithdrawalApprovalRequest = _reflection.GeneratedProtocolMessageType( - "GetERC20WithdrawalApprovalRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETERC20WITHDRAWALAPPROVALREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetERC20WithdrawalApprovalRequest) - }, -) -_sym_db.RegisterMessage(GetERC20WithdrawalApprovalRequest) - -GetERC20WithdrawalApprovalResponse = _reflection.GeneratedProtocolMessageType( - "GetERC20WithdrawalApprovalResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETERC20WITHDRAWALAPPROVALRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetERC20WithdrawalApprovalResponse) - }, -) -_sym_db.RegisterMessage(GetERC20WithdrawalApprovalResponse) - -ListTradesRequest = _reflection.GeneratedProtocolMessageType( - "ListTradesRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTTRADESREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListTradesRequest) - }, -) -_sym_db.RegisterMessage(ListTradesRequest) - -ListTradesResponse = _reflection.GeneratedProtocolMessageType( - "ListTradesResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTTRADESRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListTradesResponse) - }, -) -_sym_db.RegisterMessage(ListTradesResponse) - -TradeConnection = _reflection.GeneratedProtocolMessageType( - "TradeConnection", - (_message.Message,), - { - "DESCRIPTOR": _TRADECONNECTION, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.TradeConnection) - }, -) -_sym_db.RegisterMessage(TradeConnection) - -TradeEdge = _reflection.GeneratedProtocolMessageType( - "TradeEdge", - (_message.Message,), - { - "DESCRIPTOR": _TRADEEDGE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.TradeEdge) - }, -) -_sym_db.RegisterMessage(TradeEdge) - -ObserveTradesRequest = _reflection.GeneratedProtocolMessageType( - "ObserveTradesRequest", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVETRADESREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ObserveTradesRequest) - }, -) -_sym_db.RegisterMessage(ObserveTradesRequest) - -ObserveTradesResponse = _reflection.GeneratedProtocolMessageType( - "ObserveTradesResponse", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVETRADESRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ObserveTradesResponse) - }, -) -_sym_db.RegisterMessage(ObserveTradesResponse) - -GetOracleSpecRequest = _reflection.GeneratedProtocolMessageType( - "GetOracleSpecRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETORACLESPECREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetOracleSpecRequest) - }, -) -_sym_db.RegisterMessage(GetOracleSpecRequest) - -GetOracleSpecResponse = _reflection.GeneratedProtocolMessageType( - "GetOracleSpecResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETORACLESPECRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetOracleSpecResponse) - }, -) -_sym_db.RegisterMessage(GetOracleSpecResponse) - -ListOracleSpecsRequest = _reflection.GeneratedProtocolMessageType( - "ListOracleSpecsRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTORACLESPECSREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListOracleSpecsRequest) - }, -) -_sym_db.RegisterMessage(ListOracleSpecsRequest) - -ListOracleSpecsResponse = _reflection.GeneratedProtocolMessageType( - "ListOracleSpecsResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTORACLESPECSRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListOracleSpecsResponse) - }, -) -_sym_db.RegisterMessage(ListOracleSpecsResponse) - -ListOracleDataRequest = _reflection.GeneratedProtocolMessageType( - "ListOracleDataRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTORACLEDATAREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListOracleDataRequest) - }, -) -_sym_db.RegisterMessage(ListOracleDataRequest) - -ListOracleDataResponse = _reflection.GeneratedProtocolMessageType( - "ListOracleDataResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTORACLEDATARESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListOracleDataResponse) - }, -) -_sym_db.RegisterMessage(ListOracleDataResponse) -OracleSpecEdge = _reflection.GeneratedProtocolMessageType( - "OracleSpecEdge", - (_message.Message,), - { - "DESCRIPTOR": _ORACLESPECEDGE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.OracleSpecEdge) - }, -) -_sym_db.RegisterMessage(OracleSpecEdge) - -OracleSpecsConnection = _reflection.GeneratedProtocolMessageType( - "OracleSpecsConnection", - (_message.Message,), - { - "DESCRIPTOR": _ORACLESPECSCONNECTION, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.OracleSpecsConnection) - }, -) -_sym_db.RegisterMessage(OracleSpecsConnection) - -OracleDataEdge = _reflection.GeneratedProtocolMessageType( - "OracleDataEdge", - (_message.Message,), - { - "DESCRIPTOR": _ORACLEDATAEDGE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.OracleDataEdge) - }, -) -_sym_db.RegisterMessage(OracleDataEdge) - -OracleDataConnection = _reflection.GeneratedProtocolMessageType( - "OracleDataConnection", - (_message.Message,), - { - "DESCRIPTOR": _ORACLEDATACONNECTION, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.OracleDataConnection) - }, -) -_sym_db.RegisterMessage(OracleDataConnection) - -ListMarketsRequest = _reflection.GeneratedProtocolMessageType( - "ListMarketsRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTMARKETSREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListMarketsRequest) - }, -) -_sym_db.RegisterMessage(ListMarketsRequest) - -ListMarketsResponse = _reflection.GeneratedProtocolMessageType( - "ListMarketsResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTMARKETSRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListMarketsResponse) - }, -) -_sym_db.RegisterMessage(ListMarketsResponse) - -MarketEdge = _reflection.GeneratedProtocolMessageType( - "MarketEdge", - (_message.Message,), - { - "DESCRIPTOR": _MARKETEDGE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.MarketEdge) - }, -) -_sym_db.RegisterMessage(MarketEdge) - -MarketConnection = _reflection.GeneratedProtocolMessageType( - "MarketConnection", - (_message.Message,), - { - "DESCRIPTOR": _MARKETCONNECTION, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.MarketConnection) - }, -) -_sym_db.RegisterMessage(MarketConnection) - -ListPartiesRequest = _reflection.GeneratedProtocolMessageType( - "ListPartiesRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTPARTIESREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListPartiesRequest) - }, -) -_sym_db.RegisterMessage(ListPartiesRequest) - -ListPartiesResponse = _reflection.GeneratedProtocolMessageType( - "ListPartiesResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTPARTIESRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListPartiesResponse) - }, -) -_sym_db.RegisterMessage(ListPartiesResponse) - -PartyEdge = _reflection.GeneratedProtocolMessageType( - "PartyEdge", - (_message.Message,), - { - "DESCRIPTOR": _PARTYEDGE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.PartyEdge) - }, -) -_sym_db.RegisterMessage(PartyEdge) - -PartyConnection = _reflection.GeneratedProtocolMessageType( - "PartyConnection", - (_message.Message,), - { - "DESCRIPTOR": _PARTYCONNECTION, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.PartyConnection) - }, -) -_sym_db.RegisterMessage(PartyConnection) - -OrderEdge = _reflection.GeneratedProtocolMessageType( - "OrderEdge", - (_message.Message,), - { - "DESCRIPTOR": _ORDEREDGE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.OrderEdge) - }, -) -_sym_db.RegisterMessage(OrderEdge) - -ListMarginLevelsRequest = _reflection.GeneratedProtocolMessageType( - "ListMarginLevelsRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTMARGINLEVELSREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListMarginLevelsRequest) - }, -) -_sym_db.RegisterMessage(ListMarginLevelsRequest) - -ListMarginLevelsResponse = _reflection.GeneratedProtocolMessageType( - "ListMarginLevelsResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTMARGINLEVELSRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListMarginLevelsResponse) - }, -) -_sym_db.RegisterMessage(ListMarginLevelsResponse) - -ObserveMarginLevelsRequest = _reflection.GeneratedProtocolMessageType( - "ObserveMarginLevelsRequest", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEMARGINLEVELSREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ObserveMarginLevelsRequest) - }, -) -_sym_db.RegisterMessage(ObserveMarginLevelsRequest) - -ObserveMarginLevelsResponse = _reflection.GeneratedProtocolMessageType( - "ObserveMarginLevelsResponse", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEMARGINLEVELSRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ObserveMarginLevelsResponse) - }, -) -_sym_db.RegisterMessage(ObserveMarginLevelsResponse) - -OrderConnection = _reflection.GeneratedProtocolMessageType( - "OrderConnection", - (_message.Message,), - { - "DESCRIPTOR": _ORDERCONNECTION, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.OrderConnection) - }, -) -_sym_db.RegisterMessage(OrderConnection) - -MarginEdge = _reflection.GeneratedProtocolMessageType( - "MarginEdge", - (_message.Message,), - { - "DESCRIPTOR": _MARGINEDGE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.MarginEdge) - }, -) -_sym_db.RegisterMessage(MarginEdge) - -MarginConnection = _reflection.GeneratedProtocolMessageType( - "MarginConnection", - (_message.Message,), - { - "DESCRIPTOR": _MARGINCONNECTION, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.MarginConnection) - }, -) -_sym_db.RegisterMessage(MarginConnection) - -ListRewardsRequest = _reflection.GeneratedProtocolMessageType( - "ListRewardsRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTREWARDSREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListRewardsRequest) - }, -) -_sym_db.RegisterMessage(ListRewardsRequest) - -ListRewardsResponse = _reflection.GeneratedProtocolMessageType( - "ListRewardsResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTREWARDSRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListRewardsResponse) - }, -) -_sym_db.RegisterMessage(ListRewardsResponse) - -RewardEdge = _reflection.GeneratedProtocolMessageType( - "RewardEdge", - (_message.Message,), - { - "DESCRIPTOR": _REWARDEDGE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.RewardEdge) - }, -) -_sym_db.RegisterMessage(RewardEdge) - -RewardsConnection = _reflection.GeneratedProtocolMessageType( - "RewardsConnection", - (_message.Message,), - { - "DESCRIPTOR": _REWARDSCONNECTION, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.RewardsConnection) - }, -) -_sym_db.RegisterMessage(RewardsConnection) - -ListRewardSummariesRequest = _reflection.GeneratedProtocolMessageType( - "ListRewardSummariesRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTREWARDSUMMARIESREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListRewardSummariesRequest) - }, -) -_sym_db.RegisterMessage(ListRewardSummariesRequest) - -ListRewardSummariesResponse = _reflection.GeneratedProtocolMessageType( - "ListRewardSummariesResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTREWARDSUMMARIESRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListRewardSummariesResponse) - }, -) -_sym_db.RegisterMessage(ListRewardSummariesResponse) - -ObserveRewardsRequest = _reflection.GeneratedProtocolMessageType( - "ObserveRewardsRequest", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEREWARDSREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ObserveRewardsRequest) - }, -) -_sym_db.RegisterMessage(ObserveRewardsRequest) - -ObserveRewardsResponse = _reflection.GeneratedProtocolMessageType( - "ObserveRewardsResponse", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEREWARDSRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ObserveRewardsResponse) - }, -) -_sym_db.RegisterMessage(ObserveRewardsResponse) - -GetDepositRequest = _reflection.GeneratedProtocolMessageType( - "GetDepositRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETDEPOSITREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetDepositRequest) - }, -) -_sym_db.RegisterMessage(GetDepositRequest) - -GetDepositResponse = _reflection.GeneratedProtocolMessageType( - "GetDepositResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETDEPOSITRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetDepositResponse) - }, -) -_sym_db.RegisterMessage(GetDepositResponse) - -ListDepositsRequest = _reflection.GeneratedProtocolMessageType( - "ListDepositsRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTDEPOSITSREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListDepositsRequest) - }, -) -_sym_db.RegisterMessage(ListDepositsRequest) - -ListDepositsResponse = _reflection.GeneratedProtocolMessageType( - "ListDepositsResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTDEPOSITSRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListDepositsResponse) - }, -) -_sym_db.RegisterMessage(ListDepositsResponse) - -DepositEdge = _reflection.GeneratedProtocolMessageType( - "DepositEdge", - (_message.Message,), - { - "DESCRIPTOR": _DEPOSITEDGE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.DepositEdge) - }, -) -_sym_db.RegisterMessage(DepositEdge) - -DepositsConnection = _reflection.GeneratedProtocolMessageType( - "DepositsConnection", - (_message.Message,), - { - "DESCRIPTOR": _DEPOSITSCONNECTION, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.DepositsConnection) - }, -) -_sym_db.RegisterMessage(DepositsConnection) - -GetWithdrawalRequest = _reflection.GeneratedProtocolMessageType( - "GetWithdrawalRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETWITHDRAWALREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetWithdrawalRequest) - }, -) -_sym_db.RegisterMessage(GetWithdrawalRequest) - -GetWithdrawalResponse = _reflection.GeneratedProtocolMessageType( - "GetWithdrawalResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETWITHDRAWALRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetWithdrawalResponse) - }, -) -_sym_db.RegisterMessage(GetWithdrawalResponse) - -ListWithdrawalsRequest = _reflection.GeneratedProtocolMessageType( - "ListWithdrawalsRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTWITHDRAWALSREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListWithdrawalsRequest) - }, -) -_sym_db.RegisterMessage(ListWithdrawalsRequest) - -ListWithdrawalsResponse = _reflection.GeneratedProtocolMessageType( - "ListWithdrawalsResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTWITHDRAWALSRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListWithdrawalsResponse) - }, -) -_sym_db.RegisterMessage(ListWithdrawalsResponse) - -WithdrawalEdge = _reflection.GeneratedProtocolMessageType( - "WithdrawalEdge", - (_message.Message,), - { - "DESCRIPTOR": _WITHDRAWALEDGE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.WithdrawalEdge) - }, -) -_sym_db.RegisterMessage(WithdrawalEdge) - -WithdrawalsConnection = _reflection.GeneratedProtocolMessageType( - "WithdrawalsConnection", - (_message.Message,), - { - "DESCRIPTOR": _WITHDRAWALSCONNECTION, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.WithdrawalsConnection) - }, -) -_sym_db.RegisterMessage(WithdrawalsConnection) - -GetAssetRequest = _reflection.GeneratedProtocolMessageType( - "GetAssetRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETASSETREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetAssetRequest) - }, -) -_sym_db.RegisterMessage(GetAssetRequest) - -GetAssetResponse = _reflection.GeneratedProtocolMessageType( - "GetAssetResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETASSETRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetAssetResponse) - }, -) -_sym_db.RegisterMessage(GetAssetResponse) - -ListAssetsRequest = _reflection.GeneratedProtocolMessageType( - "ListAssetsRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTASSETSREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListAssetsRequest) - }, -) -_sym_db.RegisterMessage(ListAssetsRequest) - -ListAssetsResponse = _reflection.GeneratedProtocolMessageType( - "ListAssetsResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTASSETSRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListAssetsResponse) - }, -) -_sym_db.RegisterMessage(ListAssetsResponse) - -AssetEdge = _reflection.GeneratedProtocolMessageType( - "AssetEdge", - (_message.Message,), - { - "DESCRIPTOR": _ASSETEDGE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.AssetEdge) - }, -) -_sym_db.RegisterMessage(AssetEdge) - -AssetsConnection = _reflection.GeneratedProtocolMessageType( - "AssetsConnection", - (_message.Message,), - { - "DESCRIPTOR": _ASSETSCONNECTION, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.AssetsConnection) - }, -) -_sym_db.RegisterMessage(AssetsConnection) - -ListLiquidityProvisionsRequest = _reflection.GeneratedProtocolMessageType( - "ListLiquidityProvisionsRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTLIQUIDITYPROVISIONSREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListLiquidityProvisionsRequest) - }, -) -_sym_db.RegisterMessage(ListLiquidityProvisionsRequest) - -ListLiquidityProvisionsResponse = _reflection.GeneratedProtocolMessageType( - "ListLiquidityProvisionsResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTLIQUIDITYPROVISIONSRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListLiquidityProvisionsResponse) - }, -) -_sym_db.RegisterMessage(ListLiquidityProvisionsResponse) - -LiquidityProvisionsEdge = _reflection.GeneratedProtocolMessageType( - "LiquidityProvisionsEdge", - (_message.Message,), - { - "DESCRIPTOR": _LIQUIDITYPROVISIONSEDGE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.LiquidityProvisionsEdge) - }, -) -_sym_db.RegisterMessage(LiquidityProvisionsEdge) - -LiquidityProvisionsConnection = _reflection.GeneratedProtocolMessageType( - "LiquidityProvisionsConnection", - (_message.Message,), - { - "DESCRIPTOR": _LIQUIDITYPROVISIONSCONNECTION, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.LiquidityProvisionsConnection) - }, -) -_sym_db.RegisterMessage(LiquidityProvisionsConnection) - -ListGovernanceDataRequest = _reflection.GeneratedProtocolMessageType( - "ListGovernanceDataRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTGOVERNANCEDATAREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListGovernanceDataRequest) - }, -) -_sym_db.RegisterMessage(ListGovernanceDataRequest) - -ListGovernanceDataResponse = _reflection.GeneratedProtocolMessageType( - "ListGovernanceDataResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTGOVERNANCEDATARESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListGovernanceDataResponse) - }, -) -_sym_db.RegisterMessage(ListGovernanceDataResponse) - -GovernanceDataEdge = _reflection.GeneratedProtocolMessageType( - "GovernanceDataEdge", - (_message.Message,), - { - "DESCRIPTOR": _GOVERNANCEDATAEDGE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GovernanceDataEdge) - }, -) -_sym_db.RegisterMessage(GovernanceDataEdge) - -GovernanceDataConnection = _reflection.GeneratedProtocolMessageType( - "GovernanceDataConnection", - (_message.Message,), - { - "DESCRIPTOR": _GOVERNANCEDATACONNECTION, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GovernanceDataConnection) - }, -) -_sym_db.RegisterMessage(GovernanceDataConnection) - -ObserveGovernanceRequest = _reflection.GeneratedProtocolMessageType( - "ObserveGovernanceRequest", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEGOVERNANCEREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ObserveGovernanceRequest) - }, -) -_sym_db.RegisterMessage(ObserveGovernanceRequest) - -ObserveGovernanceResponse = _reflection.GeneratedProtocolMessageType( - "ObserveGovernanceResponse", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEGOVERNANCERESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ObserveGovernanceResponse) - }, -) -_sym_db.RegisterMessage(ObserveGovernanceResponse) - -ListDelegationsRequest = _reflection.GeneratedProtocolMessageType( - "ListDelegationsRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTDELEGATIONSREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListDelegationsRequest) - }, -) -_sym_db.RegisterMessage(ListDelegationsRequest) - -ListDelegationsResponse = _reflection.GeneratedProtocolMessageType( - "ListDelegationsResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTDELEGATIONSRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListDelegationsResponse) - }, -) -_sym_db.RegisterMessage(ListDelegationsResponse) - -DelegationEdge = _reflection.GeneratedProtocolMessageType( - "DelegationEdge", - (_message.Message,), - { - "DESCRIPTOR": _DELEGATIONEDGE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.DelegationEdge) - }, -) -_sym_db.RegisterMessage(DelegationEdge) - -DelegationsConnection = _reflection.GeneratedProtocolMessageType( - "DelegationsConnection", - (_message.Message,), - { - "DESCRIPTOR": _DELEGATIONSCONNECTION, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.DelegationsConnection) - }, -) -_sym_db.RegisterMessage(DelegationsConnection) - -ObserveDelegationsRequest = _reflection.GeneratedProtocolMessageType( - "ObserveDelegationsRequest", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEDELEGATIONSREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ObserveDelegationsRequest) - }, -) -_sym_db.RegisterMessage(ObserveDelegationsRequest) - -ObserveDelegationsResponse = _reflection.GeneratedProtocolMessageType( - "ObserveDelegationsResponse", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEDELEGATIONSRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ObserveDelegationsResponse) - }, -) -_sym_db.RegisterMessage(ObserveDelegationsResponse) - -GetNetworkDataRequest = _reflection.GeneratedProtocolMessageType( - "GetNetworkDataRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETNETWORKDATAREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetNetworkDataRequest) - }, -) -_sym_db.RegisterMessage(GetNetworkDataRequest) - -GetNetworkDataResponse = _reflection.GeneratedProtocolMessageType( - "GetNetworkDataResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETNETWORKDATARESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetNetworkDataResponse) - }, -) -_sym_db.RegisterMessage(GetNetworkDataResponse) - -GetNodeRequest = _reflection.GeneratedProtocolMessageType( - "GetNodeRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETNODEREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetNodeRequest) - }, -) -_sym_db.RegisterMessage(GetNodeRequest) - -GetNodeResponse = _reflection.GeneratedProtocolMessageType( - "GetNodeResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETNODERESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetNodeResponse) - }, -) -_sym_db.RegisterMessage(GetNodeResponse) - -ListNodesRequest = _reflection.GeneratedProtocolMessageType( - "ListNodesRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTNODESREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListNodesRequest) - }, -) -_sym_db.RegisterMessage(ListNodesRequest) - -ListNodesResponse = _reflection.GeneratedProtocolMessageType( - "ListNodesResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTNODESRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListNodesResponse) - }, -) -_sym_db.RegisterMessage(ListNodesResponse) - -NodeEdge = _reflection.GeneratedProtocolMessageType( - "NodeEdge", - (_message.Message,), - { - "DESCRIPTOR": _NODEEDGE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.NodeEdge) - }, -) -_sym_db.RegisterMessage(NodeEdge) - -NodesConnection = _reflection.GeneratedProtocolMessageType( - "NodesConnection", - (_message.Message,), - { - "DESCRIPTOR": _NODESCONNECTION, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.NodesConnection) - }, -) -_sym_db.RegisterMessage(NodesConnection) - -GetEpochRequest = _reflection.GeneratedProtocolMessageType( - "GetEpochRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETEPOCHREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetEpochRequest) - }, -) -_sym_db.RegisterMessage(GetEpochRequest) - -GetEpochResponse = _reflection.GeneratedProtocolMessageType( - "GetEpochResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETEPOCHRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetEpochResponse) - }, -) -_sym_db.RegisterMessage(GetEpochResponse) - -EstimateFeeRequest = _reflection.GeneratedProtocolMessageType( - "EstimateFeeRequest", - (_message.Message,), - { - "DESCRIPTOR": _ESTIMATEFEEREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.EstimateFeeRequest) - }, -) -_sym_db.RegisterMessage(EstimateFeeRequest) - -EstimateFeeResponse = _reflection.GeneratedProtocolMessageType( - "EstimateFeeResponse", - (_message.Message,), - { - "DESCRIPTOR": _ESTIMATEFEERESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.EstimateFeeResponse) - }, -) -_sym_db.RegisterMessage(EstimateFeeResponse) - -EstimateMarginRequest = _reflection.GeneratedProtocolMessageType( - "EstimateMarginRequest", - (_message.Message,), - { - "DESCRIPTOR": _ESTIMATEMARGINREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.EstimateMarginRequest) - }, -) -_sym_db.RegisterMessage(EstimateMarginRequest) - -EstimateMarginResponse = _reflection.GeneratedProtocolMessageType( - "EstimateMarginResponse", - (_message.Message,), - { - "DESCRIPTOR": _ESTIMATEMARGINRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.EstimateMarginResponse) - }, -) -_sym_db.RegisterMessage(EstimateMarginResponse) - -ListNetworkParametersRequest = _reflection.GeneratedProtocolMessageType( - "ListNetworkParametersRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTNETWORKPARAMETERSREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListNetworkParametersRequest) - }, -) -_sym_db.RegisterMessage(ListNetworkParametersRequest) - -ListNetworkParametersResponse = _reflection.GeneratedProtocolMessageType( - "ListNetworkParametersResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTNETWORKPARAMETERSRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListNetworkParametersResponse) - }, -) -_sym_db.RegisterMessage(ListNetworkParametersResponse) - -NetworkParameterEdge = _reflection.GeneratedProtocolMessageType( - "NetworkParameterEdge", - (_message.Message,), - { - "DESCRIPTOR": _NETWORKPARAMETEREDGE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.NetworkParameterEdge) - }, -) -_sym_db.RegisterMessage(NetworkParameterEdge) - -NetworkParameterConnection = _reflection.GeneratedProtocolMessageType( - "NetworkParameterConnection", - (_message.Message,), - { - "DESCRIPTOR": _NETWORKPARAMETERCONNECTION, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.NetworkParameterConnection) - }, -) -_sym_db.RegisterMessage(NetworkParameterConnection) - -Checkpoint = _reflection.GeneratedProtocolMessageType( - "Checkpoint", - (_message.Message,), - { - "DESCRIPTOR": _CHECKPOINT, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.Checkpoint) - }, -) -_sym_db.RegisterMessage(Checkpoint) - -ListCheckpointsRequest = _reflection.GeneratedProtocolMessageType( - "ListCheckpointsRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTCHECKPOINTSREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListCheckpointsRequest) - }, -) -_sym_db.RegisterMessage(ListCheckpointsRequest) - -ListCheckpointsResponse = _reflection.GeneratedProtocolMessageType( - "ListCheckpointsResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTCHECKPOINTSRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ListCheckpointsResponse) - }, -) -_sym_db.RegisterMessage(ListCheckpointsResponse) - -CheckpointEdge = _reflection.GeneratedProtocolMessageType( - "CheckpointEdge", - (_message.Message,), - { - "DESCRIPTOR": _CHECKPOINTEDGE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.CheckpointEdge) - }, -) -_sym_db.RegisterMessage(CheckpointEdge) - -CheckpointsConnection = _reflection.GeneratedProtocolMessageType( - "CheckpointsConnection", - (_message.Message,), - { - "DESCRIPTOR": _CHECKPOINTSCONNECTION, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.CheckpointsConnection) - }, -) -_sym_db.RegisterMessage(CheckpointsConnection) - -GetStakeRequest = _reflection.GeneratedProtocolMessageType( - "GetStakeRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETSTAKEREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetStakeRequest) - }, -) -_sym_db.RegisterMessage(GetStakeRequest) - -GetStakeResponse = _reflection.GeneratedProtocolMessageType( - "GetStakeResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETSTAKERESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetStakeResponse) - }, -) -_sym_db.RegisterMessage(GetStakeResponse) - -StakeLinkingEdge = _reflection.GeneratedProtocolMessageType( - "StakeLinkingEdge", - (_message.Message,), - { - "DESCRIPTOR": _STAKELINKINGEDGE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.StakeLinkingEdge) - }, -) -_sym_db.RegisterMessage(StakeLinkingEdge) - -StakesConnection = _reflection.GeneratedProtocolMessageType( - "StakesConnection", - (_message.Message,), - { - "DESCRIPTOR": _STAKESCONNECTION, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.StakesConnection) - }, -) -_sym_db.RegisterMessage(StakesConnection) - -GetRiskFactorsRequest = _reflection.GeneratedProtocolMessageType( - "GetRiskFactorsRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETRISKFACTORSREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetRiskFactorsRequest) - }, -) -_sym_db.RegisterMessage(GetRiskFactorsRequest) - -GetRiskFactorsResponse = _reflection.GeneratedProtocolMessageType( - "GetRiskFactorsResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETRISKFACTORSRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.GetRiskFactorsResponse) - }, -) -_sym_db.RegisterMessage(GetRiskFactorsResponse) - -ObserveEventBusRequest = _reflection.GeneratedProtocolMessageType( - "ObserveEventBusRequest", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEEVENTBUSREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ObserveEventBusRequest) - }, -) -_sym_db.RegisterMessage(ObserveEventBusRequest) - -ObserveEventBusResponse = _reflection.GeneratedProtocolMessageType( - "ObserveEventBusResponse", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEEVENTBUSRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ObserveEventBusResponse) - }, -) -_sym_db.RegisterMessage(ObserveEventBusResponse) - -ObserveTransferResponsesRequest = _reflection.GeneratedProtocolMessageType( - "ObserveTransferResponsesRequest", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVETRANSFERRESPONSESREQUEST, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ObserveTransferResponsesRequest) - }, +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile( + b'\n#data-node/api/v2/trading_data.proto\x12\x0f\x64\x61tanode.api.v2\x1a\x0fvega/vega.proto\x1a\x15vega/governance.proto\x1a\x12vega/markets.proto\x1a\x11vega/assets.proto\x1a\x1avega/oracles/v1/data.proto\x1a\x1avega/oracles/v1/spec.proto\x1a\x1bvega/events/v1/events.proto\x1a)vega/commands/v1/validator_commands.proto\x1a.protoc-gen-openapiv2/options/annotations.proto"\\\n\x10OffsetPagination\x12\x12\n\x04skip\x18\x01 \x01(\x04R\x04skip\x12\x14\n\x05limit\x18\x02 \x01(\x04R\x05limit\x12\x1e\n\ndescending\x18\x03 \x01(\x08R\ndescending"\xd9\x01\n\nPagination\x12\x19\n\x05\x66irst\x18\x01 \x01(\x05H\x00R\x05\x66irst\x88\x01\x01\x12\x19\n\x05\x61\x66ter\x18\x02 \x01(\tH\x01R\x05\x61\x66ter\x88\x01\x01\x12\x17\n\x04last\x18\x03 \x01(\x05H\x02R\x04last\x88\x01\x01\x12\x1b\n\x06\x62\x65\x66ore\x18\x04 \x01(\tH\x03R\x06\x62\x65\x66ore\x88\x01\x01\x12&\n\x0cnewest_first\x18\x05 \x01(\x08H\x04R\x0bnewestFirst\x88\x01\x01\x42\x08\n\x06_firstB\x08\n\x06_afterB\x07\n\x05_lastB\t\n\x07_beforeB\x0f\n\r_newest_first"\x9c\x01\n\x08PageInfo\x12"\n\rhas_next_page\x18\x01 \x01(\x08R\x0bhasNextPage\x12*\n\x11has_previous_page\x18\x02 \x01(\x08R\x0fhasPreviousPage\x12!\n\x0cstart_cursor\x18\x03 \x01(\tR\x0bstartCursor\x12\x1d\n\nend_cursor\x18\x04 \x01(\tR\tendCursor"\x9e\x01\n\x13ListAccountsRequest\x12\x36\n\x06\x66ilter\x18\x01 \x01(\x0b\x32\x1e.datanode.api.v2.AccountFilterR\x06\x66ilter\x12@\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x00R\npagination\x88\x01\x01\x42\r\n\x0b_pagination"W\n\x14ListAccountsResponse\x12?\n\x08\x61\x63\x63ounts\x18\x01 \x01(\x0b\x32#.datanode.api.v2.AccountsConnectionR\x08\x61\x63\x63ounts"\x80\x01\n\x12\x41\x63\x63ountsConnection\x12\x32\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1c.datanode.api.v2.AccountEdgeR\x05\x65\x64ges\x12\x36\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfoR\x08pageInfo"N\n\x0b\x41\x63\x63ountEdge\x12\'\n\x07\x61\x63\x63ount\x18\x01 \x01(\x0b\x32\r.vega.AccountR\x07\x61\x63\x63ount\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"\x8d\x01\n\x16ObserveAccountsRequest\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12\x19\n\x08party_id\x18\x02 \x01(\tR\x07partyId\x12\x14\n\x05\x61sset\x18\x03 \x01(\tR\x05\x61sset\x12%\n\x04type\x18\x04 \x01(\x0e\x32\x11.vega.AccountTypeR\x04type"B\n\x17ObserveAccountsResponse\x12\'\n\x07\x61\x63\x63ount\x18\x01 \x01(\x0b\x32\r.vega.AccountR\x07\x61\x63\x63ount"\r\n\x0bInfoRequest"I\n\x0cInfoResponse\x12\x18\n\x07version\x18\x01 \x01(\tR\x07version\x12\x1f\n\x0b\x63ommit_hash\x18\x02 \x01(\tR\ncommitHash"W\n\x0fGetOrderRequest\x12\x19\n\x08order_id\x18\x01 \x01(\tR\x07orderId\x12\x1d\n\x07version\x18\x02 \x01(\x05H\x00R\x07version\x88\x01\x01\x42\n\n\x08_version"5\n\x10GetOrderResponse\x12!\n\x05order\x18\x01 \x01(\x0b\x32\x0b.vega.OrderR\x05order"\xf2\x01\n\x11ListOrdersRequest\x12\x1e\n\x08party_id\x18\x01 \x01(\tH\x00R\x07partyId\x88\x01\x01\x12 \n\tmarket_id\x18\x02 \x01(\tH\x01R\x08marketId\x88\x01\x01\x12!\n\treference\x18\x03 \x01(\tH\x02R\treference\x88\x01\x01\x12@\n\npagination\x18\x04 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x03R\npagination\x88\x01\x01\x42\x0b\n\t_party_idB\x0c\n\n_market_idB\x0c\n\n_referenceB\r\n\x0b_pagination"N\n\x12ListOrdersResponse\x12\x38\n\x06orders\x18\x01 \x01(\x0b\x32 .datanode.api.v2.OrderConnectionR\x06orders"\x86\x01\n\x18ListOrderVersionsRequest\x12\x19\n\x08order_id\x18\x01 \x01(\tR\x07orderId\x12@\n\npagination\x18\x04 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x00R\npagination\x88\x01\x01\x42\r\n\x0b_pagination"U\n\x19ListOrderVersionsResponse\x12\x38\n\x06orders\x18\x01 \x01(\x0b\x32 .datanode.api.v2.OrderConnectionR\x06orders"s\n\x14ObserveOrdersRequest\x12 \n\tmarket_id\x18\x01 \x01(\tH\x00R\x08marketId\x88\x01\x01\x12\x1e\n\x08party_id\x18\x02 \x01(\tH\x01R\x07partyId\x88\x01\x01\x42\x0c\n\n_market_idB\x0b\n\t_party_id"<\n\x15ObserveOrdersResponse\x12#\n\x06orders\x18\x01 \x03(\x0b\x32\x0b.vega.OrderR\x06orders"\x9f\x01\n\x14ListPositionsRequest\x12\x19\n\x08party_id\x18\x01 \x01(\tR\x07partyId\x12\x1b\n\tmarket_id\x18\x02 \x01(\tR\x08marketId\x12@\n\npagination\x18\x03 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x00R\npagination\x88\x01\x01\x42\r\n\x0b_pagination"Z\n\x15ListPositionsResponse\x12\x41\n\tpositions\x18\x01 \x01(\x0b\x32#.datanode.api.v2.PositionConnectionR\tpositions"J\n\x0cPositionEdge\x12"\n\x04node\x18\x01 \x01(\x0b\x32\x0e.vega.PositionR\x04node\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"\x81\x01\n\x12PositionConnection\x12\x33\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1d.datanode.api.v2.PositionEdgeR\x05\x65\x64ges\x12\x36\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfoR\x08pageInfo"v\n\x17ObservePositionsRequest\x12\x1e\n\x08party_id\x18\x01 \x01(\tH\x00R\x07partyId\x88\x01\x01\x12 \n\tmarket_id\x18\x02 \x01(\tH\x01R\x08marketId\x88\x01\x01\x42\x0b\n\t_party_idB\x0c\n\n_market_id"F\n\x18ObservePositionsResponse\x12*\n\x08position\x18\x01 \x01(\x0b\x32\x0e.vega.PositionR\x08position"\x8c\x01\n\x18GetBalanceHistoryRequest\x12\x36\n\x06\x66ilter\x18\x01 \x01(\x0b\x32\x1e.datanode.api.v2.AccountFilterR\x06\x66ilter\x12\x38\n\x08group_by\x18\x02 \x03(\x0e\x32\x1d.datanode.api.v2.AccountFieldR\x07groupBy"[\n\x19GetBalanceHistoryResponse\x12>\n\x08\x62\x61lances\x18\x01 \x03(\x0b\x32".datanode.api.v2.AggregatedBalanceR\x08\x62\x61lances"\x9e\x01\n\rAccountFilter\x12\x19\n\x08\x61sset_id\x18\x01 \x01(\tR\x07\x61ssetId\x12\x1b\n\tparty_ids\x18\x02 \x03(\tR\x08partyIds\x12\x1d\n\nmarket_ids\x18\x03 \x03(\tR\tmarketIds\x12\x36\n\raccount_types\x18\x04 \x03(\x0e\x32\x11.vega.AccountTypeR\x0c\x61\x63\x63ountTypes"\xbe\x02\n\x11\x41ggregatedBalance\x12\x1c\n\ttimestamp\x18\x01 \x01(\x03R\ttimestamp\x12\x18\n\x07\x62\x61lance\x18\x02 \x01(\tR\x07\x62\x61lance\x12"\n\naccount_id\x18\x03 \x01(\tH\x00R\taccountId\x88\x01\x01\x12\x1e\n\x08party_id\x18\x04 \x01(\tH\x01R\x07partyId\x88\x01\x01\x12\x1e\n\x08\x61sset_id\x18\x05 \x01(\tH\x02R\x07\x61ssetId\x88\x01\x01\x12 \n\tmarket_id\x18\x06 \x01(\tH\x03R\x08marketId\x88\x01\x01\x12\x34\n\x0c\x61\x63\x63ount_type\x18\x07 \x01(\x0e\x32\x11.vega.AccountTypeR\x0b\x61\x63\x63ountTypeB\r\n\x0b_account_idB\x0b\n\t_party_idB\x0b\n\t_asset_idB\x0c\n\n_market_id";\n\x1aObserveMarketsDepthRequest\x12\x1d\n\nmarket_ids\x18\x01 \x03(\tR\tmarketIds"S\n\x1bObserveMarketsDepthResponse\x12\x34\n\x0cmarket_depth\x18\x01 \x03(\x0b\x32\x11.vega.MarketDepthR\x0bmarketDepth"B\n!ObserveMarketsDepthUpdatesRequest\x12\x1d\n\nmarket_ids\x18\x01 \x03(\tR\tmarketIds"U\n"ObserveMarketsDepthUpdatesResponse\x12/\n\x06update\x18\x01 \x03(\x0b\x32\x17.vega.MarketDepthUpdateR\x06update":\n\x19ObserveMarketsDataRequest\x12\x1d\n\nmarket_ids\x18\x01 \x03(\tR\tmarketIds"O\n\x1aObserveMarketsDataResponse\x12\x31\n\x0bmarket_data\x18\x01 \x03(\x0b\x32\x10.vega.MarketDataR\nmarketData"j\n\x1bGetLatestMarketDepthRequest\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12 \n\tmax_depth\x18\x02 \x01(\x04H\x00R\x08maxDepth\x88\x01\x01\x42\x0c\n\n_max_depth"\xda\x01\n\x1cGetLatestMarketDepthResponse\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12"\n\x03\x62uy\x18\x02 \x03(\x0b\x32\x10.vega.PriceLevelR\x03\x62uy\x12$\n\x04sell\x18\x03 \x03(\x0b\x32\x10.vega.PriceLevelR\x04sell\x12*\n\nlast_trade\x18\x04 \x01(\x0b\x32\x0b.vega.TradeR\tlastTrade\x12\'\n\x0fsequence_number\x18\x05 \x01(\x04R\x0esequenceNumber"\x1d\n\x1bListLatestMarketDataRequest"S\n\x1cListLatestMarketDataResponse\x12\x33\n\x0cmarkets_data\x18\x01 \x03(\x0b\x32\x10.vega.MarketDataR\x0bmarketsData"9\n\x1aGetLatestMarketDataRequest\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId"P\n\x1bGetLatestMarketDataResponse\x12\x31\n\x0bmarket_data\x18\x01 \x01(\x0b\x32\x10.vega.MarketDataR\nmarketData"\xfc\x02\n\x1fGetMarketDataHistoryByIDRequest\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12,\n\x0fstart_timestamp\x18\x02 \x01(\x03H\x00R\x0estartTimestamp\x88\x01\x01\x12(\n\rend_timestamp\x18\x03 \x01(\x03H\x01R\x0c\x65ndTimestamp\x88\x01\x01\x12@\n\npagination\x18\x04 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x02R\npagination\x88\x01\x01\x12W\n\x11offset_pagination\x18\x05 \x01(\x0b\x32!.datanode.api.v2.OffsetPaginationB\x02\x18\x01H\x03R\x10offsetPagination\x88\x01\x01\x42\x12\n\x10_start_timestampB\x10\n\x0e_end_timestampB\r\n\x0b_paginationB\x14\n\x12_offset_pagination"j\n GetMarketDataHistoryByIDResponse\x12\x46\n\x0bmarket_data\x18\x01 \x01(\x0b\x32%.datanode.api.v2.MarketDataConnectionR\nmarketData"N\n\x0eMarketDataEdge\x12$\n\x04node\x18\x01 \x01(\x0b\x32\x10.vega.MarketDataR\x04node\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"\x85\x01\n\x14MarketDataConnection\x12\x35\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1f.datanode.api.v2.MarketDataEdgeR\x05\x65\x64ges\x12\x36\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfoR\x08pageInfo":\n\x1bMarketsDataSubscribeRequest\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId"Q\n\x1cMarketsDataSubscribeResponse\x12\x31\n\x0bmarket_data\x18\x01 \x03(\x0b\x32\x10.vega.MarketDataR\nmarketData"\xd1\x01\n\x14ListTransfersRequest\x12\x1b\n\x06pubkey\x18\x01 \x01(\tH\x00R\x06pubkey\x88\x01\x01\x12@\n\tdirection\x18\x02 \x01(\x0e\x32".datanode.api.v2.TransferDirectionR\tdirection\x12@\n\npagination\x18\x03 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x01R\npagination\x88\x01\x01\x42\t\n\x07_pubkeyB\r\n\x0b_pagination"Z\n\x15ListTransfersResponse\x12\x41\n\ttransfers\x18\x01 \x01(\x0b\x32#.datanode.api.v2.TransferConnectionR\ttransfers"T\n\x0cTransferEdge\x12,\n\x04node\x18\x01 \x01(\x0b\x32\x18.vega.events.v1.TransferR\x04node\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"\x81\x01\n\x12TransferConnection\x12\x33\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1d.datanode.api.v2.TransferEdgeR\x05\x65\x64ges\x12\x36\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfoR\x08pageInfo"\x19\n\x17GetNetworkLimitsRequest"G\n\x18GetNetworkLimitsResponse\x12+\n\x06limits\x18\x01 \x01(\x0b\x32\x13.vega.NetworkLimitsR\x06limits"9\n\x1aListCandleIntervalsRequest\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId"M\n\x12IntervalToCandleId\x12\x1a\n\x08interval\x18\x01 \x01(\tR\x08interval\x12\x1b\n\tcandle_id\x18\x02 \x01(\tR\x08\x63\x61ndleId"u\n\x1bListCandleIntervalsResponse\x12V\n\x15interval_to_candle_id\x18\x01 \x03(\x0b\x32#.datanode.api.v2.IntervalToCandleIdR\x12intervalToCandleId"\xa7\x01\n\x06\x43\x61ndle\x12\x14\n\x05start\x18\x01 \x01(\x03R\x05start\x12\x1f\n\x0blast_update\x18\x02 \x01(\x03R\nlastUpdate\x12\x12\n\x04high\x18\x03 \x01(\tR\x04high\x12\x10\n\x03low\x18\x04 \x01(\tR\x03low\x12\x12\n\x04open\x18\x05 \x01(\tR\x04open\x12\x14\n\x05\x63lose\x18\x06 \x01(\tR\x05\x63lose\x12\x16\n\x06volume\x18\x07 \x01(\x04R\x06volume"7\n\x18ObserveCandleDataRequest\x12\x1b\n\tcandle_id\x18\x01 \x01(\tR\x08\x63\x61ndleId"L\n\x19ObserveCandleDataResponse\x12/\n\x06\x63\x61ndle\x18\x01 \x01(\x0b\x32\x17.datanode.api.v2.CandleR\x06\x63\x61ndle"\xfb\x01\n\x15ListCandleDataRequest\x12\x1b\n\tcandle_id\x18\x01 \x01(\tR\x08\x63\x61ndleId\x12%\n\x0e\x66rom_timestamp\x18\x02 \x01(\x03R\rfromTimestamp\x12!\n\x0cto_timestamp\x18\x03 \x01(\x03R\x0btoTimestamp\x12*\n\x08interval\x18\x04 \x01(\x0e\x32\x0e.vega.IntervalR\x08interval\x12@\n\npagination\x18\x05 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x00R\npagination\x88\x01\x01\x42\r\n\x0b_pagination"Y\n\x16ListCandleDataResponse\x12?\n\x07\x63\x61ndles\x18\x01 \x01(\x0b\x32%.datanode.api.v2.CandleDataConnectionR\x07\x63\x61ndles"Q\n\nCandleEdge\x12+\n\x04node\x18\x01 \x01(\x0b\x32\x17.datanode.api.v2.CandleR\x04node\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"\x81\x01\n\x14\x43\x61ndleDataConnection\x12\x31\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1b.datanode.api.v2.CandleEdgeR\x05\x65\x64ges\x12\x36\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfoR\x08pageInfo"~\n\x10ListVotesRequest\x12\x19\n\x08party_id\x18\x01 \x01(\tR\x07partyId\x12@\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x00R\npagination\x88\x01\x01\x42\r\n\x0b_pagination"J\n\x11ListVotesResponse\x12\x35\n\x05votes\x18\x01 \x01(\x0b\x32\x1f.datanode.api.v2.VoteConnectionR\x05votes"B\n\x08VoteEdge\x12\x1e\n\x04node\x18\x01 \x01(\x0b\x32\n.vega.VoteR\x04node\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"y\n\x0eVoteConnection\x12/\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x19.datanode.api.v2.VoteEdgeR\x05\x65\x64ges\x12\x36\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfoR\x08pageInfo"x\n\x13ObserveVotesRequest\x12\x1e\n\x08party_id\x18\x01 \x01(\tH\x00R\x07partyId\x88\x01\x01\x12$\n\x0bproposal_id\x18\x02 \x01(\tH\x01R\nproposalId\x88\x01\x01\x42\x0b\n\t_party_idB\x0e\n\x0c_proposal_id"6\n\x14ObserveVotesResponse\x12\x1e\n\x04vote\x18\x01 \x01(\x0b\x32\n.vega.VoteR\x04vote"\x9e\x01\n)GetERC20MultiSigSignerAddedBundlesRequest\x12\x17\n\x07node_id\x18\x01 \x01(\tR\x06nodeId\x12\x1b\n\tepoch_seq\x18\x02 \x01(\tR\x08\x65pochSeq\x12;\n\npagination\x18\x03 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationR\npagination"{\n*GetERC20MultiSigSignerAddedBundlesResponse\x12M\n\x07\x62undles\x18\x01 \x01(\x0b\x32\x33.datanode.api.v2.ERC20MultiSigSignerAddedConnectionR\x07\x62undles"t\n\x1c\x45RC20MultiSigSignerAddedEdge\x12<\n\x04node\x18\x01 \x01(\x0b\x32(.vega.events.v1.ERC20MultiSigSignerAddedR\x04node\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"\x81\x01\n"ERC20MultiSigSignerAddedBundleEdge\x12\x43\n\x04node\x18\x01 \x01(\x0b\x32/.datanode.api.v2.ERC20MultiSigSignerAddedBundleR\x04node\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"\xa7\x01\n"ERC20MultiSigSignerAddedConnection\x12I\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x33.datanode.api.v2.ERC20MultiSigSignerAddedBundleEdgeR\x05\x65\x64ges\x12\x36\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfoR\x08pageInfo"\xce\x01\n\x1e\x45RC20MultiSigSignerAddedBundle\x12\x1d\n\nnew_signer\x18\x01 \x01(\tR\tnewSigner\x12\x1c\n\tsubmitter\x18\x02 \x01(\tR\tsubmitter\x12\x14\n\x05nonce\x18\x04 \x01(\tR\x05nonce\x12\x1c\n\ttimestamp\x18\x05 \x01(\x03R\ttimestamp\x12\x1e\n\nsignatures\x18\x06 \x01(\tR\nsignatures\x12\x1b\n\tepoch_seq\x18\x03 \x01(\tR\x08\x65pochSeq"\xbe\x01\n+GetERC20MultiSigSignerRemovedBundlesRequest\x12\x17\n\x07node_id\x18\x01 \x01(\tR\x06nodeId\x12\x1c\n\tsubmitter\x18\x02 \x01(\tR\tsubmitter\x12\x1b\n\tepoch_seq\x18\x03 \x01(\tR\x08\x65pochSeq\x12;\n\npagination\x18\x04 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationR\npagination"\x7f\n,GetERC20MultiSigSignerRemovedBundlesResponse\x12O\n\x07\x62undles\x18\x01 \x01(\x0b\x32\x35.datanode.api.v2.ERC20MultiSigSignerRemovedConnectionR\x07\x62undles"x\n\x1e\x45RC20MultiSigSignerRemovedEdge\x12>\n\x04node\x18\x01 \x01(\x0b\x32*.vega.events.v1.ERC20MultiSigSignerRemovedR\x04node\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"\x85\x01\n$ERC20MultiSigSignerRemovedBundleEdge\x12\x45\n\x04node\x18\x01 \x01(\x0b\x32\x31.datanode.api.v2.ERC20MultiSigSignerRemovedBundleR\x04node\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"\xab\x01\n$ERC20MultiSigSignerRemovedConnection\x12K\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x35.datanode.api.v2.ERC20MultiSigSignerRemovedBundleEdgeR\x05\x65\x64ges\x12\x36\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfoR\x08pageInfo"\xd0\x01\n ERC20MultiSigSignerRemovedBundle\x12\x1d\n\nold_signer\x18\x01 \x01(\tR\toldSigner\x12\x1c\n\tsubmitter\x18\x02 \x01(\tR\tsubmitter\x12\x14\n\x05nonce\x18\x04 \x01(\tR\x05nonce\x12\x1c\n\ttimestamp\x18\x05 \x01(\x03R\ttimestamp\x12\x1e\n\nsignatures\x18\x06 \x01(\tR\nsignatures\x12\x1b\n\tepoch_seq\x18\x07 \x01(\tR\x08\x65pochSeq";\n\x1eGetERC20ListAssetBundleRequest\x12\x19\n\x08\x61sset_id\x18\x01 \x01(\tR\x07\x61ssetId"\x9e\x01\n\x1fGetERC20ListAssetBundleResponse\x12!\n\x0c\x61sset_source\x18\x01 \x01(\tR\x0b\x61ssetSource\x12"\n\rvega_asset_id\x18\x02 \x01(\tR\x0bvegaAssetId\x12\x14\n\x05nonce\x18\x03 \x01(\tR\x05nonce\x12\x1e\n\nsignatures\x18\x04 \x01(\tR\nsignatures"F\n#GetERC20SetAssetLimitsBundleRequest\x12\x1f\n\x0bproposal_id\x18\x01 \x01(\tR\nproposalId"\xe8\x01\n$GetERC20SetAssetLimitsBundleResponse\x12!\n\x0c\x61sset_source\x18\x01 \x01(\tR\x0b\x61ssetSource\x12"\n\rvega_asset_id\x18\x02 \x01(\tR\x0bvegaAssetId\x12\x14\n\x05nonce\x18\x03 \x01(\tR\x05nonce\x12%\n\x0elifetime_limit\x18\x04 \x01(\tR\rlifetimeLimit\x12\x1c\n\tthreshold\x18\x05 \x01(\tR\tthreshold\x12\x1e\n\nsignatures\x18\x06 \x01(\tR\nsignatures"H\n!GetERC20WithdrawalApprovalRequest\x12#\n\rwithdrawal_id\x18\x01 \x01(\tR\x0cwithdrawalId"\xf0\x01\n"GetERC20WithdrawalApprovalResponse\x12!\n\x0c\x61sset_source\x18\x01 \x01(\tR\x0b\x61ssetSource\x12\x16\n\x06\x61mount\x18\x02 \x01(\tR\x06\x61mount\x12\x16\n\x06\x65xpiry\x18\x03 \x01(\x03R\x06\x65xpiry\x12\x14\n\x05nonce\x18\x04 \x01(\tR\x05nonce\x12\x1e\n\nsignatures\x18\x05 \x01(\tR\nsignatures\x12%\n\x0etarget_address\x18\x06 \x01(\tR\rtargetAddress\x12\x1a\n\x08\x63reation\x18\x07 \x01(\x03R\x08\x63reation"2\n\x13GetLastTradeRequest\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId"9\n\x14GetLastTradeResponse\x12!\n\x05trade\x18\x01 \x01(\x0b\x32\x0b.vega.TradeR\x05trade"\xee\x01\n\x11ListTradesRequest\x12 \n\tmarket_id\x18\x01 \x01(\tH\x00R\x08marketId\x88\x01\x01\x12\x1e\n\x08order_id\x18\x02 \x01(\tH\x01R\x07orderId\x88\x01\x01\x12\x1e\n\x08party_id\x18\x03 \x01(\tH\x02R\x07partyId\x88\x01\x01\x12@\n\npagination\x18\x04 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x03R\npagination\x88\x01\x01\x42\x0c\n\n_market_idB\x0b\n\t_order_idB\x0b\n\t_party_idB\r\n\x0b_pagination"N\n\x12ListTradesResponse\x12\x38\n\x06trades\x18\x01 \x01(\x0b\x32 .datanode.api.v2.TradeConnectionR\x06trades"{\n\x0fTradeConnection\x12\x30\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1a.datanode.api.v2.TradeEdgeR\x05\x65\x64ges\x12\x36\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfoR\x08pageInfo"D\n\tTradeEdge\x12\x1f\n\x04node\x18\x01 \x01(\x0b\x32\x0b.vega.TradeR\x04node\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"s\n\x14ObserveTradesRequest\x12 \n\tmarket_id\x18\x01 \x01(\tH\x00R\x08marketId\x88\x01\x01\x12\x1e\n\x08party_id\x18\x02 \x01(\tH\x01R\x07partyId\x88\x01\x01\x42\x0c\n\n_market_idB\x0b\n\t_party_id"<\n\x15ObserveTradesResponse\x12#\n\x06trades\x18\x01 \x03(\x0b\x32\x0b.vega.TradeR\x06trades"<\n\x14GetOracleSpecRequest\x12$\n\x0eoracle_spec_id\x18\x01 \x01(\tR\x0coracleSpecId"P\n\x15GetOracleSpecResponse\x12\x37\n\x0boracle_spec\x18\x01 \x01(\x0b\x32\x16.oracles.v1.OracleSpecR\noracleSpec"i\n\x16ListOracleSpecsRequest\x12@\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x00R\npagination\x88\x01\x01\x42\r\n\x0b_pagination"d\n\x17ListOracleSpecsResponse\x12I\n\x0coracle_specs\x18\x01 \x01(\x0b\x32&.datanode.api.v2.OracleSpecsConnectionR\x0boracleSpecs"\xa6\x01\n\x15ListOracleDataRequest\x12)\n\x0eoracle_spec_id\x18\x01 \x01(\tH\x00R\x0coracleSpecId\x88\x01\x01\x12@\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x01R\npagination\x88\x01\x01\x42\x11\n\x0f_oracle_spec_idB\r\n\x0b_pagination"`\n\x16ListOracleDataResponse\x12\x46\n\x0boracle_data\x18\x01 \x01(\x0b\x32%.datanode.api.v2.OracleDataConnectionR\noracleData"T\n\x0eOracleSpecEdge\x12*\n\x04node\x18\x01 \x01(\x0b\x32\x16.oracles.v1.OracleSpecR\x04node\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"\x86\x01\n\x15OracleSpecsConnection\x12\x35\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1f.datanode.api.v2.OracleSpecEdgeR\x05\x65\x64ges\x12\x36\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfoR\x08pageInfo"T\n\x0eOracleDataEdge\x12*\n\x04node\x18\x01 \x01(\x0b\x32\x16.oracles.v1.OracleDataR\x04node\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"\x85\x01\n\x14OracleDataConnection\x12\x35\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1f.datanode.api.v2.OracleDataEdgeR\x05\x65\x64ges\x12\x36\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfoR\x08pageInfo"/\n\x10GetMarketRequest\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId"9\n\x11GetMarketResponse\x12$\n\x06market\x18\x01 \x01(\x0b\x32\x0c.vega.MarketR\x06market"e\n\x12ListMarketsRequest\x12@\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x00R\npagination\x88\x01\x01\x42\r\n\x0b_pagination"R\n\x13ListMarketsResponse\x12;\n\x07markets\x18\x01 \x01(\x0b\x32!.datanode.api.v2.MarketConnectionR\x07markets"F\n\nMarketEdge\x12 \n\x04node\x18\x01 \x01(\x0b\x32\x0c.vega.MarketR\x04node\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"}\n\x10MarketConnection\x12\x31\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1b.datanode.api.v2.MarketEdgeR\x05\x65\x64ges\x12\x36\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfoR\x08pageInfo",\n\x0fGetPartyRequest\x12\x19\n\x08party_id\x18\x01 \x01(\tR\x07partyId"5\n\x10GetPartyResponse\x12!\n\x05party\x18\x01 \x01(\x0b\x32\x0b.vega.PartyR\x05party"l\n\x12ListPartiesRequest\x12\x19\n\x08party_id\x18\x01 \x01(\tR\x07partyId\x12;\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationR\npagination"M\n\x13ListPartiesResponse\x12\x36\n\x05party\x18\x01 \x01(\x0b\x32 .datanode.api.v2.PartyConnectionR\x05party"D\n\tPartyEdge\x12\x1f\n\x04node\x18\x01 \x01(\x0b\x32\x0b.vega.PartyR\x04node\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"{\n\x0fPartyConnection\x12\x30\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1a.datanode.api.v2.PartyEdgeR\x05\x65\x64ges\x12\x36\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfoR\x08pageInfo"D\n\tOrderEdge\x12\x1f\n\x04node\x18\x01 \x01(\x0b\x32\x0b.vega.OrderR\x04node\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"\x8e\x01\n\x17ListMarginLevelsRequest\x12\x19\n\x08party_id\x18\x01 \x01(\tR\x07partyId\x12\x1b\n\tmarket_id\x18\x02 \x01(\tR\x08marketId\x12;\n\npagination\x18\x03 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationR\npagination"b\n\x18ListMarginLevelsResponse\x12\x46\n\rmargin_levels\x18\x01 \x01(\x0b\x32!.datanode.api.v2.MarginConnectionR\x0cmarginLevels"g\n\x1aObserveMarginLevelsRequest\x12\x19\n\x08party_id\x18\x01 \x01(\tR\x07partyId\x12 \n\tmarket_id\x18\x02 \x01(\tH\x00R\x08marketId\x88\x01\x01\x42\x0c\n\n_market_id"V\n\x1bObserveMarginLevelsResponse\x12\x37\n\rmargin_levels\x18\x01 \x01(\x0b\x32\x12.vega.MarginLevelsR\x0cmarginLevels"{\n\x0fOrderConnection\x12\x30\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1a.datanode.api.v2.OrderEdgeR\x05\x65\x64ges\x12\x36\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfoR\x08pageInfo"L\n\nMarginEdge\x12&\n\x04node\x18\x01 \x01(\x0b\x32\x12.vega.MarginLevelsR\x04node\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"}\n\x10MarginConnection\x12\x31\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1b.datanode.api.v2.MarginEdgeR\x05\x65\x64ges\x12\x36\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfoR\x08pageInfo"\xad\x01\n\x12ListRewardsRequest\x12\x19\n\x08party_id\x18\x01 \x01(\tR\x07partyId\x12\x1e\n\x08\x61sset_id\x18\x02 \x01(\tH\x00R\x07\x61ssetId\x88\x01\x01\x12@\n\npagination\x18\x03 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x01R\npagination\x88\x01\x01\x42\x0b\n\t_asset_idB\r\n\x0b_pagination"S\n\x13ListRewardsResponse\x12<\n\x07rewards\x18\x01 \x01(\x0b\x32".datanode.api.v2.RewardsConnectionR\x07rewards"F\n\nRewardEdge\x12 \n\x04node\x18\x01 \x01(\x0b\x32\x0c.vega.RewardR\x04node\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"~\n\x11RewardsConnection\x12\x31\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1b.datanode.api.v2.RewardEdgeR\x05\x65\x64ges\x12\x36\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfoR\x08pageInfo"\xc7\x01\n\x1aListRewardSummariesRequest\x12\x1e\n\x08party_id\x18\x01 \x01(\tH\x00R\x07partyId\x88\x01\x01\x12\x1e\n\x08\x61sset_id\x18\x02 \x01(\tH\x01R\x07\x61ssetId\x88\x01\x01\x12@\n\npagination\x18\x03 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x02R\npagination\x88\x01\x01\x42\x0b\n\t_party_idB\x0b\n\t_asset_idB\r\n\x0b_pagination"P\n\x1bListRewardSummariesResponse\x12\x31\n\tsummaries\x18\x01 \x03(\x0b\x32\x13.vega.RewardSummaryR\tsummaries"q\n\x15ObserveRewardsRequest\x12\x1e\n\x08\x61sset_id\x18\x01 \x01(\tH\x00R\x07\x61ssetId\x88\x01\x01\x12\x1e\n\x08party_id\x18\x02 \x01(\tH\x01R\x07partyId\x88\x01\x01\x42\x0b\n\t_asset_idB\x0b\n\t_party_id">\n\x16ObserveRewardsResponse\x12$\n\x06reward\x18\x01 \x01(\x0b\x32\x0c.vega.RewardR\x06reward"#\n\x11GetDepositRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"=\n\x12GetDepositResponse\x12\'\n\x07\x64\x65posit\x18\x01 \x01(\x0b\x32\r.vega.DepositR\x07\x64\x65posit"\x81\x01\n\x13ListDepositsRequest\x12\x19\n\x08party_id\x18\x01 \x01(\tR\x07partyId\x12@\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x00R\npagination\x88\x01\x01\x42\r\n\x0b_pagination"W\n\x14ListDepositsResponse\x12?\n\x08\x64\x65posits\x18\x01 \x01(\x0b\x32#.datanode.api.v2.DepositsConnectionR\x08\x64\x65posits"H\n\x0b\x44\x65positEdge\x12!\n\x04node\x18\x01 \x01(\x0b\x32\r.vega.DepositR\x04node\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"\x80\x01\n\x12\x44\x65positsConnection\x12\x32\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1c.datanode.api.v2.DepositEdgeR\x05\x65\x64ges\x12\x36\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfoR\x08pageInfo"&\n\x14GetWithdrawalRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"I\n\x15GetWithdrawalResponse\x12\x30\n\nwithdrawal\x18\x01 \x01(\x0b\x32\x10.vega.WithdrawalR\nwithdrawal"\x84\x01\n\x16ListWithdrawalsRequest\x12\x19\n\x08party_id\x18\x01 \x01(\tR\x07partyId\x12@\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x00R\npagination\x88\x01\x01\x42\r\n\x0b_pagination"c\n\x17ListWithdrawalsResponse\x12H\n\x0bwithdrawals\x18\x01 \x01(\x0b\x32&.datanode.api.v2.WithdrawalsConnectionR\x0bwithdrawals"N\n\x0eWithdrawalEdge\x12$\n\x04node\x18\x01 \x01(\x0b\x32\x10.vega.WithdrawalR\x04node\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"\x86\x01\n\x15WithdrawalsConnection\x12\x35\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1f.datanode.api.v2.WithdrawalEdgeR\x05\x65\x64ges\x12\x36\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfoR\x08pageInfo",\n\x0fGetAssetRequest\x12\x19\n\x08\x61sset_id\x18\x01 \x01(\tR\x07\x61ssetId"5\n\x10GetAssetResponse\x12!\n\x05\x61sset\x18\x01 \x01(\x0b\x32\x0b.vega.AssetR\x05\x61sset"\x91\x01\n\x11ListAssetsRequest\x12\x1e\n\x08\x61sset_id\x18\x01 \x01(\tH\x00R\x07\x61ssetId\x88\x01\x01\x12@\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x01R\npagination\x88\x01\x01\x42\x0b\n\t_asset_idB\r\n\x0b_pagination"O\n\x12ListAssetsResponse\x12\x39\n\x06\x61ssets\x18\x01 \x01(\x0b\x32!.datanode.api.v2.AssetsConnectionR\x06\x61ssets"D\n\tAssetEdge\x12\x1f\n\x04node\x18\x01 \x01(\x0b\x32\x0b.vega.AssetR\x04node\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"|\n\x10\x41ssetsConnection\x12\x30\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1a.datanode.api.v2.AssetEdgeR\x05\x65\x64ges\x12\x36\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfoR\x08pageInfo"\xff\x01\n\x1eListLiquidityProvisionsRequest\x12 \n\tmarket_id\x18\x01 \x01(\tH\x00R\x08marketId\x88\x01\x01\x12\x1e\n\x08party_id\x18\x02 \x01(\tH\x01R\x07partyId\x88\x01\x01\x12!\n\treference\x18\x03 \x01(\tH\x02R\treference\x88\x01\x01\x12@\n\npagination\x18\x04 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x03R\npagination\x88\x01\x01\x42\x0c\n\n_market_idB\x0b\n\t_party_idB\x0c\n\n_referenceB\r\n\x0b_pagination"\x84\x01\n\x1fListLiquidityProvisionsResponse\x12\x61\n\x14liquidity_provisions\x18\x01 \x01(\x0b\x32..datanode.api.v2.LiquidityProvisionsConnectionR\x13liquidityProvisions"_\n\x17LiquidityProvisionsEdge\x12,\n\x04node\x18\x01 \x01(\x0b\x32\x18.vega.LiquidityProvisionR\x04node\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"\x97\x01\n\x1dLiquidityProvisionsConnection\x12>\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32(.datanode.api.v2.LiquidityProvisionsEdgeR\x05\x65\x64ges\x12\x36\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfoR\x08pageInfo"\x81\x01\n\x18GetGovernanceDataRequest\x12$\n\x0bproposal_id\x18\x01 \x01(\tH\x00R\nproposalId\x88\x01\x01\x12!\n\treference\x18\x02 \x01(\tH\x01R\treference\x88\x01\x01\x42\x0e\n\x0c_proposal_idB\x0c\n\n_reference"E\n\x19GetGovernanceDataResponse\x12(\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x14.vega.GovernanceDataR\x04\x64\x61ta"\xfa\x04\n\x19ListGovernanceDataRequest\x12@\n\x0eproposal_state\x18\x01 \x01(\x0e\x32\x14.vega.Proposal.StateH\x00R\rproposalState\x88\x01\x01\x12Y\n\rproposal_type\x18\x02 \x01(\x0e\x32/.datanode.api.v2.ListGovernanceDataRequest.TypeH\x01R\x0cproposalType\x88\x01\x01\x12/\n\x11proposer_party_id\x18\x03 \x01(\tH\x02R\x0fproposerPartyId\x88\x01\x01\x12\x32\n\x12proposal_reference\x18\x04 \x01(\tH\x03R\x11proposalReference\x88\x01\x01\x12@\n\npagination\x18\x05 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x04R\npagination\x88\x01\x01"\xb7\x01\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0c\n\x08TYPE_ALL\x10\x01\x12\x13\n\x0fTYPE_NEW_MARKET\x10\x02\x12\x16\n\x12TYPE_UPDATE_MARKET\x10\x03\x12\x1b\n\x17TYPE_NETWORK_PARAMETERS\x10\x04\x12\x12\n\x0eTYPE_NEW_ASSET\x10\x05\x12\x16\n\x12TYPE_NEW_FREE_FORM\x10\x06\x12\x15\n\x11TYPE_UPDATE_ASSET\x10\x07\x42\x11\n\x0f_proposal_stateB\x10\n\x0e_proposal_typeB\x14\n\x12_proposer_party_idB\x15\n\x13_proposal_referenceB\r\n\x0b_pagination"g\n\x1aListGovernanceDataResponse\x12I\n\nconnection\x18\x01 \x01(\x0b\x32).datanode.api.v2.GovernanceDataConnectionR\nconnection"V\n\x12GovernanceDataEdge\x12(\n\x04node\x18\x01 \x01(\x0b\x32\x14.vega.GovernanceDataR\x04node\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"\x8d\x01\n\x18GovernanceDataConnection\x12\x39\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32#.datanode.api.v2.GovernanceDataEdgeR\x05\x65\x64ges\x12\x36\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfoR\x08pageInfo"G\n\x18ObserveGovernanceRequest\x12\x1e\n\x08party_id\x18\x01 \x01(\tH\x00R\x07partyId\x88\x01\x01\x42\x0b\n\t_party_id"E\n\x19ObserveGovernanceResponse\x12(\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x14.vega.GovernanceDataR\x04\x64\x61ta"\xed\x01\n\x16ListDelegationsRequest\x12\x1e\n\x08party_id\x18\x01 \x01(\tH\x00R\x07partyId\x88\x01\x01\x12\x1c\n\x07node_id\x18\x02 \x01(\tH\x01R\x06nodeId\x88\x01\x01\x12\x1e\n\x08\x65poch_id\x18\x03 \x01(\tH\x02R\x07\x65pochId\x88\x01\x01\x12@\n\npagination\x18\x04 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x03R\npagination\x88\x01\x01\x42\x0b\n\t_party_idB\n\n\x08_node_idB\x0b\n\t_epoch_idB\r\n\x0b_pagination"c\n\x17ListDelegationsResponse\x12H\n\x0b\x64\x65legations\x18\x01 \x01(\x0b\x32&.datanode.api.v2.DelegationsConnectionR\x0b\x64\x65legations"N\n\x0e\x44\x65legationEdge\x12$\n\x04node\x18\x01 \x01(\x0b\x32\x10.vega.DelegationR\x04node\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"\x86\x01\n\x15\x44\x65legationsConnection\x12\x35\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1f.datanode.api.v2.DelegationEdgeR\x05\x65\x64ges\x12\x36\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfoR\x08pageInfo"r\n\x19ObserveDelegationsRequest\x12\x1e\n\x08party_id\x18\x01 \x01(\tH\x00R\x07partyId\x88\x01\x01\x12\x1c\n\x07node_id\x18\x02 \x01(\tH\x01R\x06nodeId\x88\x01\x01\x42\x0b\n\t_party_idB\n\n\x08_node_id"N\n\x1aObserveDelegationsResponse\x12\x30\n\ndelegation\x18\x01 \x01(\x0b\x32\x10.vega.DelegationR\ndelegation"\x17\n\x15GetNetworkDataRequest"E\n\x16GetNetworkDataResponse\x12+\n\tnode_data\x18\x01 \x01(\x0b\x32\x0e.vega.NodeDataR\x08nodeData" \n\x0eGetNodeRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"1\n\x0fGetNodeResponse\x12\x1e\n\x04node\x18\x01 \x01(\x0b\x32\n.vega.NodeR\x04node"\x93\x01\n\x10ListNodesRequest\x12 \n\tepoch_seq\x18\x01 \x01(\x04H\x00R\x08\x65pochSeq\x88\x01\x01\x12@\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x01R\npagination\x88\x01\x01\x42\x0c\n\n_epoch_seqB\r\n\x0b_pagination"K\n\x11ListNodesResponse\x12\x36\n\x05nodes\x18\x01 \x01(\x0b\x32 .datanode.api.v2.NodesConnectionR\x05nodes"B\n\x08NodeEdge\x12\x1e\n\x04node\x18\x01 \x01(\x0b\x32\n.vega.NodeR\x04node\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"z\n\x0fNodesConnection\x12/\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x19.datanode.api.v2.NodeEdgeR\x05\x65\x64ges\x12\x36\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfoR\x08pageInfo"|\n\x19ListNodeSignaturesRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12@\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x00R\npagination\x88\x01\x01\x42\r\n\x0b_pagination"g\n\x1aListNodeSignaturesResponse\x12I\n\nsignatures\x18\x01 \x01(\x0b\x32).datanode.api.v2.NodeSignaturesConnectionR\nsignatures"`\n\x11NodeSignatureEdge\x12\x33\n\x04node\x18\x01 \x01(\x0b\x32\x1f.vega.commands.v1.NodeSignatureR\x04node\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"\x8c\x01\n\x18NodeSignaturesConnection\x12\x38\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32".datanode.api.v2.NodeSignatureEdgeR\x05\x65\x64ges\x12\x36\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfoR\x08pageInfo"-\n\x0fGetEpochRequest\x12\x13\n\x02id\x18\x01 \x01(\x04H\x00R\x02id\x88\x01\x01\x42\x05\n\x03_id"5\n\x10GetEpochResponse\x12!\n\x05\x65poch\x18\x01 \x01(\x0b\x32\x0b.vega.EpochR\x05\x65poch"7\n\x12\x45stimateFeeRequest\x12!\n\x05order\x18\x01 \x01(\x0b\x32\x0b.vega.OrderR\x05order"2\n\x13\x45stimateFeeResponse\x12\x1b\n\x03\x66\x65\x65\x18\x02 \x01(\x0b\x32\t.vega.FeeR\x03\x66\x65\x65":\n\x15\x45stimateMarginRequest\x12!\n\x05order\x18\x01 \x01(\x0b\x32\x0b.vega.OrderR\x05order"Q\n\x16\x45stimateMarginResponse\x12\x37\n\rmargin_levels\x18\x02 \x01(\x0b\x32\x12.vega.MarginLevelsR\x0cmarginLevels"o\n\x1cListNetworkParametersRequest\x12@\n\npagination\x18\x01 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x00R\npagination\x88\x01\x01\x42\r\n\x0b_pagination"{\n\x1dListNetworkParametersResponse\x12Z\n\x12network_parameters\x18\x01 \x01(\x0b\x32+.datanode.api.v2.NetworkParameterConnectionR\x11networkParameters".\n\x1aGetNetworkParameterRequest\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key"b\n\x1bGetNetworkParameterResponse\x12\x43\n\x11network_parameter\x18\x01 \x01(\x0b\x32\x16.vega.NetworkParameterR\x10networkParameter"Z\n\x14NetworkParameterEdge\x12*\n\x04node\x18\x01 \x01(\x0b\x32\x16.vega.NetworkParameterR\x04node\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"\x91\x01\n\x1aNetworkParameterConnection\x12;\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32%.datanode.api.v2.NetworkParameterEdgeR\x05\x65\x64ges\x12\x36\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfoR\x08pageInfo"Z\n\nCheckpoint\x12\x12\n\x04hash\x18\x01 \x01(\tR\x04hash\x12\x1d\n\nblock_hash\x18\x02 \x01(\tR\tblockHash\x12\x19\n\x08\x61t_block\x18\x03 \x01(\x04R\x07\x61tBlock"i\n\x16ListCheckpointsRequest\x12@\n\npagination\x18\x01 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x00R\npagination\x88\x01\x01\x42\r\n\x0b_pagination"c\n\x17ListCheckpointsResponse\x12H\n\x0b\x63heckpoints\x18\x01 \x01(\x0b\x32&.datanode.api.v2.CheckpointsConnectionR\x0b\x63heckpoints"Y\n\x0e\x43heckpointEdge\x12/\n\x04node\x18\x01 \x01(\x0b\x32\x1b.datanode.api.v2.CheckpointR\x04node\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"\x86\x01\n\x15\x43heckpointsConnection\x12\x35\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32\x1f.datanode.api.v2.CheckpointEdgeR\x05\x65\x64ges\x12\x36\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfoR\x08pageInfo"}\n\x0fGetStakeRequest\x12\x19\n\x08party_id\x18\x01 \x01(\tR\x07partyId\x12@\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x00R\npagination\x88\x01\x01\x42\r\n\x0b_pagination"\x94\x01\n\x10GetStakeResponse\x12\x36\n\x17\x63urrent_stake_available\x18\x01 \x01(\tR\x15\x63urrentStakeAvailable\x12H\n\x0estake_linkings\x18\x02 \x01(\x0b\x32!.datanode.api.v2.StakesConnectionR\rstakeLinkings"\\\n\x10StakeLinkingEdge\x12\x30\n\x04node\x18\x01 \x01(\x0b\x32\x1c.vega.events.v1.StakeLinkingR\x04node\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"\x83\x01\n\x10StakesConnection\x12\x37\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32!.datanode.api.v2.StakeLinkingEdgeR\x05\x65\x64ges\x12\x36\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfoR\x08pageInfo"4\n\x15GetRiskFactorsRequest\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId"K\n\x16GetRiskFactorsResponse\x12\x31\n\x0brisk_factor\x18\x01 \x01(\x0b\x32\x10.vega.RiskFactorR\nriskFactor"\xa1\x01\n\x16ObserveEventBusRequest\x12\x30\n\x04type\x18\x01 \x03(\x0e\x32\x1c.vega.events.v1.BusEventTypeR\x04type\x12\x1b\n\tmarket_id\x18\x02 \x01(\tR\x08marketId\x12\x19\n\x08party_id\x18\x03 \x01(\tR\x07partyId\x12\x1d\n\nbatch_size\x18\x04 \x01(\x03R\tbatchSize"K\n\x17ObserveEventBusResponse\x12\x30\n\x06\x65vents\x18\x01 \x03(\x0b\x32\x18.vega.events.v1.BusEventR\x06\x65vents"!\n\x1fObserveTransferResponsesRequest"V\n ObserveTransferResponsesResponse\x12\x32\n\x08response\x18\x01 \x01(\x0b\x32\x16.vega.TransferResponseR\x08response"\x94\x01\n\x17ListKeyRotationsRequest\x12\x1c\n\x07node_id\x18\x01 \x01(\tH\x00R\x06nodeId\x88\x01\x01\x12@\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x01R\npagination\x88\x01\x01\x42\n\n\x08_node_idB\r\n\x0b_pagination"`\n\x18ListKeyRotationsResponse\x12\x44\n\trotations\x18\x01 \x01(\x0b\x32&.datanode.api.v2.KeyRotationConnectionR\trotations"Z\n\x0fKeyRotationEdge\x12/\n\x04node\x18\x01 \x01(\x0b\x32\x1b.vega.events.v1.KeyRotationR\x04node\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"\x87\x01\n\x15KeyRotationConnection\x12\x36\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32 .datanode.api.v2.KeyRotationEdgeR\x05\x65\x64ges\x12\x36\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfoR\x08pageInfo"\x9c\x01\n\x1fListEthereumKeyRotationsRequest\x12\x1c\n\x07node_id\x18\x01 \x01(\tH\x00R\x06nodeId\x88\x01\x01\x12@\n\npagination\x18\x02 \x01(\x0b\x32\x1b.datanode.api.v2.PaginationH\x01R\npagination\x88\x01\x01\x42\n\n\x08_node_idB\r\n\x0b_pagination"x\n ListEthereumKeyRotationsResponse\x12T\n\rkey_rotations\x18\x01 \x01(\x0b\x32/.datanode.api.v2.EthereumKeyRotationsConnectionR\x0ckeyRotations"\x98\x01\n\x1e\x45thereumKeyRotationsConnection\x12>\n\x05\x65\x64ges\x18\x01 \x03(\x0b\x32(.datanode.api.v2.EthereumKeyRotationEdgeR\x05\x65\x64ges\x12\x36\n\tpage_info\x18\x02 \x01(\x0b\x32\x19.datanode.api.v2.PageInfoR\x08pageInfo"\x8a\x01\n\x17\x45thereumKeyRotationEdge\x12W\n\x15\x65thereum_key_rotation\x18\x01 \x01(\x0b\x32#.vega.events.v1.EthereumKeyRotationR\x13\x65thereumKeyRotation\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursor"\x14\n\x12GetVegaTimeRequest"3\n\x13GetVegaTimeResponse\x12\x1c\n\ttimestamp\x18\x01 \x01(\x03R\ttimestamp*\xb0\x01\n\x0c\x41\x63\x63ountField\x12\x1d\n\x19\x41\x43\x43OUNT_FIELD_UNSPECIFIED\x10\x00\x12\x14\n\x10\x41\x43\x43OUNT_FIELD_ID\x10\x01\x12\x1a\n\x16\x41\x43\x43OUNT_FIELD_PARTY_ID\x10\x02\x12\x1a\n\x16\x41\x43\x43OUNT_FIELD_ASSET_ID\x10\x03\x12\x1b\n\x17\x41\x43\x43OUNT_FIELD_MARKET_ID\x10\x04\x12\x16\n\x12\x41\x43\x43OUNT_FIELD_TYPE\x10\x05*\xad\x01\n\x11TransferDirection\x12"\n\x1eTRANSFER_DIRECTION_UNSPECIFIED\x10\x00\x12$\n TRANSFER_DIRECTION_TRANSFER_FROM\x10\x01\x12"\n\x1eTRANSFER_DIRECTION_TRANSFER_TO\x10\x02\x12*\n&TRANSFER_DIRECTION_TRANSFER_TO_OR_FROM\x10\x03\x32\xd0;\n\x12TradingDataService\x12[\n\x0cListAccounts\x12$.datanode.api.v2.ListAccountsRequest\x1a%.datanode.api.v2.ListAccountsResponse\x12\x66\n\x0fObserveAccounts\x12\'.datanode.api.v2.ObserveAccountsRequest\x1a(.datanode.api.v2.ObserveAccountsResponse0\x01\x12\x43\n\x04Info\x12\x1c.datanode.api.v2.InfoRequest\x1a\x1d.datanode.api.v2.InfoResponse\x12O\n\x08GetOrder\x12 .datanode.api.v2.GetOrderRequest\x1a!.datanode.api.v2.GetOrderResponse\x12U\n\nListOrders\x12".datanode.api.v2.ListOrdersRequest\x1a#.datanode.api.v2.ListOrdersResponse\x12j\n\x11ListOrderVersions\x12).datanode.api.v2.ListOrderVersionsRequest\x1a*.datanode.api.v2.ListOrderVersionsResponse\x12`\n\rObserveOrders\x12%.datanode.api.v2.ObserveOrdersRequest\x1a&.datanode.api.v2.ObserveOrdersResponse0\x01\x12^\n\rListPositions\x12%.datanode.api.v2.ListPositionsRequest\x1a&.datanode.api.v2.ListPositionsResponse\x12i\n\x10ObservePositions\x12(.datanode.api.v2.ObservePositionsRequest\x1a).datanode.api.v2.ObservePositionsResponse0\x01\x12l\n\x11GetBalanceHistory\x12).datanode.api.v2.GetBalanceHistoryRequest\x1a*.datanode.api.v2.GetBalanceHistoryResponse"\x00\x12p\n\x13GetLatestMarketData\x12+.datanode.api.v2.GetLatestMarketDataRequest\x1a,.datanode.api.v2.GetLatestMarketDataResponse\x12s\n\x14ListLatestMarketData\x12,.datanode.api.v2.ListLatestMarketDataRequest\x1a-.datanode.api.v2.ListLatestMarketDataResponse\x12s\n\x14GetLatestMarketDepth\x12,.datanode.api.v2.GetLatestMarketDepthRequest\x1a-.datanode.api.v2.GetLatestMarketDepthResponse\x12r\n\x13ObserveMarketsDepth\x12+.datanode.api.v2.ObserveMarketsDepthRequest\x1a,.datanode.api.v2.ObserveMarketsDepthResponse0\x01\x12\x87\x01\n\x1aObserveMarketsDepthUpdates\x12\x32.datanode.api.v2.ObserveMarketsDepthUpdatesRequest\x1a\x33.datanode.api.v2.ObserveMarketsDepthUpdatesResponse0\x01\x12o\n\x12ObserveMarketsData\x12*.datanode.api.v2.ObserveMarketsDataRequest\x1a+.datanode.api.v2.ObserveMarketsDataResponse0\x01\x12\x7f\n\x18GetMarketDataHistoryByID\x12\x30.datanode.api.v2.GetMarketDataHistoryByIDRequest\x1a\x31.datanode.api.v2.GetMarketDataHistoryByIDResponse\x12^\n\rListTransfers\x12%.datanode.api.v2.ListTransfersRequest\x1a&.datanode.api.v2.ListTransfersResponse\x12g\n\x10GetNetworkLimits\x12(.datanode.api.v2.GetNetworkLimitsRequest\x1a).datanode.api.v2.GetNetworkLimitsResponse\x12\x61\n\x0eListCandleData\x12&.datanode.api.v2.ListCandleDataRequest\x1a\'.datanode.api.v2.ListCandleDataResponse\x12l\n\x11ObserveCandleData\x12).datanode.api.v2.ObserveCandleDataRequest\x1a*.datanode.api.v2.ObserveCandleDataResponse0\x01\x12p\n\x13ListCandleIntervals\x12+.datanode.api.v2.ListCandleIntervalsRequest\x1a,.datanode.api.v2.ListCandleIntervalsResponse\x12R\n\tListVotes\x12!.datanode.api.v2.ListVotesRequest\x1a".datanode.api.v2.ListVotesResponse\x12]\n\x0cObserveVotes\x12$.datanode.api.v2.ObserveVotesRequest\x1a%.datanode.api.v2.ObserveVotesResponse0\x01\x12\x9d\x01\n"GetERC20MultiSigSignerAddedBundles\x12:.datanode.api.v2.GetERC20MultiSigSignerAddedBundlesRequest\x1a;.datanode.api.v2.GetERC20MultiSigSignerAddedBundlesResponse\x12\xa3\x01\n$GetERC20MultiSigSignerRemovedBundles\x12<.datanode.api.v2.GetERC20MultiSigSignerRemovedBundlesRequest\x1a=.datanode.api.v2.GetERC20MultiSigSignerRemovedBundlesResponse\x12|\n\x17GetERC20ListAssetBundle\x12/.datanode.api.v2.GetERC20ListAssetBundleRequest\x1a\x30.datanode.api.v2.GetERC20ListAssetBundleResponse\x12\x8b\x01\n\x1cGetERC20SetAssetLimitsBundle\x12\x34.datanode.api.v2.GetERC20SetAssetLimitsBundleRequest\x1a\x35.datanode.api.v2.GetERC20SetAssetLimitsBundleResponse\x12\x85\x01\n\x1aGetERC20WithdrawalApproval\x12\x32.datanode.api.v2.GetERC20WithdrawalApprovalRequest\x1a\x33.datanode.api.v2.GetERC20WithdrawalApprovalResponse\x12[\n\x0cGetLastTrade\x12$.datanode.api.v2.GetLastTradeRequest\x1a%.datanode.api.v2.GetLastTradeResponse\x12U\n\nListTrades\x12".datanode.api.v2.ListTradesRequest\x1a#.datanode.api.v2.ListTradesResponse\x12`\n\rObserveTrades\x12%.datanode.api.v2.ObserveTradesRequest\x1a&.datanode.api.v2.ObserveTradesResponse0\x01\x12^\n\rGetOracleSpec\x12%.datanode.api.v2.GetOracleSpecRequest\x1a&.datanode.api.v2.GetOracleSpecResponse\x12\x64\n\x0fListOracleSpecs\x12\'.datanode.api.v2.ListOracleSpecsRequest\x1a(.datanode.api.v2.ListOracleSpecsResponse\x12\x61\n\x0eListOracleData\x12&.datanode.api.v2.ListOracleDataRequest\x1a\'.datanode.api.v2.ListOracleDataResponse\x12R\n\tGetMarket\x12!.datanode.api.v2.GetMarketRequest\x1a".datanode.api.v2.GetMarketResponse\x12X\n\x0bListMarkets\x12#.datanode.api.v2.ListMarketsRequest\x1a$.datanode.api.v2.ListMarketsResponse\x12O\n\x08GetParty\x12 .datanode.api.v2.GetPartyRequest\x1a!.datanode.api.v2.GetPartyResponse\x12X\n\x0bListParties\x12#.datanode.api.v2.ListPartiesRequest\x1a$.datanode.api.v2.ListPartiesResponse\x12g\n\x10ListMarginLevels\x12(.datanode.api.v2.ListMarginLevelsRequest\x1a).datanode.api.v2.ListMarginLevelsResponse\x12r\n\x13ObserveMarginLevels\x12+.datanode.api.v2.ObserveMarginLevelsRequest\x1a,.datanode.api.v2.ObserveMarginLevelsResponse0\x01\x12X\n\x0bListRewards\x12#.datanode.api.v2.ListRewardsRequest\x1a$.datanode.api.v2.ListRewardsResponse\x12p\n\x13ListRewardSummaries\x12+.datanode.api.v2.ListRewardSummariesRequest\x1a,.datanode.api.v2.ListRewardSummariesResponse\x12\x63\n\x0eObserveRewards\x12&.datanode.api.v2.ObserveRewardsRequest\x1a\'.datanode.api.v2.ObserveRewardsResponse0\x01\x12U\n\nGetDeposit\x12".datanode.api.v2.GetDepositRequest\x1a#.datanode.api.v2.GetDepositResponse\x12[\n\x0cListDeposits\x12$.datanode.api.v2.ListDepositsRequest\x1a%.datanode.api.v2.ListDepositsResponse\x12^\n\rGetWithdrawal\x12%.datanode.api.v2.GetWithdrawalRequest\x1a&.datanode.api.v2.GetWithdrawalResponse\x12\x64\n\x0fListWithdrawals\x12\'.datanode.api.v2.ListWithdrawalsRequest\x1a(.datanode.api.v2.ListWithdrawalsResponse\x12O\n\x08GetAsset\x12 .datanode.api.v2.GetAssetRequest\x1a!.datanode.api.v2.GetAssetResponse\x12U\n\nListAssets\x12".datanode.api.v2.ListAssetsRequest\x1a#.datanode.api.v2.ListAssetsResponse\x12|\n\x17ListLiquidityProvisions\x12/.datanode.api.v2.ListLiquidityProvisionsRequest\x1a\x30.datanode.api.v2.ListLiquidityProvisionsResponse\x12j\n\x11GetGovernanceData\x12).datanode.api.v2.GetGovernanceDataRequest\x1a*.datanode.api.v2.GetGovernanceDataResponse\x12m\n\x12ListGovernanceData\x12*.datanode.api.v2.ListGovernanceDataRequest\x1a+.datanode.api.v2.ListGovernanceDataResponse\x12l\n\x11ObserveGovernance\x12).datanode.api.v2.ObserveGovernanceRequest\x1a*.datanode.api.v2.ObserveGovernanceResponse0\x01\x12\x64\n\x0fListDelegations\x12\'.datanode.api.v2.ListDelegationsRequest\x1a(.datanode.api.v2.ListDelegationsResponse\x12o\n\x12ObserveDelegations\x12*.datanode.api.v2.ObserveDelegationsRequest\x1a+.datanode.api.v2.ObserveDelegationsResponse0\x01\x12\x61\n\x0eGetNetworkData\x12&.datanode.api.v2.GetNetworkDataRequest\x1a\'.datanode.api.v2.GetNetworkDataResponse\x12L\n\x07GetNode\x12\x1f.datanode.api.v2.GetNodeRequest\x1a .datanode.api.v2.GetNodeResponse\x12R\n\tListNodes\x12!.datanode.api.v2.ListNodesRequest\x1a".datanode.api.v2.ListNodesResponse\x12m\n\x12ListNodeSignatures\x12*.datanode.api.v2.ListNodeSignaturesRequest\x1a+.datanode.api.v2.ListNodeSignaturesResponse\x12O\n\x08GetEpoch\x12 .datanode.api.v2.GetEpochRequest\x1a!.datanode.api.v2.GetEpochResponse\x12X\n\x0b\x45stimateFee\x12#.datanode.api.v2.EstimateFeeRequest\x1a$.datanode.api.v2.EstimateFeeResponse\x12\x61\n\x0e\x45stimateMargin\x12&.datanode.api.v2.EstimateMarginRequest\x1a\'.datanode.api.v2.EstimateMarginResponse\x12v\n\x15ListNetworkParameters\x12-.datanode.api.v2.ListNetworkParametersRequest\x1a..datanode.api.v2.ListNetworkParametersResponse\x12p\n\x13GetNetworkParameter\x12+.datanode.api.v2.GetNetworkParameterRequest\x1a,.datanode.api.v2.GetNetworkParameterResponse\x12\x64\n\x0fListCheckpoints\x12\'.datanode.api.v2.ListCheckpointsRequest\x1a(.datanode.api.v2.ListCheckpointsResponse\x12O\n\x08GetStake\x12 .datanode.api.v2.GetStakeRequest\x1a!.datanode.api.v2.GetStakeResponse\x12\x61\n\x0eGetRiskFactors\x12&.datanode.api.v2.GetRiskFactorsRequest\x1a\'.datanode.api.v2.GetRiskFactorsResponse\x12h\n\x0fObserveEventBus\x12\'.datanode.api.v2.ObserveEventBusRequest\x1a(.datanode.api.v2.ObserveEventBusResponse(\x01\x30\x01\x12\x81\x01\n\x18ObserveTransferResponses\x12\x30.datanode.api.v2.ObserveTransferResponsesRequest\x1a\x31.datanode.api.v2.ObserveTransferResponsesResponse0\x01\x12g\n\x10ListKeyRotations\x12(.datanode.api.v2.ListKeyRotationsRequest\x1a).datanode.api.v2.ListKeyRotationsResponse\x12\x7f\n\x18ListEthereumKeyRotations\x12\x30.datanode.api.v2.ListEthereumKeyRotationsRequest\x1a\x31.datanode.api.v2.ListEthereumKeyRotationsResponse\x12X\n\x0bGetVegaTime\x12#.datanode.api.v2.GetVegaTimeRequest\x1a$.datanode.api.v2.GetVegaTimeResponseBzZ1code.vegaprotocol.io/vega/protos/data-node/api/v2\x92\x41\x44\x12\x1b\n\x13Vega data node APIs2\x04\x34\x32.0\x1a!lb.testnet.vega.xyz/datanode/rest*\x02\x01\x02\x62\x06proto3' ) -_sym_db.RegisterMessage(ObserveTransferResponsesRequest) -ObserveTransferResponsesResponse = _reflection.GeneratedProtocolMessageType( - "ObserveTransferResponsesResponse", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVETRANSFERRESPONSESRESPONSE, - "__module__": "data_node.api.v2.trading_data_pb2" - # @@protoc_insertion_point(class_scope:datanode.api.v2.ObserveTransferResponsesResponse) - }, +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) +_builder.BuildTopDescriptorsAndMessages( + DESCRIPTOR, "data_node.api.v2.trading_data_pb2", globals() ) -_sym_db.RegisterMessage(ObserveTransferResponsesResponse) - -_TRADINGDATASERVICE = DESCRIPTOR.services_by_name["TradingDataService"] if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None - DESCRIPTOR._serialized_options = ( - b"Z1code.vegaprotocol.io/vega/protos/data-node/api/v2" - ) + DESCRIPTOR._serialized_options = b"Z1code.vegaprotocol.io/vega/protos/data-node/api/v2\222AD\022\033\n\023Vega data node APIs2\00442.0\032!lb.testnet.vega.xyz/datanode/rest*\002\001\002" _GETMARKETDATAHISTORYBYIDREQUEST.fields_by_name["offset_pagination"]._options = None _GETMARKETDATAHISTORYBYIDREQUEST.fields_by_name[ "offset_pagination" ]._serialized_options = b"\030\001" - _ACCOUNTFIELD._serialized_start = 17680 - _ACCOUNTFIELD._serialized_end = 17856 - _TRANSFERDIRECTION._serialized_start = 17859 - _TRANSFERDIRECTION._serialized_end = 18032 - _OFFSETPAGINATION._serialized_start = 220 - _OFFSETPAGINATION._serialized_end = 287 - _PAGINATION._serialized_start = 290 - _PAGINATION._serialized_end = 466 - _PAGEINFO._serialized_start = 468 - _PAGEINFO._serialized_end = 570 - _LISTACCOUNTSREQUEST._serialized_start = 573 - _LISTACCOUNTSREQUEST._serialized_end = 711 - _LISTACCOUNTSRESPONSE._serialized_start = 713 - _LISTACCOUNTSRESPONSE._serialized_end = 790 - _ACCOUNTSCONNECTION._serialized_start = 793 - _ACCOUNTSCONNECTION._serialized_end = 925 - _ACCOUNTEDGE._serialized_start = 927 - _ACCOUNTEDGE._serialized_end = 988 - _OBSERVEACCOUNTSREQUEST._serialized_start = 990 - _OBSERVEACCOUNTSREQUEST._serialized_end = 1099 - _OBSERVEACCOUNTSRESPONSE._serialized_start = 1101 - _OBSERVEACCOUNTSRESPONSE._serialized_end = 1158 - _INFOREQUEST._serialized_start = 1160 - _INFOREQUEST._serialized_end = 1173 - _INFORESPONSE._serialized_start = 1175 - _INFORESPONSE._serialized_end = 1227 - _GETORDERREQUEST._serialized_start = 1229 - _GETORDERREQUEST._serialized_end = 1298 - _GETORDERRESPONSE._serialized_start = 1300 - _GETORDERRESPONSE._serialized_end = 1346 - _LISTORDERSREQUEST._serialized_start = 1349 - _LISTORDERSREQUEST._serialized_end = 1549 - _LISTORDERSRESPONSE._serialized_start = 1551 - _LISTORDERSRESPONSE._serialized_end = 1621 - _LISTORDERVERSIONSREQUEST._serialized_start = 1623 - _LISTORDERVERSIONSREQUEST._serialized_end = 1736 - _LISTORDERVERSIONSRESPONSE._serialized_start = 1738 - _LISTORDERVERSIONSRESPONSE._serialized_end = 1815 - _OBSERVEORDERSREQUEST._serialized_start = 1817 - _OBSERVEORDERSREQUEST._serialized_end = 1913 - _OBSERVEORDERSRESPONSE._serialized_start = 1915 - _OBSERVEORDERSRESPONSE._serialized_end = 1967 - _LISTPOSITIONSREQUEST._serialized_start = 1970 - _LISTPOSITIONSREQUEST._serialized_end = 2098 - _LISTPOSITIONSRESPONSE._serialized_start = 2100 - _LISTPOSITIONSRESPONSE._serialized_end = 2179 - _POSITIONEDGE._serialized_start = 2181 - _POSITIONEDGE._serialized_end = 2241 - _POSITIONCONNECTION._serialized_start = 2243 - _POSITIONCONNECTION._serialized_end = 2355 - _OBSERVEPOSITIONSREQUEST._serialized_start = 2357 - _OBSERVEPOSITIONSREQUEST._serialized_end = 2456 - _OBSERVEPOSITIONSRESPONSE._serialized_start = 2458 - _OBSERVEPOSITIONSRESPONSE._serialized_end = 2518 - _GETBALANCEHISTORYREQUEST._serialized_start = 2520 - _GETBALANCEHISTORYREQUEST._serialized_end = 2643 - _GETBALANCEHISTORYRESPONSE._serialized_start = 2645 - _GETBALANCEHISTORYRESPONSE._serialized_end = 2726 - _ACCOUNTFILTER._serialized_start = 2728 - _ACCOUNTFILTER._serialized_end = 2842 - _AGGREGATEDBALANCE._serialized_start = 2845 - _AGGREGATEDBALANCE._serialized_end = 3091 - _OBSERVEMARKETSDEPTHREQUEST._serialized_start = 3093 - _OBSERVEMARKETSDEPTHREQUEST._serialized_end = 3141 - _OBSERVEMARKETSDEPTHRESPONSE._serialized_start = 3143 - _OBSERVEMARKETSDEPTHRESPONSE._serialized_end = 3213 - _OBSERVEMARKETSDEPTHUPDATESREQUEST._serialized_start = 3215 - _OBSERVEMARKETSDEPTHUPDATESREQUEST._serialized_end = 3270 - _OBSERVEMARKETSDEPTHUPDATESRESPONSE._serialized_start = 3272 - _OBSERVEMARKETSDEPTHUPDATESRESPONSE._serialized_end = 3349 - _OBSERVEMARKETSDATAREQUEST._serialized_start = 3351 - _OBSERVEMARKETSDATAREQUEST._serialized_end = 3398 - _OBSERVEMARKETSDATARESPONSE._serialized_start = 3400 - _OBSERVEMARKETSDATARESPONSE._serialized_end = 3467 - _GETLATESTMARKETDEPTHREQUEST._serialized_start = 3469 - _GETLATESTMARKETDEPTHREQUEST._serialized_end = 3555 - _GETLATESTMARKETDEPTHRESPONSE._serialized_start = 3558 - _GETLATESTMARKETDEPTHRESPONSE._serialized_end = 3728 - _LISTLATESTMARKETDATAREQUEST._serialized_start = 3730 - _LISTLATESTMARKETDATAREQUEST._serialized_end = 3759 - _LISTLATESTMARKETDATARESPONSE._serialized_start = 3761 - _LISTLATESTMARKETDATARESPONSE._serialized_end = 3831 - _GETLATESTMARKETDATAREQUEST._serialized_start = 3833 - _GETLATESTMARKETDATAREQUEST._serialized_end = 3880 - _GETLATESTMARKETDATARESPONSE._serialized_start = 3882 - _GETLATESTMARKETDATARESPONSE._serialized_end = 3950 - _GETMARKETDATAHISTORYBYIDREQUEST._serialized_start = 3953 - _GETMARKETDATAHISTORYBYIDREQUEST._serialized_end = 4263 - _GETMARKETDATAHISTORYBYIDRESPONSE._serialized_start = 4265 - _GETMARKETDATAHISTORYBYIDRESPONSE._serialized_end = 4359 - _MARKETDATAEDGE._serialized_start = 4361 - _MARKETDATAEDGE._serialized_end = 4425 - _MARKETDATACONNECTION._serialized_start = 4427 - _MARKETDATACONNECTION._serialized_end = 4543 - _MARKETSDATASUBSCRIBEREQUEST._serialized_start = 4545 - _MARKETSDATASUBSCRIBEREQUEST._serialized_end = 4593 - _MARKETSDATASUBSCRIBERESPONSE._serialized_start = 4595 - _MARKETSDATASUBSCRIBERESPONSE._serialized_end = 4664 - _LISTTRANSFERSREQUEST._serialized_start = 4667 - _LISTTRANSFERSREQUEST._serialized_end = 4845 - _LISTTRANSFERSRESPONSE._serialized_start = 4847 - _LISTTRANSFERSRESPONSE._serialized_end = 4926 - _TRANSFEREDGE._serialized_start = 4928 - _TRANSFEREDGE._serialized_end = 4998 - _TRANSFERCONNECTION._serialized_start = 5000 - _TRANSFERCONNECTION._serialized_end = 5112 - _GETNETWORKLIMITSREQUEST._serialized_start = 5114 - _GETNETWORKLIMITSREQUEST._serialized_end = 5139 - _GETNETWORKLIMITSRESPONSE._serialized_start = 5141 - _GETNETWORKLIMITSRESPONSE._serialized_end = 5204 - _LISTCANDLEINTERVALSREQUEST._serialized_start = 5206 - _LISTCANDLEINTERVALSREQUEST._serialized_end = 5253 - _INTERVALTOCANDLEID._serialized_start = 5255 - _INTERVALTOCANDLEID._serialized_end = 5312 - _LISTCANDLEINTERVALSRESPONSE._serialized_start = 5314 - _LISTCANDLEINTERVALSRESPONSE._serialized_end = 5411 - _CANDLE._serialized_start = 5413 - _CANDLE._serialized_end = 5529 - _OBSERVECANDLEDATAREQUEST._serialized_start = 5531 - _OBSERVECANDLEDATAREQUEST._serialized_end = 5576 - _OBSERVECANDLEDATARESPONSE._serialized_start = 5578 - _OBSERVECANDLEDATARESPONSE._serialized_end = 5646 - _LISTCANDLEDATAREQUEST._serialized_start = 5649 - _LISTCANDLEDATAREQUEST._serialized_end = 5840 - _LISTCANDLEDATARESPONSE._serialized_start = 5842 - _LISTCANDLEDATARESPONSE._serialized_end = 5922 - _CANDLEEDGE._serialized_start = 5924 - _CANDLEEDGE._serialized_end = 5991 - _CANDLEDATACONNECTION._serialized_start = 5993 - _CANDLEDATACONNECTION._serialized_end = 6105 - _LISTVOTESREQUEST._serialized_start = 6107 - _LISTVOTESREQUEST._serialized_end = 6212 - _LISTVOTESRESPONSE._serialized_start = 6214 - _LISTVOTESRESPONSE._serialized_end = 6281 - _VOTEEDGE._serialized_start = 6283 - _VOTEEDGE._serialized_end = 6335 - _VOTECONNECTION._serialized_start = 6337 - _VOTECONNECTION._serialized_end = 6441 - _OBSERVEVOTESREQUEST._serialized_start = 6443 - _OBSERVEVOTESREQUEST._serialized_end = 6542 - _OBSERVEVOTESRESPONSE._serialized_start = 6544 - _OBSERVEVOTESRESPONSE._serialized_end = 6592 - _GETERC20MULTISIGSIGNERADDEDBUNDLESREQUEST._serialized_start = 6595 - _GETERC20MULTISIGSIGNERADDEDBUNDLESREQUEST._serialized_end = 6729 - _GETERC20MULTISIGSIGNERADDEDBUNDLESRESPONSE._serialized_start = 6731 - _GETERC20MULTISIGSIGNERADDEDBUNDLESRESPONSE._serialized_end = 6841 - _ERC20MULTISIGSIGNERADDEDBUNDLE._serialized_start = 6844 - _ERC20MULTISIGSIGNERADDEDBUNDLE._serialized_end = 6988 - _GETERC20MULTISIGSIGNERREMOVEDBUNDLESREQUEST._serialized_start = 6991 - _GETERC20MULTISIGSIGNERREMOVEDBUNDLESREQUEST._serialized_end = 7146 - _GETERC20MULTISIGSIGNERREMOVEDBUNDLESRESPONSE._serialized_start = 7148 - _GETERC20MULTISIGSIGNERREMOVEDBUNDLESRESPONSE._serialized_end = 7262 - _ERC20MULTISIGSIGNERREMOVEDBUNDLE._serialized_start = 7265 - _ERC20MULTISIGSIGNERREMOVEDBUNDLE._serialized_end = 7411 - _GETERC20LISTASSETBUNDLEREQUEST._serialized_start = 7413 - _GETERC20LISTASSETBUNDLEREQUEST._serialized_end = 7463 - _GETERC20LISTASSETBUNDLERESPONSE._serialized_start = 7465 - _GETERC20LISTASSETBUNDLERESPONSE._serialized_end = 7578 - _GETERC20SETASSETLIMITSBUNDLEREQUEST._serialized_start = 7580 - _GETERC20SETASSETLIMITSBUNDLEREQUEST._serialized_end = 7638 - _GETERC20SETASSETLIMITSBUNDLERESPONSE._serialized_start = 7641 - _GETERC20SETASSETLIMITSBUNDLERESPONSE._serialized_end = 7802 - _GETERC20WITHDRAWALAPPROVALREQUEST._serialized_start = 7804 - _GETERC20WITHDRAWALAPPROVALREQUEST._serialized_end = 7862 - _GETERC20WITHDRAWALAPPROVALRESPONSE._serialized_start = 7865 - _GETERC20WITHDRAWALAPPROVALRESPONSE._serialized_end = 8032 - _LISTTRADESREQUEST._serialized_start = 8035 - _LISTTRADESREQUEST._serialized_end = 8233 - _LISTTRADESRESPONSE._serialized_start = 8235 - _LISTTRADESRESPONSE._serialized_end = 8305 - _TRADECONNECTION._serialized_start = 8307 - _TRADECONNECTION._serialized_end = 8413 - _TRADEEDGE._serialized_start = 8415 - _TRADEEDGE._serialized_end = 8469 - _OBSERVETRADESREQUEST._serialized_start = 8471 - _OBSERVETRADESREQUEST._serialized_end = 8567 - _OBSERVETRADESRESPONSE._serialized_start = 8569 - _OBSERVETRADESRESPONSE._serialized_end = 8621 - _GETORACLESPECREQUEST._serialized_start = 8623 - _GETORACLESPECREQUEST._serialized_end = 8669 - _GETORACLESPECRESPONSE._serialized_start = 8671 - _GETORACLESPECRESPONSE._serialized_end = 8739 - _LISTORACLESPECSREQUEST._serialized_start = 8741 - _LISTORACLESPECSREQUEST._serialized_end = 8834 - _LISTORACLESPECSRESPONSE._serialized_start = 8836 - _LISTORACLESPECSRESPONSE._serialized_end = 8923 - _LISTORACLEDATAREQUEST._serialized_start = 8926 - _LISTORACLEDATAREQUEST._serialized_end = 9066 - _LISTORACLEDATARESPONSE._serialized_start = 9068 - _LISTORACLEDATARESPONSE._serialized_end = 9152 - _ORACLESPECEDGE._serialized_start = 9154 - _ORACLESPECEDGE._serialized_end = 9224 - _ORACLESPECSCONNECTION._serialized_start = 9226 - _ORACLESPECSCONNECTION._serialized_end = 9343 - _ORACLEDATAEDGE._serialized_start = 9345 - _ORACLEDATAEDGE._serialized_end = 9415 - _ORACLEDATACONNECTION._serialized_start = 9417 - _ORACLEDATACONNECTION._serialized_end = 9533 - _LISTMARKETSREQUEST._serialized_start = 9535 - _LISTMARKETSREQUEST._serialized_end = 9643 - _LISTMARKETSRESPONSE._serialized_start = 9645 - _LISTMARKETSRESPONSE._serialized_end = 9718 - _MARKETEDGE._serialized_start = 9720 - _MARKETEDGE._serialized_end = 9776 - _MARKETCONNECTION._serialized_start = 9778 - _MARKETCONNECTION._serialized_end = 9886 - _LISTPARTIESREQUEST._serialized_start = 9888 - _LISTPARTIESREQUEST._serialized_end = 9975 - _LISTPARTIESRESPONSE._serialized_start = 9977 - _LISTPARTIESRESPONSE._serialized_end = 10047 - _PARTYEDGE._serialized_start = 10049 - _PARTYEDGE._serialized_end = 10103 - _PARTYCONNECTION._serialized_start = 10105 - _PARTYCONNECTION._serialized_end = 10211 - _ORDEREDGE._serialized_start = 10213 - _ORDEREDGE._serialized_end = 10267 - _LISTMARGINLEVELSREQUEST._serialized_start = 10269 - _LISTMARGINLEVELSREQUEST._serialized_end = 10380 - _LISTMARGINLEVELSRESPONSE._serialized_start = 10382 - _LISTMARGINLEVELSRESPONSE._serialized_end = 10466 - _OBSERVEMARGINLEVELSREQUEST._serialized_start = 10468 - _OBSERVEMARGINLEVELSREQUEST._serialized_end = 10552 - _OBSERVEMARGINLEVELSRESPONSE._serialized_start = 10554 - _OBSERVEMARGINLEVELSRESPONSE._serialized_end = 10626 - _ORDERCONNECTION._serialized_start = 10628 - _ORDERCONNECTION._serialized_end = 10734 - _MARGINEDGE._serialized_start = 10736 - _MARGINEDGE._serialized_end = 10798 - _MARGINCONNECTION._serialized_start = 10800 - _MARGINCONNECTION._serialized_end = 10908 - _LISTREWARDSREQUEST._serialized_start = 10911 - _LISTREWARDSREQUEST._serialized_end = 11054 - _LISTREWARDSRESPONSE._serialized_start = 11056 - _LISTREWARDSRESPONSE._serialized_end = 11130 - _REWARDEDGE._serialized_start = 11132 - _REWARDEDGE._serialized_end = 11188 - _REWARDSCONNECTION._serialized_start = 11190 - _REWARDSCONNECTION._serialized_end = 11299 - _LISTREWARDSUMMARIESREQUEST._serialized_start = 11301 - _LISTREWARDSUMMARIESREQUEST._serialized_end = 11401 - _LISTREWARDSUMMARIESRESPONSE._serialized_start = 11403 - _LISTREWARDSUMMARIESRESPONSE._serialized_end = 11472 - _OBSERVEREWARDSREQUEST._serialized_start = 11474 - _OBSERVEREWARDSREQUEST._serialized_end = 11569 - _OBSERVEREWARDSRESPONSE._serialized_start = 11571 - _OBSERVEREWARDSRESPONSE._serialized_end = 11625 - _GETDEPOSITREQUEST._serialized_start = 11627 - _GETDEPOSITREQUEST._serialized_end = 11658 - _GETDEPOSITRESPONSE._serialized_start = 11660 - _GETDEPOSITRESPONSE._serialized_end = 11712 - _LISTDEPOSITSREQUEST._serialized_start = 11714 - _LISTDEPOSITSREQUEST._serialized_end = 11822 - _LISTDEPOSITSRESPONSE._serialized_start = 11824 - _LISTDEPOSITSRESPONSE._serialized_end = 11901 - _DEPOSITEDGE._serialized_start = 11903 - _DEPOSITEDGE._serialized_end = 11961 - _DEPOSITSCONNECTION._serialized_start = 11963 - _DEPOSITSCONNECTION._serialized_end = 12074 - _GETWITHDRAWALREQUEST._serialized_start = 12076 - _GETWITHDRAWALREQUEST._serialized_end = 12110 - _GETWITHDRAWALRESPONSE._serialized_start = 12112 - _GETWITHDRAWALRESPONSE._serialized_end = 12173 - _LISTWITHDRAWALSREQUEST._serialized_start = 12175 - _LISTWITHDRAWALSREQUEST._serialized_end = 12286 - _LISTWITHDRAWALSRESPONSE._serialized_start = 12288 - _LISTWITHDRAWALSRESPONSE._serialized_end = 12374 - _WITHDRAWALEDGE._serialized_start = 12376 - _WITHDRAWALEDGE._serialized_end = 12440 - _WITHDRAWALSCONNECTION._serialized_start = 12442 - _WITHDRAWALSCONNECTION._serialized_end = 12559 - _GETASSETREQUEST._serialized_start = 12561 - _GETASSETREQUEST._serialized_end = 12596 - _GETASSETRESPONSE._serialized_start = 12598 - _GETASSETRESPONSE._serialized_end = 12644 - _LISTASSETSREQUEST._serialized_start = 12646 - _LISTASSETSREQUEST._serialized_end = 12770 - _LISTASSETSRESPONSE._serialized_start = 12772 - _LISTASSETSRESPONSE._serialized_end = 12843 - _ASSETEDGE._serialized_start = 12845 - _ASSETEDGE._serialized_end = 12899 - _ASSETSCONNECTION._serialized_start = 12901 - _ASSETSCONNECTION._serialized_end = 13008 - _LISTLIQUIDITYPROVISIONSREQUEST._serialized_start = 13011 - _LISTLIQUIDITYPROVISIONSREQUEST._serialized_end = 13224 - _LISTLIQUIDITYPROVISIONSRESPONSE._serialized_start = 13226 - _LISTLIQUIDITYPROVISIONSRESPONSE._serialized_end = 13337 - _LIQUIDITYPROVISIONSEDGE._serialized_start = 13339 - _LIQUIDITYPROVISIONSEDGE._serialized_end = 13420 - _LIQUIDITYPROVISIONSCONNECTION._serialized_start = 13423 - _LIQUIDITYPROVISIONSCONNECTION._serialized_end = 13557 - _LISTGOVERNANCEDATAREQUEST._serialized_start = 13560 - _LISTGOVERNANCEDATAREQUEST._serialized_end = 14094 - _LISTGOVERNANCEDATAREQUEST_TYPE._serialized_start = 13837 - _LISTGOVERNANCEDATAREQUEST_TYPE._serialized_end = 13997 - _LISTGOVERNANCEDATARESPONSE._serialized_start = 14096 - _LISTGOVERNANCEDATARESPONSE._serialized_end = 14187 - _GOVERNANCEDATAEDGE._serialized_start = 14189 - _GOVERNANCEDATAEDGE._serialized_end = 14261 - _GOVERNANCEDATACONNECTION._serialized_start = 14263 - _GOVERNANCEDATACONNECTION._serialized_end = 14387 - _OBSERVEGOVERNANCEREQUEST._serialized_start = 14389 - _OBSERVEGOVERNANCEREQUEST._serialized_end = 14451 - _OBSERVEGOVERNANCERESPONSE._serialized_start = 14453 - _OBSERVEGOVERNANCERESPONSE._serialized_end = 14516 - _LISTDELEGATIONSREQUEST._serialized_start = 14519 - _LISTDELEGATIONSREQUEST._serialized_end = 14718 - _LISTDELEGATIONSRESPONSE._serialized_start = 14720 - _LISTDELEGATIONSRESPONSE._serialized_end = 14806 - _DELEGATIONEDGE._serialized_start = 14808 - _DELEGATIONEDGE._serialized_end = 14872 - _DELEGATIONSCONNECTION._serialized_start = 14874 - _DELEGATIONSCONNECTION._serialized_end = 14991 - _OBSERVEDELEGATIONSREQUEST._serialized_start = 14993 - _OBSERVEDELEGATIONSREQUEST._serialized_end = 15090 - _OBSERVEDELEGATIONSRESPONSE._serialized_start = 15092 - _OBSERVEDELEGATIONSRESPONSE._serialized_end = 15158 - _GETNETWORKDATAREQUEST._serialized_start = 15160 - _GETNETWORKDATAREQUEST._serialized_end = 15183 - _GETNETWORKDATARESPONSE._serialized_start = 15185 - _GETNETWORKDATARESPONSE._serialized_end = 15244 - _GETNODEREQUEST._serialized_start = 15246 - _GETNODEREQUEST._serialized_end = 15274 - _GETNODERESPONSE._serialized_start = 15276 - _GETNODERESPONSE._serialized_end = 15319 - _LISTNODESREQUEST._serialized_start = 15321 - _LISTNODESREQUEST._serialized_end = 15446 - _LISTNODESRESPONSE._serialized_start = 15448 - _LISTNODESRESPONSE._serialized_end = 15516 - _NODEEDGE._serialized_start = 15518 - _NODEEDGE._serialized_end = 15570 - _NODESCONNECTION._serialized_start = 15572 - _NODESCONNECTION._serialized_end = 15677 - _GETEPOCHREQUEST._serialized_start = 15679 - _GETEPOCHREQUEST._serialized_end = 15720 - _GETEPOCHRESPONSE._serialized_start = 15722 - _GETEPOCHRESPONSE._serialized_end = 15768 - _ESTIMATEFEEREQUEST._serialized_start = 15770 - _ESTIMATEFEEREQUEST._serialized_end = 15818 - _ESTIMATEFEERESPONSE._serialized_start = 15820 - _ESTIMATEFEERESPONSE._serialized_end = 15865 - _ESTIMATEMARGINREQUEST._serialized_start = 15867 - _ESTIMATEMARGINREQUEST._serialized_end = 15918 - _ESTIMATEMARGINRESPONSE._serialized_start = 15920 - _ESTIMATEMARGINRESPONSE._serialized_end = 15987 - _LISTNETWORKPARAMETERSREQUEST._serialized_start = 15989 - _LISTNETWORKPARAMETERSREQUEST._serialized_end = 16088 - _LISTNETWORKPARAMETERSRESPONSE._serialized_start = 16090 - _LISTNETWORKPARAMETERSRESPONSE._serialized_end = 16194 - _NETWORKPARAMETEREDGE._serialized_start = 16196 - _NETWORKPARAMETEREDGE._serialized_end = 16272 - _NETWORKPARAMETERCONNECTION._serialized_start = 16275 - _NETWORKPARAMETERCONNECTION._serialized_end = 16403 - _CHECKPOINT._serialized_start = 16405 - _CHECKPOINT._serialized_end = 16469 - _LISTCHECKPOINTSREQUEST._serialized_start = 16471 - _LISTCHECKPOINTSREQUEST._serialized_end = 16564 - _LISTCHECKPOINTSRESPONSE._serialized_start = 16566 - _LISTCHECKPOINTSRESPONSE._serialized_end = 16652 - _CHECKPOINTEDGE._serialized_start = 16654 - _CHECKPOINTEDGE._serialized_end = 16729 - _CHECKPOINTSCONNECTION._serialized_start = 16731 - _CHECKPOINTSCONNECTION._serialized_end = 16848 - _GETSTAKEREQUEST._serialized_start = 16850 - _GETSTAKEREQUEST._serialized_end = 16951 - _GETSTAKERESPONSE._serialized_start = 16953 - _GETSTAKERESPONSE._serialized_end = 17063 - _STAKELINKINGEDGE._serialized_start = 17065 - _STAKELINKINGEDGE._serialized_end = 17143 - _STAKESCONNECTION._serialized_start = 17145 - _STAKESCONNECTION._serialized_end = 17259 - _GETRISKFACTORSREQUEST._serialized_start = 17261 - _GETRISKFACTORSREQUEST._serialized_end = 17303 - _GETRISKFACTORSRESPONSE._serialized_start = 17305 - _GETRISKFACTORSRESPONSE._serialized_end = 17368 - _OBSERVEEVENTBUSREQUEST._serialized_start = 17370 - _OBSERVEEVENTBUSREQUEST._serialized_end = 17495 - _OBSERVEEVENTBUSRESPONSE._serialized_start = 17497 - _OBSERVEEVENTBUSRESPONSE._serialized_end = 17564 - _OBSERVETRANSFERRESPONSESREQUEST._serialized_start = 17566 - _OBSERVETRANSFERRESPONSESREQUEST._serialized_end = 17599 - _OBSERVETRANSFERRESPONSESRESPONSE._serialized_start = 17601 - _OBSERVETRANSFERRESPONSESRESPONSE._serialized_end = 17677 - _TRADINGDATASERVICE._serialized_start = 18035 - _TRADINGDATASERVICE._serialized_end = 24752 + _ACCOUNTFIELD._serialized_start = 24376 + _ACCOUNTFIELD._serialized_end = 24552 + _TRANSFERDIRECTION._serialized_start = 24555 + _TRANSFERDIRECTION._serialized_end = 24728 + _OFFSETPAGINATION._serialized_start = 311 + _OFFSETPAGINATION._serialized_end = 403 + _PAGINATION._serialized_start = 406 + _PAGINATION._serialized_end = 623 + _PAGEINFO._serialized_start = 626 + _PAGEINFO._serialized_end = 782 + _LISTACCOUNTSREQUEST._serialized_start = 785 + _LISTACCOUNTSREQUEST._serialized_end = 943 + _LISTACCOUNTSRESPONSE._serialized_start = 945 + _LISTACCOUNTSRESPONSE._serialized_end = 1032 + _ACCOUNTSCONNECTION._serialized_start = 1035 + _ACCOUNTSCONNECTION._serialized_end = 1163 + _ACCOUNTEDGE._serialized_start = 1165 + _ACCOUNTEDGE._serialized_end = 1243 + _OBSERVEACCOUNTSREQUEST._serialized_start = 1246 + _OBSERVEACCOUNTSREQUEST._serialized_end = 1387 + _OBSERVEACCOUNTSRESPONSE._serialized_start = 1389 + _OBSERVEACCOUNTSRESPONSE._serialized_end = 1455 + _INFOREQUEST._serialized_start = 1457 + _INFOREQUEST._serialized_end = 1470 + _INFORESPONSE._serialized_start = 1472 + _INFORESPONSE._serialized_end = 1545 + _GETORDERREQUEST._serialized_start = 1547 + _GETORDERREQUEST._serialized_end = 1634 + _GETORDERRESPONSE._serialized_start = 1636 + _GETORDERRESPONSE._serialized_end = 1689 + _LISTORDERSREQUEST._serialized_start = 1692 + _LISTORDERSREQUEST._serialized_end = 1934 + _LISTORDERSRESPONSE._serialized_start = 1936 + _LISTORDERSRESPONSE._serialized_end = 2014 + _LISTORDERVERSIONSREQUEST._serialized_start = 2017 + _LISTORDERVERSIONSREQUEST._serialized_end = 2151 + _LISTORDERVERSIONSRESPONSE._serialized_start = 2153 + _LISTORDERVERSIONSRESPONSE._serialized_end = 2238 + _OBSERVEORDERSREQUEST._serialized_start = 2240 + _OBSERVEORDERSREQUEST._serialized_end = 2355 + _OBSERVEORDERSRESPONSE._serialized_start = 2357 + _OBSERVEORDERSRESPONSE._serialized_end = 2417 + _LISTPOSITIONSREQUEST._serialized_start = 2420 + _LISTPOSITIONSREQUEST._serialized_end = 2579 + _LISTPOSITIONSRESPONSE._serialized_start = 2581 + _LISTPOSITIONSRESPONSE._serialized_end = 2671 + _POSITIONEDGE._serialized_start = 2673 + _POSITIONEDGE._serialized_end = 2747 + _POSITIONCONNECTION._serialized_start = 2750 + _POSITIONCONNECTION._serialized_end = 2879 + _OBSERVEPOSITIONSREQUEST._serialized_start = 2881 + _OBSERVEPOSITIONSREQUEST._serialized_end = 2999 + _OBSERVEPOSITIONSRESPONSE._serialized_start = 3001 + _OBSERVEPOSITIONSRESPONSE._serialized_end = 3071 + _GETBALANCEHISTORYREQUEST._serialized_start = 3074 + _GETBALANCEHISTORYREQUEST._serialized_end = 3214 + _GETBALANCEHISTORYRESPONSE._serialized_start = 3216 + _GETBALANCEHISTORYRESPONSE._serialized_end = 3307 + _ACCOUNTFILTER._serialized_start = 3310 + _ACCOUNTFILTER._serialized_end = 3468 + _AGGREGATEDBALANCE._serialized_start = 3471 + _AGGREGATEDBALANCE._serialized_end = 3789 + _OBSERVEMARKETSDEPTHREQUEST._serialized_start = 3791 + _OBSERVEMARKETSDEPTHREQUEST._serialized_end = 3850 + _OBSERVEMARKETSDEPTHRESPONSE._serialized_start = 3852 + _OBSERVEMARKETSDEPTHRESPONSE._serialized_end = 3935 + _OBSERVEMARKETSDEPTHUPDATESREQUEST._serialized_start = 3937 + _OBSERVEMARKETSDEPTHUPDATESREQUEST._serialized_end = 4003 + _OBSERVEMARKETSDEPTHUPDATESRESPONSE._serialized_start = 4005 + _OBSERVEMARKETSDEPTHUPDATESRESPONSE._serialized_end = 4090 + _OBSERVEMARKETSDATAREQUEST._serialized_start = 4092 + _OBSERVEMARKETSDATAREQUEST._serialized_end = 4150 + _OBSERVEMARKETSDATARESPONSE._serialized_start = 4152 + _OBSERVEMARKETSDATARESPONSE._serialized_end = 4231 + _GETLATESTMARKETDEPTHREQUEST._serialized_start = 4233 + _GETLATESTMARKETDEPTHREQUEST._serialized_end = 4339 + _GETLATESTMARKETDEPTHRESPONSE._serialized_start = 4342 + _GETLATESTMARKETDEPTHRESPONSE._serialized_end = 4560 + _LISTLATESTMARKETDATAREQUEST._serialized_start = 4562 + _LISTLATESTMARKETDATAREQUEST._serialized_end = 4591 + _LISTLATESTMARKETDATARESPONSE._serialized_start = 4593 + _LISTLATESTMARKETDATARESPONSE._serialized_end = 4676 + _GETLATESTMARKETDATAREQUEST._serialized_start = 4678 + _GETLATESTMARKETDATAREQUEST._serialized_end = 4735 + _GETLATESTMARKETDATARESPONSE._serialized_start = 4737 + _GETLATESTMARKETDATARESPONSE._serialized_end = 4817 + _GETMARKETDATAHISTORYBYIDREQUEST._serialized_start = 4820 + _GETMARKETDATAHISTORYBYIDREQUEST._serialized_end = 5200 + _GETMARKETDATAHISTORYBYIDRESPONSE._serialized_start = 5202 + _GETMARKETDATAHISTORYBYIDRESPONSE._serialized_end = 5308 + _MARKETDATAEDGE._serialized_start = 5310 + _MARKETDATAEDGE._serialized_end = 5388 + _MARKETDATACONNECTION._serialized_start = 5391 + _MARKETDATACONNECTION._serialized_end = 5524 + _MARKETSDATASUBSCRIBEREQUEST._serialized_start = 5526 + _MARKETSDATASUBSCRIBEREQUEST._serialized_end = 5584 + _MARKETSDATASUBSCRIBERESPONSE._serialized_start = 5586 + _MARKETSDATASUBSCRIBERESPONSE._serialized_end = 5667 + _LISTTRANSFERSREQUEST._serialized_start = 5670 + _LISTTRANSFERSREQUEST._serialized_end = 5879 + _LISTTRANSFERSRESPONSE._serialized_start = 5881 + _LISTTRANSFERSRESPONSE._serialized_end = 5971 + _TRANSFEREDGE._serialized_start = 5973 + _TRANSFEREDGE._serialized_end = 6057 + _TRANSFERCONNECTION._serialized_start = 6060 + _TRANSFERCONNECTION._serialized_end = 6189 + _GETNETWORKLIMITSREQUEST._serialized_start = 6191 + _GETNETWORKLIMITSREQUEST._serialized_end = 6216 + _GETNETWORKLIMITSRESPONSE._serialized_start = 6218 + _GETNETWORKLIMITSRESPONSE._serialized_end = 6289 + _LISTCANDLEINTERVALSREQUEST._serialized_start = 6291 + _LISTCANDLEINTERVALSREQUEST._serialized_end = 6348 + _INTERVALTOCANDLEID._serialized_start = 6350 + _INTERVALTOCANDLEID._serialized_end = 6427 + _LISTCANDLEINTERVALSRESPONSE._serialized_start = 6429 + _LISTCANDLEINTERVALSRESPONSE._serialized_end = 6546 + _CANDLE._serialized_start = 6549 + _CANDLE._serialized_end = 6716 + _OBSERVECANDLEDATAREQUEST._serialized_start = 6718 + _OBSERVECANDLEDATAREQUEST._serialized_end = 6773 + _OBSERVECANDLEDATARESPONSE._serialized_start = 6775 + _OBSERVECANDLEDATARESPONSE._serialized_end = 6851 + _LISTCANDLEDATAREQUEST._serialized_start = 6854 + _LISTCANDLEDATAREQUEST._serialized_end = 7105 + _LISTCANDLEDATARESPONSE._serialized_start = 7107 + _LISTCANDLEDATARESPONSE._serialized_end = 7196 + _CANDLEEDGE._serialized_start = 7198 + _CANDLEEDGE._serialized_end = 7279 + _CANDLEDATACONNECTION._serialized_start = 7282 + _CANDLEDATACONNECTION._serialized_end = 7411 + _LISTVOTESREQUEST._serialized_start = 7413 + _LISTVOTESREQUEST._serialized_end = 7539 + _LISTVOTESRESPONSE._serialized_start = 7541 + _LISTVOTESRESPONSE._serialized_end = 7615 + _VOTEEDGE._serialized_start = 7617 + _VOTEEDGE._serialized_end = 7683 + _VOTECONNECTION._serialized_start = 7685 + _VOTECONNECTION._serialized_end = 7806 + _OBSERVEVOTESREQUEST._serialized_start = 7808 + _OBSERVEVOTESREQUEST._serialized_end = 7928 + _OBSERVEVOTESRESPONSE._serialized_start = 7930 + _OBSERVEVOTESRESPONSE._serialized_end = 7984 + _GETERC20MULTISIGSIGNERADDEDBUNDLESREQUEST._serialized_start = 7987 + _GETERC20MULTISIGSIGNERADDEDBUNDLESREQUEST._serialized_end = 8145 + _GETERC20MULTISIGSIGNERADDEDBUNDLESRESPONSE._serialized_start = 8147 + _GETERC20MULTISIGSIGNERADDEDBUNDLESRESPONSE._serialized_end = 8270 + _ERC20MULTISIGSIGNERADDEDEDGE._serialized_start = 8272 + _ERC20MULTISIGSIGNERADDEDEDGE._serialized_end = 8388 + _ERC20MULTISIGSIGNERADDEDBUNDLEEDGE._serialized_start = 8391 + _ERC20MULTISIGSIGNERADDEDBUNDLEEDGE._serialized_end = 8520 + _ERC20MULTISIGSIGNERADDEDCONNECTION._serialized_start = 8523 + _ERC20MULTISIGSIGNERADDEDCONNECTION._serialized_end = 8690 + _ERC20MULTISIGSIGNERADDEDBUNDLE._serialized_start = 8693 + _ERC20MULTISIGSIGNERADDEDBUNDLE._serialized_end = 8899 + _GETERC20MULTISIGSIGNERREMOVEDBUNDLESREQUEST._serialized_start = 8902 + _GETERC20MULTISIGSIGNERREMOVEDBUNDLESREQUEST._serialized_end = 9092 + _GETERC20MULTISIGSIGNERREMOVEDBUNDLESRESPONSE._serialized_start = 9094 + _GETERC20MULTISIGSIGNERREMOVEDBUNDLESRESPONSE._serialized_end = 9221 + _ERC20MULTISIGSIGNERREMOVEDEDGE._serialized_start = 9223 + _ERC20MULTISIGSIGNERREMOVEDEDGE._serialized_end = 9343 + _ERC20MULTISIGSIGNERREMOVEDBUNDLEEDGE._serialized_start = 9346 + _ERC20MULTISIGSIGNERREMOVEDBUNDLEEDGE._serialized_end = 9479 + _ERC20MULTISIGSIGNERREMOVEDCONNECTION._serialized_start = 9482 + _ERC20MULTISIGSIGNERREMOVEDCONNECTION._serialized_end = 9653 + _ERC20MULTISIGSIGNERREMOVEDBUNDLE._serialized_start = 9656 + _ERC20MULTISIGSIGNERREMOVEDBUNDLE._serialized_end = 9864 + _GETERC20LISTASSETBUNDLEREQUEST._serialized_start = 9866 + _GETERC20LISTASSETBUNDLEREQUEST._serialized_end = 9925 + _GETERC20LISTASSETBUNDLERESPONSE._serialized_start = 9928 + _GETERC20LISTASSETBUNDLERESPONSE._serialized_end = 10086 + _GETERC20SETASSETLIMITSBUNDLEREQUEST._serialized_start = 10088 + _GETERC20SETASSETLIMITSBUNDLEREQUEST._serialized_end = 10158 + _GETERC20SETASSETLIMITSBUNDLERESPONSE._serialized_start = 10161 + _GETERC20SETASSETLIMITSBUNDLERESPONSE._serialized_end = 10393 + _GETERC20WITHDRAWALAPPROVALREQUEST._serialized_start = 10395 + _GETERC20WITHDRAWALAPPROVALREQUEST._serialized_end = 10467 + _GETERC20WITHDRAWALAPPROVALRESPONSE._serialized_start = 10470 + _GETERC20WITHDRAWALAPPROVALRESPONSE._serialized_end = 10710 + _GETLASTTRADEREQUEST._serialized_start = 10712 + _GETLASTTRADEREQUEST._serialized_end = 10762 + _GETLASTTRADERESPONSE._serialized_start = 10764 + _GETLASTTRADERESPONSE._serialized_end = 10821 + _LISTTRADESREQUEST._serialized_start = 10824 + _LISTTRADESREQUEST._serialized_end = 11062 + _LISTTRADESRESPONSE._serialized_start = 11064 + _LISTTRADESRESPONSE._serialized_end = 11142 + _TRADECONNECTION._serialized_start = 11144 + _TRADECONNECTION._serialized_end = 11267 + _TRADEEDGE._serialized_start = 11269 + _TRADEEDGE._serialized_end = 11337 + _OBSERVETRADESREQUEST._serialized_start = 11339 + _OBSERVETRADESREQUEST._serialized_end = 11454 + _OBSERVETRADESRESPONSE._serialized_start = 11456 + _OBSERVETRADESRESPONSE._serialized_end = 11516 + _GETORACLESPECREQUEST._serialized_start = 11518 + _GETORACLESPECREQUEST._serialized_end = 11578 + _GETORACLESPECRESPONSE._serialized_start = 11580 + _GETORACLESPECRESPONSE._serialized_end = 11660 + _LISTORACLESPECSREQUEST._serialized_start = 11662 + _LISTORACLESPECSREQUEST._serialized_end = 11767 + _LISTORACLESPECSRESPONSE._serialized_start = 11769 + _LISTORACLESPECSRESPONSE._serialized_end = 11869 + _LISTORACLEDATAREQUEST._serialized_start = 11872 + _LISTORACLEDATAREQUEST._serialized_end = 12038 + _LISTORACLEDATARESPONSE._serialized_start = 12040 + _LISTORACLEDATARESPONSE._serialized_end = 12136 + _ORACLESPECEDGE._serialized_start = 12138 + _ORACLESPECEDGE._serialized_end = 12222 + _ORACLESPECSCONNECTION._serialized_start = 12225 + _ORACLESPECSCONNECTION._serialized_end = 12359 + _ORACLEDATAEDGE._serialized_start = 12361 + _ORACLEDATAEDGE._serialized_end = 12445 + _ORACLEDATACONNECTION._serialized_start = 12448 + _ORACLEDATACONNECTION._serialized_end = 12581 + _GETMARKETREQUEST._serialized_start = 12583 + _GETMARKETREQUEST._serialized_end = 12630 + _GETMARKETRESPONSE._serialized_start = 12632 + _GETMARKETRESPONSE._serialized_end = 12689 + _LISTMARKETSREQUEST._serialized_start = 12691 + _LISTMARKETSREQUEST._serialized_end = 12792 + _LISTMARKETSRESPONSE._serialized_start = 12794 + _LISTMARKETSRESPONSE._serialized_end = 12876 + _MARKETEDGE._serialized_start = 12878 + _MARKETEDGE._serialized_end = 12948 + _MARKETCONNECTION._serialized_start = 12950 + _MARKETCONNECTION._serialized_end = 13075 + _GETPARTYREQUEST._serialized_start = 13077 + _GETPARTYREQUEST._serialized_end = 13121 + _GETPARTYRESPONSE._serialized_start = 13123 + _GETPARTYRESPONSE._serialized_end = 13176 + _LISTPARTIESREQUEST._serialized_start = 13178 + _LISTPARTIESREQUEST._serialized_end = 13286 + _LISTPARTIESRESPONSE._serialized_start = 13288 + _LISTPARTIESRESPONSE._serialized_end = 13365 + _PARTYEDGE._serialized_start = 13367 + _PARTYEDGE._serialized_end = 13435 + _PARTYCONNECTION._serialized_start = 13437 + _PARTYCONNECTION._serialized_end = 13560 + _ORDEREDGE._serialized_start = 13562 + _ORDEREDGE._serialized_end = 13630 + _LISTMARGINLEVELSREQUEST._serialized_start = 13633 + _LISTMARGINLEVELSREQUEST._serialized_end = 13775 + _LISTMARGINLEVELSRESPONSE._serialized_start = 13777 + _LISTMARGINLEVELSRESPONSE._serialized_end = 13875 + _OBSERVEMARGINLEVELSREQUEST._serialized_start = 13877 + _OBSERVEMARGINLEVELSREQUEST._serialized_end = 13980 + _OBSERVEMARGINLEVELSRESPONSE._serialized_start = 13982 + _OBSERVEMARGINLEVELSRESPONSE._serialized_end = 14068 + _ORDERCONNECTION._serialized_start = 14070 + _ORDERCONNECTION._serialized_end = 14193 + _MARGINEDGE._serialized_start = 14195 + _MARGINEDGE._serialized_end = 14271 + _MARGINCONNECTION._serialized_start = 14273 + _MARGINCONNECTION._serialized_end = 14398 + _LISTREWARDSREQUEST._serialized_start = 14401 + _LISTREWARDSREQUEST._serialized_end = 14574 + _LISTREWARDSRESPONSE._serialized_start = 14576 + _LISTREWARDSRESPONSE._serialized_end = 14659 + _REWARDEDGE._serialized_start = 14661 + _REWARDEDGE._serialized_end = 14731 + _REWARDSCONNECTION._serialized_start = 14733 + _REWARDSCONNECTION._serialized_end = 14859 + _LISTREWARDSUMMARIESREQUEST._serialized_start = 14862 + _LISTREWARDSUMMARIESREQUEST._serialized_end = 15061 + _LISTREWARDSUMMARIESRESPONSE._serialized_start = 15063 + _LISTREWARDSUMMARIESRESPONSE._serialized_end = 15143 + _OBSERVEREWARDSREQUEST._serialized_start = 15145 + _OBSERVEREWARDSREQUEST._serialized_end = 15258 + _OBSERVEREWARDSRESPONSE._serialized_start = 15260 + _OBSERVEREWARDSRESPONSE._serialized_end = 15322 + _GETDEPOSITREQUEST._serialized_start = 15324 + _GETDEPOSITREQUEST._serialized_end = 15359 + _GETDEPOSITRESPONSE._serialized_start = 15361 + _GETDEPOSITRESPONSE._serialized_end = 15422 + _LISTDEPOSITSREQUEST._serialized_start = 15425 + _LISTDEPOSITSREQUEST._serialized_end = 15554 + _LISTDEPOSITSRESPONSE._serialized_start = 15556 + _LISTDEPOSITSRESPONSE._serialized_end = 15643 + _DEPOSITEDGE._serialized_start = 15645 + _DEPOSITEDGE._serialized_end = 15717 + _DEPOSITSCONNECTION._serialized_start = 15720 + _DEPOSITSCONNECTION._serialized_end = 15848 + _GETWITHDRAWALREQUEST._serialized_start = 15850 + _GETWITHDRAWALREQUEST._serialized_end = 15888 + _GETWITHDRAWALRESPONSE._serialized_start = 15890 + _GETWITHDRAWALRESPONSE._serialized_end = 15963 + _LISTWITHDRAWALSREQUEST._serialized_start = 15966 + _LISTWITHDRAWALSREQUEST._serialized_end = 16098 + _LISTWITHDRAWALSRESPONSE._serialized_start = 16100 + _LISTWITHDRAWALSRESPONSE._serialized_end = 16199 + _WITHDRAWALEDGE._serialized_start = 16201 + _WITHDRAWALEDGE._serialized_end = 16279 + _WITHDRAWALSCONNECTION._serialized_start = 16282 + _WITHDRAWALSCONNECTION._serialized_end = 16416 + _GETASSETREQUEST._serialized_start = 16418 + _GETASSETREQUEST._serialized_end = 16462 + _GETASSETRESPONSE._serialized_start = 16464 + _GETASSETRESPONSE._serialized_end = 16517 + _LISTASSETSREQUEST._serialized_start = 16520 + _LISTASSETSREQUEST._serialized_end = 16665 + _LISTASSETSRESPONSE._serialized_start = 16667 + _LISTASSETSRESPONSE._serialized_end = 16746 + _ASSETEDGE._serialized_start = 16748 + _ASSETEDGE._serialized_end = 16816 + _ASSETSCONNECTION._serialized_start = 16818 + _ASSETSCONNECTION._serialized_end = 16942 + _LISTLIQUIDITYPROVISIONSREQUEST._serialized_start = 16945 + _LISTLIQUIDITYPROVISIONSREQUEST._serialized_end = 17200 + _LISTLIQUIDITYPROVISIONSRESPONSE._serialized_start = 17203 + _LISTLIQUIDITYPROVISIONSRESPONSE._serialized_end = 17335 + _LIQUIDITYPROVISIONSEDGE._serialized_start = 17337 + _LIQUIDITYPROVISIONSEDGE._serialized_end = 17432 + _LIQUIDITYPROVISIONSCONNECTION._serialized_start = 17435 + _LIQUIDITYPROVISIONSCONNECTION._serialized_end = 17586 + _GETGOVERNANCEDATAREQUEST._serialized_start = 17589 + _GETGOVERNANCEDATAREQUEST._serialized_end = 17718 + _GETGOVERNANCEDATARESPONSE._serialized_start = 17720 + _GETGOVERNANCEDATARESPONSE._serialized_end = 17789 + _LISTGOVERNANCEDATAREQUEST._serialized_start = 17792 + _LISTGOVERNANCEDATAREQUEST._serialized_end = 18426 + _LISTGOVERNANCEDATAREQUEST_TYPE._serialized_start = 18146 + _LISTGOVERNANCEDATAREQUEST_TYPE._serialized_end = 18329 + _LISTGOVERNANCEDATARESPONSE._serialized_start = 18428 + _LISTGOVERNANCEDATARESPONSE._serialized_end = 18531 + _GOVERNANCEDATAEDGE._serialized_start = 18533 + _GOVERNANCEDATAEDGE._serialized_end = 18619 + _GOVERNANCEDATACONNECTION._serialized_start = 18622 + _GOVERNANCEDATACONNECTION._serialized_end = 18763 + _OBSERVEGOVERNANCEREQUEST._serialized_start = 18765 + _OBSERVEGOVERNANCEREQUEST._serialized_end = 18836 + _OBSERVEGOVERNANCERESPONSE._serialized_start = 18838 + _OBSERVEGOVERNANCERESPONSE._serialized_end = 18907 + _LISTDELEGATIONSREQUEST._serialized_start = 18910 + _LISTDELEGATIONSREQUEST._serialized_end = 19147 + _LISTDELEGATIONSRESPONSE._serialized_start = 19149 + _LISTDELEGATIONSRESPONSE._serialized_end = 19248 + _DELEGATIONEDGE._serialized_start = 19250 + _DELEGATIONEDGE._serialized_end = 19328 + _DELEGATIONSCONNECTION._serialized_start = 19331 + _DELEGATIONSCONNECTION._serialized_end = 19465 + _OBSERVEDELEGATIONSREQUEST._serialized_start = 19467 + _OBSERVEDELEGATIONSREQUEST._serialized_end = 19581 + _OBSERVEDELEGATIONSRESPONSE._serialized_start = 19583 + _OBSERVEDELEGATIONSRESPONSE._serialized_end = 19661 + _GETNETWORKDATAREQUEST._serialized_start = 19663 + _GETNETWORKDATAREQUEST._serialized_end = 19686 + _GETNETWORKDATARESPONSE._serialized_start = 19688 + _GETNETWORKDATARESPONSE._serialized_end = 19757 + _GETNODEREQUEST._serialized_start = 19759 + _GETNODEREQUEST._serialized_end = 19791 + _GETNODERESPONSE._serialized_start = 19793 + _GETNODERESPONSE._serialized_end = 19842 + _LISTNODESREQUEST._serialized_start = 19845 + _LISTNODESREQUEST._serialized_end = 19992 + _LISTNODESRESPONSE._serialized_start = 19994 + _LISTNODESRESPONSE._serialized_end = 20069 + _NODEEDGE._serialized_start = 20071 + _NODEEDGE._serialized_end = 20137 + _NODESCONNECTION._serialized_start = 20139 + _NODESCONNECTION._serialized_end = 20261 + _LISTNODESIGNATURESREQUEST._serialized_start = 20263 + _LISTNODESIGNATURESREQUEST._serialized_end = 20387 + _LISTNODESIGNATURESRESPONSE._serialized_start = 20389 + _LISTNODESIGNATURESRESPONSE._serialized_end = 20492 + _NODESIGNATUREEDGE._serialized_start = 20494 + _NODESIGNATUREEDGE._serialized_end = 20590 + _NODESIGNATURESCONNECTION._serialized_start = 20593 + _NODESIGNATURESCONNECTION._serialized_end = 20733 + _GETEPOCHREQUEST._serialized_start = 20735 + _GETEPOCHREQUEST._serialized_end = 20780 + _GETEPOCHRESPONSE._serialized_start = 20782 + _GETEPOCHRESPONSE._serialized_end = 20835 + _ESTIMATEFEEREQUEST._serialized_start = 20837 + _ESTIMATEFEEREQUEST._serialized_end = 20892 + _ESTIMATEFEERESPONSE._serialized_start = 20894 + _ESTIMATEFEERESPONSE._serialized_end = 20944 + _ESTIMATEMARGINREQUEST._serialized_start = 20946 + _ESTIMATEMARGINREQUEST._serialized_end = 21004 + _ESTIMATEMARGINRESPONSE._serialized_start = 21006 + _ESTIMATEMARGINRESPONSE._serialized_end = 21087 + _LISTNETWORKPARAMETERSREQUEST._serialized_start = 21089 + _LISTNETWORKPARAMETERSREQUEST._serialized_end = 21200 + _LISTNETWORKPARAMETERSRESPONSE._serialized_start = 21202 + _LISTNETWORKPARAMETERSRESPONSE._serialized_end = 21325 + _GETNETWORKPARAMETERREQUEST._serialized_start = 21327 + _GETNETWORKPARAMETERREQUEST._serialized_end = 21373 + _GETNETWORKPARAMETERRESPONSE._serialized_start = 21375 + _GETNETWORKPARAMETERRESPONSE._serialized_end = 21473 + _NETWORKPARAMETEREDGE._serialized_start = 21475 + _NETWORKPARAMETEREDGE._serialized_end = 21565 + _NETWORKPARAMETERCONNECTION._serialized_start = 21568 + _NETWORKPARAMETERCONNECTION._serialized_end = 21713 + _CHECKPOINT._serialized_start = 21715 + _CHECKPOINT._serialized_end = 21805 + _LISTCHECKPOINTSREQUEST._serialized_start = 21807 + _LISTCHECKPOINTSREQUEST._serialized_end = 21912 + _LISTCHECKPOINTSRESPONSE._serialized_start = 21914 + _LISTCHECKPOINTSRESPONSE._serialized_end = 22013 + _CHECKPOINTEDGE._serialized_start = 22015 + _CHECKPOINTEDGE._serialized_end = 22104 + _CHECKPOINTSCONNECTION._serialized_start = 22107 + _CHECKPOINTSCONNECTION._serialized_end = 22241 + _GETSTAKEREQUEST._serialized_start = 22243 + _GETSTAKEREQUEST._serialized_end = 22368 + _GETSTAKERESPONSE._serialized_start = 22371 + _GETSTAKERESPONSE._serialized_end = 22519 + _STAKELINKINGEDGE._serialized_start = 22521 + _STAKELINKINGEDGE._serialized_end = 22613 + _STAKESCONNECTION._serialized_start = 22616 + _STAKESCONNECTION._serialized_end = 22747 + _GETRISKFACTORSREQUEST._serialized_start = 22749 + _GETRISKFACTORSREQUEST._serialized_end = 22801 + _GETRISKFACTORSRESPONSE._serialized_start = 22803 + _GETRISKFACTORSRESPONSE._serialized_end = 22878 + _OBSERVEEVENTBUSREQUEST._serialized_start = 22881 + _OBSERVEEVENTBUSREQUEST._serialized_end = 23042 + _OBSERVEEVENTBUSRESPONSE._serialized_start = 23044 + _OBSERVEEVENTBUSRESPONSE._serialized_end = 23119 + _OBSERVETRANSFERRESPONSESREQUEST._serialized_start = 23121 + _OBSERVETRANSFERRESPONSESREQUEST._serialized_end = 23154 + _OBSERVETRANSFERRESPONSESRESPONSE._serialized_start = 23156 + _OBSERVETRANSFERRESPONSESRESPONSE._serialized_end = 23242 + _LISTKEYROTATIONSREQUEST._serialized_start = 23245 + _LISTKEYROTATIONSREQUEST._serialized_end = 23393 + _LISTKEYROTATIONSRESPONSE._serialized_start = 23395 + _LISTKEYROTATIONSRESPONSE._serialized_end = 23491 + _KEYROTATIONEDGE._serialized_start = 23493 + _KEYROTATIONEDGE._serialized_end = 23583 + _KEYROTATIONCONNECTION._serialized_start = 23586 + _KEYROTATIONCONNECTION._serialized_end = 23721 + _LISTETHEREUMKEYROTATIONSREQUEST._serialized_start = 23724 + _LISTETHEREUMKEYROTATIONSREQUEST._serialized_end = 23880 + _LISTETHEREUMKEYROTATIONSRESPONSE._serialized_start = 23882 + _LISTETHEREUMKEYROTATIONSRESPONSE._serialized_end = 24002 + _ETHEREUMKEYROTATIONSCONNECTION._serialized_start = 24005 + _ETHEREUMKEYROTATIONSCONNECTION._serialized_end = 24157 + _ETHEREUMKEYROTATIONEDGE._serialized_start = 24160 + _ETHEREUMKEYROTATIONEDGE._serialized_end = 24298 + _GETVEGATIMEREQUEST._serialized_start = 24300 + _GETVEGATIMEREQUEST._serialized_end = 24320 + _GETVEGATIMERESPONSE._serialized_start = 24322 + _GETVEGATIMERESPONSE._serialized_end = 24373 + _TRADINGDATASERVICE._serialized_start = 24731 + _TRADINGDATASERVICE._serialized_end = 32363 # @@protoc_insertion_point(module_scope) diff --git a/vega_sim/proto/data_node/api/v2/trading_data_pb2_grpc.py b/vega_sim/proto/data_node/api/v2/trading_data_pb2_grpc.py index 5bbce2efc..a6ee99d68 100644 --- a/vega_sim/proto/data_node/api/v2/trading_data_pb2_grpc.py +++ b/vega_sim/proto/data_node/api/v2/trading_data_pb2_grpc.py @@ -161,6 +161,11 @@ def __init__(self, channel): request_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.GetERC20WithdrawalApprovalRequest.SerializeToString, response_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.GetERC20WithdrawalApprovalResponse.FromString, ) + self.GetLastTrade = channel.unary_unary( + "/datanode.api.v2.TradingDataService/GetLastTrade", + request_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.GetLastTradeRequest.SerializeToString, + response_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.GetLastTradeResponse.FromString, + ) self.ListTrades = channel.unary_unary( "/datanode.api.v2.TradingDataService/ListTrades", request_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListTradesRequest.SerializeToString, @@ -186,11 +191,21 @@ def __init__(self, channel): request_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListOracleDataRequest.SerializeToString, response_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListOracleDataResponse.FromString, ) + self.GetMarket = channel.unary_unary( + "/datanode.api.v2.TradingDataService/GetMarket", + request_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.GetMarketRequest.SerializeToString, + response_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.GetMarketResponse.FromString, + ) self.ListMarkets = channel.unary_unary( "/datanode.api.v2.TradingDataService/ListMarkets", request_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListMarketsRequest.SerializeToString, response_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListMarketsResponse.FromString, ) + self.GetParty = channel.unary_unary( + "/datanode.api.v2.TradingDataService/GetParty", + request_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.GetPartyRequest.SerializeToString, + response_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.GetPartyResponse.FromString, + ) self.ListParties = channel.unary_unary( "/datanode.api.v2.TradingDataService/ListParties", request_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListPartiesRequest.SerializeToString, @@ -256,6 +271,11 @@ def __init__(self, channel): request_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListLiquidityProvisionsRequest.SerializeToString, response_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListLiquidityProvisionsResponse.FromString, ) + self.GetGovernanceData = channel.unary_unary( + "/datanode.api.v2.TradingDataService/GetGovernanceData", + request_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.GetGovernanceDataRequest.SerializeToString, + response_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.GetGovernanceDataResponse.FromString, + ) self.ListGovernanceData = channel.unary_unary( "/datanode.api.v2.TradingDataService/ListGovernanceData", request_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListGovernanceDataRequest.SerializeToString, @@ -291,6 +311,11 @@ def __init__(self, channel): request_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListNodesRequest.SerializeToString, response_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListNodesResponse.FromString, ) + self.ListNodeSignatures = channel.unary_unary( + "/datanode.api.v2.TradingDataService/ListNodeSignatures", + request_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListNodeSignaturesRequest.SerializeToString, + response_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListNodeSignaturesResponse.FromString, + ) self.GetEpoch = channel.unary_unary( "/datanode.api.v2.TradingDataService/GetEpoch", request_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.GetEpochRequest.SerializeToString, @@ -311,6 +336,11 @@ def __init__(self, channel): request_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListNetworkParametersRequest.SerializeToString, response_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListNetworkParametersResponse.FromString, ) + self.GetNetworkParameter = channel.unary_unary( + "/datanode.api.v2.TradingDataService/GetNetworkParameter", + request_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.GetNetworkParameterRequest.SerializeToString, + response_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.GetNetworkParameterResponse.FromString, + ) self.ListCheckpoints = channel.unary_unary( "/datanode.api.v2.TradingDataService/ListCheckpoints", request_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListCheckpointsRequest.SerializeToString, @@ -336,13 +366,29 @@ def __init__(self, channel): request_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ObserveTransferResponsesRequest.SerializeToString, response_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ObserveTransferResponsesResponse.FromString, ) + self.ListKeyRotations = channel.unary_unary( + "/datanode.api.v2.TradingDataService/ListKeyRotations", + request_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListKeyRotationsRequest.SerializeToString, + response_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListKeyRotationsResponse.FromString, + ) + self.ListEthereumKeyRotations = channel.unary_unary( + "/datanode.api.v2.TradingDataService/ListEthereumKeyRotations", + request_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListEthereumKeyRotationsRequest.SerializeToString, + response_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListEthereumKeyRotationsResponse.FromString, + ) + self.GetVegaTime = channel.unary_unary( + "/datanode.api.v2.TradingDataService/GetVegaTime", + request_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.GetVegaTimeRequest.SerializeToString, + response_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.GetVegaTimeResponse.FromString, + ) class TradingDataServiceServicer(object): """Missing associated documentation comment in .proto file.""" def ListAccounts(self, request, context): - """-- Accounts -- + """Accounts + Returns a list of accounts matching the supplied filter, including their current balances. If a given account has never had a balance, it will be absent from the list. """ @@ -357,13 +403,17 @@ def ObserveAccounts(self, request, context): raise NotImplementedError("Method not implemented!") def Info(self, request, context): - """node info""" + """Info + + Retrieve informations about this dataa + """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_details("Method not implemented!") raise NotImplementedError("Method not implemented!") def GetOrder(self, request, context): - """-- Orders -- + """Order + Gets the current version of an order, or optionally provide a version id to retrieve a given version. """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) @@ -371,13 +421,19 @@ def GetOrder(self, request, context): raise NotImplementedError("Method not implemented!") def ListOrders(self, request, context): - """Get a list of orders that match the given filters""" + """Orders list + + Get a list of orders that match the given filters + """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_details("Method not implemented!") raise NotImplementedError("Method not implemented!") def ListOrderVersions(self, request, context): - """List all versions of an order in the order history""" + """Order history + + List all versions of an order in the order history + """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_details("Method not implemented!") raise NotImplementedError("Method not implemented!") @@ -389,7 +445,8 @@ def ObserveOrders(self, request, context): raise NotImplementedError("Method not implemented!") def ListPositions(self, request, context): - """-- Positions -- + """Positions + Get a list of Positions by Party using cursor based pagination """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) @@ -403,7 +460,8 @@ def ObservePositions(self, request, context): raise NotImplementedError("Method not implemented!") def GetBalanceHistory(self, request, context): - """-- Balances -- + """Balances + Get an aggregated list of the changes in balances in a set of accounts over time """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) @@ -411,7 +469,8 @@ def GetBalanceHistory(self, request, context): raise NotImplementedError("Method not implemented!") def GetLatestMarketData(self, request, context): - """-- Market Data -- + """Market Data + Get the lastest market data for a given market """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) @@ -419,13 +478,19 @@ def GetLatestMarketData(self, request, context): raise NotImplementedError("Method not implemented!") def ListLatestMarketData(self, request, context): - """Lists the latest market data for every market""" + """Market Data list + + Lists the latest market data for every market + """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_details("Method not implemented!") raise NotImplementedError("Method not implemented!") def GetLatestMarketDepth(self, request, context): - """Get the latest market depth for a given market""" + """Market Detph + + Get the latest market depth for a given market + """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_details("Method not implemented!") raise NotImplementedError("Method not implemented!") @@ -449,13 +514,17 @@ def ObserveMarketsData(self, request, context): raise NotImplementedError("Method not implemented!") def GetMarketDataHistoryByID(self, request, context): - """Get Market Data History for a Market ID between given dates using a cursor based pagination model""" + """Market data history + + Get Market Data History for a Market ID between given dates using a cursor based pagination model + """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_details("Method not implemented!") raise NotImplementedError("Method not implemented!") def ListTransfers(self, request, context): - """-- Transfers -- + """Transfers list + List Transfers to/from/either a public key using a cursor based pagination model """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) @@ -463,7 +532,8 @@ def ListTransfers(self, request, context): raise NotImplementedError("Method not implemented!") def GetNetworkLimits(self, request, context): - """-- Network Limits -- + """Network Limits + Get the current network limits (is bootstrapping finished, are proposals enabled etc..) """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) @@ -471,7 +541,8 @@ def GetNetworkLimits(self, request, context): raise NotImplementedError("Method not implemented!") def ListCandleData(self, request, context): - """-- Candles -- + """Candles list + Get candle data for a given candle id """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) @@ -485,13 +556,17 @@ def ObserveCandleData(self, request, context): raise NotImplementedError("Method not implemented!") def ListCandleIntervals(self, request, context): - """Gets all available intervals for a given market along with the corresponding candle id""" + """Candle intervals list + + Gets all available intervals for a given market along with the corresponding candle id + """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_details("Method not implemented!") raise NotImplementedError("Method not implemented!") def ListVotes(self, request, context): - """-- Votes -- + """Votes list + Get Votes for a Party ID using a cursor based pagination model """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) @@ -505,7 +580,8 @@ def ObserveVotes(self, request, context): raise NotImplementedError("Method not implemented!") def GetERC20MultiSigSignerAddedBundles(self, request, context): - """-- ERC20 Multi Sig -- + """ERC20 add signer bundle + Gets the signature bundles that add a particular validator to the multisig contract """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) @@ -513,31 +589,53 @@ def GetERC20MultiSigSignerAddedBundles(self, request, context): raise NotImplementedError("Method not implemented!") def GetERC20MultiSigSignerRemovedBundles(self, request, context): - """Gets the signature bundles that remove a particular validator to the multisig contract""" + """ERC20 remove signer bundle + + Gets the signature bundles that remove a particular validator to the multisig contract + """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_details("Method not implemented!") raise NotImplementedError("Method not implemented!") def GetERC20ListAssetBundle(self, request, context): - """Gets the signature bundles that remove a particular validator to the multisig contract""" + """ERC20 list asset bundle + + Gets the signature bundles that remove a particular validator to the multisig contract + """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_details("Method not implemented!") raise NotImplementedError("Method not implemented!") def GetERC20SetAssetLimitsBundle(self, request, context): - """Gets the signature bundles that remove a particular validator to the multisig contract""" + """ERC20 set asset limit bundle + + Gets the signature bundles that remove a particular validator to the multisig contract + """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_details("Method not implemented!") raise NotImplementedError("Method not implemented!") def GetERC20WithdrawalApproval(self, request, context): - """Missing associated documentation comment in .proto file.""" + """ERC20 withdrawal bundle + + Get the signature bundle to finalize a withdrawal on ethereum + """ + context.set_code(grpc.StatusCode.UNIMPLEMENTED) + context.set_details("Method not implemented!") + raise NotImplementedError("Method not implemented!") + + def GetLastTrade(self, request, context): + """Trade (latest) + + Get latest Trade + """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_details("Method not implemented!") raise NotImplementedError("Method not implemented!") def ListTrades(self, request, context): - """-- Trades -- + """Trades list + Get a list of all trades, optionally filtered by party/market/order using a cursor based pagination model """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) @@ -551,7 +649,8 @@ def ObserveTrades(self, request, context): raise NotImplementedError("Method not implemented!") def GetOracleSpec(self, request, context): - """-- Oracles -- + """Oracle Spec + Get an oracle spec by ID. """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) @@ -559,27 +658,53 @@ def GetOracleSpec(self, request, context): raise NotImplementedError("Method not implemented!") def ListOracleSpecs(self, request, context): - """Get the oracle specs""" + """Oracle Spec list + + Get the oracle specs + """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_details("Method not implemented!") raise NotImplementedError("Method not implemented!") def ListOracleData(self, request, context): - """Get all oracle data""" + """Oracle data list + + Get all oracle data + """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_details("Method not implemented!") raise NotImplementedError("Method not implemented!") - def ListMarkets(self, request, context): - """-- Markets -- + def GetMarket(self, request, context): + """Market + Get all markets using a cursor based pagination model """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_details("Method not implemented!") raise NotImplementedError("Method not implemented!") + def ListMarkets(self, request, context): + """Markets list + + Get markets using a cursor based pagination + """ + context.set_code(grpc.StatusCode.UNIMPLEMENTED) + context.set_details("Method not implemented!") + raise NotImplementedError("Method not implemented!") + + def GetParty(self, request, context): + """Party + + Get a single party + """ + context.set_code(grpc.StatusCode.UNIMPLEMENTED) + context.set_details("Method not implemented!") + raise NotImplementedError("Method not implemented!") + def ListParties(self, request, context): - """-- Parties -- + """Parties + Get Parties using a cursor based pagination model """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) @@ -587,7 +712,8 @@ def ListParties(self, request, context): raise NotImplementedError("Method not implemented!") def ListMarginLevels(self, request, context): - """-- Margin Levels -- + """Margin Levels list + Get Margin Levels using a cursor based pagination model """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) @@ -601,7 +727,8 @@ def ObserveMarginLevels(self, request, context): raise NotImplementedError("Method not implemented!") def ListRewards(self, request, context): - """-- Rewards -- + """Rewards list + Get rewards """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) @@ -609,7 +736,10 @@ def ListRewards(self, request, context): raise NotImplementedError("Method not implemented!") def ListRewardSummaries(self, request, context): - """Get reward summaries""" + """Reward summaries list + + Get reward summaries + """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_details("Method not implemented!") raise NotImplementedError("Method not implemented!") @@ -621,7 +751,8 @@ def ObserveRewards(self, request, context): raise NotImplementedError("Method not implemented!") def GetDeposit(self, request, context): - """-- Deposits -- + """Deposit + Get a deposit by its identifier """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) @@ -629,43 +760,71 @@ def GetDeposit(self, request, context): raise NotImplementedError("Method not implemented!") def ListDeposits(self, request, context): - """Get a list of deposits for a given party""" + """Deposits list + + Get a list of deposits for a given party + """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_details("Method not implemented!") raise NotImplementedError("Method not implemented!") def GetWithdrawal(self, request, context): - """-- Withdrawals --""" + """Withdrawal + + Get a withdrawal by its identifier + """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_details("Method not implemented!") raise NotImplementedError("Method not implemented!") def ListWithdrawals(self, request, context): - """Missing associated documentation comment in .proto file.""" + """Withdrawals list + + Get a list of withdrawals for a given party + """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_details("Method not implemented!") raise NotImplementedError("Method not implemented!") def GetAsset(self, request, context): - """-- Assets --""" + """Asset + + Get a single asset using it's identifier + """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_details("Method not implemented!") raise NotImplementedError("Method not implemented!") def ListAssets(self, request, context): - """Missing associated documentation comment in .proto file.""" + """Assets list + + Get a list of asset using cusor based pagination + """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_details("Method not implemented!") raise NotImplementedError("Method not implemented!") def ListLiquidityProvisions(self, request, context): - """-- Liquidity Provisions --""" + """Liquidity Provisions list + + Get a liquidity provision list for a given market using a cursor based pagination + """ + context.set_code(grpc.StatusCode.UNIMPLEMENTED) + context.set_details("Method not implemented!") + raise NotImplementedError("Method not implemented!") + + def GetGovernanceData(self, request, context): + """Governance + + Get a single proposal details + """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_details("Method not implemented!") raise NotImplementedError("Method not implemented!") def ListGovernanceData(self, request, context): - """-- Governance -- + """Governance list + List proposals using a cursor based pagination model """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) @@ -679,7 +838,8 @@ def ObserveGovernance(self, request, context): raise NotImplementedError("Method not implemented!") def ListDelegations(self, request, context): - """-- Delegation -- + """Delegation list + List delegations """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) @@ -693,7 +853,8 @@ def ObserveDelegations(self, request, context): raise NotImplementedError("Method not implemented!") def GetNetworkData(self, request, context): - """-- Nodes -- + """Network data + Get data regarding the nodes of the network """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) @@ -701,19 +862,35 @@ def GetNetworkData(self, request, context): raise NotImplementedError("Method not implemented!") def GetNode(self, request, context): - """Get information about a given node""" + """Node + + Get information about a given node + """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_details("Method not implemented!") raise NotImplementedError("Method not implemented!") def ListNodes(self, request, context): - """List information about the nodes on the network""" + """Node + + List information about the nodes on the network + """ + context.set_code(grpc.StatusCode.UNIMPLEMENTED) + context.set_details("Method not implemented!") + raise NotImplementedError("Method not implemented!") + + def ListNodeSignatures(self, request, context): + """Node signatures list + + List an aggregate of signatures from all the nodes of the network + """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_details("Method not implemented!") raise NotImplementedError("Method not implemented!") def GetEpoch(self, request, context): - """-- Epochs -- + """Epoch + Get data for a specific epoch, if id omitted it gets the current epoch """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) @@ -721,39 +898,62 @@ def GetEpoch(self, request, context): raise NotImplementedError("Method not implemented!") def EstimateFee(self, request, context): - """-- Estimates --""" + """Estimate fee + + Estimate the fee that would incur for submitting this order + """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_details("Method not implemented!") raise NotImplementedError("Method not implemented!") def EstimateMargin(self, request, context): - """Missing associated documentation comment in .proto file.""" + """Estimate margin + + Estimate the margin that would be required for submitting this order + """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_details("Method not implemented!") raise NotImplementedError("Method not implemented!") def ListNetworkParameters(self, request, context): - """-- Network Parameters -- + """Network Parameters list + Get the network parameters """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_details("Method not implemented!") raise NotImplementedError("Method not implemented!") + def GetNetworkParameter(self, request, context): + """Network Parameter + + Get a single network parameter + """ + context.set_code(grpc.StatusCode.UNIMPLEMENTED) + context.set_details("Method not implemented!") + raise NotImplementedError("Method not implemented!") + def ListCheckpoints(self, request, context): - """-- Checkpoints --""" + """Checkpoints list + + List information about checkpoint generated by the network + """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_details("Method not implemented!") raise NotImplementedError("Method not implemented!") def GetStake(self, request, context): - """-- Stake --""" + """Stake + + Retrieve staking informations for a given party + """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_details("Method not implemented!") raise NotImplementedError("Method not implemented!") def GetRiskFactors(self, request, context): - """-- Risk Factors -- + """Risk Factors + Get Risk Factor data for a given market """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) @@ -761,7 +961,8 @@ def GetRiskFactors(self, request, context): raise NotImplementedError("Method not implemented!") def ObserveEventBus(self, request_iterator, context): - """-- Event Bus -- + """Event Bus + Subscribe to a stream of events from the core """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) @@ -769,13 +970,41 @@ def ObserveEventBus(self, request_iterator, context): raise NotImplementedError("Method not implemented!") def ObserveTransferResponses(self, request, context): - """-- Transfer Responses -- + """Transfer Responses + Subscribe to a stream of Transfer Responses """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_details("Method not implemented!") raise NotImplementedError("Method not implemented!") + def ListKeyRotations(self, request, context): + """Key Rotations list + + List all key rotation applied for a given party + """ + context.set_code(grpc.StatusCode.UNIMPLEMENTED) + context.set_details("Method not implemented!") + raise NotImplementedError("Method not implemented!") + + def ListEthereumKeyRotations(self, request, context): + """Ethereum Key Rotations + + List all ethereum key rotation applied for a given party + """ + context.set_code(grpc.StatusCode.UNIMPLEMENTED) + context.set_details("Method not implemented!") + raise NotImplementedError("Method not implemented!") + + def GetVegaTime(self, request, context): + """Vega Time + + Get the current time of the network + """ + context.set_code(grpc.StatusCode.UNIMPLEMENTED) + context.set_details("Method not implemented!") + raise NotImplementedError("Method not implemented!") + def add_TradingDataServiceServicer_to_server(servicer, server): rpc_method_handlers = { @@ -924,6 +1153,11 @@ def add_TradingDataServiceServicer_to_server(servicer, server): request_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.GetERC20WithdrawalApprovalRequest.FromString, response_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.GetERC20WithdrawalApprovalResponse.SerializeToString, ), + "GetLastTrade": grpc.unary_unary_rpc_method_handler( + servicer.GetLastTrade, + request_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.GetLastTradeRequest.FromString, + response_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.GetLastTradeResponse.SerializeToString, + ), "ListTrades": grpc.unary_unary_rpc_method_handler( servicer.ListTrades, request_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListTradesRequest.FromString, @@ -949,11 +1183,21 @@ def add_TradingDataServiceServicer_to_server(servicer, server): request_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListOracleDataRequest.FromString, response_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListOracleDataResponse.SerializeToString, ), + "GetMarket": grpc.unary_unary_rpc_method_handler( + servicer.GetMarket, + request_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.GetMarketRequest.FromString, + response_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.GetMarketResponse.SerializeToString, + ), "ListMarkets": grpc.unary_unary_rpc_method_handler( servicer.ListMarkets, request_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListMarketsRequest.FromString, response_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListMarketsResponse.SerializeToString, ), + "GetParty": grpc.unary_unary_rpc_method_handler( + servicer.GetParty, + request_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.GetPartyRequest.FromString, + response_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.GetPartyResponse.SerializeToString, + ), "ListParties": grpc.unary_unary_rpc_method_handler( servicer.ListParties, request_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListPartiesRequest.FromString, @@ -1019,6 +1263,11 @@ def add_TradingDataServiceServicer_to_server(servicer, server): request_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListLiquidityProvisionsRequest.FromString, response_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListLiquidityProvisionsResponse.SerializeToString, ), + "GetGovernanceData": grpc.unary_unary_rpc_method_handler( + servicer.GetGovernanceData, + request_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.GetGovernanceDataRequest.FromString, + response_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.GetGovernanceDataResponse.SerializeToString, + ), "ListGovernanceData": grpc.unary_unary_rpc_method_handler( servicer.ListGovernanceData, request_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListGovernanceDataRequest.FromString, @@ -1054,6 +1303,11 @@ def add_TradingDataServiceServicer_to_server(servicer, server): request_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListNodesRequest.FromString, response_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListNodesResponse.SerializeToString, ), + "ListNodeSignatures": grpc.unary_unary_rpc_method_handler( + servicer.ListNodeSignatures, + request_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListNodeSignaturesRequest.FromString, + response_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListNodeSignaturesResponse.SerializeToString, + ), "GetEpoch": grpc.unary_unary_rpc_method_handler( servicer.GetEpoch, request_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.GetEpochRequest.FromString, @@ -1074,6 +1328,11 @@ def add_TradingDataServiceServicer_to_server(servicer, server): request_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListNetworkParametersRequest.FromString, response_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListNetworkParametersResponse.SerializeToString, ), + "GetNetworkParameter": grpc.unary_unary_rpc_method_handler( + servicer.GetNetworkParameter, + request_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.GetNetworkParameterRequest.FromString, + response_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.GetNetworkParameterResponse.SerializeToString, + ), "ListCheckpoints": grpc.unary_unary_rpc_method_handler( servicer.ListCheckpoints, request_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListCheckpointsRequest.FromString, @@ -1099,6 +1358,21 @@ def add_TradingDataServiceServicer_to_server(servicer, server): request_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ObserveTransferResponsesRequest.FromString, response_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ObserveTransferResponsesResponse.SerializeToString, ), + "ListKeyRotations": grpc.unary_unary_rpc_method_handler( + servicer.ListKeyRotations, + request_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListKeyRotationsRequest.FromString, + response_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListKeyRotationsResponse.SerializeToString, + ), + "ListEthereumKeyRotations": grpc.unary_unary_rpc_method_handler( + servicer.ListEthereumKeyRotations, + request_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListEthereumKeyRotationsRequest.FromString, + response_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.ListEthereumKeyRotationsResponse.SerializeToString, + ), + "GetVegaTime": grpc.unary_unary_rpc_method_handler( + servicer.GetVegaTime, + request_deserializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.GetVegaTimeRequest.FromString, + response_serializer=data__node_dot_api_dot_v2_dot_trading__data__pb2.GetVegaTimeResponse.SerializeToString, + ), } generic_handler = grpc.method_handlers_generic_handler( "datanode.api.v2.TradingDataService", rpc_method_handlers @@ -1951,6 +2225,35 @@ def GetERC20WithdrawalApproval( metadata, ) + @staticmethod + def GetLastTrade( + request, + target, + options=(), + channel_credentials=None, + call_credentials=None, + insecure=False, + compression=None, + wait_for_ready=None, + timeout=None, + metadata=None, + ): + return grpc.experimental.unary_unary( + request, + target, + "/datanode.api.v2.TradingDataService/GetLastTrade", + data__node_dot_api_dot_v2_dot_trading__data__pb2.GetLastTradeRequest.SerializeToString, + data__node_dot_api_dot_v2_dot_trading__data__pb2.GetLastTradeResponse.FromString, + options, + channel_credentials, + insecure, + call_credentials, + compression, + wait_for_ready, + timeout, + metadata, + ) + @staticmethod def ListTrades( request, @@ -2096,6 +2399,35 @@ def ListOracleData( metadata, ) + @staticmethod + def GetMarket( + request, + target, + options=(), + channel_credentials=None, + call_credentials=None, + insecure=False, + compression=None, + wait_for_ready=None, + timeout=None, + metadata=None, + ): + return grpc.experimental.unary_unary( + request, + target, + "/datanode.api.v2.TradingDataService/GetMarket", + data__node_dot_api_dot_v2_dot_trading__data__pb2.GetMarketRequest.SerializeToString, + data__node_dot_api_dot_v2_dot_trading__data__pb2.GetMarketResponse.FromString, + options, + channel_credentials, + insecure, + call_credentials, + compression, + wait_for_ready, + timeout, + metadata, + ) + @staticmethod def ListMarkets( request, @@ -2125,6 +2457,35 @@ def ListMarkets( metadata, ) + @staticmethod + def GetParty( + request, + target, + options=(), + channel_credentials=None, + call_credentials=None, + insecure=False, + compression=None, + wait_for_ready=None, + timeout=None, + metadata=None, + ): + return grpc.experimental.unary_unary( + request, + target, + "/datanode.api.v2.TradingDataService/GetParty", + data__node_dot_api_dot_v2_dot_trading__data__pb2.GetPartyRequest.SerializeToString, + data__node_dot_api_dot_v2_dot_trading__data__pb2.GetPartyResponse.FromString, + options, + channel_credentials, + insecure, + call_credentials, + compression, + wait_for_ready, + timeout, + metadata, + ) + @staticmethod def ListParties( request, @@ -2502,6 +2863,35 @@ def ListLiquidityProvisions( metadata, ) + @staticmethod + def GetGovernanceData( + request, + target, + options=(), + channel_credentials=None, + call_credentials=None, + insecure=False, + compression=None, + wait_for_ready=None, + timeout=None, + metadata=None, + ): + return grpc.experimental.unary_unary( + request, + target, + "/datanode.api.v2.TradingDataService/GetGovernanceData", + data__node_dot_api_dot_v2_dot_trading__data__pb2.GetGovernanceDataRequest.SerializeToString, + data__node_dot_api_dot_v2_dot_trading__data__pb2.GetGovernanceDataResponse.FromString, + options, + channel_credentials, + insecure, + call_credentials, + compression, + wait_for_ready, + timeout, + metadata, + ) + @staticmethod def ListGovernanceData( request, @@ -2705,6 +3095,35 @@ def ListNodes( metadata, ) + @staticmethod + def ListNodeSignatures( + request, + target, + options=(), + channel_credentials=None, + call_credentials=None, + insecure=False, + compression=None, + wait_for_ready=None, + timeout=None, + metadata=None, + ): + return grpc.experimental.unary_unary( + request, + target, + "/datanode.api.v2.TradingDataService/ListNodeSignatures", + data__node_dot_api_dot_v2_dot_trading__data__pb2.ListNodeSignaturesRequest.SerializeToString, + data__node_dot_api_dot_v2_dot_trading__data__pb2.ListNodeSignaturesResponse.FromString, + options, + channel_credentials, + insecure, + call_credentials, + compression, + wait_for_ready, + timeout, + metadata, + ) + @staticmethod def GetEpoch( request, @@ -2821,6 +3240,35 @@ def ListNetworkParameters( metadata, ) + @staticmethod + def GetNetworkParameter( + request, + target, + options=(), + channel_credentials=None, + call_credentials=None, + insecure=False, + compression=None, + wait_for_ready=None, + timeout=None, + metadata=None, + ): + return grpc.experimental.unary_unary( + request, + target, + "/datanode.api.v2.TradingDataService/GetNetworkParameter", + data__node_dot_api_dot_v2_dot_trading__data__pb2.GetNetworkParameterRequest.SerializeToString, + data__node_dot_api_dot_v2_dot_trading__data__pb2.GetNetworkParameterResponse.FromString, + options, + channel_credentials, + insecure, + call_credentials, + compression, + wait_for_ready, + timeout, + metadata, + ) + @staticmethod def ListCheckpoints( request, @@ -2965,3 +3413,90 @@ def ObserveTransferResponses( timeout, metadata, ) + + @staticmethod + def ListKeyRotations( + request, + target, + options=(), + channel_credentials=None, + call_credentials=None, + insecure=False, + compression=None, + wait_for_ready=None, + timeout=None, + metadata=None, + ): + return grpc.experimental.unary_unary( + request, + target, + "/datanode.api.v2.TradingDataService/ListKeyRotations", + data__node_dot_api_dot_v2_dot_trading__data__pb2.ListKeyRotationsRequest.SerializeToString, + data__node_dot_api_dot_v2_dot_trading__data__pb2.ListKeyRotationsResponse.FromString, + options, + channel_credentials, + insecure, + call_credentials, + compression, + wait_for_ready, + timeout, + metadata, + ) + + @staticmethod + def ListEthereumKeyRotations( + request, + target, + options=(), + channel_credentials=None, + call_credentials=None, + insecure=False, + compression=None, + wait_for_ready=None, + timeout=None, + metadata=None, + ): + return grpc.experimental.unary_unary( + request, + target, + "/datanode.api.v2.TradingDataService/ListEthereumKeyRotations", + data__node_dot_api_dot_v2_dot_trading__data__pb2.ListEthereumKeyRotationsRequest.SerializeToString, + data__node_dot_api_dot_v2_dot_trading__data__pb2.ListEthereumKeyRotationsResponse.FromString, + options, + channel_credentials, + insecure, + call_credentials, + compression, + wait_for_ready, + timeout, + metadata, + ) + + @staticmethod + def GetVegaTime( + request, + target, + options=(), + channel_credentials=None, + call_credentials=None, + insecure=False, + compression=None, + wait_for_ready=None, + timeout=None, + metadata=None, + ): + return grpc.experimental.unary_unary( + request, + target, + "/datanode.api.v2.TradingDataService/GetVegaTime", + data__node_dot_api_dot_v2_dot_trading__data__pb2.GetVegaTimeRequest.SerializeToString, + data__node_dot_api_dot_v2_dot_trading__data__pb2.GetVegaTimeResponse.FromString, + options, + channel_credentials, + insecure, + call_credentials, + compression, + wait_for_ready, + timeout, + metadata, + ) diff --git a/vega_sim/proto/vega/api/v1/core_pb2.py b/vega_sim/proto/vega/api/v1/core_pb2.py index 70009f3aa..c218d60de 100644 --- a/vega_sim/proto/vega/api/v1/core_pb2.py +++ b/vega_sim/proto/vega/api/v1/core_pb2.py @@ -2,10 +2,9 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: vega/api/v1/core.proto """Generated protocol buffer code.""" +from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) @@ -21,303 +20,57 @@ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile( - b'\n\x16vega/api/v1/core.proto\x12\x0bvega.api.v1\x1a\x0fvega/vega.proto\x1a\x1bvega/events/v1/events.proto\x1a"vega/commands/v1/transaction.proto"O\n\x1aPropagateChainEventRequest\x12\r\n\x05\x65vent\x18\x01 \x01(\x0c\x12\x0f\n\x07pub_key\x18\x02 \x01(\t\x12\x11\n\tsignature\x18\x03 \x01(\x0c".\n\x1bPropagateChainEventResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08"\xcd\x01\n\x18SubmitTransactionRequest\x12)\n\x02tx\x18\x01 \x01(\x0b\x32\x1d.vega.commands.v1.Transaction\x12\x38\n\x04type\x18\x02 \x01(\x0e\x32*.vega.api.v1.SubmitTransactionRequest.Type"L\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0e\n\nTYPE_ASYNC\x10\x01\x12\r\n\tTYPE_SYNC\x10\x02\x12\x0f\n\x0bTYPE_COMMIT\x10\x03"v\n\x19SubmitTransactionResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x0f\n\x07tx_hash\x18\x02 \x01(\t\x12\x0c\n\x04\x63ode\x18\x03 \x01(\r\x12\x0c\n\x04\x64\x61ta\x18\x04 \x01(\t\x12\x0b\n\x03log\x18\x05 \x01(\t\x12\x0e\n\x06height\x18\x06 \x01(\x03"D\n\x17\x43heckTransactionRequest\x12)\n\x02tx\x18\x01 \x01(\x0b\x32\x1d.vega.commands.v1.Transaction"_\n\x18\x43heckTransactionResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x0c\n\x04\x63ode\x18\x02 \x01(\r\x12\x12\n\ngas_wanted\x18\x03 \x01(\x03\x12\x10\n\x08gas_used\x18\x04 \x01(\x03"\xb4\x01\n\x1bSubmitRawTransactionRequest\x12\n\n\x02tx\x18\x01 \x01(\x0c\x12;\n\x04type\x18\x02 \x01(\x0e\x32-.vega.api.v1.SubmitRawTransactionRequest.Type"L\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0e\n\nTYPE_ASYNC\x10\x01\x12\r\n\tTYPE_SYNC\x10\x02\x12\x0f\n\x0bTYPE_COMMIT\x10\x03"y\n\x1cSubmitRawTransactionResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x0f\n\x07tx_hash\x18\x02 \x01(\t\x12\x0c\n\x04\x63ode\x18\x03 \x01(\r\x12\x0c\n\x04\x64\x61ta\x18\x04 \x01(\t\x12\x0b\n\x03log\x18\x05 \x01(\t\x12\x0e\n\x06height\x18\x06 \x01(\x03"(\n\x1a\x43heckRawTransactionRequest\x12\n\n\x02tx\x18\x01 \x01(\x0c"b\n\x1b\x43heckRawTransactionResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x0c\n\x04\x63ode\x18\x02 \x01(\r\x12\x12\n\ngas_wanted\x18\x03 \x01(\x03\x12\x10\n\x08gas_used\x18\x04 \x01(\x03"\x14\n\x12GetVegaTimeRequest"(\n\x13GetVegaTimeResponse\x12\x11\n\ttimestamp\x18\x01 \x01(\x03"}\n\x16ObserveEventBusRequest\x12*\n\x04type\x18\x01 \x03(\x0e\x32\x1c.vega.events.v1.BusEventType\x12\x11\n\tmarket_id\x18\x02 \x01(\t\x12\x10\n\x08party_id\x18\x03 \x01(\t\x12\x12\n\nbatch_size\x18\x04 \x01(\x03"C\n\x17ObserveEventBusResponse\x12(\n\x06\x65vents\x18\x01 \x03(\x0b\x32\x18.vega.events.v1.BusEvent"\x13\n\x11StatisticsRequest"A\n\x12StatisticsResponse\x12+\n\nstatistics\x18\x01 \x01(\x0b\x32\x17.vega.api.v1.Statistics"\xee\x06\n\nStatistics\x12\x14\n\x0c\x62lock_height\x18\x01 \x01(\x04\x12\x16\n\x0e\x62\x61\x63klog_length\x18\x02 \x01(\x04\x12\x13\n\x0btotal_peers\x18\x03 \x01(\x04\x12\x14\n\x0cgenesis_time\x18\x04 \x01(\t\x12\x14\n\x0c\x63urrent_time\x18\x05 \x01(\t\x12\x11\n\tvega_time\x18\x06 \x01(\t\x12!\n\x06status\x18\x07 \x01(\x0e\x32\x11.vega.ChainStatus\x12\x14\n\x0ctx_per_block\x18\x08 \x01(\x04\x12\x18\n\x10\x61verage_tx_bytes\x18\t \x01(\x04\x12 \n\x18\x61verage_orders_per_block\x18\n \x01(\x04\x12\x19\n\x11trades_per_second\x18\x0b \x01(\x04\x12\x19\n\x11orders_per_second\x18\x0c \x01(\x04\x12\x15\n\rtotal_markets\x18\r \x01(\x04\x12\x19\n\x11total_amend_order\x18\x10 \x01(\x04\x12\x1a\n\x12total_cancel_order\x18\x11 \x01(\x04\x12\x1a\n\x12total_create_order\x18\x12 \x01(\x04\x12\x14\n\x0ctotal_orders\x18\x13 \x01(\x04\x12\x14\n\x0ctotal_trades\x18\x14 \x01(\x04\x12\x1b\n\x13order_subscriptions\x18\x15 \x01(\r\x12\x1b\n\x13trade_subscriptions\x18\x16 \x01(\r\x12\x1c\n\x14\x63\x61ndle_subscriptions\x18\x17 \x01(\r\x12"\n\x1amarket_depth_subscriptions\x18\x18 \x01(\r\x12\x1f\n\x17positions_subscriptions\x18\x19 \x01(\r\x12\x1d\n\x15\x61\x63\x63ount_subscriptions\x18\x1a \x01(\r\x12!\n\x19market_data_subscriptions\x18\x1b \x01(\r\x12\x18\n\x10\x61pp_version_hash\x18\x1c \x01(\t\x12\x13\n\x0b\x61pp_version\x18\x1d \x01(\t\x12\x15\n\rchain_version\x18\x1e \x01(\t\x12\x16\n\x0e\x62lock_duration\x18\x1f \x01(\x04\x12\x0e\n\x06uptime\x18 \x01(\t\x12\x10\n\x08\x63hain_id\x18! \x01(\t\x12*\n"market_depth_updates_subscriptions\x18" \x01(\r\x12\x12\n\nblock_hash\x18# \x01(\t"\x18\n\x16LastBlockHeightRequest"\xed\x01\n\x17LastBlockHeightResponse\x12\x0e\n\x06height\x18\x01 \x01(\x04\x12\x0c\n\x04hash\x18\x02 \x01(\t\x12\x1e\n\x16spam_pow_hash_function\x18\x03 \x01(\t\x12\x1b\n\x13spam_pow_difficulty\x18\x04 \x01(\r\x12&\n\x1espam_pow_number_of_past_blocks\x18\x05 \x01(\r\x12\'\n\x1fspam_pow_number_of_tx_per_block\x18\x06 \x01(\r\x12&\n\x1espam_pow_increasing_difficulty\x18\x07 \x01(\x08\x32\xf4\x06\n\x0b\x43oreService\x12\x62\n\x11SubmitTransaction\x12%.vega.api.v1.SubmitTransactionRequest\x1a&.vega.api.v1.SubmitTransactionResponse\x12h\n\x13PropagateChainEvent\x12\'.vega.api.v1.PropagateChainEventRequest\x1a(.vega.api.v1.PropagateChainEventResponse\x12M\n\nStatistics\x12\x1e.vega.api.v1.StatisticsRequest\x1a\x1f.vega.api.v1.StatisticsResponse\x12\\\n\x0fLastBlockHeight\x12#.vega.api.v1.LastBlockHeightRequest\x1a$.vega.api.v1.LastBlockHeightResponse\x12P\n\x0bGetVegaTime\x12\x1f.vega.api.v1.GetVegaTimeRequest\x1a .vega.api.v1.GetVegaTimeResponse\x12`\n\x0fObserveEventBus\x12#.vega.api.v1.ObserveEventBusRequest\x1a$.vega.api.v1.ObserveEventBusResponse(\x01\x30\x01\x12k\n\x14SubmitRawTransaction\x12(.vega.api.v1.SubmitRawTransactionRequest\x1a).vega.api.v1.SubmitRawTransactionResponse\x12_\n\x10\x43heckTransaction\x12$.vega.api.v1.CheckTransactionRequest\x1a%.vega.api.v1.CheckTransactionResponse\x12h\n\x13\x43heckRawTransaction\x12\'.vega.api.v1.CheckRawTransactionRequest\x1a(.vega.api.v1.CheckRawTransactionResponseB.Z,code.vegaprotocol.io/vega/protos/vega/api/v1b\x06proto3' + b'\n\x16vega/api/v1/core.proto\x12\x0bvega.api.v1\x1a\x0fvega/vega.proto\x1a\x1bvega/events/v1/events.proto\x1a"vega/commands/v1/transaction.proto"i\n\x1aPropagateChainEventRequest\x12\x14\n\x05\x65vent\x18\x01 \x01(\x0cR\x05\x65vent\x12\x17\n\x07pub_key\x18\x02 \x01(\tR\x06pubKey\x12\x1c\n\tsignature\x18\x03 \x01(\x0cR\tsignature"7\n\x1bPropagateChainEventResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success"\xd7\x01\n\x18SubmitTransactionRequest\x12-\n\x02tx\x18\x01 \x01(\x0b\x32\x1d.vega.commands.v1.TransactionR\x02tx\x12>\n\x04type\x18\x02 \x01(\x0e\x32*.vega.api.v1.SubmitTransactionRequest.TypeR\x04type"L\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0e\n\nTYPE_ASYNC\x10\x01\x12\r\n\tTYPE_SYNC\x10\x02\x12\x0f\n\x0bTYPE_COMMIT\x10\x03"\xa0\x01\n\x19SubmitTransactionResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x17\n\x07tx_hash\x18\x02 \x01(\tR\x06txHash\x12\x12\n\x04\x63ode\x18\x03 \x01(\rR\x04\x63ode\x12\x12\n\x04\x64\x61ta\x18\x04 \x01(\tR\x04\x64\x61ta\x12\x10\n\x03log\x18\x05 \x01(\tR\x03log\x12\x16\n\x06height\x18\x06 \x01(\x03R\x06height"H\n\x17\x43heckTransactionRequest\x12-\n\x02tx\x18\x01 \x01(\x0b\x32\x1d.vega.commands.v1.TransactionR\x02tx"\x82\x01\n\x18\x43heckTransactionResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x12\n\x04\x63ode\x18\x02 \x01(\rR\x04\x63ode\x12\x1d\n\ngas_wanted\x18\x03 \x01(\x03R\tgasWanted\x12\x19\n\x08gas_used\x18\x04 \x01(\x03R\x07gasUsed"\xbe\x01\n\x1bSubmitRawTransactionRequest\x12\x0e\n\x02tx\x18\x01 \x01(\x0cR\x02tx\x12\x41\n\x04type\x18\x02 \x01(\x0e\x32-.vega.api.v1.SubmitRawTransactionRequest.TypeR\x04type"L\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0e\n\nTYPE_ASYNC\x10\x01\x12\r\n\tTYPE_SYNC\x10\x02\x12\x0f\n\x0bTYPE_COMMIT\x10\x03"\xa3\x01\n\x1cSubmitRawTransactionResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x17\n\x07tx_hash\x18\x02 \x01(\tR\x06txHash\x12\x12\n\x04\x63ode\x18\x03 \x01(\rR\x04\x63ode\x12\x12\n\x04\x64\x61ta\x18\x04 \x01(\tR\x04\x64\x61ta\x12\x10\n\x03log\x18\x05 \x01(\tR\x03log\x12\x16\n\x06height\x18\x06 \x01(\x03R\x06height",\n\x1a\x43heckRawTransactionRequest\x12\x0e\n\x02tx\x18\x01 \x01(\x0cR\x02tx"\x85\x01\n\x1b\x43heckRawTransactionResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12\x12\n\x04\x63ode\x18\x02 \x01(\rR\x04\x63ode\x12\x1d\n\ngas_wanted\x18\x03 \x01(\x03R\tgasWanted\x12\x19\n\x08gas_used\x18\x04 \x01(\x03R\x07gasUsed"\x14\n\x12GetVegaTimeRequest"3\n\x13GetVegaTimeResponse\x12\x1c\n\ttimestamp\x18\x01 \x01(\x03R\ttimestamp"\xa1\x01\n\x16ObserveEventBusRequest\x12\x30\n\x04type\x18\x01 \x03(\x0e\x32\x1c.vega.events.v1.BusEventTypeR\x04type\x12\x1b\n\tmarket_id\x18\x02 \x01(\tR\x08marketId\x12\x19\n\x08party_id\x18\x03 \x01(\tR\x07partyId\x12\x1d\n\nbatch_size\x18\x04 \x01(\x03R\tbatchSize"K\n\x17ObserveEventBusResponse\x12\x30\n\x06\x65vents\x18\x01 \x03(\x0b\x32\x18.vega.events.v1.BusEventR\x06\x65vents"\x13\n\x11StatisticsRequest"M\n\x12StatisticsResponse\x12\x37\n\nstatistics\x18\x01 \x01(\x0b\x32\x17.vega.api.v1.StatisticsR\nstatistics"\x88\x0b\n\nStatistics\x12!\n\x0c\x62lock_height\x18\x01 \x01(\x04R\x0b\x62lockHeight\x12%\n\x0e\x62\x61\x63klog_length\x18\x02 \x01(\x04R\rbacklogLength\x12\x1f\n\x0btotal_peers\x18\x03 \x01(\x04R\ntotalPeers\x12!\n\x0cgenesis_time\x18\x04 \x01(\tR\x0bgenesisTime\x12!\n\x0c\x63urrent_time\x18\x05 \x01(\tR\x0b\x63urrentTime\x12\x1b\n\tvega_time\x18\x06 \x01(\tR\x08vegaTime\x12)\n\x06status\x18\x07 \x01(\x0e\x32\x11.vega.ChainStatusR\x06status\x12 \n\x0ctx_per_block\x18\x08 \x01(\x04R\ntxPerBlock\x12(\n\x10\x61verage_tx_bytes\x18\t \x01(\x04R\x0e\x61verageTxBytes\x12\x37\n\x18\x61verage_orders_per_block\x18\n \x01(\x04R\x15\x61verageOrdersPerBlock\x12*\n\x11trades_per_second\x18\x0b \x01(\x04R\x0ftradesPerSecond\x12*\n\x11orders_per_second\x18\x0c \x01(\x04R\x0fordersPerSecond\x12#\n\rtotal_markets\x18\r \x01(\x04R\x0ctotalMarkets\x12*\n\x11total_amend_order\x18\x10 \x01(\x04R\x0ftotalAmendOrder\x12,\n\x12total_cancel_order\x18\x11 \x01(\x04R\x10totalCancelOrder\x12,\n\x12total_create_order\x18\x12 \x01(\x04R\x10totalCreateOrder\x12!\n\x0ctotal_orders\x18\x13 \x01(\x04R\x0btotalOrders\x12!\n\x0ctotal_trades\x18\x14 \x01(\x04R\x0btotalTrades\x12/\n\x13order_subscriptions\x18\x15 \x01(\rR\x12orderSubscriptions\x12/\n\x13trade_subscriptions\x18\x16 \x01(\rR\x12tradeSubscriptions\x12\x31\n\x14\x63\x61ndle_subscriptions\x18\x17 \x01(\rR\x13\x63\x61ndleSubscriptions\x12<\n\x1amarket_depth_subscriptions\x18\x18 \x01(\rR\x18marketDepthSubscriptions\x12\x37\n\x17positions_subscriptions\x18\x19 \x01(\rR\x16positionsSubscriptions\x12\x33\n\x15\x61\x63\x63ount_subscriptions\x18\x1a \x01(\rR\x14\x61\x63\x63ountSubscriptions\x12:\n\x19market_data_subscriptions\x18\x1b \x01(\rR\x17marketDataSubscriptions\x12(\n\x10\x61pp_version_hash\x18\x1c \x01(\tR\x0e\x61ppVersionHash\x12\x1f\n\x0b\x61pp_version\x18\x1d \x01(\tR\nappVersion\x12#\n\rchain_version\x18\x1e \x01(\tR\x0c\x63hainVersion\x12%\n\x0e\x62lock_duration\x18\x1f \x01(\x04R\rblockDuration\x12\x16\n\x06uptime\x18 \x01(\tR\x06uptime\x12\x19\n\x08\x63hain_id\x18! \x01(\tR\x07\x63hainId\x12K\n"market_depth_updates_subscriptions\x18" \x01(\rR\x1fmarketDepthUpdatesSubscriptions\x12\x1d\n\nblock_hash\x18# \x01(\tR\tblockHash"\x18\n\x16LastBlockHeightRequest"\xf6\x02\n\x17LastBlockHeightResponse\x12\x16\n\x06height\x18\x01 \x01(\x04R\x06height\x12\x12\n\x04hash\x18\x02 \x01(\tR\x04hash\x12\x33\n\x16spam_pow_hash_function\x18\x03 \x01(\tR\x13spamPowHashFunction\x12.\n\x13spam_pow_difficulty\x18\x04 \x01(\rR\x11spamPowDifficulty\x12\x41\n\x1espam_pow_number_of_past_blocks\x18\x05 \x01(\rR\x19spamPowNumberOfPastBlocks\x12\x42\n\x1fspam_pow_number_of_tx_per_block\x18\x06 \x01(\rR\x19spamPowNumberOfTxPerBlock\x12\x43\n\x1espam_pow_increasing_difficulty\x18\x07 \x01(\x08R\x1bspamPowIncreasingDifficulty2\xf4\x06\n\x0b\x43oreService\x12\x62\n\x11SubmitTransaction\x12%.vega.api.v1.SubmitTransactionRequest\x1a&.vega.api.v1.SubmitTransactionResponse\x12h\n\x13PropagateChainEvent\x12\'.vega.api.v1.PropagateChainEventRequest\x1a(.vega.api.v1.PropagateChainEventResponse\x12M\n\nStatistics\x12\x1e.vega.api.v1.StatisticsRequest\x1a\x1f.vega.api.v1.StatisticsResponse\x12\\\n\x0fLastBlockHeight\x12#.vega.api.v1.LastBlockHeightRequest\x1a$.vega.api.v1.LastBlockHeightResponse\x12P\n\x0bGetVegaTime\x12\x1f.vega.api.v1.GetVegaTimeRequest\x1a .vega.api.v1.GetVegaTimeResponse\x12`\n\x0fObserveEventBus\x12#.vega.api.v1.ObserveEventBusRequest\x1a$.vega.api.v1.ObserveEventBusResponse(\x01\x30\x01\x12k\n\x14SubmitRawTransaction\x12(.vega.api.v1.SubmitRawTransactionRequest\x1a).vega.api.v1.SubmitRawTransactionResponse\x12_\n\x10\x43heckTransaction\x12$.vega.api.v1.CheckTransactionRequest\x1a%.vega.api.v1.CheckTransactionResponse\x12h\n\x13\x43heckRawTransaction\x12\'.vega.api.v1.CheckRawTransactionRequest\x1a(.vega.api.v1.CheckRawTransactionResponseB.Z,code.vegaprotocol.io/vega/protos/vega/api/v1b\x06proto3' ) - -_PROPAGATECHAINEVENTREQUEST = DESCRIPTOR.message_types_by_name[ - "PropagateChainEventRequest" -] -_PROPAGATECHAINEVENTRESPONSE = DESCRIPTOR.message_types_by_name[ - "PropagateChainEventResponse" -] -_SUBMITTRANSACTIONREQUEST = DESCRIPTOR.message_types_by_name["SubmitTransactionRequest"] -_SUBMITTRANSACTIONRESPONSE = DESCRIPTOR.message_types_by_name[ - "SubmitTransactionResponse" -] -_CHECKTRANSACTIONREQUEST = DESCRIPTOR.message_types_by_name["CheckTransactionRequest"] -_CHECKTRANSACTIONRESPONSE = DESCRIPTOR.message_types_by_name["CheckTransactionResponse"] -_SUBMITRAWTRANSACTIONREQUEST = DESCRIPTOR.message_types_by_name[ - "SubmitRawTransactionRequest" -] -_SUBMITRAWTRANSACTIONRESPONSE = DESCRIPTOR.message_types_by_name[ - "SubmitRawTransactionResponse" -] -_CHECKRAWTRANSACTIONREQUEST = DESCRIPTOR.message_types_by_name[ - "CheckRawTransactionRequest" -] -_CHECKRAWTRANSACTIONRESPONSE = DESCRIPTOR.message_types_by_name[ - "CheckRawTransactionResponse" -] -_GETVEGATIMEREQUEST = DESCRIPTOR.message_types_by_name["GetVegaTimeRequest"] -_GETVEGATIMERESPONSE = DESCRIPTOR.message_types_by_name["GetVegaTimeResponse"] -_OBSERVEEVENTBUSREQUEST = DESCRIPTOR.message_types_by_name["ObserveEventBusRequest"] -_OBSERVEEVENTBUSRESPONSE = DESCRIPTOR.message_types_by_name["ObserveEventBusResponse"] -_STATISTICSREQUEST = DESCRIPTOR.message_types_by_name["StatisticsRequest"] -_STATISTICSRESPONSE = DESCRIPTOR.message_types_by_name["StatisticsResponse"] -_STATISTICS = DESCRIPTOR.message_types_by_name["Statistics"] -_LASTBLOCKHEIGHTREQUEST = DESCRIPTOR.message_types_by_name["LastBlockHeightRequest"] -_LASTBLOCKHEIGHTRESPONSE = DESCRIPTOR.message_types_by_name["LastBlockHeightResponse"] -_SUBMITTRANSACTIONREQUEST_TYPE = _SUBMITTRANSACTIONREQUEST.enum_types_by_name["Type"] -_SUBMITRAWTRANSACTIONREQUEST_TYPE = _SUBMITRAWTRANSACTIONREQUEST.enum_types_by_name[ - "Type" -] -PropagateChainEventRequest = _reflection.GeneratedProtocolMessageType( - "PropagateChainEventRequest", - (_message.Message,), - { - "DESCRIPTOR": _PROPAGATECHAINEVENTREQUEST, - "__module__": "vega.api.v1.core_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.PropagateChainEventRequest) - }, -) -_sym_db.RegisterMessage(PropagateChainEventRequest) - -PropagateChainEventResponse = _reflection.GeneratedProtocolMessageType( - "PropagateChainEventResponse", - (_message.Message,), - { - "DESCRIPTOR": _PROPAGATECHAINEVENTRESPONSE, - "__module__": "vega.api.v1.core_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.PropagateChainEventResponse) - }, -) -_sym_db.RegisterMessage(PropagateChainEventResponse) - -SubmitTransactionRequest = _reflection.GeneratedProtocolMessageType( - "SubmitTransactionRequest", - (_message.Message,), - { - "DESCRIPTOR": _SUBMITTRANSACTIONREQUEST, - "__module__": "vega.api.v1.core_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.SubmitTransactionRequest) - }, -) -_sym_db.RegisterMessage(SubmitTransactionRequest) - -SubmitTransactionResponse = _reflection.GeneratedProtocolMessageType( - "SubmitTransactionResponse", - (_message.Message,), - { - "DESCRIPTOR": _SUBMITTRANSACTIONRESPONSE, - "__module__": "vega.api.v1.core_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.SubmitTransactionResponse) - }, -) -_sym_db.RegisterMessage(SubmitTransactionResponse) - -CheckTransactionRequest = _reflection.GeneratedProtocolMessageType( - "CheckTransactionRequest", - (_message.Message,), - { - "DESCRIPTOR": _CHECKTRANSACTIONREQUEST, - "__module__": "vega.api.v1.core_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.CheckTransactionRequest) - }, -) -_sym_db.RegisterMessage(CheckTransactionRequest) - -CheckTransactionResponse = _reflection.GeneratedProtocolMessageType( - "CheckTransactionResponse", - (_message.Message,), - { - "DESCRIPTOR": _CHECKTRANSACTIONRESPONSE, - "__module__": "vega.api.v1.core_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.CheckTransactionResponse) - }, -) -_sym_db.RegisterMessage(CheckTransactionResponse) - -SubmitRawTransactionRequest = _reflection.GeneratedProtocolMessageType( - "SubmitRawTransactionRequest", - (_message.Message,), - { - "DESCRIPTOR": _SUBMITRAWTRANSACTIONREQUEST, - "__module__": "vega.api.v1.core_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.SubmitRawTransactionRequest) - }, -) -_sym_db.RegisterMessage(SubmitRawTransactionRequest) - -SubmitRawTransactionResponse = _reflection.GeneratedProtocolMessageType( - "SubmitRawTransactionResponse", - (_message.Message,), - { - "DESCRIPTOR": _SUBMITRAWTRANSACTIONRESPONSE, - "__module__": "vega.api.v1.core_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.SubmitRawTransactionResponse) - }, -) -_sym_db.RegisterMessage(SubmitRawTransactionResponse) - -CheckRawTransactionRequest = _reflection.GeneratedProtocolMessageType( - "CheckRawTransactionRequest", - (_message.Message,), - { - "DESCRIPTOR": _CHECKRAWTRANSACTIONREQUEST, - "__module__": "vega.api.v1.core_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.CheckRawTransactionRequest) - }, -) -_sym_db.RegisterMessage(CheckRawTransactionRequest) - -CheckRawTransactionResponse = _reflection.GeneratedProtocolMessageType( - "CheckRawTransactionResponse", - (_message.Message,), - { - "DESCRIPTOR": _CHECKRAWTRANSACTIONRESPONSE, - "__module__": "vega.api.v1.core_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.CheckRawTransactionResponse) - }, -) -_sym_db.RegisterMessage(CheckRawTransactionResponse) - -GetVegaTimeRequest = _reflection.GeneratedProtocolMessageType( - "GetVegaTimeRequest", - (_message.Message,), - { - "DESCRIPTOR": _GETVEGATIMEREQUEST, - "__module__": "vega.api.v1.core_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.GetVegaTimeRequest) - }, -) -_sym_db.RegisterMessage(GetVegaTimeRequest) - -GetVegaTimeResponse = _reflection.GeneratedProtocolMessageType( - "GetVegaTimeResponse", - (_message.Message,), - { - "DESCRIPTOR": _GETVEGATIMERESPONSE, - "__module__": "vega.api.v1.core_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.GetVegaTimeResponse) - }, -) -_sym_db.RegisterMessage(GetVegaTimeResponse) - -ObserveEventBusRequest = _reflection.GeneratedProtocolMessageType( - "ObserveEventBusRequest", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEEVENTBUSREQUEST, - "__module__": "vega.api.v1.core_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.ObserveEventBusRequest) - }, -) -_sym_db.RegisterMessage(ObserveEventBusRequest) - -ObserveEventBusResponse = _reflection.GeneratedProtocolMessageType( - "ObserveEventBusResponse", - (_message.Message,), - { - "DESCRIPTOR": _OBSERVEEVENTBUSRESPONSE, - "__module__": "vega.api.v1.core_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.ObserveEventBusResponse) - }, -) -_sym_db.RegisterMessage(ObserveEventBusResponse) - -StatisticsRequest = _reflection.GeneratedProtocolMessageType( - "StatisticsRequest", - (_message.Message,), - { - "DESCRIPTOR": _STATISTICSREQUEST, - "__module__": "vega.api.v1.core_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.StatisticsRequest) - }, -) -_sym_db.RegisterMessage(StatisticsRequest) - -StatisticsResponse = _reflection.GeneratedProtocolMessageType( - "StatisticsResponse", - (_message.Message,), - { - "DESCRIPTOR": _STATISTICSRESPONSE, - "__module__": "vega.api.v1.core_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.StatisticsResponse) - }, -) -_sym_db.RegisterMessage(StatisticsResponse) - -Statistics = _reflection.GeneratedProtocolMessageType( - "Statistics", - (_message.Message,), - { - "DESCRIPTOR": _STATISTICS, - "__module__": "vega.api.v1.core_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.Statistics) - }, -) -_sym_db.RegisterMessage(Statistics) - -LastBlockHeightRequest = _reflection.GeneratedProtocolMessageType( - "LastBlockHeightRequest", - (_message.Message,), - { - "DESCRIPTOR": _LASTBLOCKHEIGHTREQUEST, - "__module__": "vega.api.v1.core_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.LastBlockHeightRequest) - }, -) -_sym_db.RegisterMessage(LastBlockHeightRequest) - -LastBlockHeightResponse = _reflection.GeneratedProtocolMessageType( - "LastBlockHeightResponse", - (_message.Message,), - { - "DESCRIPTOR": _LASTBLOCKHEIGHTRESPONSE, - "__module__": "vega.api.v1.core_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.LastBlockHeightResponse) - }, -) -_sym_db.RegisterMessage(LastBlockHeightResponse) - -_CORESERVICE = DESCRIPTOR.services_by_name["CoreService"] +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) +_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "vega.api.v1.core_pb2", globals()) if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None DESCRIPTOR._serialized_options = b"Z,code.vegaprotocol.io/vega/protos/vega/api/v1" _PROPAGATECHAINEVENTREQUEST._serialized_start = 121 - _PROPAGATECHAINEVENTREQUEST._serialized_end = 200 - _PROPAGATECHAINEVENTRESPONSE._serialized_start = 202 - _PROPAGATECHAINEVENTRESPONSE._serialized_end = 248 - _SUBMITTRANSACTIONREQUEST._serialized_start = 251 - _SUBMITTRANSACTIONREQUEST._serialized_end = 456 - _SUBMITTRANSACTIONREQUEST_TYPE._serialized_start = 380 - _SUBMITTRANSACTIONREQUEST_TYPE._serialized_end = 456 - _SUBMITTRANSACTIONRESPONSE._serialized_start = 458 - _SUBMITTRANSACTIONRESPONSE._serialized_end = 576 - _CHECKTRANSACTIONREQUEST._serialized_start = 578 - _CHECKTRANSACTIONREQUEST._serialized_end = 646 - _CHECKTRANSACTIONRESPONSE._serialized_start = 648 - _CHECKTRANSACTIONRESPONSE._serialized_end = 743 - _SUBMITRAWTRANSACTIONREQUEST._serialized_start = 746 - _SUBMITRAWTRANSACTIONREQUEST._serialized_end = 926 - _SUBMITRAWTRANSACTIONREQUEST_TYPE._serialized_start = 380 - _SUBMITRAWTRANSACTIONREQUEST_TYPE._serialized_end = 456 - _SUBMITRAWTRANSACTIONRESPONSE._serialized_start = 928 - _SUBMITRAWTRANSACTIONRESPONSE._serialized_end = 1049 - _CHECKRAWTRANSACTIONREQUEST._serialized_start = 1051 - _CHECKRAWTRANSACTIONREQUEST._serialized_end = 1091 - _CHECKRAWTRANSACTIONRESPONSE._serialized_start = 1093 - _CHECKRAWTRANSACTIONRESPONSE._serialized_end = 1191 - _GETVEGATIMEREQUEST._serialized_start = 1193 - _GETVEGATIMEREQUEST._serialized_end = 1213 - _GETVEGATIMERESPONSE._serialized_start = 1215 - _GETVEGATIMERESPONSE._serialized_end = 1255 - _OBSERVEEVENTBUSREQUEST._serialized_start = 1257 - _OBSERVEEVENTBUSREQUEST._serialized_end = 1382 - _OBSERVEEVENTBUSRESPONSE._serialized_start = 1384 - _OBSERVEEVENTBUSRESPONSE._serialized_end = 1451 - _STATISTICSREQUEST._serialized_start = 1453 - _STATISTICSREQUEST._serialized_end = 1472 - _STATISTICSRESPONSE._serialized_start = 1474 - _STATISTICSRESPONSE._serialized_end = 1539 - _STATISTICS._serialized_start = 1542 - _STATISTICS._serialized_end = 2420 - _LASTBLOCKHEIGHTREQUEST._serialized_start = 2422 - _LASTBLOCKHEIGHTREQUEST._serialized_end = 2446 - _LASTBLOCKHEIGHTRESPONSE._serialized_start = 2449 - _LASTBLOCKHEIGHTRESPONSE._serialized_end = 2686 - _CORESERVICE._serialized_start = 2689 - _CORESERVICE._serialized_end = 3573 + _PROPAGATECHAINEVENTREQUEST._serialized_end = 226 + _PROPAGATECHAINEVENTRESPONSE._serialized_start = 228 + _PROPAGATECHAINEVENTRESPONSE._serialized_end = 283 + _SUBMITTRANSACTIONREQUEST._serialized_start = 286 + _SUBMITTRANSACTIONREQUEST._serialized_end = 501 + _SUBMITTRANSACTIONREQUEST_TYPE._serialized_start = 425 + _SUBMITTRANSACTIONREQUEST_TYPE._serialized_end = 501 + _SUBMITTRANSACTIONRESPONSE._serialized_start = 504 + _SUBMITTRANSACTIONRESPONSE._serialized_end = 664 + _CHECKTRANSACTIONREQUEST._serialized_start = 666 + _CHECKTRANSACTIONREQUEST._serialized_end = 738 + _CHECKTRANSACTIONRESPONSE._serialized_start = 741 + _CHECKTRANSACTIONRESPONSE._serialized_end = 871 + _SUBMITRAWTRANSACTIONREQUEST._serialized_start = 874 + _SUBMITRAWTRANSACTIONREQUEST._serialized_end = 1064 + _SUBMITRAWTRANSACTIONREQUEST_TYPE._serialized_start = 425 + _SUBMITRAWTRANSACTIONREQUEST_TYPE._serialized_end = 501 + _SUBMITRAWTRANSACTIONRESPONSE._serialized_start = 1067 + _SUBMITRAWTRANSACTIONRESPONSE._serialized_end = 1230 + _CHECKRAWTRANSACTIONREQUEST._serialized_start = 1232 + _CHECKRAWTRANSACTIONREQUEST._serialized_end = 1276 + _CHECKRAWTRANSACTIONRESPONSE._serialized_start = 1279 + _CHECKRAWTRANSACTIONRESPONSE._serialized_end = 1412 + _GETVEGATIMEREQUEST._serialized_start = 1414 + _GETVEGATIMEREQUEST._serialized_end = 1434 + _GETVEGATIMERESPONSE._serialized_start = 1436 + _GETVEGATIMERESPONSE._serialized_end = 1487 + _OBSERVEEVENTBUSREQUEST._serialized_start = 1490 + _OBSERVEEVENTBUSREQUEST._serialized_end = 1651 + _OBSERVEEVENTBUSRESPONSE._serialized_start = 1653 + _OBSERVEEVENTBUSRESPONSE._serialized_end = 1728 + _STATISTICSREQUEST._serialized_start = 1730 + _STATISTICSREQUEST._serialized_end = 1749 + _STATISTICSRESPONSE._serialized_start = 1751 + _STATISTICSRESPONSE._serialized_end = 1828 + _STATISTICS._serialized_start = 1831 + _STATISTICS._serialized_end = 3247 + _LASTBLOCKHEIGHTREQUEST._serialized_start = 3249 + _LASTBLOCKHEIGHTREQUEST._serialized_end = 3273 + _LASTBLOCKHEIGHTRESPONSE._serialized_start = 3276 + _LASTBLOCKHEIGHTRESPONSE._serialized_end = 3650 + _CORESERVICE._serialized_start = 3653 + _CORESERVICE._serialized_end = 4537 # @@protoc_insertion_point(module_scope) diff --git a/vega_sim/proto/vega/api/v1/corestate_pb2.py b/vega_sim/proto/vega/api/v1/corestate_pb2.py index 6c5e1e408..0c5b18343 100644 --- a/vega_sim/proto/vega/api/v1/corestate_pb2.py +++ b/vega_sim/proto/vega/api/v1/corestate_pb2.py @@ -2,10 +2,9 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: vega/api/v1/corestate.proto """Generated protocol buffer code.""" +from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) @@ -21,385 +20,69 @@ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile( - b'\n\x1bvega/api/v1/corestate.proto\x12\x0bvega.api.v1\x1a\x11vega/assets.proto\x1a\x15vega/governance.proto\x1a\x12vega/markets.proto\x1a\x0fvega/vega.proto\x1a\x1bvega/events/v1/events.proto"V\n\x07\x41\x63\x63ount\x12\r\n\x05party\x18\x01 \x01(\t\x12\x0e\n\x06market\x18\x02 \x01(\t\x12\x0f\n\x07\x62\x61lance\x18\x03 \x01(\t\x12\r\n\x05\x61sset\x18\x05 \x01(\t\x12\x0c\n\x04type\x18\x06 \x01(\t"4\n\x13ListAccountsRequest\x12\r\n\x05party\x18\x01 \x01(\t\x12\x0e\n\x06market\x18\x02 \x01(\t">\n\x14ListAccountsResponse\x12&\n\x08\x61\x63\x63ounts\x18\x01 \x03(\x0b\x32\x14.vega.api.v1.Account""\n\x11ListAssetsRequest\x12\r\n\x05\x61sset\x18\x01 \x01(\t"1\n\x12ListAssetsResponse\x12\x1b\n\x06\x61ssets\x18\x01 \x03(\x0b\x32\x0b.vega.Asset"=\n\x1cListNetworkParametersRequest\x12\x1d\n\x15network_parameter_key\x18\x01 \x01(\t"S\n\x1dListNetworkParametersResponse\x12\x32\n\x12network_parameters\x18\x01 \x03(\x0b\x32\x16.vega.NetworkParameter"\x1a\n\x18ListNetworkLimitsRequest"H\n\x19ListNetworkLimitsResponse\x12+\n\x0enetwork_limits\x18\x01 \x01(\x0b\x32\x13.vega.NetworkLimits"\x14\n\x12ListPartiesRequest"3\n\x13ListPartiesResponse\x12\x1c\n\x07parties\x18\x01 \x03(\x0b\x32\x0b.vega.Party"\x17\n\x15ListValidatorsRequest"M\n\x16ListValidatorsResponse\x12\x33\n\nvalidators\x18\x01 \x03(\x0b\x32\x1f.vega.events.v1.ValidatorUpdate"$\n\x12ListMarketsRequest\x12\x0e\n\x06market\x18\x01 \x01(\t"4\n\x13ListMarketsResponse\x12\x1d\n\x07markets\x18\x01 \x03(\x0b\x32\x0c.vega.Market":\n\x14ListProposalsRequest\x12\x10\n\x08proposal\x18\x01 \x01(\t\x12\x10\n\x08proposer\x18\x02 \x01(\t":\n\x15ListProposalsResponse\x12!\n\tproposals\x18\x01 \x03(\x0b\x32\x0e.vega.Proposal"(\n\x16ListMarketsDataRequest\x12\x0e\n\x06market\x18\x01 \x01(\t"A\n\x17ListMarketsDataResponse\x12&\n\x0cmarkets_data\x18\x01 \x03(\x0b\x32\x10.vega.MarketData"3\n\x10ListVotesRequest\x12\x10\n\x08proposal\x18\x01 \x01(\t\x12\r\n\x05party\x18\x02 \x01(\t".\n\x11ListVotesResponse\x12\x19\n\x05votes\x18\x01 \x03(\x0b\x32\n.vega.Vote"r\n\nPartyStake\x12\r\n\x05party\x18\x01 \x01(\t\x12\x1f\n\x17\x63urrent_stake_available\x18\x02 \x01(\t\x12\x34\n\x0estake_linkings\x18\x03 \x03(\x0b\x32\x1c.vega.events.v1.StakeLinking"(\n\x17ListPartiesStakeRequest\x12\r\n\x05party\x18\x01 \x01(\t"J\n\x18ListPartiesStakeResponse\x12.\n\rparties_stake\x18\x01 \x03(\x0b\x32\x17.vega.api.v1.PartyStake"H\n\x16ListDelegationsRequest\x12\r\n\x05party\x18\x01 \x01(\t\x12\x0c\n\x04node\x18\x02 \x01(\t\x12\x11\n\tepoch_seq\x18\x03 \x01(\t"@\n\x17ListDelegationsResponse\x12%\n\x0b\x64\x65legations\x18\x01 \x03(\x0b\x32\x10.vega.Delegation2\xca\x08\n\x10\x43oreStateService\x12S\n\x0cListAccounts\x12 .vega.api.v1.ListAccountsRequest\x1a!.vega.api.v1.ListAccountsResponse\x12M\n\nListAssets\x12\x1e.vega.api.v1.ListAssetsRequest\x1a\x1f.vega.api.v1.ListAssetsResponse\x12n\n\x15ListNetworkParameters\x12).vega.api.v1.ListNetworkParametersRequest\x1a*.vega.api.v1.ListNetworkParametersResponse\x12\x62\n\x11ListNetworkLimits\x12%.vega.api.v1.ListNetworkLimitsRequest\x1a&.vega.api.v1.ListNetworkLimitsResponse\x12P\n\x0bListParties\x12\x1f.vega.api.v1.ListPartiesRequest\x1a .vega.api.v1.ListPartiesResponse\x12Y\n\x0eListValidators\x12".vega.api.v1.ListValidatorsRequest\x1a#.vega.api.v1.ListValidatorsResponse\x12P\n\x0bListMarkets\x12\x1f.vega.api.v1.ListMarketsRequest\x1a .vega.api.v1.ListMarketsResponse\x12V\n\rListProposals\x12!.vega.api.v1.ListProposalsRequest\x1a".vega.api.v1.ListProposalsResponse\x12\\\n\x0fListMarketsData\x12#.vega.api.v1.ListMarketsDataRequest\x1a$.vega.api.v1.ListMarketsDataResponse\x12J\n\tListVotes\x12\x1d.vega.api.v1.ListVotesRequest\x1a\x1e.vega.api.v1.ListVotesResponse\x12_\n\x10ListPartiesStake\x12$.vega.api.v1.ListPartiesStakeRequest\x1a%.vega.api.v1.ListPartiesStakeResponse\x12\\\n\x0fListDelegations\x12#.vega.api.v1.ListDelegationsRequest\x1a$.vega.api.v1.ListDelegationsResponseB.Z,code.vegaprotocol.io/vega/protos/vega/api/v1b\x06proto3' + b'\n\x1bvega/api/v1/corestate.proto\x12\x0bvega.api.v1\x1a\x11vega/assets.proto\x1a\x15vega/governance.proto\x1a\x12vega/markets.proto\x1a\x0fvega/vega.proto\x1a\x1bvega/events/v1/events.proto"{\n\x07\x41\x63\x63ount\x12\x14\n\x05party\x18\x01 \x01(\tR\x05party\x12\x16\n\x06market\x18\x02 \x01(\tR\x06market\x12\x18\n\x07\x62\x61lance\x18\x03 \x01(\tR\x07\x62\x61lance\x12\x14\n\x05\x61sset\x18\x05 \x01(\tR\x05\x61sset\x12\x12\n\x04type\x18\x06 \x01(\tR\x04type"C\n\x13ListAccountsRequest\x12\x14\n\x05party\x18\x01 \x01(\tR\x05party\x12\x16\n\x06market\x18\x02 \x01(\tR\x06market"H\n\x14ListAccountsResponse\x12\x30\n\x08\x61\x63\x63ounts\x18\x01 \x03(\x0b\x32\x14.vega.api.v1.AccountR\x08\x61\x63\x63ounts")\n\x11ListAssetsRequest\x12\x14\n\x05\x61sset\x18\x01 \x01(\tR\x05\x61sset"9\n\x12ListAssetsResponse\x12#\n\x06\x61ssets\x18\x01 \x03(\x0b\x32\x0b.vega.AssetR\x06\x61ssets"R\n\x1cListNetworkParametersRequest\x12\x32\n\x15network_parameter_key\x18\x01 \x01(\tR\x13networkParameterKey"f\n\x1dListNetworkParametersResponse\x12\x45\n\x12network_parameters\x18\x01 \x03(\x0b\x32\x16.vega.NetworkParameterR\x11networkParameters"\x1a\n\x18ListNetworkLimitsRequest"W\n\x19ListNetworkLimitsResponse\x12:\n\x0enetwork_limits\x18\x01 \x01(\x0b\x32\x13.vega.NetworkLimitsR\rnetworkLimits"\x14\n\x12ListPartiesRequest"<\n\x13ListPartiesResponse\x12%\n\x07parties\x18\x01 \x03(\x0b\x32\x0b.vega.PartyR\x07parties"\x17\n\x15ListValidatorsRequest"Y\n\x16ListValidatorsResponse\x12?\n\nvalidators\x18\x01 \x03(\x0b\x32\x1f.vega.events.v1.ValidatorUpdateR\nvalidators",\n\x12ListMarketsRequest\x12\x16\n\x06market\x18\x01 \x01(\tR\x06market"=\n\x13ListMarketsResponse\x12&\n\x07markets\x18\x01 \x03(\x0b\x32\x0c.vega.MarketR\x07markets"N\n\x14ListProposalsRequest\x12\x1a\n\x08proposal\x18\x01 \x01(\tR\x08proposal\x12\x1a\n\x08proposer\x18\x02 \x01(\tR\x08proposer"E\n\x15ListProposalsResponse\x12,\n\tproposals\x18\x01 \x03(\x0b\x32\x0e.vega.ProposalR\tproposals"0\n\x16ListMarketsDataRequest\x12\x16\n\x06market\x18\x01 \x01(\tR\x06market"N\n\x17ListMarketsDataResponse\x12\x33\n\x0cmarkets_data\x18\x01 \x03(\x0b\x32\x10.vega.MarketDataR\x0bmarketsData"D\n\x10ListVotesRequest\x12\x1a\n\x08proposal\x18\x01 \x01(\tR\x08proposal\x12\x14\n\x05party\x18\x02 \x01(\tR\x05party"5\n\x11ListVotesResponse\x12 \n\x05votes\x18\x01 \x03(\x0b\x32\n.vega.VoteR\x05votes"\x9f\x01\n\nPartyStake\x12\x14\n\x05party\x18\x01 \x01(\tR\x05party\x12\x36\n\x17\x63urrent_stake_available\x18\x02 \x01(\tR\x15\x63urrentStakeAvailable\x12\x43\n\x0estake_linkings\x18\x03 \x03(\x0b\x32\x1c.vega.events.v1.StakeLinkingR\rstakeLinkings"/\n\x17ListPartiesStakeRequest\x12\x14\n\x05party\x18\x01 \x01(\tR\x05party"X\n\x18ListPartiesStakeResponse\x12<\n\rparties_stake\x18\x01 \x03(\x0b\x32\x17.vega.api.v1.PartyStakeR\x0cpartiesStake"_\n\x16ListDelegationsRequest\x12\x14\n\x05party\x18\x01 \x01(\tR\x05party\x12\x12\n\x04node\x18\x02 \x01(\tR\x04node\x12\x1b\n\tepoch_seq\x18\x03 \x01(\tR\x08\x65pochSeq"M\n\x17ListDelegationsResponse\x12\x32\n\x0b\x64\x65legations\x18\x01 \x03(\x0b\x32\x10.vega.DelegationR\x0b\x64\x65legations2\xca\x08\n\x10\x43oreStateService\x12S\n\x0cListAccounts\x12 .vega.api.v1.ListAccountsRequest\x1a!.vega.api.v1.ListAccountsResponse\x12M\n\nListAssets\x12\x1e.vega.api.v1.ListAssetsRequest\x1a\x1f.vega.api.v1.ListAssetsResponse\x12n\n\x15ListNetworkParameters\x12).vega.api.v1.ListNetworkParametersRequest\x1a*.vega.api.v1.ListNetworkParametersResponse\x12\x62\n\x11ListNetworkLimits\x12%.vega.api.v1.ListNetworkLimitsRequest\x1a&.vega.api.v1.ListNetworkLimitsResponse\x12P\n\x0bListParties\x12\x1f.vega.api.v1.ListPartiesRequest\x1a .vega.api.v1.ListPartiesResponse\x12Y\n\x0eListValidators\x12".vega.api.v1.ListValidatorsRequest\x1a#.vega.api.v1.ListValidatorsResponse\x12P\n\x0bListMarkets\x12\x1f.vega.api.v1.ListMarketsRequest\x1a .vega.api.v1.ListMarketsResponse\x12V\n\rListProposals\x12!.vega.api.v1.ListProposalsRequest\x1a".vega.api.v1.ListProposalsResponse\x12\\\n\x0fListMarketsData\x12#.vega.api.v1.ListMarketsDataRequest\x1a$.vega.api.v1.ListMarketsDataResponse\x12J\n\tListVotes\x12\x1d.vega.api.v1.ListVotesRequest\x1a\x1e.vega.api.v1.ListVotesResponse\x12_\n\x10ListPartiesStake\x12$.vega.api.v1.ListPartiesStakeRequest\x1a%.vega.api.v1.ListPartiesStakeResponse\x12\\\n\x0fListDelegations\x12#.vega.api.v1.ListDelegationsRequest\x1a$.vega.api.v1.ListDelegationsResponseB.Z,code.vegaprotocol.io/vega/protos/vega/api/v1b\x06proto3' ) - -_ACCOUNT = DESCRIPTOR.message_types_by_name["Account"] -_LISTACCOUNTSREQUEST = DESCRIPTOR.message_types_by_name["ListAccountsRequest"] -_LISTACCOUNTSRESPONSE = DESCRIPTOR.message_types_by_name["ListAccountsResponse"] -_LISTASSETSREQUEST = DESCRIPTOR.message_types_by_name["ListAssetsRequest"] -_LISTASSETSRESPONSE = DESCRIPTOR.message_types_by_name["ListAssetsResponse"] -_LISTNETWORKPARAMETERSREQUEST = DESCRIPTOR.message_types_by_name[ - "ListNetworkParametersRequest" -] -_LISTNETWORKPARAMETERSRESPONSE = DESCRIPTOR.message_types_by_name[ - "ListNetworkParametersResponse" -] -_LISTNETWORKLIMITSREQUEST = DESCRIPTOR.message_types_by_name["ListNetworkLimitsRequest"] -_LISTNETWORKLIMITSRESPONSE = DESCRIPTOR.message_types_by_name[ - "ListNetworkLimitsResponse" -] -_LISTPARTIESREQUEST = DESCRIPTOR.message_types_by_name["ListPartiesRequest"] -_LISTPARTIESRESPONSE = DESCRIPTOR.message_types_by_name["ListPartiesResponse"] -_LISTVALIDATORSREQUEST = DESCRIPTOR.message_types_by_name["ListValidatorsRequest"] -_LISTVALIDATORSRESPONSE = DESCRIPTOR.message_types_by_name["ListValidatorsResponse"] -_LISTMARKETSREQUEST = DESCRIPTOR.message_types_by_name["ListMarketsRequest"] -_LISTMARKETSRESPONSE = DESCRIPTOR.message_types_by_name["ListMarketsResponse"] -_LISTPROPOSALSREQUEST = DESCRIPTOR.message_types_by_name["ListProposalsRequest"] -_LISTPROPOSALSRESPONSE = DESCRIPTOR.message_types_by_name["ListProposalsResponse"] -_LISTMARKETSDATAREQUEST = DESCRIPTOR.message_types_by_name["ListMarketsDataRequest"] -_LISTMARKETSDATARESPONSE = DESCRIPTOR.message_types_by_name["ListMarketsDataResponse"] -_LISTVOTESREQUEST = DESCRIPTOR.message_types_by_name["ListVotesRequest"] -_LISTVOTESRESPONSE = DESCRIPTOR.message_types_by_name["ListVotesResponse"] -_PARTYSTAKE = DESCRIPTOR.message_types_by_name["PartyStake"] -_LISTPARTIESSTAKEREQUEST = DESCRIPTOR.message_types_by_name["ListPartiesStakeRequest"] -_LISTPARTIESSTAKERESPONSE = DESCRIPTOR.message_types_by_name["ListPartiesStakeResponse"] -_LISTDELEGATIONSREQUEST = DESCRIPTOR.message_types_by_name["ListDelegationsRequest"] -_LISTDELEGATIONSRESPONSE = DESCRIPTOR.message_types_by_name["ListDelegationsResponse"] -Account = _reflection.GeneratedProtocolMessageType( - "Account", - (_message.Message,), - { - "DESCRIPTOR": _ACCOUNT, - "__module__": "vega.api.v1.corestate_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.Account) - }, -) -_sym_db.RegisterMessage(Account) - -ListAccountsRequest = _reflection.GeneratedProtocolMessageType( - "ListAccountsRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTACCOUNTSREQUEST, - "__module__": "vega.api.v1.corestate_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.ListAccountsRequest) - }, -) -_sym_db.RegisterMessage(ListAccountsRequest) - -ListAccountsResponse = _reflection.GeneratedProtocolMessageType( - "ListAccountsResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTACCOUNTSRESPONSE, - "__module__": "vega.api.v1.corestate_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.ListAccountsResponse) - }, -) -_sym_db.RegisterMessage(ListAccountsResponse) - -ListAssetsRequest = _reflection.GeneratedProtocolMessageType( - "ListAssetsRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTASSETSREQUEST, - "__module__": "vega.api.v1.corestate_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.ListAssetsRequest) - }, -) -_sym_db.RegisterMessage(ListAssetsRequest) - -ListAssetsResponse = _reflection.GeneratedProtocolMessageType( - "ListAssetsResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTASSETSRESPONSE, - "__module__": "vega.api.v1.corestate_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.ListAssetsResponse) - }, -) -_sym_db.RegisterMessage(ListAssetsResponse) - -ListNetworkParametersRequest = _reflection.GeneratedProtocolMessageType( - "ListNetworkParametersRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTNETWORKPARAMETERSREQUEST, - "__module__": "vega.api.v1.corestate_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.ListNetworkParametersRequest) - }, -) -_sym_db.RegisterMessage(ListNetworkParametersRequest) - -ListNetworkParametersResponse = _reflection.GeneratedProtocolMessageType( - "ListNetworkParametersResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTNETWORKPARAMETERSRESPONSE, - "__module__": "vega.api.v1.corestate_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.ListNetworkParametersResponse) - }, -) -_sym_db.RegisterMessage(ListNetworkParametersResponse) - -ListNetworkLimitsRequest = _reflection.GeneratedProtocolMessageType( - "ListNetworkLimitsRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTNETWORKLIMITSREQUEST, - "__module__": "vega.api.v1.corestate_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.ListNetworkLimitsRequest) - }, -) -_sym_db.RegisterMessage(ListNetworkLimitsRequest) - -ListNetworkLimitsResponse = _reflection.GeneratedProtocolMessageType( - "ListNetworkLimitsResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTNETWORKLIMITSRESPONSE, - "__module__": "vega.api.v1.corestate_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.ListNetworkLimitsResponse) - }, -) -_sym_db.RegisterMessage(ListNetworkLimitsResponse) - -ListPartiesRequest = _reflection.GeneratedProtocolMessageType( - "ListPartiesRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTPARTIESREQUEST, - "__module__": "vega.api.v1.corestate_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.ListPartiesRequest) - }, -) -_sym_db.RegisterMessage(ListPartiesRequest) - -ListPartiesResponse = _reflection.GeneratedProtocolMessageType( - "ListPartiesResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTPARTIESRESPONSE, - "__module__": "vega.api.v1.corestate_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.ListPartiesResponse) - }, -) -_sym_db.RegisterMessage(ListPartiesResponse) - -ListValidatorsRequest = _reflection.GeneratedProtocolMessageType( - "ListValidatorsRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTVALIDATORSREQUEST, - "__module__": "vega.api.v1.corestate_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.ListValidatorsRequest) - }, -) -_sym_db.RegisterMessage(ListValidatorsRequest) - -ListValidatorsResponse = _reflection.GeneratedProtocolMessageType( - "ListValidatorsResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTVALIDATORSRESPONSE, - "__module__": "vega.api.v1.corestate_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.ListValidatorsResponse) - }, -) -_sym_db.RegisterMessage(ListValidatorsResponse) - -ListMarketsRequest = _reflection.GeneratedProtocolMessageType( - "ListMarketsRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTMARKETSREQUEST, - "__module__": "vega.api.v1.corestate_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.ListMarketsRequest) - }, -) -_sym_db.RegisterMessage(ListMarketsRequest) - -ListMarketsResponse = _reflection.GeneratedProtocolMessageType( - "ListMarketsResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTMARKETSRESPONSE, - "__module__": "vega.api.v1.corestate_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.ListMarketsResponse) - }, -) -_sym_db.RegisterMessage(ListMarketsResponse) - -ListProposalsRequest = _reflection.GeneratedProtocolMessageType( - "ListProposalsRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTPROPOSALSREQUEST, - "__module__": "vega.api.v1.corestate_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.ListProposalsRequest) - }, -) -_sym_db.RegisterMessage(ListProposalsRequest) - -ListProposalsResponse = _reflection.GeneratedProtocolMessageType( - "ListProposalsResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTPROPOSALSRESPONSE, - "__module__": "vega.api.v1.corestate_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.ListProposalsResponse) - }, -) -_sym_db.RegisterMessage(ListProposalsResponse) - -ListMarketsDataRequest = _reflection.GeneratedProtocolMessageType( - "ListMarketsDataRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTMARKETSDATAREQUEST, - "__module__": "vega.api.v1.corestate_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.ListMarketsDataRequest) - }, -) -_sym_db.RegisterMessage(ListMarketsDataRequest) - -ListMarketsDataResponse = _reflection.GeneratedProtocolMessageType( - "ListMarketsDataResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTMARKETSDATARESPONSE, - "__module__": "vega.api.v1.corestate_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.ListMarketsDataResponse) - }, -) -_sym_db.RegisterMessage(ListMarketsDataResponse) - -ListVotesRequest = _reflection.GeneratedProtocolMessageType( - "ListVotesRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTVOTESREQUEST, - "__module__": "vega.api.v1.corestate_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.ListVotesRequest) - }, +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) +_builder.BuildTopDescriptorsAndMessages( + DESCRIPTOR, "vega.api.v1.corestate_pb2", globals() ) -_sym_db.RegisterMessage(ListVotesRequest) - -ListVotesResponse = _reflection.GeneratedProtocolMessageType( - "ListVotesResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTVOTESRESPONSE, - "__module__": "vega.api.v1.corestate_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.ListVotesResponse) - }, -) -_sym_db.RegisterMessage(ListVotesResponse) - -PartyStake = _reflection.GeneratedProtocolMessageType( - "PartyStake", - (_message.Message,), - { - "DESCRIPTOR": _PARTYSTAKE, - "__module__": "vega.api.v1.corestate_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.PartyStake) - }, -) -_sym_db.RegisterMessage(PartyStake) - -ListPartiesStakeRequest = _reflection.GeneratedProtocolMessageType( - "ListPartiesStakeRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTPARTIESSTAKEREQUEST, - "__module__": "vega.api.v1.corestate_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.ListPartiesStakeRequest) - }, -) -_sym_db.RegisterMessage(ListPartiesStakeRequest) - -ListPartiesStakeResponse = _reflection.GeneratedProtocolMessageType( - "ListPartiesStakeResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTPARTIESSTAKERESPONSE, - "__module__": "vega.api.v1.corestate_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.ListPartiesStakeResponse) - }, -) -_sym_db.RegisterMessage(ListPartiesStakeResponse) - -ListDelegationsRequest = _reflection.GeneratedProtocolMessageType( - "ListDelegationsRequest", - (_message.Message,), - { - "DESCRIPTOR": _LISTDELEGATIONSREQUEST, - "__module__": "vega.api.v1.corestate_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.ListDelegationsRequest) - }, -) -_sym_db.RegisterMessage(ListDelegationsRequest) - -ListDelegationsResponse = _reflection.GeneratedProtocolMessageType( - "ListDelegationsResponse", - (_message.Message,), - { - "DESCRIPTOR": _LISTDELEGATIONSRESPONSE, - "__module__": "vega.api.v1.corestate_pb2" - # @@protoc_insertion_point(class_scope:vega.api.v1.ListDelegationsResponse) - }, -) -_sym_db.RegisterMessage(ListDelegationsResponse) - -_CORESTATESERVICE = DESCRIPTOR.services_by_name["CoreStateService"] if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None DESCRIPTOR._serialized_options = b"Z,code.vegaprotocol.io/vega/protos/vega/api/v1" _ACCOUNT._serialized_start = 152 - _ACCOUNT._serialized_end = 238 - _LISTACCOUNTSREQUEST._serialized_start = 240 - _LISTACCOUNTSREQUEST._serialized_end = 292 - _LISTACCOUNTSRESPONSE._serialized_start = 294 - _LISTACCOUNTSRESPONSE._serialized_end = 356 - _LISTASSETSREQUEST._serialized_start = 358 - _LISTASSETSREQUEST._serialized_end = 392 - _LISTASSETSRESPONSE._serialized_start = 394 - _LISTASSETSRESPONSE._serialized_end = 443 - _LISTNETWORKPARAMETERSREQUEST._serialized_start = 445 - _LISTNETWORKPARAMETERSREQUEST._serialized_end = 506 - _LISTNETWORKPARAMETERSRESPONSE._serialized_start = 508 - _LISTNETWORKPARAMETERSRESPONSE._serialized_end = 591 - _LISTNETWORKLIMITSREQUEST._serialized_start = 593 - _LISTNETWORKLIMITSREQUEST._serialized_end = 619 - _LISTNETWORKLIMITSRESPONSE._serialized_start = 621 - _LISTNETWORKLIMITSRESPONSE._serialized_end = 693 - _LISTPARTIESREQUEST._serialized_start = 695 - _LISTPARTIESREQUEST._serialized_end = 715 - _LISTPARTIESRESPONSE._serialized_start = 717 - _LISTPARTIESRESPONSE._serialized_end = 768 - _LISTVALIDATORSREQUEST._serialized_start = 770 - _LISTVALIDATORSREQUEST._serialized_end = 793 - _LISTVALIDATORSRESPONSE._serialized_start = 795 - _LISTVALIDATORSRESPONSE._serialized_end = 872 - _LISTMARKETSREQUEST._serialized_start = 874 - _LISTMARKETSREQUEST._serialized_end = 910 - _LISTMARKETSRESPONSE._serialized_start = 912 - _LISTMARKETSRESPONSE._serialized_end = 964 - _LISTPROPOSALSREQUEST._serialized_start = 966 - _LISTPROPOSALSREQUEST._serialized_end = 1024 - _LISTPROPOSALSRESPONSE._serialized_start = 1026 - _LISTPROPOSALSRESPONSE._serialized_end = 1084 - _LISTMARKETSDATAREQUEST._serialized_start = 1086 - _LISTMARKETSDATAREQUEST._serialized_end = 1126 - _LISTMARKETSDATARESPONSE._serialized_start = 1128 - _LISTMARKETSDATARESPONSE._serialized_end = 1193 - _LISTVOTESREQUEST._serialized_start = 1195 - _LISTVOTESREQUEST._serialized_end = 1246 - _LISTVOTESRESPONSE._serialized_start = 1248 - _LISTVOTESRESPONSE._serialized_end = 1294 - _PARTYSTAKE._serialized_start = 1296 - _PARTYSTAKE._serialized_end = 1410 - _LISTPARTIESSTAKEREQUEST._serialized_start = 1412 - _LISTPARTIESSTAKEREQUEST._serialized_end = 1452 - _LISTPARTIESSTAKERESPONSE._serialized_start = 1454 - _LISTPARTIESSTAKERESPONSE._serialized_end = 1528 - _LISTDELEGATIONSREQUEST._serialized_start = 1530 - _LISTDELEGATIONSREQUEST._serialized_end = 1602 - _LISTDELEGATIONSRESPONSE._serialized_start = 1604 - _LISTDELEGATIONSRESPONSE._serialized_end = 1668 - _CORESTATESERVICE._serialized_start = 1671 - _CORESTATESERVICE._serialized_end = 2769 + _ACCOUNT._serialized_end = 275 + _LISTACCOUNTSREQUEST._serialized_start = 277 + _LISTACCOUNTSREQUEST._serialized_end = 344 + _LISTACCOUNTSRESPONSE._serialized_start = 346 + _LISTACCOUNTSRESPONSE._serialized_end = 418 + _LISTASSETSREQUEST._serialized_start = 420 + _LISTASSETSREQUEST._serialized_end = 461 + _LISTASSETSRESPONSE._serialized_start = 463 + _LISTASSETSRESPONSE._serialized_end = 520 + _LISTNETWORKPARAMETERSREQUEST._serialized_start = 522 + _LISTNETWORKPARAMETERSREQUEST._serialized_end = 604 + _LISTNETWORKPARAMETERSRESPONSE._serialized_start = 606 + _LISTNETWORKPARAMETERSRESPONSE._serialized_end = 708 + _LISTNETWORKLIMITSREQUEST._serialized_start = 710 + _LISTNETWORKLIMITSREQUEST._serialized_end = 736 + _LISTNETWORKLIMITSRESPONSE._serialized_start = 738 + _LISTNETWORKLIMITSRESPONSE._serialized_end = 825 + _LISTPARTIESREQUEST._serialized_start = 827 + _LISTPARTIESREQUEST._serialized_end = 847 + _LISTPARTIESRESPONSE._serialized_start = 849 + _LISTPARTIESRESPONSE._serialized_end = 909 + _LISTVALIDATORSREQUEST._serialized_start = 911 + _LISTVALIDATORSREQUEST._serialized_end = 934 + _LISTVALIDATORSRESPONSE._serialized_start = 936 + _LISTVALIDATORSRESPONSE._serialized_end = 1025 + _LISTMARKETSREQUEST._serialized_start = 1027 + _LISTMARKETSREQUEST._serialized_end = 1071 + _LISTMARKETSRESPONSE._serialized_start = 1073 + _LISTMARKETSRESPONSE._serialized_end = 1134 + _LISTPROPOSALSREQUEST._serialized_start = 1136 + _LISTPROPOSALSREQUEST._serialized_end = 1214 + _LISTPROPOSALSRESPONSE._serialized_start = 1216 + _LISTPROPOSALSRESPONSE._serialized_end = 1285 + _LISTMARKETSDATAREQUEST._serialized_start = 1287 + _LISTMARKETSDATAREQUEST._serialized_end = 1335 + _LISTMARKETSDATARESPONSE._serialized_start = 1337 + _LISTMARKETSDATARESPONSE._serialized_end = 1415 + _LISTVOTESREQUEST._serialized_start = 1417 + _LISTVOTESREQUEST._serialized_end = 1485 + _LISTVOTESRESPONSE._serialized_start = 1487 + _LISTVOTESRESPONSE._serialized_end = 1540 + _PARTYSTAKE._serialized_start = 1543 + _PARTYSTAKE._serialized_end = 1702 + _LISTPARTIESSTAKEREQUEST._serialized_start = 1704 + _LISTPARTIESSTAKEREQUEST._serialized_end = 1751 + _LISTPARTIESSTAKERESPONSE._serialized_start = 1753 + _LISTPARTIESSTAKERESPONSE._serialized_end = 1841 + _LISTDELEGATIONSREQUEST._serialized_start = 1843 + _LISTDELEGATIONSREQUEST._serialized_end = 1938 + _LISTDELEGATIONSRESPONSE._serialized_start = 1940 + _LISTDELEGATIONSRESPONSE._serialized_end = 2017 + _CORESTATESERVICE._serialized_start = 2020 + _CORESTATESERVICE._serialized_end = 3118 # @@protoc_insertion_point(module_scope) diff --git a/vega_sim/proto/vega/assets_pb2.py b/vega_sim/proto/vega/assets_pb2.py index b9fa2b68c..5899b1ee4 100644 --- a/vega_sim/proto/vega/assets_pb2.py +++ b/vega_sim/proto/vega/assets_pb2.py @@ -2,10 +2,9 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: vega/assets.proto """Generated protocol buffer code.""" +from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) @@ -14,99 +13,27 @@ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile( - b'\n\x11vega/assets.proto\x12\x04vega"\xd8\x01\n\x05\x41sset\x12\n\n\x02id\x18\x01 \x01(\t\x12#\n\x07\x64\x65tails\x18\x02 \x01(\x0b\x32\x12.vega.AssetDetails\x12"\n\x06status\x18\x03 \x01(\x0e\x32\x12.vega.Asset.Status"z\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x13\n\x0fSTATUS_PROPOSED\x10\x01\x12\x13\n\x0fSTATUS_REJECTED\x10\x02\x12\x1a\n\x16STATUS_PENDING_LISTING\x10\x03\x12\x12\n\x0eSTATUS_ENABLED\x10\x04"\xba\x01\n\x0c\x41ssetDetails\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06symbol\x18\x02 \x01(\t\x12\x14\n\x0ctotal_supply\x18\x03 \x01(\t\x12\x10\n\x08\x64\x65\x63imals\x18\x04 \x01(\x04\x12\x0f\n\x07quantum\x18\x05 \x01(\t\x12+\n\rbuiltin_asset\x18\x65 \x01(\x0b\x32\x12.vega.BuiltinAssetH\x00\x12\x1c\n\x05\x65rc20\x18\x66 \x01(\x0b\x32\x0b.vega.ERC20H\x00\x42\x08\n\x06source".\n\x0c\x42uiltinAsset\x12\x1e\n\x16max_faucet_amount_mint\x18\x01 \x01(\t"U\n\x05\x45RC20\x12\x18\n\x10\x63ontract_address\x18\x01 \x01(\t\x12\x16\n\x0elifetime_limit\x18\x02 \x01(\t\x12\x1a\n\x12withdraw_threshold\x18\x03 \x01(\t"\x99\x01\n\x12\x41ssetDetailsUpdate\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06symbol\x18\x02 \x01(\t\x12\x14\n\x0ctotal_supply\x18\x03 \x01(\t\x12\x10\n\x08\x64\x65\x63imals\x18\x04 \x01(\x04\x12\x0f\n\x07quantum\x18\x05 \x01(\t\x12"\n\x05\x65rc20\x18\x65 \x01(\x0b\x32\x11.vega.ERC20UpdateH\x00\x42\x08\n\x06source"A\n\x0b\x45RC20Update\x12\x16\n\x0elifetime_limit\x18\x01 \x01(\t\x12\x1a\n\x12withdraw_threshold\x18\x02 \x01(\tB\'Z%code.vegaprotocol.io/vega/protos/vegab\x06proto3' + b'\n\x11vega/assets.proto\x12\x04vega"\xed\x01\n\x05\x41sset\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12,\n\x07\x64\x65tails\x18\x02 \x01(\x0b\x32\x12.vega.AssetDetailsR\x07\x64\x65tails\x12*\n\x06status\x18\x03 \x01(\x0e\x32\x12.vega.Asset.StatusR\x06status"z\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x13\n\x0fSTATUS_PROPOSED\x10\x01\x12\x13\n\x0fSTATUS_REJECTED\x10\x02\x12\x1a\n\x16STATUS_PENDING_LISTING\x10\x03\x12\x12\n\x0eSTATUS_ENABLED\x10\x04"\xe0\x01\n\x0c\x41ssetDetails\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x16\n\x06symbol\x18\x02 \x01(\tR\x06symbol\x12\x1a\n\x08\x64\x65\x63imals\x18\x04 \x01(\x04R\x08\x64\x65\x63imals\x12\x18\n\x07quantum\x18\x05 \x01(\tR\x07quantum\x12\x39\n\rbuiltin_asset\x18\x65 \x01(\x0b\x32\x12.vega.BuiltinAssetH\x00R\x0c\x62uiltinAsset\x12#\n\x05\x65rc20\x18\x66 \x01(\x0b\x32\x0b.vega.ERC20H\x00R\x05\x65rc20B\x08\n\x06sourceJ\x04\x08\x03\x10\x04"C\n\x0c\x42uiltinAsset\x12\x33\n\x16max_faucet_amount_mint\x18\x01 \x01(\tR\x13maxFaucetAmountMint"\x88\x01\n\x05\x45RC20\x12)\n\x10\x63ontract_address\x18\x01 \x01(\tR\x0f\x63ontractAddress\x12%\n\x0elifetime_limit\x18\x02 \x01(\tR\rlifetimeLimit\x12-\n\x12withdraw_threshold\x18\x03 \x01(\tR\x11withdrawThreshold"\x9b\x01\n\x12\x41ssetDetailsUpdate\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x16\n\x06symbol\x18\x02 \x01(\tR\x06symbol\x12\x18\n\x07quantum\x18\x05 \x01(\tR\x07quantum\x12)\n\x05\x65rc20\x18\x65 \x01(\x0b\x32\x11.vega.ERC20UpdateH\x00R\x05\x65rc20B\x08\n\x06sourceJ\x04\x08\x03\x10\x04J\x04\x08\x04\x10\x05"c\n\x0b\x45RC20Update\x12%\n\x0elifetime_limit\x18\x01 \x01(\tR\rlifetimeLimit\x12-\n\x12withdraw_threshold\x18\x02 \x01(\tR\x11withdrawThresholdB\'Z%code.vegaprotocol.io/vega/protos/vegab\x06proto3' ) - -_ASSET = DESCRIPTOR.message_types_by_name["Asset"] -_ASSETDETAILS = DESCRIPTOR.message_types_by_name["AssetDetails"] -_BUILTINASSET = DESCRIPTOR.message_types_by_name["BuiltinAsset"] -_ERC20 = DESCRIPTOR.message_types_by_name["ERC20"] -_ASSETDETAILSUPDATE = DESCRIPTOR.message_types_by_name["AssetDetailsUpdate"] -_ERC20UPDATE = DESCRIPTOR.message_types_by_name["ERC20Update"] -_ASSET_STATUS = _ASSET.enum_types_by_name["Status"] -Asset = _reflection.GeneratedProtocolMessageType( - "Asset", - (_message.Message,), - { - "DESCRIPTOR": _ASSET, - "__module__": "vega.assets_pb2" - # @@protoc_insertion_point(class_scope:vega.Asset) - }, -) -_sym_db.RegisterMessage(Asset) - -AssetDetails = _reflection.GeneratedProtocolMessageType( - "AssetDetails", - (_message.Message,), - { - "DESCRIPTOR": _ASSETDETAILS, - "__module__": "vega.assets_pb2" - # @@protoc_insertion_point(class_scope:vega.AssetDetails) - }, -) -_sym_db.RegisterMessage(AssetDetails) - -BuiltinAsset = _reflection.GeneratedProtocolMessageType( - "BuiltinAsset", - (_message.Message,), - { - "DESCRIPTOR": _BUILTINASSET, - "__module__": "vega.assets_pb2" - # @@protoc_insertion_point(class_scope:vega.BuiltinAsset) - }, -) -_sym_db.RegisterMessage(BuiltinAsset) - -ERC20 = _reflection.GeneratedProtocolMessageType( - "ERC20", - (_message.Message,), - { - "DESCRIPTOR": _ERC20, - "__module__": "vega.assets_pb2" - # @@protoc_insertion_point(class_scope:vega.ERC20) - }, -) -_sym_db.RegisterMessage(ERC20) - -AssetDetailsUpdate = _reflection.GeneratedProtocolMessageType( - "AssetDetailsUpdate", - (_message.Message,), - { - "DESCRIPTOR": _ASSETDETAILSUPDATE, - "__module__": "vega.assets_pb2" - # @@protoc_insertion_point(class_scope:vega.AssetDetailsUpdate) - }, -) -_sym_db.RegisterMessage(AssetDetailsUpdate) - -ERC20Update = _reflection.GeneratedProtocolMessageType( - "ERC20Update", - (_message.Message,), - { - "DESCRIPTOR": _ERC20UPDATE, - "__module__": "vega.assets_pb2" - # @@protoc_insertion_point(class_scope:vega.ERC20Update) - }, -) -_sym_db.RegisterMessage(ERC20Update) - +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) +_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "vega.assets_pb2", globals()) if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None DESCRIPTOR._serialized_options = b"Z%code.vegaprotocol.io/vega/protos/vega" _ASSET._serialized_start = 28 - _ASSET._serialized_end = 244 - _ASSET_STATUS._serialized_start = 122 - _ASSET_STATUS._serialized_end = 244 - _ASSETDETAILS._serialized_start = 247 - _ASSETDETAILS._serialized_end = 433 - _BUILTINASSET._serialized_start = 435 - _BUILTINASSET._serialized_end = 481 - _ERC20._serialized_start = 483 - _ERC20._serialized_end = 568 - _ASSETDETAILSUPDATE._serialized_start = 571 - _ASSETDETAILSUPDATE._serialized_end = 724 - _ERC20UPDATE._serialized_start = 726 - _ERC20UPDATE._serialized_end = 791 + _ASSET._serialized_end = 265 + _ASSET_STATUS._serialized_start = 143 + _ASSET_STATUS._serialized_end = 265 + _ASSETDETAILS._serialized_start = 268 + _ASSETDETAILS._serialized_end = 492 + _BUILTINASSET._serialized_start = 494 + _BUILTINASSET._serialized_end = 561 + _ERC20._serialized_start = 564 + _ERC20._serialized_end = 700 + _ASSETDETAILSUPDATE._serialized_start = 703 + _ASSETDETAILSUPDATE._serialized_end = 858 + _ERC20UPDATE._serialized_start = 860 + _ERC20UPDATE._serialized_end = 959 # @@protoc_insertion_point(module_scope) diff --git a/vega_sim/proto/vega/chain_events_pb2.py b/vega_sim/proto/vega/chain_events_pb2.py index a8cf55764..6b5f88015 100644 --- a/vega_sim/proto/vega/chain_events_pb2.py +++ b/vega_sim/proto/vega/chain_events_pb2.py @@ -2,10 +2,9 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: vega/chain_events.proto """Generated protocol buffer code.""" +from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) @@ -14,250 +13,47 @@ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile( - b'\n\x17vega/chain_events.proto\x12\x04vega"N\n\x13\x42uiltinAssetDeposit\x12\x15\n\rvega_asset_id\x18\x01 \x01(\t\x12\x10\n\x08party_id\x18\x02 \x01(\t\x12\x0e\n\x06\x61mount\x18\x03 \x01(\t"Q\n\x16\x42uiltinAssetWithdrawal\x12\x15\n\rvega_asset_id\x18\x01 \x01(\t\x12\x10\n\x08party_id\x18\x02 \x01(\t\x12\x0e\n\x06\x61mount\x18\x03 \x01(\t"\x81\x01\n\x11\x42uiltinAssetEvent\x12-\n\x07\x64\x65posit\x18\xe9\x07 \x01(\x0b\x32\x19.vega.BuiltinAssetDepositH\x00\x12\x33\n\nwithdrawal\x18\xea\x07 \x01(\x0b\x32\x1c.vega.BuiltinAssetWithdrawalH\x00\x42\x08\n\x06\x61\x63tion"=\n\x0e\x45RC20AssetList\x12\x15\n\rvega_asset_id\x18\x01 \x01(\t\x12\x14\n\x0c\x61sset_source\x18\x02 \x01(\t")\n\x10\x45RC20AssetDelist\x12\x15\n\rvega_asset_id\x18\x01 \x01(\t"\x86\x01\n\x17\x45RC20AssetLimitsUpdated\x12\x15\n\rvega_asset_id\x18\x01 \x01(\t\x12\x1f\n\x17source_ethereum_address\x18\x02 \x01(\t\x12\x17\n\x0flifetime_limits\x18\x03 \x01(\t\x12\x1a\n\x12withdraw_threshold\x18\x04 \x01(\t"o\n\x0c\x45RC20Deposit\x12\x15\n\rvega_asset_id\x18\x01 \x01(\t\x12\x1f\n\x17source_ethereum_address\x18\x02 \x01(\t\x12\x17\n\x0ftarget_party_id\x18\x03 \x01(\t\x12\x0e\n\x06\x61mount\x18\x04 \x01(\t"b\n\x0f\x45RC20Withdrawal\x12\x15\n\rvega_asset_id\x18\x01 \x01(\t\x12\x1f\n\x17target_ethereum_address\x18\x02 \x01(\t\x12\x17\n\x0freference_nonce\x18\x03 \x01(\t"\xa8\x02\n\nERC20Event\x12\r\n\x05index\x18\x01 \x01(\x04\x12\r\n\x05\x62lock\x18\x02 \x01(\x04\x12+\n\nasset_list\x18\xe9\x07 \x01(\x0b\x32\x14.vega.ERC20AssetListH\x00\x12/\n\x0c\x61sset_delist\x18\xea\x07 \x01(\x0b\x32\x16.vega.ERC20AssetDelistH\x00\x12&\n\x07\x64\x65posit\x18\xeb\x07 \x01(\x0b\x32\x12.vega.ERC20DepositH\x00\x12,\n\nwithdrawal\x18\xec\x07 \x01(\x0b\x32\x15.vega.ERC20WithdrawalH\x00\x12>\n\x14\x61sset_limits_updated\x18\xed\x07 \x01(\x0b\x32\x1d.vega.ERC20AssetLimitsUpdatedH\x00\x42\x08\n\x06\x61\x63tion"I\n\x10\x45RC20SignerAdded\x12\x12\n\nnew_signer\x18\x01 \x01(\t\x12\r\n\x05nonce\x18\x02 \x01(\t\x12\x12\n\nblock_time\x18\x03 \x01(\x03"K\n\x12\x45RC20SignerRemoved\x12\x12\n\nold_signer\x18\x01 \x01(\t\x12\r\n\x05nonce\x18\x02 \x01(\t\x12\x12\n\nblock_time\x18\x03 \x01(\x03"M\n\x11\x45RC20ThresholdSet\x12\x15\n\rnew_threshold\x18\x01 \x01(\r\x12\r\n\x05nonce\x18\x02 \x01(\t\x12\x12\n\nblock_time\x18\x03 \x01(\x03"\xd5\x01\n\x12\x45RC20MultiSigEvent\x12\r\n\x05index\x18\x01 \x01(\x04\x12\r\n\x05\x62lock\x18\x02 \x01(\x04\x12/\n\x0csigner_added\x18\xe9\x07 \x01(\x0b\x32\x16.vega.ERC20SignerAddedH\x00\x12\x33\n\x0esigner_removed\x18\xea\x07 \x01(\x0b\x32\x18.vega.ERC20SignerRemovedH\x00\x12\x31\n\rthreshold_set\x18\xeb\x07 \x01(\x0b\x32\x17.vega.ERC20ThresholdSetH\x00\x42\x08\n\x06\x61\x63tion"\xc7\x01\n\x0cStakingEvent\x12\r\n\x05index\x18\x01 \x01(\x04\x12\r\n\x05\x62lock\x18\x02 \x01(\x04\x12\x30\n\x0fstake_deposited\x18\xe9\x07 \x01(\x0b\x32\x14.vega.StakeDepositedH\x00\x12,\n\rstake_removed\x18\xea\x07 \x01(\x0b\x32\x12.vega.StakeRemovedH\x00\x12/\n\x0ctotal_supply\x18\xeb\x07 \x01(\x0b\x32\x16.vega.StakeTotalSupplyH\x00\x42\x08\n\x06\x61\x63tion"g\n\x0eStakeDeposited\x12\x18\n\x10\x65thereum_address\x18\x01 \x01(\t\x12\x17\n\x0fvega_public_key\x18\x02 \x01(\t\x12\x0e\n\x06\x61mount\x18\x03 \x01(\t\x12\x12\n\nblock_time\x18\x04 \x01(\x03"e\n\x0cStakeRemoved\x12\x18\n\x10\x65thereum_address\x18\x01 \x01(\t\x12\x17\n\x0fvega_public_key\x18\x02 \x01(\t\x12\x0e\n\x06\x61mount\x18\x03 \x01(\t\x12\x12\n\nblock_time\x18\x04 \x01(\x03"?\n\x10StakeTotalSupply\x12\x15\n\rtoken_address\x18\x01 \x01(\t\x12\x14\n\x0ctotal_supply\x18\x02 \x01(\tB\'Z%code.vegaprotocol.io/vega/protos/vegab\x06proto3' + b'\n\x17vega/chain_events.proto\x12\x04vega"l\n\x13\x42uiltinAssetDeposit\x12"\n\rvega_asset_id\x18\x01 \x01(\tR\x0bvegaAssetId\x12\x19\n\x08party_id\x18\x02 \x01(\tR\x07partyId\x12\x16\n\x06\x61mount\x18\x03 \x01(\tR\x06\x61mount"o\n\x16\x42uiltinAssetWithdrawal\x12"\n\rvega_asset_id\x18\x01 \x01(\tR\x0bvegaAssetId\x12\x19\n\x08party_id\x18\x02 \x01(\tR\x07partyId\x12\x16\n\x06\x61mount\x18\x03 \x01(\tR\x06\x61mount"\x96\x01\n\x11\x42uiltinAssetEvent\x12\x36\n\x07\x64\x65posit\x18\xe9\x07 \x01(\x0b\x32\x19.vega.BuiltinAssetDepositH\x00R\x07\x64\x65posit\x12?\n\nwithdrawal\x18\xea\x07 \x01(\x0b\x32\x1c.vega.BuiltinAssetWithdrawalH\x00R\nwithdrawalB\x08\n\x06\x61\x63tion"W\n\x0e\x45RC20AssetList\x12"\n\rvega_asset_id\x18\x01 \x01(\tR\x0bvegaAssetId\x12!\n\x0c\x61sset_source\x18\x02 \x01(\tR\x0b\x61ssetSource"6\n\x10\x45RC20AssetDelist\x12"\n\rvega_asset_id\x18\x01 \x01(\tR\x0bvegaAssetId"\xcd\x01\n\x17\x45RC20AssetLimitsUpdated\x12"\n\rvega_asset_id\x18\x01 \x01(\tR\x0bvegaAssetId\x12\x36\n\x17source_ethereum_address\x18\x02 \x01(\tR\x15sourceEthereumAddress\x12\'\n\x0flifetime_limits\x18\x03 \x01(\tR\x0elifetimeLimits\x12-\n\x12withdraw_threshold\x18\x04 \x01(\tR\x11withdrawThreshold"\xaa\x01\n\x0c\x45RC20Deposit\x12"\n\rvega_asset_id\x18\x01 \x01(\tR\x0bvegaAssetId\x12\x36\n\x17source_ethereum_address\x18\x02 \x01(\tR\x15sourceEthereumAddress\x12&\n\x0ftarget_party_id\x18\x03 \x01(\tR\rtargetPartyId\x12\x16\n\x06\x61mount\x18\x04 \x01(\tR\x06\x61mount"\x96\x01\n\x0f\x45RC20Withdrawal\x12"\n\rvega_asset_id\x18\x01 \x01(\tR\x0bvegaAssetId\x12\x36\n\x17target_ethereum_address\x18\x02 \x01(\tR\x15targetEthereumAddress\x12\'\n\x0freference_nonce\x18\x03 \x01(\tR\x0ereferenceNonce"\xcb\x03\n\nERC20Event\x12\x14\n\x05index\x18\x01 \x01(\x04R\x05index\x12\x14\n\x05\x62lock\x18\x02 \x01(\x04R\x05\x62lock\x12\x36\n\nasset_list\x18\xe9\x07 \x01(\x0b\x32\x14.vega.ERC20AssetListH\x00R\tassetList\x12<\n\x0c\x61sset_delist\x18\xea\x07 \x01(\x0b\x32\x16.vega.ERC20AssetDelistH\x00R\x0b\x61ssetDelist\x12/\n\x07\x64\x65posit\x18\xeb\x07 \x01(\x0b\x32\x12.vega.ERC20DepositH\x00R\x07\x64\x65posit\x12\x38\n\nwithdrawal\x18\xec\x07 \x01(\x0b\x32\x15.vega.ERC20WithdrawalH\x00R\nwithdrawal\x12R\n\x14\x61sset_limits_updated\x18\xed\x07 \x01(\x0b\x32\x1d.vega.ERC20AssetLimitsUpdatedH\x00R\x12\x61ssetLimitsUpdated\x12(\n\x0e\x62ridge_stopped\x18\xee\x07 \x01(\x08H\x00R\rbridgeStopped\x12(\n\x0e\x62ridge_resumed\x18\xef\x07 \x01(\x08H\x00R\rbridgeResumedB\x08\n\x06\x61\x63tion"f\n\x10\x45RC20SignerAdded\x12\x1d\n\nnew_signer\x18\x01 \x01(\tR\tnewSigner\x12\x14\n\x05nonce\x18\x02 \x01(\tR\x05nonce\x12\x1d\n\nblock_time\x18\x03 \x01(\x03R\tblockTime"h\n\x12\x45RC20SignerRemoved\x12\x1d\n\nold_signer\x18\x01 \x01(\tR\toldSigner\x12\x14\n\x05nonce\x18\x02 \x01(\tR\x05nonce\x12\x1d\n\nblock_time\x18\x03 \x01(\x03R\tblockTime"m\n\x11\x45RC20ThresholdSet\x12#\n\rnew_threshold\x18\x01 \x01(\rR\x0cnewThreshold\x12\x14\n\x05nonce\x18\x02 \x01(\tR\x05nonce\x12\x1d\n\nblock_time\x18\x03 \x01(\x03R\tblockTime"\x8d\x02\n\x12\x45RC20MultiSigEvent\x12\x14\n\x05index\x18\x01 \x01(\x04R\x05index\x12\x14\n\x05\x62lock\x18\x02 \x01(\x04R\x05\x62lock\x12<\n\x0csigner_added\x18\xe9\x07 \x01(\x0b\x32\x16.vega.ERC20SignerAddedH\x00R\x0bsignerAdded\x12\x42\n\x0esigner_removed\x18\xea\x07 \x01(\x0b\x32\x18.vega.ERC20SignerRemovedH\x00R\rsignerRemoved\x12?\n\rthreshold_set\x18\xeb\x07 \x01(\x0b\x32\x17.vega.ERC20ThresholdSetH\x00R\x0cthresholdSetB\x08\n\x06\x61\x63tion"\x80\x02\n\x0cStakingEvent\x12\x14\n\x05index\x18\x01 \x01(\x04R\x05index\x12\x14\n\x05\x62lock\x18\x02 \x01(\x04R\x05\x62lock\x12@\n\x0fstake_deposited\x18\xe9\x07 \x01(\x0b\x32\x14.vega.StakeDepositedH\x00R\x0estakeDeposited\x12:\n\rstake_removed\x18\xea\x07 \x01(\x0b\x32\x12.vega.StakeRemovedH\x00R\x0cstakeRemoved\x12<\n\x0ctotal_supply\x18\xeb\x07 \x01(\x0b\x32\x16.vega.StakeTotalSupplyH\x00R\x0btotalSupplyB\x08\n\x06\x61\x63tion"\x9a\x01\n\x0eStakeDeposited\x12)\n\x10\x65thereum_address\x18\x01 \x01(\tR\x0f\x65thereumAddress\x12&\n\x0fvega_public_key\x18\x02 \x01(\tR\rvegaPublicKey\x12\x16\n\x06\x61mount\x18\x03 \x01(\tR\x06\x61mount\x12\x1d\n\nblock_time\x18\x04 \x01(\x03R\tblockTime"\x98\x01\n\x0cStakeRemoved\x12)\n\x10\x65thereum_address\x18\x01 \x01(\tR\x0f\x65thereumAddress\x12&\n\x0fvega_public_key\x18\x02 \x01(\tR\rvegaPublicKey\x12\x16\n\x06\x61mount\x18\x03 \x01(\tR\x06\x61mount\x12\x1d\n\nblock_time\x18\x04 \x01(\x03R\tblockTime"Z\n\x10StakeTotalSupply\x12#\n\rtoken_address\x18\x01 \x01(\tR\x0ctokenAddress\x12!\n\x0ctotal_supply\x18\x02 \x01(\tR\x0btotalSupplyB\'Z%code.vegaprotocol.io/vega/protos/vegab\x06proto3' ) - -_BUILTINASSETDEPOSIT = DESCRIPTOR.message_types_by_name["BuiltinAssetDeposit"] -_BUILTINASSETWITHDRAWAL = DESCRIPTOR.message_types_by_name["BuiltinAssetWithdrawal"] -_BUILTINASSETEVENT = DESCRIPTOR.message_types_by_name["BuiltinAssetEvent"] -_ERC20ASSETLIST = DESCRIPTOR.message_types_by_name["ERC20AssetList"] -_ERC20ASSETDELIST = DESCRIPTOR.message_types_by_name["ERC20AssetDelist"] -_ERC20ASSETLIMITSUPDATED = DESCRIPTOR.message_types_by_name["ERC20AssetLimitsUpdated"] -_ERC20DEPOSIT = DESCRIPTOR.message_types_by_name["ERC20Deposit"] -_ERC20WITHDRAWAL = DESCRIPTOR.message_types_by_name["ERC20Withdrawal"] -_ERC20EVENT = DESCRIPTOR.message_types_by_name["ERC20Event"] -_ERC20SIGNERADDED = DESCRIPTOR.message_types_by_name["ERC20SignerAdded"] -_ERC20SIGNERREMOVED = DESCRIPTOR.message_types_by_name["ERC20SignerRemoved"] -_ERC20THRESHOLDSET = DESCRIPTOR.message_types_by_name["ERC20ThresholdSet"] -_ERC20MULTISIGEVENT = DESCRIPTOR.message_types_by_name["ERC20MultiSigEvent"] -_STAKINGEVENT = DESCRIPTOR.message_types_by_name["StakingEvent"] -_STAKEDEPOSITED = DESCRIPTOR.message_types_by_name["StakeDeposited"] -_STAKEREMOVED = DESCRIPTOR.message_types_by_name["StakeRemoved"] -_STAKETOTALSUPPLY = DESCRIPTOR.message_types_by_name["StakeTotalSupply"] -BuiltinAssetDeposit = _reflection.GeneratedProtocolMessageType( - "BuiltinAssetDeposit", - (_message.Message,), - { - "DESCRIPTOR": _BUILTINASSETDEPOSIT, - "__module__": "vega.chain_events_pb2" - # @@protoc_insertion_point(class_scope:vega.BuiltinAssetDeposit) - }, -) -_sym_db.RegisterMessage(BuiltinAssetDeposit) - -BuiltinAssetWithdrawal = _reflection.GeneratedProtocolMessageType( - "BuiltinAssetWithdrawal", - (_message.Message,), - { - "DESCRIPTOR": _BUILTINASSETWITHDRAWAL, - "__module__": "vega.chain_events_pb2" - # @@protoc_insertion_point(class_scope:vega.BuiltinAssetWithdrawal) - }, -) -_sym_db.RegisterMessage(BuiltinAssetWithdrawal) - -BuiltinAssetEvent = _reflection.GeneratedProtocolMessageType( - "BuiltinAssetEvent", - (_message.Message,), - { - "DESCRIPTOR": _BUILTINASSETEVENT, - "__module__": "vega.chain_events_pb2" - # @@protoc_insertion_point(class_scope:vega.BuiltinAssetEvent) - }, -) -_sym_db.RegisterMessage(BuiltinAssetEvent) - -ERC20AssetList = _reflection.GeneratedProtocolMessageType( - "ERC20AssetList", - (_message.Message,), - { - "DESCRIPTOR": _ERC20ASSETLIST, - "__module__": "vega.chain_events_pb2" - # @@protoc_insertion_point(class_scope:vega.ERC20AssetList) - }, -) -_sym_db.RegisterMessage(ERC20AssetList) - -ERC20AssetDelist = _reflection.GeneratedProtocolMessageType( - "ERC20AssetDelist", - (_message.Message,), - { - "DESCRIPTOR": _ERC20ASSETDELIST, - "__module__": "vega.chain_events_pb2" - # @@protoc_insertion_point(class_scope:vega.ERC20AssetDelist) - }, -) -_sym_db.RegisterMessage(ERC20AssetDelist) - -ERC20AssetLimitsUpdated = _reflection.GeneratedProtocolMessageType( - "ERC20AssetLimitsUpdated", - (_message.Message,), - { - "DESCRIPTOR": _ERC20ASSETLIMITSUPDATED, - "__module__": "vega.chain_events_pb2" - # @@protoc_insertion_point(class_scope:vega.ERC20AssetLimitsUpdated) - }, -) -_sym_db.RegisterMessage(ERC20AssetLimitsUpdated) - -ERC20Deposit = _reflection.GeneratedProtocolMessageType( - "ERC20Deposit", - (_message.Message,), - { - "DESCRIPTOR": _ERC20DEPOSIT, - "__module__": "vega.chain_events_pb2" - # @@protoc_insertion_point(class_scope:vega.ERC20Deposit) - }, -) -_sym_db.RegisterMessage(ERC20Deposit) - -ERC20Withdrawal = _reflection.GeneratedProtocolMessageType( - "ERC20Withdrawal", - (_message.Message,), - { - "DESCRIPTOR": _ERC20WITHDRAWAL, - "__module__": "vega.chain_events_pb2" - # @@protoc_insertion_point(class_scope:vega.ERC20Withdrawal) - }, -) -_sym_db.RegisterMessage(ERC20Withdrawal) - -ERC20Event = _reflection.GeneratedProtocolMessageType( - "ERC20Event", - (_message.Message,), - { - "DESCRIPTOR": _ERC20EVENT, - "__module__": "vega.chain_events_pb2" - # @@protoc_insertion_point(class_scope:vega.ERC20Event) - }, -) -_sym_db.RegisterMessage(ERC20Event) - -ERC20SignerAdded = _reflection.GeneratedProtocolMessageType( - "ERC20SignerAdded", - (_message.Message,), - { - "DESCRIPTOR": _ERC20SIGNERADDED, - "__module__": "vega.chain_events_pb2" - # @@protoc_insertion_point(class_scope:vega.ERC20SignerAdded) - }, -) -_sym_db.RegisterMessage(ERC20SignerAdded) - -ERC20SignerRemoved = _reflection.GeneratedProtocolMessageType( - "ERC20SignerRemoved", - (_message.Message,), - { - "DESCRIPTOR": _ERC20SIGNERREMOVED, - "__module__": "vega.chain_events_pb2" - # @@protoc_insertion_point(class_scope:vega.ERC20SignerRemoved) - }, -) -_sym_db.RegisterMessage(ERC20SignerRemoved) - -ERC20ThresholdSet = _reflection.GeneratedProtocolMessageType( - "ERC20ThresholdSet", - (_message.Message,), - { - "DESCRIPTOR": _ERC20THRESHOLDSET, - "__module__": "vega.chain_events_pb2" - # @@protoc_insertion_point(class_scope:vega.ERC20ThresholdSet) - }, -) -_sym_db.RegisterMessage(ERC20ThresholdSet) - -ERC20MultiSigEvent = _reflection.GeneratedProtocolMessageType( - "ERC20MultiSigEvent", - (_message.Message,), - { - "DESCRIPTOR": _ERC20MULTISIGEVENT, - "__module__": "vega.chain_events_pb2" - # @@protoc_insertion_point(class_scope:vega.ERC20MultiSigEvent) - }, -) -_sym_db.RegisterMessage(ERC20MultiSigEvent) - -StakingEvent = _reflection.GeneratedProtocolMessageType( - "StakingEvent", - (_message.Message,), - { - "DESCRIPTOR": _STAKINGEVENT, - "__module__": "vega.chain_events_pb2" - # @@protoc_insertion_point(class_scope:vega.StakingEvent) - }, -) -_sym_db.RegisterMessage(StakingEvent) - -StakeDeposited = _reflection.GeneratedProtocolMessageType( - "StakeDeposited", - (_message.Message,), - { - "DESCRIPTOR": _STAKEDEPOSITED, - "__module__": "vega.chain_events_pb2" - # @@protoc_insertion_point(class_scope:vega.StakeDeposited) - }, -) -_sym_db.RegisterMessage(StakeDeposited) - -StakeRemoved = _reflection.GeneratedProtocolMessageType( - "StakeRemoved", - (_message.Message,), - { - "DESCRIPTOR": _STAKEREMOVED, - "__module__": "vega.chain_events_pb2" - # @@protoc_insertion_point(class_scope:vega.StakeRemoved) - }, -) -_sym_db.RegisterMessage(StakeRemoved) - -StakeTotalSupply = _reflection.GeneratedProtocolMessageType( - "StakeTotalSupply", - (_message.Message,), - { - "DESCRIPTOR": _STAKETOTALSUPPLY, - "__module__": "vega.chain_events_pb2" - # @@protoc_insertion_point(class_scope:vega.StakeTotalSupply) - }, -) -_sym_db.RegisterMessage(StakeTotalSupply) - +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) +_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "vega.chain_events_pb2", globals()) if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None DESCRIPTOR._serialized_options = b"Z%code.vegaprotocol.io/vega/protos/vega" _BUILTINASSETDEPOSIT._serialized_start = 33 - _BUILTINASSETDEPOSIT._serialized_end = 111 - _BUILTINASSETWITHDRAWAL._serialized_start = 113 - _BUILTINASSETWITHDRAWAL._serialized_end = 194 - _BUILTINASSETEVENT._serialized_start = 197 - _BUILTINASSETEVENT._serialized_end = 326 - _ERC20ASSETLIST._serialized_start = 328 - _ERC20ASSETLIST._serialized_end = 389 - _ERC20ASSETDELIST._serialized_start = 391 - _ERC20ASSETDELIST._serialized_end = 432 - _ERC20ASSETLIMITSUPDATED._serialized_start = 435 - _ERC20ASSETLIMITSUPDATED._serialized_end = 569 - _ERC20DEPOSIT._serialized_start = 571 - _ERC20DEPOSIT._serialized_end = 682 - _ERC20WITHDRAWAL._serialized_start = 684 - _ERC20WITHDRAWAL._serialized_end = 782 - _ERC20EVENT._serialized_start = 785 - _ERC20EVENT._serialized_end = 1081 - _ERC20SIGNERADDED._serialized_start = 1083 - _ERC20SIGNERADDED._serialized_end = 1156 - _ERC20SIGNERREMOVED._serialized_start = 1158 - _ERC20SIGNERREMOVED._serialized_end = 1233 - _ERC20THRESHOLDSET._serialized_start = 1235 - _ERC20THRESHOLDSET._serialized_end = 1312 - _ERC20MULTISIGEVENT._serialized_start = 1315 - _ERC20MULTISIGEVENT._serialized_end = 1528 - _STAKINGEVENT._serialized_start = 1531 - _STAKINGEVENT._serialized_end = 1730 - _STAKEDEPOSITED._serialized_start = 1732 - _STAKEDEPOSITED._serialized_end = 1835 - _STAKEREMOVED._serialized_start = 1837 - _STAKEREMOVED._serialized_end = 1938 - _STAKETOTALSUPPLY._serialized_start = 1940 - _STAKETOTALSUPPLY._serialized_end = 2003 + _BUILTINASSETDEPOSIT._serialized_end = 141 + _BUILTINASSETWITHDRAWAL._serialized_start = 143 + _BUILTINASSETWITHDRAWAL._serialized_end = 254 + _BUILTINASSETEVENT._serialized_start = 257 + _BUILTINASSETEVENT._serialized_end = 407 + _ERC20ASSETLIST._serialized_start = 409 + _ERC20ASSETLIST._serialized_end = 496 + _ERC20ASSETDELIST._serialized_start = 498 + _ERC20ASSETDELIST._serialized_end = 552 + _ERC20ASSETLIMITSUPDATED._serialized_start = 555 + _ERC20ASSETLIMITSUPDATED._serialized_end = 760 + _ERC20DEPOSIT._serialized_start = 763 + _ERC20DEPOSIT._serialized_end = 933 + _ERC20WITHDRAWAL._serialized_start = 936 + _ERC20WITHDRAWAL._serialized_end = 1086 + _ERC20EVENT._serialized_start = 1089 + _ERC20EVENT._serialized_end = 1548 + _ERC20SIGNERADDED._serialized_start = 1550 + _ERC20SIGNERADDED._serialized_end = 1652 + _ERC20SIGNERREMOVED._serialized_start = 1654 + _ERC20SIGNERREMOVED._serialized_end = 1758 + _ERC20THRESHOLDSET._serialized_start = 1760 + _ERC20THRESHOLDSET._serialized_end = 1869 + _ERC20MULTISIGEVENT._serialized_start = 1872 + _ERC20MULTISIGEVENT._serialized_end = 2141 + _STAKINGEVENT._serialized_start = 2144 + _STAKINGEVENT._serialized_end = 2400 + _STAKEDEPOSITED._serialized_start = 2403 + _STAKEDEPOSITED._serialized_end = 2557 + _STAKEREMOVED._serialized_start = 2560 + _STAKEREMOVED._serialized_end = 2712 + _STAKETOTALSUPPLY._serialized_start = 2714 + _STAKETOTALSUPPLY._serialized_end = 2804 # @@protoc_insertion_point(module_scope) diff --git a/vega_sim/proto/vega/checkpoint/v1/checkpoint_pb2.py b/vega_sim/proto/vega/checkpoint/v1/checkpoint_pb2.py index 4a4c48255..df41fed95 100644 --- a/vega_sim/proto/vega/checkpoint/v1/checkpoint_pb2.py +++ b/vega_sim/proto/vega/checkpoint/v1/checkpoint_pb2.py @@ -2,10 +2,9 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: vega/checkpoint/v1/checkpoint.proto """Generated protocol buffer code.""" +from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) @@ -20,348 +19,13 @@ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile( - b'\n#vega/checkpoint/v1/checkpoint.proto\x12\x12vega.checkpoint.v1\x1a\x0fvega/vega.proto\x1a\x11vega/assets.proto\x1a\x15vega/governance.proto\x1a\x1bvega/events/v1/events.proto".\n\x0f\x43heckpointState\x12\x0c\n\x04hash\x18\x01 \x01(\x0c\x12\r\n\x05state\x18\x02 \x01(\x0c"\x8b\x02\n\nCheckpoint\x12\x12\n\ngovernance\x18\x01 \x01(\x0c\x12\x0e\n\x06\x61ssets\x18\x02 \x01(\x0c\x12\x12\n\ncollateral\x18\x03 \x01(\x0c\x12\x1a\n\x12network_parameters\x18\x04 \x01(\x0c\x12\x12\n\ndelegation\x18\x05 \x01(\x0c\x12\r\n\x05\x65poch\x18\x06 \x01(\x0c\x12\r\n\x05\x62lock\x18\x07 \x01(\x0c\x12\x0f\n\x07rewards\x18\x08 \x01(\x0c\x12\x0f\n\x07\x62\x61nking\x18\t \x01(\x0c\x12\x12\n\nvalidators\x18\n \x01(\x0c\x12\x0f\n\x07staking\x18\x0b \x01(\x0c\x12\x18\n\x10multisig_control\x18\x0c \x01(\x0c\x12\x16\n\x0emarket_tracker\x18\r \x01(\x0c"C\n\nAssetEntry\x12\n\n\x02id\x18\x01 \x01(\t\x12)\n\rasset_details\x18\x02 \x01(\x0b\x32\x12.vega.AssetDetails"8\n\x06\x41ssets\x12.\n\x06\x61ssets\x18\x01 \x03(\x0b\x32\x1e.vega.checkpoint.v1.AssetEntry"=\n\x0c\x41ssetBalance\x12\r\n\x05party\x18\x01 \x01(\t\x12\r\n\x05\x61sset\x18\x02 \x01(\t\x12\x0f\n\x07\x62\x61lance\x18\x03 \x01(\t"@\n\nCollateral\x12\x32\n\x08\x62\x61lances\x18\x01 \x03(\x0b\x32 .vega.checkpoint.v1.AssetBalance"3\n\tNetParams\x12&\n\x06params\x18\x01 \x03(\x0b\x32\x16.vega.NetworkParameter".\n\tProposals\x12!\n\tproposals\x18\x01 \x03(\x0b\x32\x0e.vega.Proposal"c\n\rDelegateEntry\x12\r\n\x05party\x18\x01 \x01(\t\x12\x0c\n\x04node\x18\x02 \x01(\t\x12\x0e\n\x06\x61mount\x18\x03 \x01(\t\x12\x12\n\nundelegate\x18\x04 \x01(\x08\x12\x11\n\tepoch_seq\x18\x05 \x01(\x04"\x8a\x01\n\x08\x44\x65legate\x12\x31\n\x06\x61\x63tive\x18\x01 \x03(\x0b\x32!.vega.checkpoint.v1.DelegateEntry\x12\x32\n\x07pending\x18\x02 \x03(\x0b\x32!.vega.checkpoint.v1.DelegateEntry\x12\x17\n\x0f\x61uto_delegation\x18\x03 \x03(\t"\x17\n\x05\x42lock\x12\x0e\n\x06height\x18\x01 \x01(\x03"<\n\x07Rewards\x12\x31\n\x07rewards\x18\x01 \x03(\x0b\x32 .vega.checkpoint.v1.RewardPayout"d\n\x0cRewardPayout\x12\x13\n\x0bpayout_time\x18\x01 \x01(\x03\x12?\n\x0erewards_payout\x18\x02 \x03(\x0b\x32\'.vega.checkpoint.v1.PendingRewardPayout"\xad\x01\n\x13PendingRewardPayout\x12\x14\n\x0c\x66rom_account\x18\x01 \x01(\t\x12\r\n\x05\x61sset\x18\x02 \x01(\t\x12\x35\n\x0cparty_amount\x18\x03 \x03(\x0b\x32\x1f.vega.checkpoint.v1.PartyAmount\x12\x14\n\x0ctotal_reward\x18\x04 \x01(\t\x12\x11\n\tepoch_seq\x18\x05 \x01(\t\x12\x11\n\ttimestamp\x18\x06 \x01(\x03",\n\x0bPartyAmount\x12\r\n\x05party\x18\x01 \x01(\t\x12\x0e\n\x06\x61mount\x18\x02 \x01(\t"{\n\x12PendingKeyRotation\x12$\n\x1crelative_target_block_height\x18\x01 \x01(\x04\x12\x0f\n\x07node_id\x18\x02 \x01(\t\x12\x13\n\x0bnew_pub_key\x18\x03 \x01(\t\x12\x19\n\x11new_pub_key_index\x18\x04 \x01(\r"h\n\x1aPendingEthereumKeyRotation\x12$\n\x1crelative_target_block_height\x18\x01 \x01(\x04\x12\x0f\n\x07node_id\x18\x02 \x01(\t\x12\x13\n\x0bnew_address\x18\x03 \x01(\t"\xa4\x01\n\x11ScheduledTransfer\x12 \n\x08transfer\x18\x01 \x01(\x0b\x32\x0e.vega.Transfer\x12\'\n\x0c\x61\x63\x63ount_type\x18\x02 \x01(\x0e\x32\x11.vega.AccountType\x12\x11\n\treference\x18\x03 \x01(\t\x12\x31\n\x0foneoff_transfer\x18\x04 \x01(\x0b\x32\x18.vega.events.v1.Transfer"g\n\x17ScheduledTransferAtTime\x12\x12\n\ndeliver_on\x18\x01 \x01(\x03\x12\x38\n\ttransfers\x18\x02 \x03(\x0b\x32%.vega.checkpoint.v1.ScheduledTransfer"K\n\x12RecurringTransfers\x12\x35\n\x13recurring_transfers\x18\x01 \x03(\x0b\x32\x18.vega.events.v1.Transfer"\x96\x01\n\x07\x42\x61nking\x12\x46\n\x11transfers_at_time\x18\x01 \x03(\x0b\x32+.vega.checkpoint.v1.ScheduledTransferAtTime\x12\x43\n\x13recurring_transfers\x18\x02 \x01(\x0b\x32&.vega.checkpoint.v1.RecurringTransfers"\xe8\x01\n\nValidators\x12;\n\x0fvalidator_state\x18\x01 \x03(\x0b\x32".vega.checkpoint.v1.ValidatorState\x12\x45\n\x15pending_key_rotations\x18\x02 \x03(\x0b\x32&.vega.checkpoint.v1.PendingKeyRotation\x12V\n\x1epending_ethereum_key_rotations\x18\x03 \x03(\x0b\x32..vega.checkpoint.v1.PendingEthereumKeyRotation"\xbd\x01\n\x0eValidatorState\x12\x39\n\x10validator_update\x18\x01 \x01(\x0b\x32\x1f.vega.events.v1.ValidatorUpdate\x12\x0e\n\x06status\x18\x02 \x01(\x05\x12\x1c\n\x14\x65th_events_forwarded\x18\x03 \x01(\x04\x12\x17\n\x0fvalidator_power\x18\x04 \x01(\x03\x12)\n\rranking_score\x18\x05 \x01(\x0b\x32\x12.vega.RankingScore"R\n\x07Staking\x12.\n\x08\x61\x63\x63\x65pted\x18\x01 \x03(\x0b\x32\x1c.vega.events.v1.StakeLinking\x12\x17\n\x0flast_block_seen\x18\x02 \x01(\x04"\xac\x01\n\x0fMultisigControl\x12\x39\n\x07signers\x18\x01 \x03(\x0b\x32(.vega.events.v1.ERC20MultiSigSignerEvent\x12\x45\n\rthreshold_set\x18\x02 \x01(\x0b\x32..vega.events.v1.ERC20MultiSigThresholdSetEvent\x12\x17\n\x0flast_block_seen\x18\x03 \x01(\x04"S\n\rMarketTracker\x12\x42\n\x0fmarket_activity\x18\x01 \x03(\x0b\x32).vega.checkpoint.v1.MarketActivityTracker"\xa1\x02\n\x15MarketActivityTracker\x12\x0e\n\x06market\x18\x01 \x01(\t\x12\r\n\x05\x61sset\x18\x02 \x01(\t\x12\x31\n\nmaker_fees\x18\x03 \x03(\x0b\x32\x1d.vega.checkpoint.v1.PartyFees\x12\x31\n\ntaker_fees\x18\x04 \x03(\x0b\x32\x1d.vega.checkpoint.v1.PartyFees\x12.\n\x07lp_fees\x18\x05 \x03(\x0b\x32\x1d.vega.checkpoint.v1.PartyFees\x12\x10\n\x08proposer\x18\x06 \x01(\t\x12\x12\n\nbonus_paid\x18\x07 \x01(\x08\x12\x14\n\x0cvalue_traded\x18\x08 \x01(\t\x12\x17\n\x0fready_to_delete\x18\t \x01(\x08"\'\n\tPartyFees\x12\r\n\x05party\x18\x01 \x01(\t\x12\x0b\n\x03\x66\x65\x65\x18\x02 \x01(\tB5Z3code.vegaprotocol.io/vega/protos/vega/checkpoint/v1b\x06proto3' + b'\n#vega/checkpoint/v1/checkpoint.proto\x12\x12vega.checkpoint.v1\x1a\x0fvega/vega.proto\x1a\x11vega/assets.proto\x1a\x15vega/governance.proto\x1a\x1bvega/events/v1/events.proto";\n\x0f\x43heckpointState\x12\x12\n\x04hash\x18\x01 \x01(\x0cR\x04hash\x12\x14\n\x05state\x18\x02 \x01(\x0cR\x05state"\x9f\x03\n\nCheckpoint\x12\x1e\n\ngovernance\x18\x01 \x01(\x0cR\ngovernance\x12\x16\n\x06\x61ssets\x18\x02 \x01(\x0cR\x06\x61ssets\x12\x1e\n\ncollateral\x18\x03 \x01(\x0cR\ncollateral\x12-\n\x12network_parameters\x18\x04 \x01(\x0cR\x11networkParameters\x12\x1e\n\ndelegation\x18\x05 \x01(\x0cR\ndelegation\x12\x14\n\x05\x65poch\x18\x06 \x01(\x0cR\x05\x65poch\x12\x14\n\x05\x62lock\x18\x07 \x01(\x0cR\x05\x62lock\x12\x18\n\x07rewards\x18\x08 \x01(\x0cR\x07rewards\x12\x18\n\x07\x62\x61nking\x18\t \x01(\x0cR\x07\x62\x61nking\x12\x1e\n\nvalidators\x18\n \x01(\x0cR\nvalidators\x12\x18\n\x07staking\x18\x0b \x01(\x0cR\x07staking\x12)\n\x10multisig_control\x18\x0c \x01(\x0cR\x0fmultisigControl\x12%\n\x0emarket_tracker\x18\r \x01(\x0cR\rmarketTracker"U\n\nAssetEntry\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x37\n\rasset_details\x18\x02 \x01(\x0b\x32\x12.vega.AssetDetailsR\x0c\x61ssetDetails"@\n\x06\x41ssets\x12\x36\n\x06\x61ssets\x18\x01 \x03(\x0b\x32\x1e.vega.checkpoint.v1.AssetEntryR\x06\x61ssets"T\n\x0c\x41ssetBalance\x12\x14\n\x05party\x18\x01 \x01(\tR\x05party\x12\x14\n\x05\x61sset\x18\x02 \x01(\tR\x05\x61sset\x12\x18\n\x07\x62\x61lance\x18\x03 \x01(\tR\x07\x62\x61lance"J\n\nCollateral\x12<\n\x08\x62\x61lances\x18\x01 \x03(\x0b\x32 .vega.checkpoint.v1.AssetBalanceR\x08\x62\x61lances";\n\tNetParams\x12.\n\x06params\x18\x01 \x03(\x0b\x32\x16.vega.NetworkParameterR\x06params"9\n\tProposals\x12,\n\tproposals\x18\x01 \x03(\x0b\x32\x0e.vega.ProposalR\tproposals"\x8e\x01\n\rDelegateEntry\x12\x14\n\x05party\x18\x01 \x01(\tR\x05party\x12\x12\n\x04node\x18\x02 \x01(\tR\x04node\x12\x16\n\x06\x61mount\x18\x03 \x01(\tR\x06\x61mount\x12\x1e\n\nundelegate\x18\x04 \x01(\x08R\nundelegate\x12\x1b\n\tepoch_seq\x18\x05 \x01(\x04R\x08\x65pochSeq"\xab\x01\n\x08\x44\x65legate\x12\x39\n\x06\x61\x63tive\x18\x01 \x03(\x0b\x32!.vega.checkpoint.v1.DelegateEntryR\x06\x61\x63tive\x12;\n\x07pending\x18\x02 \x03(\x0b\x32!.vega.checkpoint.v1.DelegateEntryR\x07pending\x12\'\n\x0f\x61uto_delegation\x18\x03 \x03(\tR\x0e\x61utoDelegation"\x1f\n\x05\x42lock\x12\x16\n\x06height\x18\x01 \x01(\x03R\x06height"E\n\x07Rewards\x12:\n\x07rewards\x18\x01 \x03(\x0b\x32 .vega.checkpoint.v1.RewardPayoutR\x07rewards"\x7f\n\x0cRewardPayout\x12\x1f\n\x0bpayout_time\x18\x01 \x01(\x03R\npayoutTime\x12N\n\x0erewards_payout\x18\x02 \x03(\x0b\x32\'.vega.checkpoint.v1.PendingRewardPayoutR\rrewardsPayout"\xf0\x01\n\x13PendingRewardPayout\x12!\n\x0c\x66rom_account\x18\x01 \x01(\tR\x0b\x66romAccount\x12\x14\n\x05\x61sset\x18\x02 \x01(\tR\x05\x61sset\x12\x42\n\x0cparty_amount\x18\x03 \x03(\x0b\x32\x1f.vega.checkpoint.v1.PartyAmountR\x0bpartyAmount\x12!\n\x0ctotal_reward\x18\x04 \x01(\tR\x0btotalReward\x12\x1b\n\tepoch_seq\x18\x05 \x01(\tR\x08\x65pochSeq\x12\x1c\n\ttimestamp\x18\x06 \x01(\x03R\ttimestamp";\n\x0bPartyAmount\x12\x14\n\x05party\x18\x01 \x01(\tR\x05party\x12\x16\n\x06\x61mount\x18\x02 \x01(\tR\x06\x61mount"\xb9\x01\n\x12PendingKeyRotation\x12?\n\x1crelative_target_block_height\x18\x01 \x01(\x04R\x19relativeTargetBlockHeight\x12\x17\n\x07node_id\x18\x02 \x01(\tR\x06nodeId\x12\x1e\n\x0bnew_pub_key\x18\x03 \x01(\tR\tnewPubKey\x12)\n\x11new_pub_key_index\x18\x04 \x01(\rR\x0enewPubKeyIndex"\x97\x01\n\x1aPendingEthereumKeyRotation\x12?\n\x1crelative_target_block_height\x18\x01 \x01(\x04R\x19relativeTargetBlockHeight\x12\x17\n\x07node_id\x18\x02 \x01(\tR\x06nodeId\x12\x1f\n\x0bnew_address\x18\x03 \x01(\tR\nnewAddress"\xd6\x01\n\x11ScheduledTransfer\x12*\n\x08transfer\x18\x01 \x01(\x0b\x32\x0e.vega.TransferR\x08transfer\x12\x34\n\x0c\x61\x63\x63ount_type\x18\x02 \x01(\x0e\x32\x11.vega.AccountTypeR\x0b\x61\x63\x63ountType\x12\x1c\n\treference\x18\x03 \x01(\tR\treference\x12\x41\n\x0foneoff_transfer\x18\x04 \x01(\x0b\x32\x18.vega.events.v1.TransferR\x0eoneoffTransfer"}\n\x17ScheduledTransferAtTime\x12\x1d\n\ndeliver_on\x18\x01 \x01(\x03R\tdeliverOn\x12\x43\n\ttransfers\x18\x02 \x03(\x0b\x32%.vega.checkpoint.v1.ScheduledTransferR\ttransfers"_\n\x12RecurringTransfers\x12I\n\x13recurring_transfers\x18\x01 \x03(\x0b\x32\x18.vega.events.v1.TransferR\x12recurringTransfers"\xff\x01\n\x07\x42\x61nking\x12W\n\x11transfers_at_time\x18\x01 \x03(\x0b\x32+.vega.checkpoint.v1.ScheduledTransferAtTimeR\x0ftransfersAtTime\x12W\n\x13recurring_transfers\x18\x02 \x01(\x0b\x32&.vega.checkpoint.v1.RecurringTransfersR\x12recurringTransfers\x12\x42\n\x0c\x62ridge_state\x18\x03 \x01(\x0b\x32\x1f.vega.checkpoint.v1.BridgeStateR\x0b\x62ridgeState"e\n\x0b\x42ridgeState\x12\x16\n\x06\x61\x63tive\x18\x01 \x01(\x08R\x06\x61\x63tive\x12!\n\x0c\x62lock_height\x18\x02 \x01(\x04R\x0b\x62lockHeight\x12\x1b\n\tlog_index\x18\x03 \x01(\x04R\x08logIndex"\xaa\x02\n\nValidators\x12K\n\x0fvalidator_state\x18\x01 \x03(\x0b\x32".vega.checkpoint.v1.ValidatorStateR\x0evalidatorState\x12Z\n\x15pending_key_rotations\x18\x02 \x03(\x0b\x32&.vega.checkpoint.v1.PendingKeyRotationR\x13pendingKeyRotations\x12s\n\x1epending_ethereum_key_rotations\x18\x03 \x03(\x0b\x32..vega.checkpoint.v1.PendingEthereumKeyRotationR\x1bpendingEthereumKeyRotations"\x88\x02\n\x0eValidatorState\x12J\n\x10validator_update\x18\x01 \x01(\x0b\x32\x1f.vega.events.v1.ValidatorUpdateR\x0fvalidatorUpdate\x12\x16\n\x06status\x18\x02 \x01(\x05R\x06status\x12\x30\n\x14\x65th_events_forwarded\x18\x03 \x01(\x04R\x12\x65thEventsForwarded\x12\'\n\x0fvalidator_power\x18\x04 \x01(\x03R\x0evalidatorPower\x12\x37\n\rranking_score\x18\x05 \x01(\x0b\x32\x12.vega.RankingScoreR\x0crankingScore"k\n\x07Staking\x12\x38\n\x08\x61\x63\x63\x65pted\x18\x01 \x03(\x0b\x32\x1c.vega.events.v1.StakeLinkingR\x08\x61\x63\x63\x65pted\x12&\n\x0flast_block_seen\x18\x02 \x01(\x04R\rlastBlockSeen"\xd2\x01\n\x0fMultisigControl\x12\x42\n\x07signers\x18\x01 \x03(\x0b\x32(.vega.events.v1.ERC20MultiSigSignerEventR\x07signers\x12S\n\rthreshold_set\x18\x02 \x01(\x0b\x32..vega.events.v1.ERC20MultiSigThresholdSetEventR\x0cthresholdSet\x12&\n\x0flast_block_seen\x18\x03 \x01(\x04R\rlastBlockSeen"c\n\rMarketTracker\x12R\n\x0fmarket_activity\x18\x01 \x03(\x0b\x32).vega.checkpoint.v1.MarketActivityTrackerR\x0emarketActivity"\xff\x02\n\x15MarketActivityTracker\x12\x16\n\x06market\x18\x01 \x01(\tR\x06market\x12\x14\n\x05\x61sset\x18\x02 \x01(\tR\x05\x61sset\x12<\n\nmaker_fees\x18\x03 \x03(\x0b\x32\x1d.vega.checkpoint.v1.PartyFeesR\tmakerFees\x12<\n\ntaker_fees\x18\x04 \x03(\x0b\x32\x1d.vega.checkpoint.v1.PartyFeesR\ttakerFees\x12\x36\n\x07lp_fees\x18\x05 \x03(\x0b\x32\x1d.vega.checkpoint.v1.PartyFeesR\x06lpFees\x12\x1a\n\x08proposer\x18\x06 \x01(\tR\x08proposer\x12\x1d\n\nbonus_paid\x18\x07 \x01(\x08R\tbonusPaid\x12!\n\x0cvalue_traded\x18\x08 \x01(\tR\x0bvalueTraded\x12&\n\x0fready_to_delete\x18\t \x01(\x08R\rreadyToDelete"3\n\tPartyFees\x12\x14\n\x05party\x18\x01 \x01(\tR\x05party\x12\x10\n\x03\x66\x65\x65\x18\x02 \x01(\tR\x03\x66\x65\x65\x42\x35Z3code.vegaprotocol.io/vega/protos/vega/checkpoint/v1b\x06proto3' ) - -_CHECKPOINTSTATE = DESCRIPTOR.message_types_by_name["CheckpointState"] -_CHECKPOINT = DESCRIPTOR.message_types_by_name["Checkpoint"] -_ASSETENTRY = DESCRIPTOR.message_types_by_name["AssetEntry"] -_ASSETS = DESCRIPTOR.message_types_by_name["Assets"] -_ASSETBALANCE = DESCRIPTOR.message_types_by_name["AssetBalance"] -_COLLATERAL = DESCRIPTOR.message_types_by_name["Collateral"] -_NETPARAMS = DESCRIPTOR.message_types_by_name["NetParams"] -_PROPOSALS = DESCRIPTOR.message_types_by_name["Proposals"] -_DELEGATEENTRY = DESCRIPTOR.message_types_by_name["DelegateEntry"] -_DELEGATE = DESCRIPTOR.message_types_by_name["Delegate"] -_BLOCK = DESCRIPTOR.message_types_by_name["Block"] -_REWARDS = DESCRIPTOR.message_types_by_name["Rewards"] -_REWARDPAYOUT = DESCRIPTOR.message_types_by_name["RewardPayout"] -_PENDINGREWARDPAYOUT = DESCRIPTOR.message_types_by_name["PendingRewardPayout"] -_PARTYAMOUNT = DESCRIPTOR.message_types_by_name["PartyAmount"] -_PENDINGKEYROTATION = DESCRIPTOR.message_types_by_name["PendingKeyRotation"] -_PENDINGETHEREUMKEYROTATION = DESCRIPTOR.message_types_by_name[ - "PendingEthereumKeyRotation" -] -_SCHEDULEDTRANSFER = DESCRIPTOR.message_types_by_name["ScheduledTransfer"] -_SCHEDULEDTRANSFERATTIME = DESCRIPTOR.message_types_by_name["ScheduledTransferAtTime"] -_RECURRINGTRANSFERS = DESCRIPTOR.message_types_by_name["RecurringTransfers"] -_BANKING = DESCRIPTOR.message_types_by_name["Banking"] -_VALIDATORS = DESCRIPTOR.message_types_by_name["Validators"] -_VALIDATORSTATE = DESCRIPTOR.message_types_by_name["ValidatorState"] -_STAKING = DESCRIPTOR.message_types_by_name["Staking"] -_MULTISIGCONTROL = DESCRIPTOR.message_types_by_name["MultisigControl"] -_MARKETTRACKER = DESCRIPTOR.message_types_by_name["MarketTracker"] -_MARKETACTIVITYTRACKER = DESCRIPTOR.message_types_by_name["MarketActivityTracker"] -_PARTYFEES = DESCRIPTOR.message_types_by_name["PartyFees"] -CheckpointState = _reflection.GeneratedProtocolMessageType( - "CheckpointState", - (_message.Message,), - { - "DESCRIPTOR": _CHECKPOINTSTATE, - "__module__": "vega.checkpoint.v1.checkpoint_pb2" - # @@protoc_insertion_point(class_scope:vega.checkpoint.v1.CheckpointState) - }, -) -_sym_db.RegisterMessage(CheckpointState) - -Checkpoint = _reflection.GeneratedProtocolMessageType( - "Checkpoint", - (_message.Message,), - { - "DESCRIPTOR": _CHECKPOINT, - "__module__": "vega.checkpoint.v1.checkpoint_pb2" - # @@protoc_insertion_point(class_scope:vega.checkpoint.v1.Checkpoint) - }, -) -_sym_db.RegisterMessage(Checkpoint) - -AssetEntry = _reflection.GeneratedProtocolMessageType( - "AssetEntry", - (_message.Message,), - { - "DESCRIPTOR": _ASSETENTRY, - "__module__": "vega.checkpoint.v1.checkpoint_pb2" - # @@protoc_insertion_point(class_scope:vega.checkpoint.v1.AssetEntry) - }, -) -_sym_db.RegisterMessage(AssetEntry) - -Assets = _reflection.GeneratedProtocolMessageType( - "Assets", - (_message.Message,), - { - "DESCRIPTOR": _ASSETS, - "__module__": "vega.checkpoint.v1.checkpoint_pb2" - # @@protoc_insertion_point(class_scope:vega.checkpoint.v1.Assets) - }, -) -_sym_db.RegisterMessage(Assets) - -AssetBalance = _reflection.GeneratedProtocolMessageType( - "AssetBalance", - (_message.Message,), - { - "DESCRIPTOR": _ASSETBALANCE, - "__module__": "vega.checkpoint.v1.checkpoint_pb2" - # @@protoc_insertion_point(class_scope:vega.checkpoint.v1.AssetBalance) - }, -) -_sym_db.RegisterMessage(AssetBalance) - -Collateral = _reflection.GeneratedProtocolMessageType( - "Collateral", - (_message.Message,), - { - "DESCRIPTOR": _COLLATERAL, - "__module__": "vega.checkpoint.v1.checkpoint_pb2" - # @@protoc_insertion_point(class_scope:vega.checkpoint.v1.Collateral) - }, -) -_sym_db.RegisterMessage(Collateral) - -NetParams = _reflection.GeneratedProtocolMessageType( - "NetParams", - (_message.Message,), - { - "DESCRIPTOR": _NETPARAMS, - "__module__": "vega.checkpoint.v1.checkpoint_pb2" - # @@protoc_insertion_point(class_scope:vega.checkpoint.v1.NetParams) - }, -) -_sym_db.RegisterMessage(NetParams) - -Proposals = _reflection.GeneratedProtocolMessageType( - "Proposals", - (_message.Message,), - { - "DESCRIPTOR": _PROPOSALS, - "__module__": "vega.checkpoint.v1.checkpoint_pb2" - # @@protoc_insertion_point(class_scope:vega.checkpoint.v1.Proposals) - }, -) -_sym_db.RegisterMessage(Proposals) - -DelegateEntry = _reflection.GeneratedProtocolMessageType( - "DelegateEntry", - (_message.Message,), - { - "DESCRIPTOR": _DELEGATEENTRY, - "__module__": "vega.checkpoint.v1.checkpoint_pb2" - # @@protoc_insertion_point(class_scope:vega.checkpoint.v1.DelegateEntry) - }, -) -_sym_db.RegisterMessage(DelegateEntry) - -Delegate = _reflection.GeneratedProtocolMessageType( - "Delegate", - (_message.Message,), - { - "DESCRIPTOR": _DELEGATE, - "__module__": "vega.checkpoint.v1.checkpoint_pb2" - # @@protoc_insertion_point(class_scope:vega.checkpoint.v1.Delegate) - }, -) -_sym_db.RegisterMessage(Delegate) - -Block = _reflection.GeneratedProtocolMessageType( - "Block", - (_message.Message,), - { - "DESCRIPTOR": _BLOCK, - "__module__": "vega.checkpoint.v1.checkpoint_pb2" - # @@protoc_insertion_point(class_scope:vega.checkpoint.v1.Block) - }, -) -_sym_db.RegisterMessage(Block) - -Rewards = _reflection.GeneratedProtocolMessageType( - "Rewards", - (_message.Message,), - { - "DESCRIPTOR": _REWARDS, - "__module__": "vega.checkpoint.v1.checkpoint_pb2" - # @@protoc_insertion_point(class_scope:vega.checkpoint.v1.Rewards) - }, -) -_sym_db.RegisterMessage(Rewards) - -RewardPayout = _reflection.GeneratedProtocolMessageType( - "RewardPayout", - (_message.Message,), - { - "DESCRIPTOR": _REWARDPAYOUT, - "__module__": "vega.checkpoint.v1.checkpoint_pb2" - # @@protoc_insertion_point(class_scope:vega.checkpoint.v1.RewardPayout) - }, -) -_sym_db.RegisterMessage(RewardPayout) - -PendingRewardPayout = _reflection.GeneratedProtocolMessageType( - "PendingRewardPayout", - (_message.Message,), - { - "DESCRIPTOR": _PENDINGREWARDPAYOUT, - "__module__": "vega.checkpoint.v1.checkpoint_pb2" - # @@protoc_insertion_point(class_scope:vega.checkpoint.v1.PendingRewardPayout) - }, -) -_sym_db.RegisterMessage(PendingRewardPayout) - -PartyAmount = _reflection.GeneratedProtocolMessageType( - "PartyAmount", - (_message.Message,), - { - "DESCRIPTOR": _PARTYAMOUNT, - "__module__": "vega.checkpoint.v1.checkpoint_pb2" - # @@protoc_insertion_point(class_scope:vega.checkpoint.v1.PartyAmount) - }, -) -_sym_db.RegisterMessage(PartyAmount) - -PendingKeyRotation = _reflection.GeneratedProtocolMessageType( - "PendingKeyRotation", - (_message.Message,), - { - "DESCRIPTOR": _PENDINGKEYROTATION, - "__module__": "vega.checkpoint.v1.checkpoint_pb2" - # @@protoc_insertion_point(class_scope:vega.checkpoint.v1.PendingKeyRotation) - }, -) -_sym_db.RegisterMessage(PendingKeyRotation) - -PendingEthereumKeyRotation = _reflection.GeneratedProtocolMessageType( - "PendingEthereumKeyRotation", - (_message.Message,), - { - "DESCRIPTOR": _PENDINGETHEREUMKEYROTATION, - "__module__": "vega.checkpoint.v1.checkpoint_pb2" - # @@protoc_insertion_point(class_scope:vega.checkpoint.v1.PendingEthereumKeyRotation) - }, -) -_sym_db.RegisterMessage(PendingEthereumKeyRotation) - -ScheduledTransfer = _reflection.GeneratedProtocolMessageType( - "ScheduledTransfer", - (_message.Message,), - { - "DESCRIPTOR": _SCHEDULEDTRANSFER, - "__module__": "vega.checkpoint.v1.checkpoint_pb2" - # @@protoc_insertion_point(class_scope:vega.checkpoint.v1.ScheduledTransfer) - }, -) -_sym_db.RegisterMessage(ScheduledTransfer) - -ScheduledTransferAtTime = _reflection.GeneratedProtocolMessageType( - "ScheduledTransferAtTime", - (_message.Message,), - { - "DESCRIPTOR": _SCHEDULEDTRANSFERATTIME, - "__module__": "vega.checkpoint.v1.checkpoint_pb2" - # @@protoc_insertion_point(class_scope:vega.checkpoint.v1.ScheduledTransferAtTime) - }, -) -_sym_db.RegisterMessage(ScheduledTransferAtTime) - -RecurringTransfers = _reflection.GeneratedProtocolMessageType( - "RecurringTransfers", - (_message.Message,), - { - "DESCRIPTOR": _RECURRINGTRANSFERS, - "__module__": "vega.checkpoint.v1.checkpoint_pb2" - # @@protoc_insertion_point(class_scope:vega.checkpoint.v1.RecurringTransfers) - }, -) -_sym_db.RegisterMessage(RecurringTransfers) - -Banking = _reflection.GeneratedProtocolMessageType( - "Banking", - (_message.Message,), - { - "DESCRIPTOR": _BANKING, - "__module__": "vega.checkpoint.v1.checkpoint_pb2" - # @@protoc_insertion_point(class_scope:vega.checkpoint.v1.Banking) - }, -) -_sym_db.RegisterMessage(Banking) - -Validators = _reflection.GeneratedProtocolMessageType( - "Validators", - (_message.Message,), - { - "DESCRIPTOR": _VALIDATORS, - "__module__": "vega.checkpoint.v1.checkpoint_pb2" - # @@protoc_insertion_point(class_scope:vega.checkpoint.v1.Validators) - }, -) -_sym_db.RegisterMessage(Validators) - -ValidatorState = _reflection.GeneratedProtocolMessageType( - "ValidatorState", - (_message.Message,), - { - "DESCRIPTOR": _VALIDATORSTATE, - "__module__": "vega.checkpoint.v1.checkpoint_pb2" - # @@protoc_insertion_point(class_scope:vega.checkpoint.v1.ValidatorState) - }, -) -_sym_db.RegisterMessage(ValidatorState) - -Staking = _reflection.GeneratedProtocolMessageType( - "Staking", - (_message.Message,), - { - "DESCRIPTOR": _STAKING, - "__module__": "vega.checkpoint.v1.checkpoint_pb2" - # @@protoc_insertion_point(class_scope:vega.checkpoint.v1.Staking) - }, -) -_sym_db.RegisterMessage(Staking) - -MultisigControl = _reflection.GeneratedProtocolMessageType( - "MultisigControl", - (_message.Message,), - { - "DESCRIPTOR": _MULTISIGCONTROL, - "__module__": "vega.checkpoint.v1.checkpoint_pb2" - # @@protoc_insertion_point(class_scope:vega.checkpoint.v1.MultisigControl) - }, +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) +_builder.BuildTopDescriptorsAndMessages( + DESCRIPTOR, "vega.checkpoint.v1.checkpoint_pb2", globals() ) -_sym_db.RegisterMessage(MultisigControl) - -MarketTracker = _reflection.GeneratedProtocolMessageType( - "MarketTracker", - (_message.Message,), - { - "DESCRIPTOR": _MARKETTRACKER, - "__module__": "vega.checkpoint.v1.checkpoint_pb2" - # @@protoc_insertion_point(class_scope:vega.checkpoint.v1.MarketTracker) - }, -) -_sym_db.RegisterMessage(MarketTracker) - -MarketActivityTracker = _reflection.GeneratedProtocolMessageType( - "MarketActivityTracker", - (_message.Message,), - { - "DESCRIPTOR": _MARKETACTIVITYTRACKER, - "__module__": "vega.checkpoint.v1.checkpoint_pb2" - # @@protoc_insertion_point(class_scope:vega.checkpoint.v1.MarketActivityTracker) - }, -) -_sym_db.RegisterMessage(MarketActivityTracker) - -PartyFees = _reflection.GeneratedProtocolMessageType( - "PartyFees", - (_message.Message,), - { - "DESCRIPTOR": _PARTYFEES, - "__module__": "vega.checkpoint.v1.checkpoint_pb2" - # @@protoc_insertion_point(class_scope:vega.checkpoint.v1.PartyFees) - }, -) -_sym_db.RegisterMessage(PartyFees) - if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None @@ -369,59 +33,61 @@ b"Z3code.vegaprotocol.io/vega/protos/vega/checkpoint/v1" ) _CHECKPOINTSTATE._serialized_start = 147 - _CHECKPOINTSTATE._serialized_end = 193 - _CHECKPOINT._serialized_start = 196 - _CHECKPOINT._serialized_end = 463 - _ASSETENTRY._serialized_start = 465 - _ASSETENTRY._serialized_end = 532 - _ASSETS._serialized_start = 534 - _ASSETS._serialized_end = 590 - _ASSETBALANCE._serialized_start = 592 - _ASSETBALANCE._serialized_end = 653 - _COLLATERAL._serialized_start = 655 - _COLLATERAL._serialized_end = 719 - _NETPARAMS._serialized_start = 721 - _NETPARAMS._serialized_end = 772 - _PROPOSALS._serialized_start = 774 - _PROPOSALS._serialized_end = 820 - _DELEGATEENTRY._serialized_start = 822 - _DELEGATEENTRY._serialized_end = 921 - _DELEGATE._serialized_start = 924 - _DELEGATE._serialized_end = 1062 - _BLOCK._serialized_start = 1064 - _BLOCK._serialized_end = 1087 - _REWARDS._serialized_start = 1089 - _REWARDS._serialized_end = 1149 - _REWARDPAYOUT._serialized_start = 1151 - _REWARDPAYOUT._serialized_end = 1251 - _PENDINGREWARDPAYOUT._serialized_start = 1254 - _PENDINGREWARDPAYOUT._serialized_end = 1427 - _PARTYAMOUNT._serialized_start = 1429 - _PARTYAMOUNT._serialized_end = 1473 - _PENDINGKEYROTATION._serialized_start = 1475 - _PENDINGKEYROTATION._serialized_end = 1598 - _PENDINGETHEREUMKEYROTATION._serialized_start = 1600 - _PENDINGETHEREUMKEYROTATION._serialized_end = 1704 - _SCHEDULEDTRANSFER._serialized_start = 1707 - _SCHEDULEDTRANSFER._serialized_end = 1871 - _SCHEDULEDTRANSFERATTIME._serialized_start = 1873 - _SCHEDULEDTRANSFERATTIME._serialized_end = 1976 - _RECURRINGTRANSFERS._serialized_start = 1978 - _RECURRINGTRANSFERS._serialized_end = 2053 - _BANKING._serialized_start = 2056 - _BANKING._serialized_end = 2206 - _VALIDATORS._serialized_start = 2209 - _VALIDATORS._serialized_end = 2441 - _VALIDATORSTATE._serialized_start = 2444 - _VALIDATORSTATE._serialized_end = 2633 - _STAKING._serialized_start = 2635 - _STAKING._serialized_end = 2717 - _MULTISIGCONTROL._serialized_start = 2720 - _MULTISIGCONTROL._serialized_end = 2892 - _MARKETTRACKER._serialized_start = 2894 - _MARKETTRACKER._serialized_end = 2977 - _MARKETACTIVITYTRACKER._serialized_start = 2980 - _MARKETACTIVITYTRACKER._serialized_end = 3269 - _PARTYFEES._serialized_start = 3271 - _PARTYFEES._serialized_end = 3310 + _CHECKPOINTSTATE._serialized_end = 206 + _CHECKPOINT._serialized_start = 209 + _CHECKPOINT._serialized_end = 624 + _ASSETENTRY._serialized_start = 626 + _ASSETENTRY._serialized_end = 711 + _ASSETS._serialized_start = 713 + _ASSETS._serialized_end = 777 + _ASSETBALANCE._serialized_start = 779 + _ASSETBALANCE._serialized_end = 863 + _COLLATERAL._serialized_start = 865 + _COLLATERAL._serialized_end = 939 + _NETPARAMS._serialized_start = 941 + _NETPARAMS._serialized_end = 1000 + _PROPOSALS._serialized_start = 1002 + _PROPOSALS._serialized_end = 1059 + _DELEGATEENTRY._serialized_start = 1062 + _DELEGATEENTRY._serialized_end = 1204 + _DELEGATE._serialized_start = 1207 + _DELEGATE._serialized_end = 1378 + _BLOCK._serialized_start = 1380 + _BLOCK._serialized_end = 1411 + _REWARDS._serialized_start = 1413 + _REWARDS._serialized_end = 1482 + _REWARDPAYOUT._serialized_start = 1484 + _REWARDPAYOUT._serialized_end = 1611 + _PENDINGREWARDPAYOUT._serialized_start = 1614 + _PENDINGREWARDPAYOUT._serialized_end = 1854 + _PARTYAMOUNT._serialized_start = 1856 + _PARTYAMOUNT._serialized_end = 1915 + _PENDINGKEYROTATION._serialized_start = 1918 + _PENDINGKEYROTATION._serialized_end = 2103 + _PENDINGETHEREUMKEYROTATION._serialized_start = 2106 + _PENDINGETHEREUMKEYROTATION._serialized_end = 2257 + _SCHEDULEDTRANSFER._serialized_start = 2260 + _SCHEDULEDTRANSFER._serialized_end = 2474 + _SCHEDULEDTRANSFERATTIME._serialized_start = 2476 + _SCHEDULEDTRANSFERATTIME._serialized_end = 2601 + _RECURRINGTRANSFERS._serialized_start = 2603 + _RECURRINGTRANSFERS._serialized_end = 2698 + _BANKING._serialized_start = 2701 + _BANKING._serialized_end = 2956 + _BRIDGESTATE._serialized_start = 2958 + _BRIDGESTATE._serialized_end = 3059 + _VALIDATORS._serialized_start = 3062 + _VALIDATORS._serialized_end = 3360 + _VALIDATORSTATE._serialized_start = 3363 + _VALIDATORSTATE._serialized_end = 3627 + _STAKING._serialized_start = 3629 + _STAKING._serialized_end = 3736 + _MULTISIGCONTROL._serialized_start = 3739 + _MULTISIGCONTROL._serialized_end = 3949 + _MARKETTRACKER._serialized_start = 3951 + _MARKETTRACKER._serialized_end = 4050 + _MARKETACTIVITYTRACKER._serialized_start = 4053 + _MARKETACTIVITYTRACKER._serialized_end = 4436 + _PARTYFEES._serialized_start = 4438 + _PARTYFEES._serialized_end = 4489 # @@protoc_insertion_point(module_scope) diff --git a/vega_sim/proto/vega/commands/v1/commands_pb2.py b/vega_sim/proto/vega/commands/v1/commands_pb2.py index 2064e8768..8f1455947 100644 --- a/vega_sim/proto/vega/commands/v1/commands_pb2.py +++ b/vega_sim/proto/vega/commands/v1/commands_pb2.py @@ -2,10 +2,9 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: vega/commands/v1/commands.proto """Generated protocol buffer code.""" +from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) @@ -18,197 +17,13 @@ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile( - b'\n\x1fvega/commands/v1/commands.proto\x12\x10vega.commands.v1\x1a\x15vega/governance.proto\x1a\x0fvega/vega.proto"\xfb\x01\n\x0fOrderSubmission\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\r\n\x05price\x18\x02 \x01(\t\x12\x0c\n\x04size\x18\x03 \x01(\x04\x12\x18\n\x04side\x18\x04 \x01(\x0e\x32\n.vega.Side\x12.\n\rtime_in_force\x18\x05 \x01(\x0e\x32\x17.vega.Order.TimeInForce\x12\x12\n\nexpires_at\x18\x06 \x01(\x03\x12\x1e\n\x04type\x18\x07 \x01(\x0e\x32\x10.vega.Order.Type\x12\x11\n\treference\x18\x08 \x01(\t\x12\'\n\x0cpegged_order\x18\t \x01(\x0b\x32\x11.vega.PeggedOrder"8\n\x11OrderCancellation\x12\x10\n\x08order_id\x18\x01 \x01(\t\x12\x11\n\tmarket_id\x18\x02 \x01(\t"\x87\x02\n\x0eOrderAmendment\x12\x10\n\x08order_id\x18\x01 \x01(\t\x12\x11\n\tmarket_id\x18\x02 \x01(\t\x12\x12\n\x05price\x18\x03 \x01(\tH\x00\x88\x01\x01\x12\x12\n\nsize_delta\x18\x04 \x01(\x03\x12\x17\n\nexpires_at\x18\x05 \x01(\x03H\x01\x88\x01\x01\x12.\n\rtime_in_force\x18\x06 \x01(\x0e\x32\x17.vega.Order.TimeInForce\x12\x15\n\rpegged_offset\x18\x07 \x01(\t\x12/\n\x10pegged_reference\x18\x08 \x01(\x0e\x32\x15.vega.PeggedReferenceB\x08\n\x06_priceB\r\n\x0b_expires_at"\xb5\x01\n\x1cLiquidityProvisionSubmission\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\x19\n\x11\x63ommitment_amount\x18\x02 \x01(\t\x12\x0b\n\x03\x66\x65\x65\x18\x03 \x01(\t\x12#\n\x05sells\x18\x04 \x03(\x0b\x32\x14.vega.LiquidityOrder\x12"\n\x04\x62uys\x18\x05 \x03(\x0b\x32\x14.vega.LiquidityOrder\x12\x11\n\treference\x18\x06 \x01(\t"3\n\x1eLiquidityProvisionCancellation\x12\x11\n\tmarket_id\x18\x01 \x01(\t"\xb4\x01\n\x1bLiquidityProvisionAmendment\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\x19\n\x11\x63ommitment_amount\x18\x02 \x01(\t\x12\x0b\n\x03\x66\x65\x65\x18\x03 \x01(\t\x12#\n\x05sells\x18\x04 \x03(\x0b\x32\x14.vega.LiquidityOrder\x12"\n\x04\x62uys\x18\x05 \x03(\x0b\x32\x14.vega.LiquidityOrder\x12\x11\n\treference\x18\x06 \x01(\t"S\n\x12WithdrawSubmission\x12\x0e\n\x06\x61mount\x18\x01 \x01(\t\x12\r\n\x05\x61sset\x18\x02 \x01(\t\x12\x1e\n\x03\x65xt\x18\x03 \x01(\x0b\x32\x11.vega.WithdrawExt"w\n\x12ProposalSubmission\x12\x11\n\treference\x18\x01 \x01(\t\x12"\n\x05terms\x18\x02 \x01(\x0b\x32\x13.vega.ProposalTerms\x12*\n\trationale\x18\x03 \x01(\x0b\x32\x17.vega.ProposalRationale"F\n\x0eVoteSubmission\x12\x13\n\x0bproposal_id\x18\x01 \x01(\t\x12\x1f\n\x05value\x18\x02 \x01(\x0e\x32\x10.vega.Vote.Value"5\n\x12\x44\x65legateSubmission\x12\x0f\n\x07node_id\x18\x01 \x01(\t\x12\x0e\n\x06\x61mount\x18\x02 \x01(\t"\xd9\x01\n\x14UndelegateSubmission\x12\x0f\n\x07node_id\x18\x01 \x01(\t\x12\x0e\n\x06\x61mount\x18\x02 \x01(\t\x12=\n\x06method\x18\x03 \x01(\x0e\x32-.vega.commands.v1.UndelegateSubmission.Method"a\n\x06Method\x12\x16\n\x12METHOD_UNSPECIFIED\x10\x00\x12\x0e\n\nMETHOD_NOW\x10\x01\x12\x1a\n\x16METHOD_AT_END_OF_EPOCH\x10\x02\x12\x13\n\x0fMETHOD_IN_ANGER\x10\x03"\x99\x02\n\x08Transfer\x12,\n\x11\x66rom_account_type\x18\x01 \x01(\x0e\x32\x11.vega.AccountType\x12\n\n\x02to\x18\x02 \x01(\t\x12*\n\x0fto_account_type\x18\x03 \x01(\x0e\x32\x11.vega.AccountType\x12\r\n\x05\x61sset\x18\x04 \x01(\t\x12\x0e\n\x06\x61mount\x18\x05 \x01(\t\x12\x11\n\treference\x18\x06 \x01(\t\x12\x33\n\x07one_off\x18\x65 \x01(\x0b\x32 .vega.commands.v1.OneOffTransferH\x00\x12\x38\n\trecurring\x18\x66 \x01(\x0b\x32#.vega.commands.v1.RecurringTransferH\x00\x42\x06\n\x04kind"$\n\x0eOneOffTransfer\x12\x12\n\ndeliver_on\x18\x01 \x01(\x03"\x91\x01\n\x11RecurringTransfer\x12\x13\n\x0bstart_epoch\x18\x01 \x01(\x04\x12\x16\n\tend_epoch\x18\x02 \x01(\x04H\x00\x88\x01\x01\x12\x0e\n\x06\x66\x61\x63tor\x18\x03 \x01(\t\x12\x31\n\x11\x64ispatch_strategy\x18\x04 \x01(\x0b\x32\x16.vega.DispatchStrategyB\x0c\n\n_end_epoch"%\n\x0e\x43\x61ncelTransfer\x12\x13\n\x0btransfer_id\x18\x01 \x01(\tB3Z1code.vegaprotocol.io/vega/protos/vega/commands/v1b\x06proto3' + b'\n\x1fvega/commands/v1/commands.proto\x12\x10vega.commands.v1\x1a\x15vega/governance.proto\x1a\x0fvega/vega.proto"\xce\x02\n\x0fOrderSubmission\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12\x14\n\x05price\x18\x02 \x01(\tR\x05price\x12\x12\n\x04size\x18\x03 \x01(\x04R\x04size\x12\x1e\n\x04side\x18\x04 \x01(\x0e\x32\n.vega.SideR\x04side\x12;\n\rtime_in_force\x18\x05 \x01(\x0e\x32\x17.vega.Order.TimeInForceR\x0btimeInForce\x12\x1d\n\nexpires_at\x18\x06 \x01(\x03R\texpiresAt\x12$\n\x04type\x18\x07 \x01(\x0e\x32\x10.vega.Order.TypeR\x04type\x12\x1c\n\treference\x18\x08 \x01(\tR\treference\x12\x34\n\x0cpegged_order\x18\t \x01(\x0b\x32\x11.vega.PeggedOrderR\x0bpeggedOrder"K\n\x11OrderCancellation\x12\x19\n\x08order_id\x18\x01 \x01(\tR\x07orderId\x12\x1b\n\tmarket_id\x18\x02 \x01(\tR\x08marketId"\xe3\x02\n\x0eOrderAmendment\x12\x19\n\x08order_id\x18\x01 \x01(\tR\x07orderId\x12\x1b\n\tmarket_id\x18\x02 \x01(\tR\x08marketId\x12\x19\n\x05price\x18\x03 \x01(\tH\x00R\x05price\x88\x01\x01\x12\x1d\n\nsize_delta\x18\x04 \x01(\x03R\tsizeDelta\x12"\n\nexpires_at\x18\x05 \x01(\x03H\x01R\texpiresAt\x88\x01\x01\x12;\n\rtime_in_force\x18\x06 \x01(\x0e\x32\x17.vega.Order.TimeInForceR\x0btimeInForce\x12#\n\rpegged_offset\x18\x07 \x01(\tR\x0cpeggedOffset\x12@\n\x10pegged_reference\x18\x08 \x01(\x0e\x32\x15.vega.PeggedReferenceR\x0fpeggedReferenceB\x08\n\x06_priceB\r\n\x0b_expires_at"\xee\x01\n\x1cLiquidityProvisionSubmission\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12+\n\x11\x63ommitment_amount\x18\x02 \x01(\tR\x10\x63ommitmentAmount\x12\x10\n\x03\x66\x65\x65\x18\x03 \x01(\tR\x03\x66\x65\x65\x12*\n\x05sells\x18\x04 \x03(\x0b\x32\x14.vega.LiquidityOrderR\x05sells\x12(\n\x04\x62uys\x18\x05 \x03(\x0b\x32\x14.vega.LiquidityOrderR\x04\x62uys\x12\x1c\n\treference\x18\x06 \x01(\tR\treference"=\n\x1eLiquidityProvisionCancellation\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId"\xed\x01\n\x1bLiquidityProvisionAmendment\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12+\n\x11\x63ommitment_amount\x18\x02 \x01(\tR\x10\x63ommitmentAmount\x12\x10\n\x03\x66\x65\x65\x18\x03 \x01(\tR\x03\x66\x65\x65\x12*\n\x05sells\x18\x04 \x03(\x0b\x32\x14.vega.LiquidityOrderR\x05sells\x12(\n\x04\x62uys\x18\x05 \x03(\x0b\x32\x14.vega.LiquidityOrderR\x04\x62uys\x12\x1c\n\treference\x18\x06 \x01(\tR\treference"g\n\x12WithdrawSubmission\x12\x16\n\x06\x61mount\x18\x01 \x01(\tR\x06\x61mount\x12\x14\n\x05\x61sset\x18\x02 \x01(\tR\x05\x61sset\x12#\n\x03\x65xt\x18\x03 \x01(\x0b\x32\x11.vega.WithdrawExtR\x03\x65xt"\x94\x01\n\x12ProposalSubmission\x12\x1c\n\treference\x18\x01 \x01(\tR\treference\x12)\n\x05terms\x18\x02 \x01(\x0b\x32\x13.vega.ProposalTermsR\x05terms\x12\x35\n\trationale\x18\x03 \x01(\x0b\x32\x17.vega.ProposalRationaleR\trationale"Y\n\x0eVoteSubmission\x12\x1f\n\x0bproposal_id\x18\x01 \x01(\tR\nproposalId\x12&\n\x05value\x18\x02 \x01(\x0e\x32\x10.vega.Vote.ValueR\x05value"E\n\x12\x44\x65legateSubmission\x12\x17\n\x07node_id\x18\x01 \x01(\tR\x06nodeId\x12\x16\n\x06\x61mount\x18\x02 \x01(\tR\x06\x61mount"\xf1\x01\n\x14UndelegateSubmission\x12\x17\n\x07node_id\x18\x01 \x01(\tR\x06nodeId\x12\x16\n\x06\x61mount\x18\x02 \x01(\tR\x06\x61mount\x12\x45\n\x06method\x18\x03 \x01(\x0e\x32-.vega.commands.v1.UndelegateSubmission.MethodR\x06method"a\n\x06Method\x12\x16\n\x12METHOD_UNSPECIFIED\x10\x00\x12\x0e\n\nMETHOD_NOW\x10\x01\x12\x1a\n\x16METHOD_AT_END_OF_EPOCH\x10\x02\x12\x13\n\x0fMETHOD_IN_ANGER\x10\x03"\xea\x02\n\x08Transfer\x12=\n\x11\x66rom_account_type\x18\x01 \x01(\x0e\x32\x11.vega.AccountTypeR\x0f\x66romAccountType\x12\x0e\n\x02to\x18\x02 \x01(\tR\x02to\x12\x39\n\x0fto_account_type\x18\x03 \x01(\x0e\x32\x11.vega.AccountTypeR\rtoAccountType\x12\x14\n\x05\x61sset\x18\x04 \x01(\tR\x05\x61sset\x12\x16\n\x06\x61mount\x18\x05 \x01(\tR\x06\x61mount\x12\x1c\n\treference\x18\x06 \x01(\tR\treference\x12;\n\x07one_off\x18\x65 \x01(\x0b\x32 .vega.commands.v1.OneOffTransferH\x00R\x06oneOff\x12\x43\n\trecurring\x18\x66 \x01(\x0b\x32#.vega.commands.v1.RecurringTransferH\x00R\trecurringB\x06\n\x04kind"/\n\x0eOneOffTransfer\x12\x1d\n\ndeliver_on\x18\x01 \x01(\x03R\tdeliverOn"\xc1\x01\n\x11RecurringTransfer\x12\x1f\n\x0bstart_epoch\x18\x01 \x01(\x04R\nstartEpoch\x12 \n\tend_epoch\x18\x02 \x01(\x04H\x00R\x08\x65ndEpoch\x88\x01\x01\x12\x16\n\x06\x66\x61\x63tor\x18\x03 \x01(\tR\x06\x66\x61\x63tor\x12\x43\n\x11\x64ispatch_strategy\x18\x04 \x01(\x0b\x32\x16.vega.DispatchStrategyR\x10\x64ispatchStrategyB\x0c\n\n_end_epoch"1\n\x0e\x43\x61ncelTransfer\x12\x1f\n\x0btransfer_id\x18\x01 \x01(\tR\ntransferIdB3Z1code.vegaprotocol.io/vega/protos/vega/commands/v1b\x06proto3' ) - -_ORDERSUBMISSION = DESCRIPTOR.message_types_by_name["OrderSubmission"] -_ORDERCANCELLATION = DESCRIPTOR.message_types_by_name["OrderCancellation"] -_ORDERAMENDMENT = DESCRIPTOR.message_types_by_name["OrderAmendment"] -_LIQUIDITYPROVISIONSUBMISSION = DESCRIPTOR.message_types_by_name[ - "LiquidityProvisionSubmission" -] -_LIQUIDITYPROVISIONCANCELLATION = DESCRIPTOR.message_types_by_name[ - "LiquidityProvisionCancellation" -] -_LIQUIDITYPROVISIONAMENDMENT = DESCRIPTOR.message_types_by_name[ - "LiquidityProvisionAmendment" -] -_WITHDRAWSUBMISSION = DESCRIPTOR.message_types_by_name["WithdrawSubmission"] -_PROPOSALSUBMISSION = DESCRIPTOR.message_types_by_name["ProposalSubmission"] -_VOTESUBMISSION = DESCRIPTOR.message_types_by_name["VoteSubmission"] -_DELEGATESUBMISSION = DESCRIPTOR.message_types_by_name["DelegateSubmission"] -_UNDELEGATESUBMISSION = DESCRIPTOR.message_types_by_name["UndelegateSubmission"] -_TRANSFER = DESCRIPTOR.message_types_by_name["Transfer"] -_ONEOFFTRANSFER = DESCRIPTOR.message_types_by_name["OneOffTransfer"] -_RECURRINGTRANSFER = DESCRIPTOR.message_types_by_name["RecurringTransfer"] -_CANCELTRANSFER = DESCRIPTOR.message_types_by_name["CancelTransfer"] -_UNDELEGATESUBMISSION_METHOD = _UNDELEGATESUBMISSION.enum_types_by_name["Method"] -OrderSubmission = _reflection.GeneratedProtocolMessageType( - "OrderSubmission", - (_message.Message,), - { - "DESCRIPTOR": _ORDERSUBMISSION, - "__module__": "vega.commands.v1.commands_pb2" - # @@protoc_insertion_point(class_scope:vega.commands.v1.OrderSubmission) - }, -) -_sym_db.RegisterMessage(OrderSubmission) - -OrderCancellation = _reflection.GeneratedProtocolMessageType( - "OrderCancellation", - (_message.Message,), - { - "DESCRIPTOR": _ORDERCANCELLATION, - "__module__": "vega.commands.v1.commands_pb2" - # @@protoc_insertion_point(class_scope:vega.commands.v1.OrderCancellation) - }, -) -_sym_db.RegisterMessage(OrderCancellation) - -OrderAmendment = _reflection.GeneratedProtocolMessageType( - "OrderAmendment", - (_message.Message,), - { - "DESCRIPTOR": _ORDERAMENDMENT, - "__module__": "vega.commands.v1.commands_pb2" - # @@protoc_insertion_point(class_scope:vega.commands.v1.OrderAmendment) - }, -) -_sym_db.RegisterMessage(OrderAmendment) - -LiquidityProvisionSubmission = _reflection.GeneratedProtocolMessageType( - "LiquidityProvisionSubmission", - (_message.Message,), - { - "DESCRIPTOR": _LIQUIDITYPROVISIONSUBMISSION, - "__module__": "vega.commands.v1.commands_pb2" - # @@protoc_insertion_point(class_scope:vega.commands.v1.LiquidityProvisionSubmission) - }, -) -_sym_db.RegisterMessage(LiquidityProvisionSubmission) - -LiquidityProvisionCancellation = _reflection.GeneratedProtocolMessageType( - "LiquidityProvisionCancellation", - (_message.Message,), - { - "DESCRIPTOR": _LIQUIDITYPROVISIONCANCELLATION, - "__module__": "vega.commands.v1.commands_pb2" - # @@protoc_insertion_point(class_scope:vega.commands.v1.LiquidityProvisionCancellation) - }, -) -_sym_db.RegisterMessage(LiquidityProvisionCancellation) - -LiquidityProvisionAmendment = _reflection.GeneratedProtocolMessageType( - "LiquidityProvisionAmendment", - (_message.Message,), - { - "DESCRIPTOR": _LIQUIDITYPROVISIONAMENDMENT, - "__module__": "vega.commands.v1.commands_pb2" - # @@protoc_insertion_point(class_scope:vega.commands.v1.LiquidityProvisionAmendment) - }, -) -_sym_db.RegisterMessage(LiquidityProvisionAmendment) - -WithdrawSubmission = _reflection.GeneratedProtocolMessageType( - "WithdrawSubmission", - (_message.Message,), - { - "DESCRIPTOR": _WITHDRAWSUBMISSION, - "__module__": "vega.commands.v1.commands_pb2" - # @@protoc_insertion_point(class_scope:vega.commands.v1.WithdrawSubmission) - }, -) -_sym_db.RegisterMessage(WithdrawSubmission) - -ProposalSubmission = _reflection.GeneratedProtocolMessageType( - "ProposalSubmission", - (_message.Message,), - { - "DESCRIPTOR": _PROPOSALSUBMISSION, - "__module__": "vega.commands.v1.commands_pb2" - # @@protoc_insertion_point(class_scope:vega.commands.v1.ProposalSubmission) - }, +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) +_builder.BuildTopDescriptorsAndMessages( + DESCRIPTOR, "vega.commands.v1.commands_pb2", globals() ) -_sym_db.RegisterMessage(ProposalSubmission) - -VoteSubmission = _reflection.GeneratedProtocolMessageType( - "VoteSubmission", - (_message.Message,), - { - "DESCRIPTOR": _VOTESUBMISSION, - "__module__": "vega.commands.v1.commands_pb2" - # @@protoc_insertion_point(class_scope:vega.commands.v1.VoteSubmission) - }, -) -_sym_db.RegisterMessage(VoteSubmission) - -DelegateSubmission = _reflection.GeneratedProtocolMessageType( - "DelegateSubmission", - (_message.Message,), - { - "DESCRIPTOR": _DELEGATESUBMISSION, - "__module__": "vega.commands.v1.commands_pb2" - # @@protoc_insertion_point(class_scope:vega.commands.v1.DelegateSubmission) - }, -) -_sym_db.RegisterMessage(DelegateSubmission) - -UndelegateSubmission = _reflection.GeneratedProtocolMessageType( - "UndelegateSubmission", - (_message.Message,), - { - "DESCRIPTOR": _UNDELEGATESUBMISSION, - "__module__": "vega.commands.v1.commands_pb2" - # @@protoc_insertion_point(class_scope:vega.commands.v1.UndelegateSubmission) - }, -) -_sym_db.RegisterMessage(UndelegateSubmission) - -Transfer = _reflection.GeneratedProtocolMessageType( - "Transfer", - (_message.Message,), - { - "DESCRIPTOR": _TRANSFER, - "__module__": "vega.commands.v1.commands_pb2" - # @@protoc_insertion_point(class_scope:vega.commands.v1.Transfer) - }, -) -_sym_db.RegisterMessage(Transfer) - -OneOffTransfer = _reflection.GeneratedProtocolMessageType( - "OneOffTransfer", - (_message.Message,), - { - "DESCRIPTOR": _ONEOFFTRANSFER, - "__module__": "vega.commands.v1.commands_pb2" - # @@protoc_insertion_point(class_scope:vega.commands.v1.OneOffTransfer) - }, -) -_sym_db.RegisterMessage(OneOffTransfer) - -RecurringTransfer = _reflection.GeneratedProtocolMessageType( - "RecurringTransfer", - (_message.Message,), - { - "DESCRIPTOR": _RECURRINGTRANSFER, - "__module__": "vega.commands.v1.commands_pb2" - # @@protoc_insertion_point(class_scope:vega.commands.v1.RecurringTransfer) - }, -) -_sym_db.RegisterMessage(RecurringTransfer) - -CancelTransfer = _reflection.GeneratedProtocolMessageType( - "CancelTransfer", - (_message.Message,), - { - "DESCRIPTOR": _CANCELTRANSFER, - "__module__": "vega.commands.v1.commands_pb2" - # @@protoc_insertion_point(class_scope:vega.commands.v1.CancelTransfer) - }, -) -_sym_db.RegisterMessage(CancelTransfer) - if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None @@ -216,35 +31,35 @@ b"Z1code.vegaprotocol.io/vega/protos/vega/commands/v1" ) _ORDERSUBMISSION._serialized_start = 94 - _ORDERSUBMISSION._serialized_end = 345 - _ORDERCANCELLATION._serialized_start = 347 - _ORDERCANCELLATION._serialized_end = 403 - _ORDERAMENDMENT._serialized_start = 406 - _ORDERAMENDMENT._serialized_end = 669 - _LIQUIDITYPROVISIONSUBMISSION._serialized_start = 672 - _LIQUIDITYPROVISIONSUBMISSION._serialized_end = 853 - _LIQUIDITYPROVISIONCANCELLATION._serialized_start = 855 - _LIQUIDITYPROVISIONCANCELLATION._serialized_end = 906 - _LIQUIDITYPROVISIONAMENDMENT._serialized_start = 909 - _LIQUIDITYPROVISIONAMENDMENT._serialized_end = 1089 - _WITHDRAWSUBMISSION._serialized_start = 1091 - _WITHDRAWSUBMISSION._serialized_end = 1174 - _PROPOSALSUBMISSION._serialized_start = 1176 - _PROPOSALSUBMISSION._serialized_end = 1295 - _VOTESUBMISSION._serialized_start = 1297 - _VOTESUBMISSION._serialized_end = 1367 - _DELEGATESUBMISSION._serialized_start = 1369 - _DELEGATESUBMISSION._serialized_end = 1422 - _UNDELEGATESUBMISSION._serialized_start = 1425 - _UNDELEGATESUBMISSION._serialized_end = 1642 - _UNDELEGATESUBMISSION_METHOD._serialized_start = 1545 - _UNDELEGATESUBMISSION_METHOD._serialized_end = 1642 - _TRANSFER._serialized_start = 1645 - _TRANSFER._serialized_end = 1926 - _ONEOFFTRANSFER._serialized_start = 1928 - _ONEOFFTRANSFER._serialized_end = 1964 - _RECURRINGTRANSFER._serialized_start = 1967 - _RECURRINGTRANSFER._serialized_end = 2112 - _CANCELTRANSFER._serialized_start = 2114 - _CANCELTRANSFER._serialized_end = 2151 + _ORDERSUBMISSION._serialized_end = 428 + _ORDERCANCELLATION._serialized_start = 430 + _ORDERCANCELLATION._serialized_end = 505 + _ORDERAMENDMENT._serialized_start = 508 + _ORDERAMENDMENT._serialized_end = 863 + _LIQUIDITYPROVISIONSUBMISSION._serialized_start = 866 + _LIQUIDITYPROVISIONSUBMISSION._serialized_end = 1104 + _LIQUIDITYPROVISIONCANCELLATION._serialized_start = 1106 + _LIQUIDITYPROVISIONCANCELLATION._serialized_end = 1167 + _LIQUIDITYPROVISIONAMENDMENT._serialized_start = 1170 + _LIQUIDITYPROVISIONAMENDMENT._serialized_end = 1407 + _WITHDRAWSUBMISSION._serialized_start = 1409 + _WITHDRAWSUBMISSION._serialized_end = 1512 + _PROPOSALSUBMISSION._serialized_start = 1515 + _PROPOSALSUBMISSION._serialized_end = 1663 + _VOTESUBMISSION._serialized_start = 1665 + _VOTESUBMISSION._serialized_end = 1754 + _DELEGATESUBMISSION._serialized_start = 1756 + _DELEGATESUBMISSION._serialized_end = 1825 + _UNDELEGATESUBMISSION._serialized_start = 1828 + _UNDELEGATESUBMISSION._serialized_end = 2069 + _UNDELEGATESUBMISSION_METHOD._serialized_start = 1972 + _UNDELEGATESUBMISSION_METHOD._serialized_end = 2069 + _TRANSFER._serialized_start = 2072 + _TRANSFER._serialized_end = 2434 + _ONEOFFTRANSFER._serialized_start = 2436 + _ONEOFFTRANSFER._serialized_end = 2483 + _RECURRINGTRANSFER._serialized_start = 2486 + _RECURRINGTRANSFER._serialized_end = 2679 + _CANCELTRANSFER._serialized_start = 2681 + _CANCELTRANSFER._serialized_end = 2730 # @@protoc_insertion_point(module_scope) diff --git a/vega_sim/proto/vega/commands/v1/oracles_pb2.py b/vega_sim/proto/vega/commands/v1/oracles_pb2.py index 708653c56..0858ee212 100644 --- a/vega_sim/proto/vega/commands/v1/oracles_pb2.py +++ b/vega_sim/proto/vega/commands/v1/oracles_pb2.py @@ -2,10 +2,9 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: vega/commands/v1/oracles.proto """Generated protocol buffer code.""" +from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) @@ -14,25 +13,13 @@ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile( - b'\n\x1evega/commands/v1/oracles.proto\x12\x10vega.commands.v1"\xd2\x01\n\x14OracleDataSubmission\x12\x43\n\x06source\x18\x01 \x01(\x0e\x32\x33.vega.commands.v1.OracleDataSubmission.OracleSource\x12\x0f\n\x07payload\x18\x02 \x01(\x0c"d\n\x0cOracleSource\x12\x1d\n\x19ORACLE_SOURCE_UNSPECIFIED\x10\x00\x12\x1d\n\x19ORACLE_SOURCE_OPEN_ORACLE\x10\x01\x12\x16\n\x12ORACLE_SOURCE_JSON\x10\x02\x42\x33Z1code.vegaprotocol.io/vega/protos/vega/commands/v1b\x06proto3' + b'\n\x1evega/commands/v1/oracles.proto\x12\x10vega.commands.v1"\xe3\x01\n\x14OracleDataSubmission\x12K\n\x06source\x18\x01 \x01(\x0e\x32\x33.vega.commands.v1.OracleDataSubmission.OracleSourceR\x06source\x12\x18\n\x07payload\x18\x02 \x01(\x0cR\x07payload"d\n\x0cOracleSource\x12\x1d\n\x19ORACLE_SOURCE_UNSPECIFIED\x10\x00\x12\x1d\n\x19ORACLE_SOURCE_OPEN_ORACLE\x10\x01\x12\x16\n\x12ORACLE_SOURCE_JSON\x10\x02\x42\x33Z1code.vegaprotocol.io/vega/protos/vega/commands/v1b\x06proto3' ) - -_ORACLEDATASUBMISSION = DESCRIPTOR.message_types_by_name["OracleDataSubmission"] -_ORACLEDATASUBMISSION_ORACLESOURCE = _ORACLEDATASUBMISSION.enum_types_by_name[ - "OracleSource" -] -OracleDataSubmission = _reflection.GeneratedProtocolMessageType( - "OracleDataSubmission", - (_message.Message,), - { - "DESCRIPTOR": _ORACLEDATASUBMISSION, - "__module__": "vega.commands.v1.oracles_pb2" - # @@protoc_insertion_point(class_scope:vega.commands.v1.OracleDataSubmission) - }, +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) +_builder.BuildTopDescriptorsAndMessages( + DESCRIPTOR, "vega.commands.v1.oracles_pb2", globals() ) -_sym_db.RegisterMessage(OracleDataSubmission) - if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None @@ -40,7 +27,7 @@ b"Z1code.vegaprotocol.io/vega/protos/vega/commands/v1" ) _ORACLEDATASUBMISSION._serialized_start = 53 - _ORACLEDATASUBMISSION._serialized_end = 263 - _ORACLEDATASUBMISSION_ORACLESOURCE._serialized_start = 163 - _ORACLEDATASUBMISSION_ORACLESOURCE._serialized_end = 263 + _ORACLEDATASUBMISSION._serialized_end = 280 + _ORACLEDATASUBMISSION_ORACLESOURCE._serialized_start = 180 + _ORACLEDATASUBMISSION_ORACLESOURCE._serialized_end = 280 # @@protoc_insertion_point(module_scope) diff --git a/vega_sim/proto/vega/commands/v1/signature_pb2.py b/vega_sim/proto/vega/commands/v1/signature_pb2.py index fe84f94c0..71fd6ee68 100644 --- a/vega_sim/proto/vega/commands/v1/signature_pb2.py +++ b/vega_sim/proto/vega/commands/v1/signature_pb2.py @@ -2,10 +2,9 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: vega/commands/v1/signature.proto """Generated protocol buffer code.""" +from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) @@ -14,22 +13,13 @@ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile( - b'\n vega/commands/v1/signature.proto\x12\x10vega.commands.v1"9\n\tSignature\x12\r\n\x05value\x18\x01 \x01(\t\x12\x0c\n\x04\x61lgo\x18\x02 \x01(\t\x12\x0f\n\x07version\x18\x03 \x01(\rB3Z1code.vegaprotocol.io/vega/protos/vega/commands/v1b\x06proto3' + b'\n vega/commands/v1/signature.proto\x12\x10vega.commands.v1"O\n\tSignature\x12\x14\n\x05value\x18\x01 \x01(\tR\x05value\x12\x12\n\x04\x61lgo\x18\x02 \x01(\tR\x04\x61lgo\x12\x18\n\x07version\x18\x03 \x01(\rR\x07versionB3Z1code.vegaprotocol.io/vega/protos/vega/commands/v1b\x06proto3' ) - -_SIGNATURE = DESCRIPTOR.message_types_by_name["Signature"] -Signature = _reflection.GeneratedProtocolMessageType( - "Signature", - (_message.Message,), - { - "DESCRIPTOR": _SIGNATURE, - "__module__": "vega.commands.v1.signature_pb2" - # @@protoc_insertion_point(class_scope:vega.commands.v1.Signature) - }, +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) +_builder.BuildTopDescriptorsAndMessages( + DESCRIPTOR, "vega.commands.v1.signature_pb2", globals() ) -_sym_db.RegisterMessage(Signature) - if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None @@ -37,5 +27,5 @@ b"Z1code.vegaprotocol.io/vega/protos/vega/commands/v1" ) _SIGNATURE._serialized_start = 54 - _SIGNATURE._serialized_end = 111 + _SIGNATURE._serialized_end = 133 # @@protoc_insertion_point(module_scope) diff --git a/vega_sim/proto/vega/commands/v1/transaction_pb2.py b/vega_sim/proto/vega/commands/v1/transaction_pb2.py index 0452880df..13ace1338 100644 --- a/vega_sim/proto/vega/commands/v1/transaction_pb2.py +++ b/vega_sim/proto/vega/commands/v1/transaction_pb2.py @@ -2,10 +2,9 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: vega/commands/v1/transaction.proto """Generated protocol buffer code.""" +from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) @@ -22,46 +21,13 @@ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile( - b'\n"vega/commands/v1/transaction.proto\x12\x10vega.commands.v1\x1a\x1fvega/commands/v1/commands.proto\x1a)vega/commands/v1/validator_commands.proto\x1a\x1evega/commands/v1/oracles.proto\x1a vega/commands/v1/signature.proto"\x91\r\n\tInputData\x12\r\n\x05nonce\x18\x01 \x01(\x04\x12\x14\n\x0c\x62lock_height\x18\x02 \x01(\x04\x12>\n\x10order_submission\x18\xe9\x07 \x01(\x0b\x32!.vega.commands.v1.OrderSubmissionH\x00\x12\x42\n\x12order_cancellation\x18\xea\x07 \x01(\x0b\x32#.vega.commands.v1.OrderCancellationH\x00\x12<\n\x0forder_amendment\x18\xeb\x07 \x01(\x0b\x32 .vega.commands.v1.OrderAmendmentH\x00\x12\x44\n\x13withdraw_submission\x18\xec\x07 \x01(\x0b\x32$.vega.commands.v1.WithdrawSubmissionH\x00\x12\x44\n\x13proposal_submission\x18\xed\x07 \x01(\x0b\x32$.vega.commands.v1.ProposalSubmissionH\x00\x12<\n\x0fvote_submission\x18\xee\x07 \x01(\x0b\x32 .vega.commands.v1.VoteSubmissionH\x00\x12Y\n\x1eliquidity_provision_submission\x18\xef\x07 \x01(\x0b\x32..vega.commands.v1.LiquidityProvisionSubmissionH\x00\x12\x44\n\x13\x64\x65legate_submission\x18\xf0\x07 \x01(\x0b\x32$.vega.commands.v1.DelegateSubmissionH\x00\x12H\n\x15undelegate_submission\x18\xf1\x07 \x01(\x0b\x32&.vega.commands.v1.UndelegateSubmissionH\x00\x12]\n liquidity_provision_cancellation\x18\xf2\x07 \x01(\x0b\x32\x30.vega.commands.v1.LiquidityProvisionCancellationH\x00\x12W\n\x1dliquidity_provision_amendment\x18\xf3\x07 \x01(\x0b\x32-.vega.commands.v1.LiquidityProvisionAmendmentH\x00\x12/\n\x08transfer\x18\xf4\x07 \x01(\x0b\x32\x1a.vega.commands.v1.TransferH\x00\x12<\n\x0f\x63\x61ncel_transfer\x18\xf5\x07 \x01(\x0b\x32 .vega.commands.v1.CancelTransferH\x00\x12\x38\n\rannounce_node\x18\xf6\x07 \x01(\x0b\x32\x1e.vega.commands.v1.AnnounceNodeH\x00\x12\x30\n\tnode_vote\x18\xd2\x0f \x01(\x0b\x32\x1a.vega.commands.v1.NodeVoteH\x00\x12:\n\x0enode_signature\x18\xd3\x0f \x01(\x0b\x32\x1f.vega.commands.v1.NodeSignatureH\x00\x12\x34\n\x0b\x63hain_event\x18\xd4\x0f \x01(\x0b\x32\x1c.vega.commands.v1.ChainEventH\x00\x12G\n\x15key_rotate_submission\x18\xd5\x0f \x01(\x0b\x32%.vega.commands.v1.KeyRotateSubmissionH\x00\x12K\n\x17state_variable_proposal\x18\xd6\x0f \x01(\x0b\x32\'.vega.commands.v1.StateVariableProposalH\x00\x12\x44\n\x13validator_heartbeat\x18\xd7\x0f \x01(\x0b\x32$.vega.commands.v1.ValidatorHeartbeatH\x00\x12X\n\x1e\x65thereum_key_rotate_submission\x18\xd8\x0f \x01(\x0b\x32-.vega.commands.v1.EthereumKeyRotateSubmissionH\x00\x12O\n\x19protocol_upgrade_proposal\x18\xd9\x0f \x01(\x0b\x32).vega.commands.v1.ProtocolUpgradeProposalH\x00\x12I\n\x16oracle_data_submission\x18\xb9\x17 \x01(\x0b\x32&.vega.commands.v1.OracleDataSubmissionH\x00\x42\t\n\x07\x63ommandJ\x06\x08\xa1\x1f\x10\xa2\x1f"\xc0\x01\n\x0bTransaction\x12\x12\n\ninput_data\x18\x01 \x01(\x0c\x12.\n\tsignature\x18\x02 \x01(\x0b\x32\x1b.vega.commands.v1.Signature\x12\x12\n\x07\x61\x64\x64ress\x18\xe9\x07 \x01(\tH\x00\x12\x12\n\x07pub_key\x18\xea\x07 \x01(\tH\x00\x12\x10\n\x07version\x18\xd0\x0f \x01(\r\x12+\n\x03pow\x18\xb8\x17 \x01(\x0b\x32\x1d.vega.commands.v1.ProofOfWorkB\x06\n\x04\x66rom"@\n\x0bProofOfWork\x12\x0b\n\x03tid\x18\x01 \x01(\t\x12\r\n\x05nonce\x18\x02 \x01(\x04\x12\x15\n\rhash_function\x18\x03 \x01(\tB3Z1code.vegaprotocol.io/vega/protos/vega/commands/v1b\x06proto3' + b'\n"vega/commands/v1/transaction.proto\x12\x10vega.commands.v1\x1a\x1fvega/commands/v1/commands.proto\x1a)vega/commands/v1/validator_commands.proto\x1a\x1evega/commands/v1/oracles.proto\x1a vega/commands/v1/signature.proto"\xef\x10\n\tInputData\x12\x14\n\x05nonce\x18\x01 \x01(\x04R\x05nonce\x12!\n\x0c\x62lock_height\x18\x02 \x01(\x04R\x0b\x62lockHeight\x12O\n\x10order_submission\x18\xe9\x07 \x01(\x0b\x32!.vega.commands.v1.OrderSubmissionH\x00R\x0forderSubmission\x12U\n\x12order_cancellation\x18\xea\x07 \x01(\x0b\x32#.vega.commands.v1.OrderCancellationH\x00R\x11orderCancellation\x12L\n\x0forder_amendment\x18\xeb\x07 \x01(\x0b\x32 .vega.commands.v1.OrderAmendmentH\x00R\x0eorderAmendment\x12X\n\x13withdraw_submission\x18\xec\x07 \x01(\x0b\x32$.vega.commands.v1.WithdrawSubmissionH\x00R\x12withdrawSubmission\x12X\n\x13proposal_submission\x18\xed\x07 \x01(\x0b\x32$.vega.commands.v1.ProposalSubmissionH\x00R\x12proposalSubmission\x12L\n\x0fvote_submission\x18\xee\x07 \x01(\x0b\x32 .vega.commands.v1.VoteSubmissionH\x00R\x0evoteSubmission\x12w\n\x1eliquidity_provision_submission\x18\xef\x07 \x01(\x0b\x32..vega.commands.v1.LiquidityProvisionSubmissionH\x00R\x1cliquidityProvisionSubmission\x12X\n\x13\x64\x65legate_submission\x18\xf0\x07 \x01(\x0b\x32$.vega.commands.v1.DelegateSubmissionH\x00R\x12\x64\x65legateSubmission\x12^\n\x15undelegate_submission\x18\xf1\x07 \x01(\x0b\x32&.vega.commands.v1.UndelegateSubmissionH\x00R\x14undelegateSubmission\x12}\n liquidity_provision_cancellation\x18\xf2\x07 \x01(\x0b\x32\x30.vega.commands.v1.LiquidityProvisionCancellationH\x00R\x1eliquidityProvisionCancellation\x12t\n\x1dliquidity_provision_amendment\x18\xf3\x07 \x01(\x0b\x32-.vega.commands.v1.LiquidityProvisionAmendmentH\x00R\x1bliquidityProvisionAmendment\x12\x39\n\x08transfer\x18\xf4\x07 \x01(\x0b\x32\x1a.vega.commands.v1.TransferH\x00R\x08transfer\x12L\n\x0f\x63\x61ncel_transfer\x18\xf5\x07 \x01(\x0b\x32 .vega.commands.v1.CancelTransferH\x00R\x0e\x63\x61ncelTransfer\x12\x46\n\rannounce_node\x18\xf6\x07 \x01(\x0b\x32\x1e.vega.commands.v1.AnnounceNodeH\x00R\x0c\x61nnounceNode\x12:\n\tnode_vote\x18\xd2\x0f \x01(\x0b\x32\x1a.vega.commands.v1.NodeVoteH\x00R\x08nodeVote\x12I\n\x0enode_signature\x18\xd3\x0f \x01(\x0b\x32\x1f.vega.commands.v1.NodeSignatureH\x00R\rnodeSignature\x12@\n\x0b\x63hain_event\x18\xd4\x0f \x01(\x0b\x32\x1c.vega.commands.v1.ChainEventH\x00R\nchainEvent\x12\\\n\x15key_rotate_submission\x18\xd5\x0f \x01(\x0b\x32%.vega.commands.v1.KeyRotateSubmissionH\x00R\x13keyRotateSubmission\x12\x62\n\x17state_variable_proposal\x18\xd6\x0f \x01(\x0b\x32\'.vega.commands.v1.StateVariableProposalH\x00R\x15stateVariableProposal\x12X\n\x13validator_heartbeat\x18\xd7\x0f \x01(\x0b\x32$.vega.commands.v1.ValidatorHeartbeatH\x00R\x12validatorHeartbeat\x12u\n\x1e\x65thereum_key_rotate_submission\x18\xd8\x0f \x01(\x0b\x32-.vega.commands.v1.EthereumKeyRotateSubmissionH\x00R\x1b\x65thereumKeyRotateSubmission\x12h\n\x19protocol_upgrade_proposal\x18\xd9\x0f \x01(\x0b\x32).vega.commands.v1.ProtocolUpgradeProposalH\x00R\x17protocolUpgradeProposal\x12_\n\x16oracle_data_submission\x18\xb9\x17 \x01(\x0b\x32&.vega.commands.v1.OracleDataSubmissionH\x00R\x14oracleDataSubmissionB\t\n\x07\x63ommandJ\x06\x08\xa1\x1f\x10\xa2\x1f"\xf5\x01\n\x0bTransaction\x12\x1d\n\ninput_data\x18\x01 \x01(\x0cR\tinputData\x12\x39\n\tsignature\x18\x02 \x01(\x0b\x32\x1b.vega.commands.v1.SignatureR\tsignature\x12\x1b\n\x07\x61\x64\x64ress\x18\xe9\x07 \x01(\tH\x00R\x07\x61\x64\x64ress\x12\x1a\n\x07pub_key\x18\xea\x07 \x01(\tH\x00R\x06pubKey\x12\x19\n\x07version\x18\xd0\x0f \x01(\rR\x07version\x12\x30\n\x03pow\x18\xb8\x17 \x01(\x0b\x32\x1d.vega.commands.v1.ProofOfWorkR\x03powB\x06\n\x04\x66rom"Z\n\x0bProofOfWork\x12\x10\n\x03tid\x18\x01 \x01(\tR\x03tid\x12\x14\n\x05nonce\x18\x02 \x01(\x04R\x05nonce\x12#\n\rhash_function\x18\x03 \x01(\tR\x0chashFunctionB3Z1code.vegaprotocol.io/vega/protos/vega/commands/v1b\x06proto3' ) - -_INPUTDATA = DESCRIPTOR.message_types_by_name["InputData"] -_TRANSACTION = DESCRIPTOR.message_types_by_name["Transaction"] -_PROOFOFWORK = DESCRIPTOR.message_types_by_name["ProofOfWork"] -InputData = _reflection.GeneratedProtocolMessageType( - "InputData", - (_message.Message,), - { - "DESCRIPTOR": _INPUTDATA, - "__module__": "vega.commands.v1.transaction_pb2" - # @@protoc_insertion_point(class_scope:vega.commands.v1.InputData) - }, -) -_sym_db.RegisterMessage(InputData) - -Transaction = _reflection.GeneratedProtocolMessageType( - "Transaction", - (_message.Message,), - { - "DESCRIPTOR": _TRANSACTION, - "__module__": "vega.commands.v1.transaction_pb2" - # @@protoc_insertion_point(class_scope:vega.commands.v1.Transaction) - }, +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) +_builder.BuildTopDescriptorsAndMessages( + DESCRIPTOR, "vega.commands.v1.transaction_pb2", globals() ) -_sym_db.RegisterMessage(Transaction) - -ProofOfWork = _reflection.GeneratedProtocolMessageType( - "ProofOfWork", - (_message.Message,), - { - "DESCRIPTOR": _PROOFOFWORK, - "__module__": "vega.commands.v1.transaction_pb2" - # @@protoc_insertion_point(class_scope:vega.commands.v1.ProofOfWork) - }, -) -_sym_db.RegisterMessage(ProofOfWork) - if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None @@ -69,9 +35,9 @@ b"Z1code.vegaprotocol.io/vega/protos/vega/commands/v1" ) _INPUTDATA._serialized_start = 199 - _INPUTDATA._serialized_end = 1880 - _TRANSACTION._serialized_start = 1883 - _TRANSACTION._serialized_end = 2075 - _PROOFOFWORK._serialized_start = 2077 - _PROOFOFWORK._serialized_end = 2141 + _INPUTDATA._serialized_end = 2358 + _TRANSACTION._serialized_start = 2361 + _TRANSACTION._serialized_end = 2606 + _PROOFOFWORK._serialized_start = 2608 + _PROOFOFWORK._serialized_end = 2698 # @@protoc_insertion_point(module_scope) diff --git a/vega_sim/proto/vega/commands/v1/validator_commands_pb2.py b/vega_sim/proto/vega/commands/v1/validator_commands_pb2.py index 2fc441290..1e35f8259 100644 --- a/vega_sim/proto/vega/commands/v1/validator_commands_pb2.py +++ b/vega_sim/proto/vega/commands/v1/validator_commands_pb2.py @@ -2,11 +2,9 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: vega/commands/v1/validator_commands.proto """Generated protocol buffer code.""" -from google.protobuf.internal import enum_type_wrapper +from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) @@ -20,153 +18,37 @@ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile( - b'\n)vega/commands/v1/validator_commands.proto\x12\x10vega.commands.v1\x1a\x0fvega/vega.proto\x1a\x17vega/chain_events.proto\x1a vega/commands/v1/signature.proto"\x93\x01\n\x12ValidatorHeartbeat\x12\x0f\n\x07node_id\x18\x01 \x01(\t\x12\x37\n\x12\x65thereum_signature\x18\x02 \x01(\x0b\x32\x1b.vega.commands.v1.Signature\x12\x33\n\x0evega_signature\x18\x03 \x01(\x0b\x32\x1b.vega.commands.v1.Signature"\xc4\x02\n\x0c\x41nnounceNode\x12\x14\n\x0cvega_pub_key\x18\x01 \x01(\t\x12\x18\n\x10\x65thereum_address\x18\x02 \x01(\t\x12\x15\n\rchain_pub_key\x18\x03 \x01(\t\x12\x10\n\x08info_url\x18\x04 \x01(\t\x12\x0f\n\x07\x63ountry\x18\x05 \x01(\t\x12\n\n\x02id\x18\x06 \x01(\t\x12\x0c\n\x04name\x18\x07 \x01(\t\x12\x12\n\navatar_url\x18\x08 \x01(\t\x12\x1a\n\x12vega_pub_key_index\x18\t \x01(\r\x12\x12\n\nfrom_epoch\x18\n \x01(\x04\x12\x37\n\x12\x65thereum_signature\x18\x0b \x01(\x0b\x32\x1b.vega.commands.v1.Signature\x12\x33\n\x0evega_signature\x18\x0c \x01(\x0b\x32\x1b.vega.commands.v1.Signature"#\n\x08NodeVote\x12\x11\n\treference\x18\x02 \x01(\tJ\x04\x08\x01\x10\x02"[\n\rNodeSignature\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0b\n\x03sig\x18\x02 \x01(\x0c\x12\x31\n\x04kind\x18\x03 \x01(\x0e\x32#.vega.commands.v1.NodeSignatureKind"\xf7\x01\n\nChainEvent\x12\r\n\x05tx_id\x18\x01 \x01(\t\x12\r\n\x05nonce\x18\x02 \x01(\x04\x12+\n\x07\x62uiltin\x18\xe9\x07 \x01(\x0b\x32\x17.vega.BuiltinAssetEventH\x00\x12"\n\x05\x65rc20\x18\xea\x07 \x01(\x0b\x32\x10.vega.ERC20EventH\x00\x12,\n\rstaking_event\x18\xed\x07 \x01(\x0b\x32\x12.vega.StakingEventH\x00\x12\x33\n\x0e\x65rc20_multisig\x18\xee\x07 \x01(\x0b\x32\x18.vega.ERC20MultiSigEventH\x00\x42\x07\n\x05\x65ventJ\x06\x08\xeb\x07\x10\xec\x07J\x06\x08\xec\x07\x10\xed\x07"y\n\x13KeyRotateSubmission\x12\x19\n\x11new_pub_key_index\x18\x01 \x01(\r\x12\x14\n\x0ctarget_block\x18\x02 \x01(\x04\x12\x13\n\x0bnew_pub_key\x18\x03 \x01(\t\x12\x1c\n\x14\x63urrent_pub_key_hash\x18\x04 \x01(\t"a\n\x1b\x45thereumKeyRotateSubmission\x12\x14\n\x0ctarget_block\x18\x01 \x01(\x04\x12\x13\n\x0bnew_address\x18\x02 \x01(\t\x12\x17\n\x0f\x63urrent_address\x18\x03 \x01(\t"C\n\x15StateVariableProposal\x12*\n\x08proposal\x18\x01 \x01(\x0b\x32\x18.vega.StateValueProposal"p\n\x17ProtocolUpgradeProposal\x12\x1c\n\x14upgrade_block_height\x18\x01 \x01(\x04\x12\x18\n\x10vega_release_tag\x18\x02 \x01(\t\x12\x1d\n\x15\x64\x61ta_node_release_tag\x18\x03 \x01(\t*\x97\x02\n\x11NodeSignatureKind\x12#\n\x1fNODE_SIGNATURE_KIND_UNSPECIFIED\x10\x00\x12!\n\x1dNODE_SIGNATURE_KIND_ASSET_NEW\x10\x01\x12(\n$NODE_SIGNATURE_KIND_ASSET_WITHDRAWAL\x10\x02\x12\x33\n/NODE_SIGNATURE_KIND_ERC20_MULTISIG_SIGNER_ADDED\x10\x03\x12\x35\n1NODE_SIGNATURE_KIND_ERC20_MULTISIG_SIGNER_REMOVED\x10\x04\x12$\n NODE_SIGNATURE_KIND_ASSET_UPDATE\x10\x05\x42\x33Z1code.vegaprotocol.io/vega/protos/vega/commands/v1b\x06proto3' + b'\n)vega/commands/v1/validator_commands.proto\x12\x10vega.commands.v1\x1a\x0fvega/vega.proto\x1a\x17vega/chain_events.proto\x1a vega/commands/v1/signature.proto"\xbd\x01\n\x12ValidatorHeartbeat\x12\x17\n\x07node_id\x18\x01 \x01(\tR\x06nodeId\x12J\n\x12\x65thereum_signature\x18\x02 \x01(\x0b\x32\x1b.vega.commands.v1.SignatureR\x11\x65thereumSignature\x12\x42\n\x0evega_signature\x18\x03 \x01(\x0b\x32\x1b.vega.commands.v1.SignatureR\rvegaSignature"\xd3\x03\n\x0c\x41nnounceNode\x12 \n\x0cvega_pub_key\x18\x01 \x01(\tR\nvegaPubKey\x12)\n\x10\x65thereum_address\x18\x02 \x01(\tR\x0f\x65thereumAddress\x12"\n\rchain_pub_key\x18\x03 \x01(\tR\x0b\x63hainPubKey\x12\x19\n\x08info_url\x18\x04 \x01(\tR\x07infoUrl\x12\x18\n\x07\x63ountry\x18\x05 \x01(\tR\x07\x63ountry\x12\x0e\n\x02id\x18\x06 \x01(\tR\x02id\x12\x12\n\x04name\x18\x07 \x01(\tR\x04name\x12\x1d\n\navatar_url\x18\x08 \x01(\tR\tavatarUrl\x12+\n\x12vega_pub_key_index\x18\t \x01(\rR\x0fvegaPubKeyIndex\x12\x1d\n\nfrom_epoch\x18\n \x01(\x04R\tfromEpoch\x12J\n\x12\x65thereum_signature\x18\x0b \x01(\x0b\x32\x1b.vega.commands.v1.SignatureR\x11\x65thereumSignature\x12\x42\n\x0evega_signature\x18\x0c \x01(\x0b\x32\x1b.vega.commands.v1.SignatureR\rvegaSignature".\n\x08NodeVote\x12\x1c\n\treference\x18\x02 \x01(\tR\treferenceJ\x04\x08\x01\x10\x02"j\n\rNodeSignature\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x10\n\x03sig\x18\x02 \x01(\x0cR\x03sig\x12\x37\n\x04kind\x18\x03 \x01(\x0e\x32#.vega.commands.v1.NodeSignatureKindR\x04kind"\xb1\x02\n\nChainEvent\x12\x13\n\x05tx_id\x18\x01 \x01(\tR\x04txId\x12\x14\n\x05nonce\x18\x02 \x01(\x04R\x05nonce\x12\x34\n\x07\x62uiltin\x18\xe9\x07 \x01(\x0b\x32\x17.vega.BuiltinAssetEventH\x00R\x07\x62uiltin\x12)\n\x05\x65rc20\x18\xea\x07 \x01(\x0b\x32\x10.vega.ERC20EventH\x00R\x05\x65rc20\x12:\n\rstaking_event\x18\xed\x07 \x01(\x0b\x32\x12.vega.StakingEventH\x00R\x0cstakingEvent\x12\x42\n\x0e\x65rc20_multisig\x18\xee\x07 \x01(\x0b\x32\x18.vega.ERC20MultiSigEventH\x00R\rerc20MultisigB\x07\n\x05\x65ventJ\x06\x08\xeb\x07\x10\xec\x07J\x06\x08\xec\x07\x10\xed\x07"\xb4\x01\n\x13KeyRotateSubmission\x12)\n\x11new_pub_key_index\x18\x01 \x01(\rR\x0enewPubKeyIndex\x12!\n\x0ctarget_block\x18\x02 \x01(\x04R\x0btargetBlock\x12\x1e\n\x0bnew_pub_key\x18\x03 \x01(\tR\tnewPubKey\x12/\n\x14\x63urrent_pub_key_hash\x18\x04 \x01(\tR\x11\x63urrentPubKeyHash"\x8a\x01\n\x1b\x45thereumKeyRotateSubmission\x12!\n\x0ctarget_block\x18\x01 \x01(\x04R\x0btargetBlock\x12\x1f\n\x0bnew_address\x18\x02 \x01(\tR\nnewAddress\x12\'\n\x0f\x63urrent_address\x18\x03 \x01(\tR\x0e\x63urrentAddress"M\n\x15StateVariableProposal\x12\x34\n\x08proposal\x18\x01 \x01(\x0b\x32\x18.vega.StateValueProposalR\x08proposal"u\n\x17ProtocolUpgradeProposal\x12\x30\n\x14upgrade_block_height\x18\x01 \x01(\x04R\x12upgradeBlockHeight\x12(\n\x10vega_release_tag\x18\x02 \x01(\tR\x0evegaReleaseTag*\x97\x02\n\x11NodeSignatureKind\x12#\n\x1fNODE_SIGNATURE_KIND_UNSPECIFIED\x10\x00\x12!\n\x1dNODE_SIGNATURE_KIND_ASSET_NEW\x10\x01\x12(\n$NODE_SIGNATURE_KIND_ASSET_WITHDRAWAL\x10\x02\x12\x33\n/NODE_SIGNATURE_KIND_ERC20_MULTISIG_SIGNER_ADDED\x10\x03\x12\x35\n1NODE_SIGNATURE_KIND_ERC20_MULTISIG_SIGNER_REMOVED\x10\x04\x12$\n NODE_SIGNATURE_KIND_ASSET_UPDATE\x10\x05\x42\x33Z1code.vegaprotocol.io/vega/protos/vega/commands/v1b\x06proto3' ) -_NODESIGNATUREKIND = DESCRIPTOR.enum_types_by_name["NodeSignatureKind"] -NodeSignatureKind = enum_type_wrapper.EnumTypeWrapper(_NODESIGNATUREKIND) -NODE_SIGNATURE_KIND_UNSPECIFIED = 0 -NODE_SIGNATURE_KIND_ASSET_NEW = 1 -NODE_SIGNATURE_KIND_ASSET_WITHDRAWAL = 2 -NODE_SIGNATURE_KIND_ERC20_MULTISIG_SIGNER_ADDED = 3 -NODE_SIGNATURE_KIND_ERC20_MULTISIG_SIGNER_REMOVED = 4 -NODE_SIGNATURE_KIND_ASSET_UPDATE = 5 - - -_VALIDATORHEARTBEAT = DESCRIPTOR.message_types_by_name["ValidatorHeartbeat"] -_ANNOUNCENODE = DESCRIPTOR.message_types_by_name["AnnounceNode"] -_NODEVOTE = DESCRIPTOR.message_types_by_name["NodeVote"] -_NODESIGNATURE = DESCRIPTOR.message_types_by_name["NodeSignature"] -_CHAINEVENT = DESCRIPTOR.message_types_by_name["ChainEvent"] -_KEYROTATESUBMISSION = DESCRIPTOR.message_types_by_name["KeyRotateSubmission"] -_ETHEREUMKEYROTATESUBMISSION = DESCRIPTOR.message_types_by_name[ - "EthereumKeyRotateSubmission" -] -_STATEVARIABLEPROPOSAL = DESCRIPTOR.message_types_by_name["StateVariableProposal"] -_PROTOCOLUPGRADEPROPOSAL = DESCRIPTOR.message_types_by_name["ProtocolUpgradeProposal"] -ValidatorHeartbeat = _reflection.GeneratedProtocolMessageType( - "ValidatorHeartbeat", - (_message.Message,), - { - "DESCRIPTOR": _VALIDATORHEARTBEAT, - "__module__": "vega.commands.v1.validator_commands_pb2" - # @@protoc_insertion_point(class_scope:vega.commands.v1.ValidatorHeartbeat) - }, -) -_sym_db.RegisterMessage(ValidatorHeartbeat) - -AnnounceNode = _reflection.GeneratedProtocolMessageType( - "AnnounceNode", - (_message.Message,), - { - "DESCRIPTOR": _ANNOUNCENODE, - "__module__": "vega.commands.v1.validator_commands_pb2" - # @@protoc_insertion_point(class_scope:vega.commands.v1.AnnounceNode) - }, -) -_sym_db.RegisterMessage(AnnounceNode) - -NodeVote = _reflection.GeneratedProtocolMessageType( - "NodeVote", - (_message.Message,), - { - "DESCRIPTOR": _NODEVOTE, - "__module__": "vega.commands.v1.validator_commands_pb2" - # @@protoc_insertion_point(class_scope:vega.commands.v1.NodeVote) - }, -) -_sym_db.RegisterMessage(NodeVote) - -NodeSignature = _reflection.GeneratedProtocolMessageType( - "NodeSignature", - (_message.Message,), - { - "DESCRIPTOR": _NODESIGNATURE, - "__module__": "vega.commands.v1.validator_commands_pb2" - # @@protoc_insertion_point(class_scope:vega.commands.v1.NodeSignature) - }, -) -_sym_db.RegisterMessage(NodeSignature) - -ChainEvent = _reflection.GeneratedProtocolMessageType( - "ChainEvent", - (_message.Message,), - { - "DESCRIPTOR": _CHAINEVENT, - "__module__": "vega.commands.v1.validator_commands_pb2" - # @@protoc_insertion_point(class_scope:vega.commands.v1.ChainEvent) - }, +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) +_builder.BuildTopDescriptorsAndMessages( + DESCRIPTOR, "vega.commands.v1.validator_commands_pb2", globals() ) -_sym_db.RegisterMessage(ChainEvent) - -KeyRotateSubmission = _reflection.GeneratedProtocolMessageType( - "KeyRotateSubmission", - (_message.Message,), - { - "DESCRIPTOR": _KEYROTATESUBMISSION, - "__module__": "vega.commands.v1.validator_commands_pb2" - # @@protoc_insertion_point(class_scope:vega.commands.v1.KeyRotateSubmission) - }, -) -_sym_db.RegisterMessage(KeyRotateSubmission) - -EthereumKeyRotateSubmission = _reflection.GeneratedProtocolMessageType( - "EthereumKeyRotateSubmission", - (_message.Message,), - { - "DESCRIPTOR": _ETHEREUMKEYROTATESUBMISSION, - "__module__": "vega.commands.v1.validator_commands_pb2" - # @@protoc_insertion_point(class_scope:vega.commands.v1.EthereumKeyRotateSubmission) - }, -) -_sym_db.RegisterMessage(EthereumKeyRotateSubmission) - -StateVariableProposal = _reflection.GeneratedProtocolMessageType( - "StateVariableProposal", - (_message.Message,), - { - "DESCRIPTOR": _STATEVARIABLEPROPOSAL, - "__module__": "vega.commands.v1.validator_commands_pb2" - # @@protoc_insertion_point(class_scope:vega.commands.v1.StateVariableProposal) - }, -) -_sym_db.RegisterMessage(StateVariableProposal) - -ProtocolUpgradeProposal = _reflection.GeneratedProtocolMessageType( - "ProtocolUpgradeProposal", - (_message.Message,), - { - "DESCRIPTOR": _PROTOCOLUPGRADEPROPOSAL, - "__module__": "vega.commands.v1.validator_commands_pb2" - # @@protoc_insertion_point(class_scope:vega.commands.v1.ProtocolUpgradeProposal) - }, -) -_sym_db.RegisterMessage(ProtocolUpgradeProposal) - if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None DESCRIPTOR._serialized_options = ( b"Z1code.vegaprotocol.io/vega/protos/vega/commands/v1" ) - _NODESIGNATUREKIND._serialized_start = 1402 - _NODESIGNATUREKIND._serialized_end = 1681 + _NODESIGNATUREKIND._serialized_start = 1788 + _NODESIGNATUREKIND._serialized_end = 2067 _VALIDATORHEARTBEAT._serialized_start = 140 - _VALIDATORHEARTBEAT._serialized_end = 287 - _ANNOUNCENODE._serialized_start = 290 - _ANNOUNCENODE._serialized_end = 614 - _NODEVOTE._serialized_start = 616 - _NODEVOTE._serialized_end = 651 - _NODESIGNATURE._serialized_start = 653 - _NODESIGNATURE._serialized_end = 744 - _CHAINEVENT._serialized_start = 747 - _CHAINEVENT._serialized_end = 994 - _KEYROTATESUBMISSION._serialized_start = 996 - _KEYROTATESUBMISSION._serialized_end = 1117 - _ETHEREUMKEYROTATESUBMISSION._serialized_start = 1119 - _ETHEREUMKEYROTATESUBMISSION._serialized_end = 1216 - _STATEVARIABLEPROPOSAL._serialized_start = 1218 - _STATEVARIABLEPROPOSAL._serialized_end = 1285 - _PROTOCOLUPGRADEPROPOSAL._serialized_start = 1287 - _PROTOCOLUPGRADEPROPOSAL._serialized_end = 1399 + _VALIDATORHEARTBEAT._serialized_end = 329 + _ANNOUNCENODE._serialized_start = 332 + _ANNOUNCENODE._serialized_end = 799 + _NODEVOTE._serialized_start = 801 + _NODEVOTE._serialized_end = 847 + _NODESIGNATURE._serialized_start = 849 + _NODESIGNATURE._serialized_end = 955 + _CHAINEVENT._serialized_start = 958 + _CHAINEVENT._serialized_end = 1263 + _KEYROTATESUBMISSION._serialized_start = 1266 + _KEYROTATESUBMISSION._serialized_end = 1446 + _ETHEREUMKEYROTATESUBMISSION._serialized_start = 1449 + _ETHEREUMKEYROTATESUBMISSION._serialized_end = 1587 + _STATEVARIABLEPROPOSAL._serialized_start = 1589 + _STATEVARIABLEPROPOSAL._serialized_end = 1666 + _PROTOCOLUPGRADEPROPOSAL._serialized_start = 1668 + _PROTOCOLUPGRADEPROPOSAL._serialized_end = 1785 # @@protoc_insertion_point(module_scope) diff --git a/vega_sim/proto/vega/events/v1/events_pb2.py b/vega_sim/proto/vega/events/v1/events_pb2.py index a372e9d95..9c6e6c4ea 100644 --- a/vega_sim/proto/vega/events/v1/events_pb2.py +++ b/vega_sim/proto/vega/events/v1/events_pb2.py @@ -2,11 +2,9 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: vega/events/v1/events.proto """Generated protocol buffer code.""" -from google.protobuf.internal import enum_type_wrapper +from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) @@ -28,576 +26,97 @@ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile( - b'\n\x1bvega/events/v1/events.proto\x12\x0evega.events.v1\x1a\x12vega/markets.proto\x1a\x11vega/assets.proto\x1a\x15vega/governance.proto\x1a\x0fvega/vega.proto\x1a\x1avega/oracles/v1/spec.proto\x1a\x1avega/oracles/v1/data.proto\x1a\x1fvega/commands/v1/commands.proto\x1a\x1evega/commands/v1/oracles.proto\x1a)vega/commands/v1/validator_commands.proto"\xa2\x01\n\x18\x45RC20MultiSigSignerAdded\x12\x14\n\x0csignature_id\x18\x01 \x01(\t\x12\x14\n\x0cvalidator_id\x18\x02 \x01(\t\x12\x11\n\ttimestamp\x18\x03 \x01(\x03\x12\x12\n\nnew_signer\x18\x04 \x01(\t\x12\x11\n\tsubmitter\x18\x05 \x01(\t\x12\r\n\x05nonce\x18\x06 \x01(\t\x12\x11\n\tepoch_seq\x18\x07 \x01(\t"O\n$ERC20MulistSigSignerRemovedSubmitter\x12\x14\n\x0csignature_id\x18\x01 \x01(\t\x12\x11\n\tsubmitter\x18\x02 \x01(\t"\xcf\x01\n\x1a\x45RC20MultiSigSignerRemoved\x12R\n\x14signature_submitters\x18\x01 \x03(\x0b\x32\x34.vega.events.v1.ERC20MulistSigSignerRemovedSubmitter\x12\x14\n\x0cvalidator_id\x18\x02 \x01(\t\x12\x11\n\ttimestamp\x18\x03 \x01(\x03\x12\x12\n\nold_signer\x18\x04 \x01(\t\x12\r\n\x05nonce\x18\x05 \x01(\t\x12\x11\n\tepoch_seq\x18\x06 \x01(\t"\xfa\x03\n\x08Transfer\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04\x66rom\x18\x02 \x01(\t\x12,\n\x11\x66rom_account_type\x18\x03 \x01(\x0e\x32\x11.vega.AccountType\x12\n\n\x02to\x18\x04 \x01(\t\x12*\n\x0fto_account_type\x18\x05 \x01(\x0e\x32\x11.vega.AccountType\x12\r\n\x05\x61sset\x18\x06 \x01(\t\x12\x0e\n\x06\x61mount\x18\x07 \x01(\t\x12\x11\n\treference\x18\x08 \x01(\t\x12/\n\x06status\x18\t \x01(\x0e\x32\x1f.vega.events.v1.Transfer.Status\x12\x11\n\ttimestamp\x18\n \x01(\x03\x12\x31\n\x07one_off\x18\x65 \x01(\x0b\x32\x1e.vega.events.v1.OneOffTransferH\x00\x12\x36\n\trecurring\x18\x66 \x01(\x0b\x32!.vega.events.v1.RecurringTransferH\x00"\x84\x01\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x12\n\x0eSTATUS_PENDING\x10\x01\x12\x0f\n\x0bSTATUS_DONE\x10\x02\x12\x13\n\x0fSTATUS_REJECTED\x10\x03\x12\x12\n\x0eSTATUS_STOPPED\x10\x04\x12\x14\n\x10STATUS_CANCELLED\x10\x05\x42\x06\n\x04kind"$\n\x0eOneOffTransfer\x12\x12\n\ndeliver_on\x18\x01 \x01(\x03"\x91\x01\n\x11RecurringTransfer\x12\x13\n\x0bstart_epoch\x18\x01 \x01(\x04\x12\x16\n\tend_epoch\x18\x02 \x01(\x04H\x00\x88\x01\x01\x12\x0e\n\x06\x66\x61\x63tor\x18\x03 \x01(\t\x12\x31\n\x11\x64ispatch_strategy\x18\x04 \x01(\x0b\x32\x16.vega.DispatchStrategyB\x0c\n\n_end_epoch"\xc7\x03\n\x0cStakeLinking\x12\n\n\x02id\x18\x01 \x01(\t\x12/\n\x04type\x18\x02 \x01(\x0e\x32!.vega.events.v1.StakeLinking.Type\x12\n\n\x02ts\x18\x03 \x01(\x03\x12\r\n\x05party\x18\x04 \x01(\t\x12\x0e\n\x06\x61mount\x18\x05 \x01(\t\x12\x33\n\x06status\x18\x06 \x01(\x0e\x32#.vega.events.v1.StakeLinking.Status\x12\x14\n\x0c\x66inalized_at\x18\x07 \x01(\x03\x12\x0f\n\x07tx_hash\x18\x08 \x01(\t\x12\x14\n\x0c\x62lock_height\x18\t \x01(\x04\x12\x12\n\nblock_time\x18\n \x01(\x03\x12\x11\n\tlog_index\x18\x0b \x01(\x04\x12\x18\n\x10\x65thereum_address\x18\x0c \x01(\t"<\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\r\n\tTYPE_LINK\x10\x01\x12\x0f\n\x0bTYPE_UNLINK\x10\x02"^\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x12\n\x0eSTATUS_PENDING\x10\x01\x12\x13\n\x0fSTATUS_ACCEPTED\x10\x02\x12\x13\n\x0fSTATUS_REJECTED\x10\x03"\x90\x02\n\x18\x45RC20MultiSigSignerEvent\x12\n\n\x02id\x18\x01 \x01(\t\x12;\n\x04type\x18\x02 \x01(\x0e\x32-.vega.events.v1.ERC20MultiSigSignerEvent.Type\x12\x0e\n\x06signer\x18\x03 \x01(\t\x12\r\n\x05nonce\x18\x04 \x01(\t\x12\x12\n\nblock_time\x18\x05 \x01(\x03\x12\x0f\n\x07tx_hash\x18\x06 \x01(\t\x12\x11\n\tlog_index\x18\x07 \x01(\x04\x12\x14\n\x0c\x62lock_number\x18\x08 \x01(\x04">\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0e\n\nTYPE_ADDED\x10\x01\x12\x10\n\x0cTYPE_REMOVED\x10\x02"\xa0\x01\n\x1e\x45RC20MultiSigThresholdSetEvent\x12\n\n\x02id\x18\x01 \x01(\t\x12\x15\n\rnew_threshold\x18\x02 \x01(\r\x12\r\n\x05nonce\x18\x03 \x01(\t\x12\x12\n\nblock_time\x18\x04 \x01(\x03\x12\x0f\n\x07tx_hash\x18\x05 \x01(\t\x12\x11\n\tlog_index\x18\x06 \x01(\x04\x12\x14\n\x0c\x62lock_number\x18\x07 \x01(\x04"I\n\x0f\x43heckpointEvent\x12\x0c\n\x04hash\x18\x01 \x01(\t\x12\x12\n\nblock_hash\x18\x02 \x01(\t\x12\x14\n\x0c\x62lock_height\x18\x03 \x01(\x04"$\n\x10StreamStartEvent\x12\x10\n\x08\x63hain_id\x18\x01 \x01(\t"\xad\x01\n\x11RewardPayoutEvent\x12\r\n\x05party\x18\x01 \x01(\t\x12\x11\n\tepoch_seq\x18\x02 \x01(\t\x12\r\n\x05\x61sset\x18\x03 \x01(\t\x12\x0e\n\x06\x61mount\x18\x04 \x01(\t\x12\x1f\n\x17percent_of_total_reward\x18\x05 \x01(\t\x12\x11\n\ttimestamp\x18\x06 \x01(\x03\x12\x13\n\x0breward_type\x18\x07 \x01(\t\x12\x0e\n\x06market\x18\x08 \x01(\t"\xda\x01\n\x13ValidatorScoreEvent\x12\x0f\n\x07node_id\x18\x01 \x01(\t\x12\x11\n\tepoch_seq\x18\x02 \x01(\t\x12\x17\n\x0fvalidator_score\x18\x03 \x01(\t\x12\x18\n\x10normalised_score\x18\x04 \x01(\t\x12\x1d\n\x15validator_performance\x18\x05 \x01(\t\x12\x1b\n\x13raw_validator_score\x18\x06 \x01(\t\x12\x18\n\x10validator_status\x18\x07 \x01(\t\x12\x16\n\x0emultisig_score\x18\x08 \x01(\t"[\n\x16\x44\x65legationBalanceEvent\x12\r\n\x05party\x18\x01 \x01(\t\x12\x0f\n\x07node_id\x18\x02 \x01(\t\x12\x0e\n\x06\x61mount\x18\x03 \x01(\t\x12\x11\n\tepoch_seq\x18\x04 \x01(\t"1\n\x0bMarketEvent\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\x0f\n\x07payload\x18\x02 \x01(\t"\x9f\t\n\x0cTxErrorEvent\x12\x10\n\x08party_id\x18\x01 \x01(\t\x12\x0f\n\x07\x65rr_msg\x18\x02 \x01(\t\x12=\n\x10order_submission\x18\x65 \x01(\x0b\x32!.vega.commands.v1.OrderSubmissionH\x00\x12;\n\x0forder_amendment\x18\x66 \x01(\x0b\x32 .vega.commands.v1.OrderAmendmentH\x00\x12\x41\n\x12order_cancellation\x18g \x01(\x0b\x32#.vega.commands.v1.OrderCancellationH\x00\x12\x38\n\x08proposal\x18h \x01(\x0b\x32$.vega.commands.v1.ProposalSubmissionH\x00\x12;\n\x0fvote_submission\x18i \x01(\x0b\x32 .vega.commands.v1.VoteSubmissionH\x00\x12X\n\x1eliquidity_provision_submission\x18j \x01(\x0b\x32..vega.commands.v1.LiquidityProvisionSubmissionH\x00\x12\x43\n\x13withdraw_submission\x18k \x01(\x0b\x32$.vega.commands.v1.WithdrawSubmissionH\x00\x12\x43\n\x13\x64\x65legate_submission\x18l \x01(\x0b\x32$.vega.commands.v1.DelegateSubmissionH\x00\x12G\n\x15undelegate_submission\x18m \x01(\x0b\x32&.vega.commands.v1.UndelegateSubmissionH\x00\x12\\\n liquidity_provision_cancellation\x18o \x01(\x0b\x32\x30.vega.commands.v1.LiquidityProvisionCancellationH\x00\x12V\n\x1dliquidity_provision_amendment\x18p \x01(\x0b\x32-.vega.commands.v1.LiquidityProvisionAmendmentH\x00\x12.\n\x08transfer\x18q \x01(\x0b\x32\x1a.vega.commands.v1.TransferH\x00\x12;\n\x0f\x63\x61ncel_transfer\x18r \x01(\x0b\x32 .vega.commands.v1.CancelTransferH\x00\x12\x37\n\rannounce_node\x18s \x01(\x0b\x32\x1e.vega.commands.v1.AnnounceNodeH\x00\x12H\n\x16oracle_data_submission\x18t \x01(\x0b\x32&.vega.commands.v1.OracleDataSubmissionH\x00\x12N\n\x19protocol_upgrade_proposal\x18u \x01(\x0b\x32).vega.commands.v1.ProtocolUpgradeProposalH\x00\x42\r\n\x0btransactionJ\x04\x08n\x10o"\x1f\n\nTimeUpdate\x12\x11\n\ttimestamp\x18\x01 \x01(\x03"w\n\nEpochEvent\x12\x0b\n\x03seq\x18\x01 \x01(\x04\x12!\n\x06\x61\x63tion\x18\x02 \x01(\x0e\x32\x11.vega.EpochAction\x12\x12\n\nstart_time\x18\x03 \x01(\x03\x12\x13\n\x0b\x65xpire_time\x18\x04 \x01(\x03\x12\x10\n\x08\x65nd_time\x18\x05 \x01(\x03">\n\x11TransferResponses\x12)\n\tresponses\x18\x01 \x03(\x0b\x32\x16.vega.TransferResponse"_\n\x12PositionResolution\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\x12\n\ndistressed\x18\x02 \x01(\x03\x12\x0e\n\x06\x63losed\x18\x03 \x01(\x03\x12\x12\n\nmark_price\x18\x04 \x01(\t"H\n\x11LossSocialization\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\x10\n\x08party_id\x18\x02 \x01(\t\x12\x0e\n\x06\x61mount\x18\x03 \x01(\t".\n\x0fTradeSettlement\x12\x0c\n\x04size\x18\x01 \x01(\x03\x12\r\n\x05price\x18\x02 \x01(\t"\x99\x01\n\x0eSettlePosition\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\x10\n\x08party_id\x18\x02 \x01(\t\x12\r\n\x05price\x18\x03 \x01(\t\x12:\n\x11trade_settlements\x18\x04 \x03(\x0b\x32\x1f.vega.events.v1.TradeSettlement\x12\x17\n\x0fposition_factor\x18\x05 \x01(\t"\xa5\x01\n\x12PositionStateEvent\x12\x10\n\x08party_id\x18\x01 \x01(\t\x12\x11\n\tmarket_id\x18\x02 \x01(\t\x12\x0c\n\x04size\x18\x03 \x01(\x03\x12\x16\n\x0epotential_buys\x18\x04 \x01(\x03\x12\x17\n\x0fpotential_sells\x18\x05 \x01(\x03\x12\x14\n\x0cvw_buy_price\x18\x06 \x01(\t\x12\x15\n\rvw_sell_price\x18\x07 \x01(\t"V\n\x10SettleDistressed\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\x10\n\x08party_id\x18\x02 \x01(\t\x12\x0e\n\x06margin\x18\x03 \x01(\t\x12\r\n\x05price\x18\x04 \x01(\t"&\n\nMarketTick\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04time\x18\x02 \x01(\x03"\xbd\x01\n\x0c\x41uctionEvent\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\x17\n\x0fopening_auction\x18\x02 \x01(\x08\x12\r\n\x05leave\x18\x03 \x01(\x08\x12\r\n\x05start\x18\x04 \x01(\x03\x12\x0b\n\x03\x65nd\x18\x05 \x01(\x03\x12%\n\x07trigger\x18\x06 \x01(\x0e\x32\x14.vega.AuctionTrigger\x12/\n\x11\x65xtension_trigger\x18\x07 \x01(\x0e\x32\x14.vega.AuctionTrigger"\xea\x01\n\x0fValidatorUpdate\x12\x0f\n\x07node_id\x18\x01 \x01(\t\x12\x14\n\x0cvega_pub_key\x18\x02 \x01(\t\x12\x18\n\x10\x65thereum_address\x18\x03 \x01(\t\x12\x12\n\ntm_pub_key\x18\x04 \x01(\t\x12\x10\n\x08info_url\x18\x05 \x01(\t\x12\x0f\n\x07\x63ountry\x18\x06 \x01(\t\x12\x0c\n\x04name\x18\x07 \x01(\t\x12\x12\n\navatar_url\x18\x08 \x01(\t\x12\x1a\n\x12vega_pub_key_index\x18\t \x01(\r\x12\r\n\x05\x61\x64\x64\x65\x64\x18\n \x01(\x08\x12\x12\n\nfrom_epoch\x18\x0b \x01(\x04"\xc9\x01\n\x15ValidatorRankingEvent\x12\x0f\n\x07node_id\x18\x01 \x01(\t\x12\x13\n\x0bstake_score\x18\x02 \x01(\t\x12\x19\n\x11performance_score\x18\x03 \x01(\t\x12\x15\n\rranking_score\x18\x04 \x01(\t\x12\x17\n\x0fprevious_status\x18\x05 \x01(\t\x12\x13\n\x0bnext_status\x18\x06 \x01(\t\x12\x11\n\tepoch_seq\x18\x07 \x01(\t\x12\x17\n\x0ftm_voting_power\x18\x08 \x01(\r"^\n\x0bKeyRotation\x12\x0f\n\x07node_id\x18\x01 \x01(\t\x12\x13\n\x0bold_pub_key\x18\x02 \x01(\t\x12\x13\n\x0bnew_pub_key\x18\x03 \x01(\t\x12\x14\n\x0c\x62lock_height\x18\x04 \x01(\x04"f\n\x13\x45thereumKeyRotation\x12\x0f\n\x07node_id\x18\x01 \x01(\t\x12\x13\n\x0bold_address\x18\x02 \x01(\t\x12\x13\n\x0bnew_address\x18\x03 \x01(\t\x12\x14\n\x0c\x62lock_height\x18\x04 \x01(\x04"\xbf\x01\n\x14ProtocolUpgradeEvent\x12\x1c\n\x14upgrade_block_height\x18\x01 \x01(\x04\x12\x18\n\x10vega_release_tag\x18\x02 \x01(\t\x12\x1d\n\x15\x64\x61ta_node_release_tag\x18\x03 \x01(\t\x12\x11\n\tapprovers\x18\x04 \x03(\t\x12=\n\x06status\x18\x05 \x01(\x0e\x32-.vega.events.v1.ProtocolUpgradeProposalStatus"7\n\x08StateVar\x12\n\n\x02id\x18\x01 \x01(\t\x12\x10\n\x08\x65vent_id\x18\x02 \x01(\t\x12\r\n\x05state\x18\x03 \x01(\t"\xa0\x15\n\x08\x42usEvent\x12\n\n\x02id\x18\x01 \x01(\t\x12\r\n\x05\x62lock\x18\x02 \x01(\t\x12*\n\x04type\x18\x03 \x01(\x0e\x32\x1c.vega.events.v1.BusEventType\x12\x31\n\x0btime_update\x18\x65 \x01(\x0b\x32\x1a.vega.events.v1.TimeUpdateH\x00\x12?\n\x12transfer_responses\x18\x66 \x01(\x0b\x32!.vega.events.v1.TransferResponsesH\x00\x12\x41\n\x13position_resolution\x18g \x01(\x0b\x32".vega.events.v1.PositionResolutionH\x00\x12\x1c\n\x05order\x18h \x01(\x0b\x32\x0b.vega.OrderH\x00\x12 \n\x07\x61\x63\x63ount\x18i \x01(\x0b\x32\r.vega.AccountH\x00\x12\x1c\n\x05party\x18j \x01(\x0b\x32\x0b.vega.PartyH\x00\x12\x1c\n\x05trade\x18k \x01(\x0b\x32\x0b.vega.TradeH\x00\x12+\n\rmargin_levels\x18l \x01(\x0b\x32\x12.vega.MarginLevelsH\x00\x12"\n\x08proposal\x18m \x01(\x0b\x32\x0e.vega.ProposalH\x00\x12\x1a\n\x04vote\x18n \x01(\x0b\x32\n.vega.VoteH\x00\x12\'\n\x0bmarket_data\x18o \x01(\x0b\x32\x10.vega.MarketDataH\x00\x12\x39\n\x0enode_signature\x18p \x01(\x0b\x32\x1f.vega.commands.v1.NodeSignatureH\x00\x12?\n\x12loss_socialization\x18q \x01(\x0b\x32!.vega.events.v1.LossSocializationH\x00\x12\x39\n\x0fsettle_position\x18r \x01(\x0b\x32\x1e.vega.events.v1.SettlePositionH\x00\x12=\n\x11settle_distressed\x18s \x01(\x0b\x32 .vega.events.v1.SettleDistressedH\x00\x12&\n\x0emarket_created\x18t \x01(\x0b\x32\x0c.vega.MarketH\x00\x12\x1c\n\x05\x61sset\x18u \x01(\x0b\x32\x0b.vega.AssetH\x00\x12\x31\n\x0bmarket_tick\x18v \x01(\x0b\x32\x1a.vega.events.v1.MarketTickH\x00\x12&\n\nwithdrawal\x18w \x01(\x0b\x32\x10.vega.WithdrawalH\x00\x12 \n\x07\x64\x65posit\x18x \x01(\x0b\x32\r.vega.DepositH\x00\x12/\n\x07\x61uction\x18y \x01(\x0b\x32\x1c.vega.events.v1.AuctionEventH\x00\x12\'\n\x0brisk_factor\x18z \x01(\x0b\x32\x10.vega.RiskFactorH\x00\x12\x33\n\x11network_parameter\x18{ \x01(\x0b\x32\x16.vega.NetworkParameterH\x00\x12\x37\n\x13liquidity_provision\x18| \x01(\x0b\x32\x18.vega.LiquidityProvisionH\x00\x12&\n\x0emarket_updated\x18} \x01(\x0b\x32\x0c.vega.MarketH\x00\x12-\n\x0boracle_spec\x18~ \x01(\x0b\x32\x16.oracles.v1.OracleSpecH\x00\x12-\n\x0boracle_data\x18\x7f \x01(\x0b\x32\x16.oracles.v1.OracleDataH\x00\x12\x45\n\x12\x64\x65legation_balance\x18\x81\x01 \x01(\x0b\x32&.vega.events.v1.DelegationBalanceEventH\x00\x12?\n\x0fvalidator_score\x18\x82\x01 \x01(\x0b\x32#.vega.events.v1.ValidatorScoreEventH\x00\x12\x32\n\x0b\x65poch_event\x18\x83\x01 \x01(\x0b\x32\x1a.vega.events.v1.EpochEventH\x00\x12<\n\x10validator_update\x18\x84\x01 \x01(\x0b\x32\x1f.vega.events.v1.ValidatorUpdateH\x00\x12\x36\n\rstake_linking\x18\x85\x01 \x01(\x0b\x32\x1c.vega.events.v1.StakeLinkingH\x00\x12;\n\rreward_payout\x18\x86\x01 \x01(\x0b\x32!.vega.events.v1.RewardPayoutEventH\x00\x12\x36\n\ncheckpoint\x18\x87\x01 \x01(\x0b\x32\x1f.vega.events.v1.CheckpointEventH\x00\x12\x34\n\x0ckey_rotation\x18\x88\x01 \x01(\x0b\x32\x1b.vega.events.v1.KeyRotationH\x00\x12.\n\tstate_var\x18\x89\x01 \x01(\x0b\x32\x18.vega.events.v1.StateVarH\x00\x12.\n\x0enetwork_limits\x18\x8a\x01 \x01(\x0b\x32\x13.vega.NetworkLimitsH\x00\x12-\n\x08transfer\x18\x8b\x01 \x01(\x0b\x32\x18.vega.events.v1.TransferH\x00\x12?\n\rranking_event\x18\x8c\x01 \x01(\x0b\x32%.vega.events.v1.ValidatorRankingEventH\x00\x12P\n\x1b\x65rc20_multisig_signer_event\x18\x8d\x01 \x01(\x0b\x32(.vega.events.v1.ERC20MultiSigSignerEventH\x00\x12]\n"erc20_multisig_set_threshold_event\x18\x8e\x01 \x01(\x0b\x32..vega.events.v1.ERC20MultiSigThresholdSetEventH\x00\x12P\n\x1b\x65rc20_multisig_signer_added\x18\x8f\x01 \x01(\x0b\x32(.vega.events.v1.ERC20MultiSigSignerAddedH\x00\x12T\n\x1d\x65rc20_multisig_signer_removed\x18\x90\x01 \x01(\x0b\x32*.vega.events.v1.ERC20MultiSigSignerRemovedH\x00\x12\x43\n\x14position_state_event\x18\x91\x01 \x01(\x0b\x32".vega.events.v1.PositionStateEventH\x00\x12\x45\n\x15\x65thereum_key_rotation\x18\x92\x01 \x01(\x0b\x32#.vega.events.v1.EthereumKeyRotationH\x00\x12G\n\x16protocol_upgrade_event\x18\x93\x01 \x01(\x0b\x32$.vega.events.v1.ProtocolUpgradeEventH\x00\x12.\n\x06market\x18\xe9\x07 \x01(\x0b\x32\x1b.vega.events.v1.MarketEventH\x00\x12\x35\n\x0ctx_err_event\x18\xd1\x0f \x01(\x0b\x32\x1c.vega.events.v1.TxErrorEventH\x00\x12\x0f\n\x07version\x18\x04 \x01(\r\x12\x10\n\x08\x63hain_id\x18\x05 \x01(\t\x12\x0f\n\x07tx_hash\x18\x06 \x01(\tB\x07\n\x05\x65vent*\xdd\x01\n\x1dProtocolUpgradeProposalStatus\x12\x30\n,PROTOCOL_UPGRADE_PROPOSAL_STATUS_UNSPECIFIED\x10\x00\x12,\n(PROTOCOL_UPGRADE_PROPOSAL_STATUS_PENDING\x10\x01\x12-\n)PROTOCOL_UPGRADE_PROPOSAL_STATUS_APPROVED\x10\x02\x12-\n)PROTOCOL_UPGRADE_PROPOSAL_STATUS_REJECTED\x10\x03*\xeb\r\n\x0c\x42usEventType\x12\x1e\n\x1a\x42US_EVENT_TYPE_UNSPECIFIED\x10\x00\x12\x16\n\x12\x42US_EVENT_TYPE_ALL\x10\x01\x12\x1e\n\x1a\x42US_EVENT_TYPE_TIME_UPDATE\x10\x02\x12%\n!BUS_EVENT_TYPE_TRANSFER_RESPONSES\x10\x03\x12&\n"BUS_EVENT_TYPE_POSITION_RESOLUTION\x10\x04\x12\x18\n\x14\x42US_EVENT_TYPE_ORDER\x10\x05\x12\x1a\n\x16\x42US_EVENT_TYPE_ACCOUNT\x10\x06\x12\x18\n\x14\x42US_EVENT_TYPE_PARTY\x10\x07\x12\x18\n\x14\x42US_EVENT_TYPE_TRADE\x10\x08\x12 \n\x1c\x42US_EVENT_TYPE_MARGIN_LEVELS\x10\t\x12\x1b\n\x17\x42US_EVENT_TYPE_PROPOSAL\x10\n\x12\x17\n\x13\x42US_EVENT_TYPE_VOTE\x10\x0b\x12\x1e\n\x1a\x42US_EVENT_TYPE_MARKET_DATA\x10\x0c\x12!\n\x1d\x42US_EVENT_TYPE_NODE_SIGNATURE\x10\r\x12%\n!BUS_EVENT_TYPE_LOSS_SOCIALIZATION\x10\x0e\x12"\n\x1e\x42US_EVENT_TYPE_SETTLE_POSITION\x10\x0f\x12$\n BUS_EVENT_TYPE_SETTLE_DISTRESSED\x10\x10\x12!\n\x1d\x42US_EVENT_TYPE_MARKET_CREATED\x10\x11\x12\x18\n\x14\x42US_EVENT_TYPE_ASSET\x10\x12\x12\x1e\n\x1a\x42US_EVENT_TYPE_MARKET_TICK\x10\x13\x12\x1d\n\x19\x42US_EVENT_TYPE_WITHDRAWAL\x10\x14\x12\x1a\n\x16\x42US_EVENT_TYPE_DEPOSIT\x10\x15\x12\x1a\n\x16\x42US_EVENT_TYPE_AUCTION\x10\x16\x12\x1e\n\x1a\x42US_EVENT_TYPE_RISK_FACTOR\x10\x17\x12$\n BUS_EVENT_TYPE_NETWORK_PARAMETER\x10\x18\x12&\n"BUS_EVENT_TYPE_LIQUIDITY_PROVISION\x10\x19\x12!\n\x1d\x42US_EVENT_TYPE_MARKET_UPDATED\x10\x1a\x12\x1e\n\x1a\x42US_EVENT_TYPE_ORACLE_SPEC\x10\x1b\x12\x1e\n\x1a\x42US_EVENT_TYPE_ORACLE_DATA\x10\x1c\x12%\n!BUS_EVENT_TYPE_DELEGATION_BALANCE\x10\x1d\x12"\n\x1e\x42US_EVENT_TYPE_VALIDATOR_SCORE\x10\x1e\x12\x1f\n\x1b\x42US_EVENT_TYPE_EPOCH_UPDATE\x10\x1f\x12#\n\x1f\x42US_EVENT_TYPE_VALIDATOR_UPDATE\x10 \x12 \n\x1c\x42US_EVENT_TYPE_STAKE_LINKING\x10!\x12&\n"BUS_EVENT_TYPE_REWARD_PAYOUT_EVENT\x10"\x12\x1d\n\x19\x42US_EVENT_TYPE_CHECKPOINT\x10#\x12\x1f\n\x1b\x42US_EVENT_TYPE_STREAM_START\x10$\x12\x1f\n\x1b\x42US_EVENT_TYPE_KEY_ROTATION\x10%\x12\x1c\n\x18\x42US_EVENT_TYPE_STATE_VAR\x10&\x12!\n\x1d\x42US_EVENT_TYPE_NETWORK_LIMITS\x10\'\x12\x1b\n\x17\x42US_EVENT_TYPE_TRANSFER\x10(\x12$\n BUS_EVENT_TYPE_VALIDATOR_RANKING\x10)\x12/\n+BUS_EVENT_TYPE_ERC20_MULTI_SIG_SIGNER_EVENT\x10*\x12\x30\n,BUS_EVENT_TYPE_ERC20_MULTI_SIG_SET_THRESHOLD\x10+\x12/\n+BUS_EVENT_TYPE_ERC20_MULTI_SIG_SIGNER_ADDED\x10,\x12\x31\n-BUS_EVENT_TYPE_ERC20_MULTI_SIG_SIGNER_REMOVED\x10-\x12!\n\x1d\x42US_EVENT_TYPE_POSITION_STATE\x10.\x12(\n$BUS_EVENT_TYPE_ETHEREUM_KEY_ROTATION\x10/\x12,\n(BUS_EVENT_TYPE_PROTOCOL_UPGRADE_PROPOSAL\x10\x30\x12\x19\n\x15\x42US_EVENT_TYPE_MARKET\x10\x65\x12\x1c\n\x17\x42US_EVENT_TYPE_TX_ERROR\x10\xc9\x01\x42\x31Z/code.vegaprotocol.io/vega/protos/vega/events/v1b\x06proto3' + b'\n\x1bvega/events/v1/events.proto\x12\x0evega.events.v1\x1a\x12vega/markets.proto\x1a\x11vega/assets.proto\x1a\x15vega/governance.proto\x1a\x0fvega/vega.proto\x1a\x1avega/oracles/v1/spec.proto\x1a\x1avega/oracles/v1/data.proto\x1a\x1fvega/commands/v1/commands.proto\x1a\x1evega/commands/v1/oracles.proto\x1a)vega/commands/v1/validator_commands.proto"\xee\x01\n\x18\x45RC20MultiSigSignerAdded\x12!\n\x0csignature_id\x18\x01 \x01(\tR\x0bsignatureId\x12!\n\x0cvalidator_id\x18\x02 \x01(\tR\x0bvalidatorId\x12\x1c\n\ttimestamp\x18\x03 \x01(\x03R\ttimestamp\x12\x1d\n\nnew_signer\x18\x04 \x01(\tR\tnewSigner\x12\x1c\n\tsubmitter\x18\x05 \x01(\tR\tsubmitter\x12\x14\n\x05nonce\x18\x06 \x01(\tR\x05nonce\x12\x1b\n\tepoch_seq\x18\x07 \x01(\tR\x08\x65pochSeq"g\n$ERC20MulistSigSignerRemovedSubmitter\x12!\n\x0csignature_id\x18\x01 \x01(\tR\x0bsignatureId\x12\x1c\n\tsubmitter\x18\x02 \x01(\tR\tsubmitter"\x98\x02\n\x1a\x45RC20MultiSigSignerRemoved\x12g\n\x14signature_submitters\x18\x01 \x03(\x0b\x32\x34.vega.events.v1.ERC20MulistSigSignerRemovedSubmitterR\x13signatureSubmitters\x12!\n\x0cvalidator_id\x18\x02 \x01(\tR\x0bvalidatorId\x12\x1c\n\ttimestamp\x18\x03 \x01(\x03R\ttimestamp\x12\x1d\n\nold_signer\x18\x04 \x01(\tR\toldSigner\x12\x14\n\x05nonce\x18\x05 \x01(\tR\x05nonce\x12\x1b\n\tepoch_seq\x18\x06 \x01(\tR\x08\x65pochSeq"\xe8\x04\n\x08Transfer\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04\x66rom\x18\x02 \x01(\tR\x04\x66rom\x12=\n\x11\x66rom_account_type\x18\x03 \x01(\x0e\x32\x11.vega.AccountTypeR\x0f\x66romAccountType\x12\x0e\n\x02to\x18\x04 \x01(\tR\x02to\x12\x39\n\x0fto_account_type\x18\x05 \x01(\x0e\x32\x11.vega.AccountTypeR\rtoAccountType\x12\x14\n\x05\x61sset\x18\x06 \x01(\tR\x05\x61sset\x12\x16\n\x06\x61mount\x18\x07 \x01(\tR\x06\x61mount\x12\x1c\n\treference\x18\x08 \x01(\tR\treference\x12\x37\n\x06status\x18\t \x01(\x0e\x32\x1f.vega.events.v1.Transfer.StatusR\x06status\x12\x1c\n\ttimestamp\x18\n \x01(\x03R\ttimestamp\x12\x39\n\x07one_off\x18\x65 \x01(\x0b\x32\x1e.vega.events.v1.OneOffTransferH\x00R\x06oneOff\x12\x41\n\trecurring\x18\x66 \x01(\x0b\x32!.vega.events.v1.RecurringTransferH\x00R\trecurring"\x84\x01\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x12\n\x0eSTATUS_PENDING\x10\x01\x12\x0f\n\x0bSTATUS_DONE\x10\x02\x12\x13\n\x0fSTATUS_REJECTED\x10\x03\x12\x12\n\x0eSTATUS_STOPPED\x10\x04\x12\x14\n\x10STATUS_CANCELLED\x10\x05\x42\x06\n\x04kind"/\n\x0eOneOffTransfer\x12\x1d\n\ndeliver_on\x18\x01 \x01(\x03R\tdeliverOn"\xc1\x01\n\x11RecurringTransfer\x12\x1f\n\x0bstart_epoch\x18\x01 \x01(\x04R\nstartEpoch\x12 \n\tend_epoch\x18\x02 \x01(\x04H\x00R\x08\x65ndEpoch\x88\x01\x01\x12\x16\n\x06\x66\x61\x63tor\x18\x03 \x01(\tR\x06\x66\x61\x63tor\x12\x43\n\x11\x64ispatch_strategy\x18\x04 \x01(\x0b\x32\x16.vega.DispatchStrategyR\x10\x64ispatchStrategyB\x0c\n\n_end_epoch"\xb4\x04\n\x0cStakeLinking\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x35\n\x04type\x18\x02 \x01(\x0e\x32!.vega.events.v1.StakeLinking.TypeR\x04type\x12\x0e\n\x02ts\x18\x03 \x01(\x03R\x02ts\x12\x14\n\x05party\x18\x04 \x01(\tR\x05party\x12\x16\n\x06\x61mount\x18\x05 \x01(\tR\x06\x61mount\x12;\n\x06status\x18\x06 \x01(\x0e\x32#.vega.events.v1.StakeLinking.StatusR\x06status\x12!\n\x0c\x66inalized_at\x18\x07 \x01(\x03R\x0b\x66inalizedAt\x12\x17\n\x07tx_hash\x18\x08 \x01(\tR\x06txHash\x12!\n\x0c\x62lock_height\x18\t \x01(\x04R\x0b\x62lockHeight\x12\x1d\n\nblock_time\x18\n \x01(\x03R\tblockTime\x12\x1b\n\tlog_index\x18\x0b \x01(\x04R\x08logIndex\x12)\n\x10\x65thereum_address\x18\x0c \x01(\tR\x0f\x65thereumAddress"<\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\r\n\tTYPE_LINK\x10\x01\x12\x0f\n\x0bTYPE_UNLINK\x10\x02"^\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x12\n\x0eSTATUS_PENDING\x10\x01\x12\x13\n\x0fSTATUS_ACCEPTED\x10\x02\x12\x13\n\x0fSTATUS_REJECTED\x10\x03"\xd3\x02\n\x18\x45RC20MultiSigSignerEvent\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x41\n\x04type\x18\x02 \x01(\x0e\x32-.vega.events.v1.ERC20MultiSigSignerEvent.TypeR\x04type\x12\x16\n\x06signer\x18\x03 \x01(\tR\x06signer\x12\x14\n\x05nonce\x18\x04 \x01(\tR\x05nonce\x12\x1d\n\nblock_time\x18\x05 \x01(\x03R\tblockTime\x12\x17\n\x07tx_hash\x18\x06 \x01(\tR\x06txHash\x12\x1b\n\tlog_index\x18\x07 \x01(\x04R\x08logIndex\x12!\n\x0c\x62lock_number\x18\x08 \x01(\x04R\x0b\x62lockNumber">\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0e\n\nTYPE_ADDED\x10\x01\x12\x10\n\x0cTYPE_REMOVED\x10\x02"\xe3\x01\n\x1e\x45RC20MultiSigThresholdSetEvent\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12#\n\rnew_threshold\x18\x02 \x01(\rR\x0cnewThreshold\x12\x14\n\x05nonce\x18\x03 \x01(\tR\x05nonce\x12\x1d\n\nblock_time\x18\x04 \x01(\x03R\tblockTime\x12\x17\n\x07tx_hash\x18\x05 \x01(\tR\x06txHash\x12\x1b\n\tlog_index\x18\x06 \x01(\x04R\x08logIndex\x12!\n\x0c\x62lock_number\x18\x07 \x01(\x04R\x0b\x62lockNumber"g\n\x0f\x43heckpointEvent\x12\x12\n\x04hash\x18\x01 \x01(\tR\x04hash\x12\x1d\n\nblock_hash\x18\x02 \x01(\tR\tblockHash\x12!\n\x0c\x62lock_height\x18\x03 \x01(\x04R\x0b\x62lockHeight"-\n\x10StreamStartEvent\x12\x19\n\x08\x63hain_id\x18\x01 \x01(\tR\x07\x63hainId"\x82\x02\n\x11RewardPayoutEvent\x12\x14\n\x05party\x18\x01 \x01(\tR\x05party\x12\x1b\n\tepoch_seq\x18\x02 \x01(\tR\x08\x65pochSeq\x12\x14\n\x05\x61sset\x18\x03 \x01(\tR\x05\x61sset\x12\x16\n\x06\x61mount\x18\x04 \x01(\tR\x06\x61mount\x12\x35\n\x17percent_of_total_reward\x18\x05 \x01(\tR\x14percentOfTotalReward\x12\x1c\n\ttimestamp\x18\x06 \x01(\x03R\ttimestamp\x12\x1f\n\x0breward_type\x18\x07 \x01(\tR\nrewardType\x12\x16\n\x06market\x18\x08 \x01(\tR\x06market"\xd6\x02\n\x13ValidatorScoreEvent\x12\x17\n\x07node_id\x18\x01 \x01(\tR\x06nodeId\x12\x1b\n\tepoch_seq\x18\x02 \x01(\tR\x08\x65pochSeq\x12\'\n\x0fvalidator_score\x18\x03 \x01(\tR\x0evalidatorScore\x12)\n\x10normalised_score\x18\x04 \x01(\tR\x0fnormalisedScore\x12\x33\n\x15validator_performance\x18\x05 \x01(\tR\x14validatorPerformance\x12.\n\x13raw_validator_score\x18\x06 \x01(\tR\x11rawValidatorScore\x12)\n\x10validator_status\x18\x07 \x01(\tR\x0fvalidatorStatus\x12%\n\x0emultisig_score\x18\x08 \x01(\tR\rmultisigScore"|\n\x16\x44\x65legationBalanceEvent\x12\x14\n\x05party\x18\x01 \x01(\tR\x05party\x12\x17\n\x07node_id\x18\x02 \x01(\tR\x06nodeId\x12\x16\n\x06\x61mount\x18\x03 \x01(\tR\x06\x61mount\x12\x1b\n\tepoch_seq\x18\x04 \x01(\tR\x08\x65pochSeq"D\n\x0bMarketEvent\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12\x18\n\x07payload\x18\x02 \x01(\tR\x07payload"\xee\x0b\n\x0cTxErrorEvent\x12\x19\n\x08party_id\x18\x01 \x01(\tR\x07partyId\x12\x17\n\x07\x65rr_msg\x18\x02 \x01(\tR\x06\x65rrMsg\x12N\n\x10order_submission\x18\x65 \x01(\x0b\x32!.vega.commands.v1.OrderSubmissionH\x00R\x0forderSubmission\x12K\n\x0forder_amendment\x18\x66 \x01(\x0b\x32 .vega.commands.v1.OrderAmendmentH\x00R\x0eorderAmendment\x12T\n\x12order_cancellation\x18g \x01(\x0b\x32#.vega.commands.v1.OrderCancellationH\x00R\x11orderCancellation\x12\x42\n\x08proposal\x18h \x01(\x0b\x32$.vega.commands.v1.ProposalSubmissionH\x00R\x08proposal\x12K\n\x0fvote_submission\x18i \x01(\x0b\x32 .vega.commands.v1.VoteSubmissionH\x00R\x0evoteSubmission\x12v\n\x1eliquidity_provision_submission\x18j \x01(\x0b\x32..vega.commands.v1.LiquidityProvisionSubmissionH\x00R\x1cliquidityProvisionSubmission\x12W\n\x13withdraw_submission\x18k \x01(\x0b\x32$.vega.commands.v1.WithdrawSubmissionH\x00R\x12withdrawSubmission\x12W\n\x13\x64\x65legate_submission\x18l \x01(\x0b\x32$.vega.commands.v1.DelegateSubmissionH\x00R\x12\x64\x65legateSubmission\x12]\n\x15undelegate_submission\x18m \x01(\x0b\x32&.vega.commands.v1.UndelegateSubmissionH\x00R\x14undelegateSubmission\x12|\n liquidity_provision_cancellation\x18o \x01(\x0b\x32\x30.vega.commands.v1.LiquidityProvisionCancellationH\x00R\x1eliquidityProvisionCancellation\x12s\n\x1dliquidity_provision_amendment\x18p \x01(\x0b\x32-.vega.commands.v1.LiquidityProvisionAmendmentH\x00R\x1bliquidityProvisionAmendment\x12\x38\n\x08transfer\x18q \x01(\x0b\x32\x1a.vega.commands.v1.TransferH\x00R\x08transfer\x12K\n\x0f\x63\x61ncel_transfer\x18r \x01(\x0b\x32 .vega.commands.v1.CancelTransferH\x00R\x0e\x63\x61ncelTransfer\x12\x45\n\rannounce_node\x18s \x01(\x0b\x32\x1e.vega.commands.v1.AnnounceNodeH\x00R\x0c\x61nnounceNode\x12^\n\x16oracle_data_submission\x18t \x01(\x0b\x32&.vega.commands.v1.OracleDataSubmissionH\x00R\x14oracleDataSubmission\x12g\n\x19protocol_upgrade_proposal\x18u \x01(\x0b\x32).vega.commands.v1.ProtocolUpgradeProposalH\x00R\x17protocolUpgradeProposalB\r\n\x0btransactionJ\x04\x08n\x10o"*\n\nTimeUpdate\x12\x1c\n\ttimestamp\x18\x01 \x01(\x03R\ttimestamp"\xa4\x01\n\nEpochEvent\x12\x10\n\x03seq\x18\x01 \x01(\x04R\x03seq\x12)\n\x06\x61\x63tion\x18\x02 \x01(\x0e\x32\x11.vega.EpochActionR\x06\x61\x63tion\x12\x1d\n\nstart_time\x18\x03 \x01(\x03R\tstartTime\x12\x1f\n\x0b\x65xpire_time\x18\x04 \x01(\x03R\nexpireTime\x12\x19\n\x08\x65nd_time\x18\x05 \x01(\x03R\x07\x65ndTime"I\n\x11TransferResponses\x12\x34\n\tresponses\x18\x01 \x03(\x0b\x32\x16.vega.TransferResponseR\tresponses"\x88\x01\n\x12PositionResolution\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12\x1e\n\ndistressed\x18\x02 \x01(\x03R\ndistressed\x12\x16\n\x06\x63losed\x18\x03 \x01(\x03R\x06\x63losed\x12\x1d\n\nmark_price\x18\x04 \x01(\tR\tmarkPrice"c\n\x11LossSocialization\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12\x19\n\x08party_id\x18\x02 \x01(\tR\x07partyId\x12\x16\n\x06\x61mount\x18\x03 \x01(\tR\x06\x61mount";\n\x0fTradeSettlement\x12\x12\n\x04size\x18\x01 \x01(\x03R\x04size\x12\x14\n\x05price\x18\x02 \x01(\tR\x05price"\xd5\x01\n\x0eSettlePosition\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12\x19\n\x08party_id\x18\x02 \x01(\tR\x07partyId\x12\x14\n\x05price\x18\x03 \x01(\tR\x05price\x12L\n\x11trade_settlements\x18\x04 \x03(\x0b\x32\x1f.vega.events.v1.TradeSettlementR\x10tradeSettlements\x12\'\n\x0fposition_factor\x18\x05 \x01(\tR\x0epositionFactor"\xf6\x01\n\x12PositionStateEvent\x12\x19\n\x08party_id\x18\x01 \x01(\tR\x07partyId\x12\x1b\n\tmarket_id\x18\x02 \x01(\tR\x08marketId\x12\x12\n\x04size\x18\x03 \x01(\x03R\x04size\x12%\n\x0epotential_buys\x18\x04 \x01(\x03R\rpotentialBuys\x12\'\n\x0fpotential_sells\x18\x05 \x01(\x03R\x0epotentialSells\x12 \n\x0cvw_buy_price\x18\x06 \x01(\tR\nvwBuyPrice\x12"\n\rvw_sell_price\x18\x07 \x01(\tR\x0bvwSellPrice"x\n\x10SettleDistressed\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12\x19\n\x08party_id\x18\x02 \x01(\tR\x07partyId\x12\x16\n\x06margin\x18\x03 \x01(\tR\x06margin\x12\x14\n\x05price\x18\x04 \x01(\tR\x05price"0\n\nMarketTick\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04time\x18\x02 \x01(\x03R\x04time"\x85\x02\n\x0c\x41uctionEvent\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12\'\n\x0fopening_auction\x18\x02 \x01(\x08R\x0eopeningAuction\x12\x14\n\x05leave\x18\x03 \x01(\x08R\x05leave\x12\x14\n\x05start\x18\x04 \x01(\x03R\x05start\x12\x10\n\x03\x65nd\x18\x05 \x01(\x03R\x03\x65nd\x12.\n\x07trigger\x18\x06 \x01(\x0e\x32\x14.vega.AuctionTriggerR\x07trigger\x12\x41\n\x11\x65xtension_trigger\x18\x07 \x01(\x0e\x32\x14.vega.AuctionTriggerR\x10\x65xtensionTrigger"\xdf\x02\n\x0fValidatorUpdate\x12\x17\n\x07node_id\x18\x01 \x01(\tR\x06nodeId\x12 \n\x0cvega_pub_key\x18\x02 \x01(\tR\nvegaPubKey\x12)\n\x10\x65thereum_address\x18\x03 \x01(\tR\x0f\x65thereumAddress\x12\x1c\n\ntm_pub_key\x18\x04 \x01(\tR\x08tmPubKey\x12\x19\n\x08info_url\x18\x05 \x01(\tR\x07infoUrl\x12\x18\n\x07\x63ountry\x18\x06 \x01(\tR\x07\x63ountry\x12\x12\n\x04name\x18\x07 \x01(\tR\x04name\x12\x1d\n\navatar_url\x18\x08 \x01(\tR\tavatarUrl\x12+\n\x12vega_pub_key_index\x18\t \x01(\rR\x0fvegaPubKeyIndex\x12\x14\n\x05\x61\x64\x64\x65\x64\x18\n \x01(\x08R\x05\x61\x64\x64\x65\x64\x12\x1d\n\nfrom_epoch\x18\x0b \x01(\x04R\tfromEpoch"\xb2\x02\n\x15ValidatorRankingEvent\x12\x17\n\x07node_id\x18\x01 \x01(\tR\x06nodeId\x12\x1f\n\x0bstake_score\x18\x02 \x01(\tR\nstakeScore\x12+\n\x11performance_score\x18\x03 \x01(\tR\x10performanceScore\x12#\n\rranking_score\x18\x04 \x01(\tR\x0crankingScore\x12\'\n\x0fprevious_status\x18\x05 \x01(\tR\x0epreviousStatus\x12\x1f\n\x0bnext_status\x18\x06 \x01(\tR\nnextStatus\x12\x1b\n\tepoch_seq\x18\x07 \x01(\tR\x08\x65pochSeq\x12&\n\x0ftm_voting_power\x18\x08 \x01(\rR\rtmVotingPower"\x89\x01\n\x0bKeyRotation\x12\x17\n\x07node_id\x18\x01 \x01(\tR\x06nodeId\x12\x1e\n\x0bold_pub_key\x18\x02 \x01(\tR\toldPubKey\x12\x1e\n\x0bnew_pub_key\x18\x03 \x01(\tR\tnewPubKey\x12!\n\x0c\x62lock_height\x18\x04 \x01(\x04R\x0b\x62lockHeight"\x93\x01\n\x13\x45thereumKeyRotation\x12\x17\n\x07node_id\x18\x01 \x01(\tR\x06nodeId\x12\x1f\n\x0bold_address\x18\x02 \x01(\tR\noldAddress\x12\x1f\n\x0bnew_address\x18\x03 \x01(\tR\nnewAddress\x12!\n\x0c\x62lock_height\x18\x04 \x01(\x04R\x0b\x62lockHeight"\xd7\x01\n\x14ProtocolUpgradeEvent\x12\x30\n\x14upgrade_block_height\x18\x01 \x01(\x04R\x12upgradeBlockHeight\x12(\n\x10vega_release_tag\x18\x02 \x01(\tR\x0evegaReleaseTag\x12\x1c\n\tapprovers\x18\x03 \x03(\tR\tapprovers\x12\x45\n\x06status\x18\x04 \x01(\x0e\x32-.vega.events.v1.ProtocolUpgradeProposalStatusR\x06status"K\n\x08StateVar\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x19\n\x08\x65vent_id\x18\x02 \x01(\tR\x07\x65ventId\x12\x14\n\x05state\x18\x03 \x01(\tR\x05state"\x8c\x1b\n\x08\x42usEvent\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x14\n\x05\x62lock\x18\x02 \x01(\tR\x05\x62lock\x12\x30\n\x04type\x18\x03 \x01(\x0e\x32\x1c.vega.events.v1.BusEventTypeR\x04type\x12=\n\x0btime_update\x18\x65 \x01(\x0b\x32\x1a.vega.events.v1.TimeUpdateH\x00R\ntimeUpdate\x12R\n\x12transfer_responses\x18\x66 \x01(\x0b\x32!.vega.events.v1.TransferResponsesH\x00R\x11transferResponses\x12U\n\x13position_resolution\x18g \x01(\x0b\x32".vega.events.v1.PositionResolutionH\x00R\x12positionResolution\x12#\n\x05order\x18h \x01(\x0b\x32\x0b.vega.OrderH\x00R\x05order\x12)\n\x07\x61\x63\x63ount\x18i \x01(\x0b\x32\r.vega.AccountH\x00R\x07\x61\x63\x63ount\x12#\n\x05party\x18j \x01(\x0b\x32\x0b.vega.PartyH\x00R\x05party\x12#\n\x05trade\x18k \x01(\x0b\x32\x0b.vega.TradeH\x00R\x05trade\x12\x39\n\rmargin_levels\x18l \x01(\x0b\x32\x12.vega.MarginLevelsH\x00R\x0cmarginLevels\x12,\n\x08proposal\x18m \x01(\x0b\x32\x0e.vega.ProposalH\x00R\x08proposal\x12 \n\x04vote\x18n \x01(\x0b\x32\n.vega.VoteH\x00R\x04vote\x12\x33\n\x0bmarket_data\x18o \x01(\x0b\x32\x10.vega.MarketDataH\x00R\nmarketData\x12H\n\x0enode_signature\x18p \x01(\x0b\x32\x1f.vega.commands.v1.NodeSignatureH\x00R\rnodeSignature\x12R\n\x12loss_socialization\x18q \x01(\x0b\x32!.vega.events.v1.LossSocializationH\x00R\x11lossSocialization\x12I\n\x0fsettle_position\x18r \x01(\x0b\x32\x1e.vega.events.v1.SettlePositionH\x00R\x0esettlePosition\x12O\n\x11settle_distressed\x18s \x01(\x0b\x32 .vega.events.v1.SettleDistressedH\x00R\x10settleDistressed\x12\x35\n\x0emarket_created\x18t \x01(\x0b\x32\x0c.vega.MarketH\x00R\rmarketCreated\x12#\n\x05\x61sset\x18u \x01(\x0b\x32\x0b.vega.AssetH\x00R\x05\x61sset\x12=\n\x0bmarket_tick\x18v \x01(\x0b\x32\x1a.vega.events.v1.MarketTickH\x00R\nmarketTick\x12\x32\n\nwithdrawal\x18w \x01(\x0b\x32\x10.vega.WithdrawalH\x00R\nwithdrawal\x12)\n\x07\x64\x65posit\x18x \x01(\x0b\x32\r.vega.DepositH\x00R\x07\x64\x65posit\x12\x38\n\x07\x61uction\x18y \x01(\x0b\x32\x1c.vega.events.v1.AuctionEventH\x00R\x07\x61uction\x12\x33\n\x0brisk_factor\x18z \x01(\x0b\x32\x10.vega.RiskFactorH\x00R\nriskFactor\x12\x45\n\x11network_parameter\x18{ \x01(\x0b\x32\x16.vega.NetworkParameterH\x00R\x10networkParameter\x12K\n\x13liquidity_provision\x18| \x01(\x0b\x32\x18.vega.LiquidityProvisionH\x00R\x12liquidityProvision\x12\x35\n\x0emarket_updated\x18} \x01(\x0b\x32\x0c.vega.MarketH\x00R\rmarketUpdated\x12\x39\n\x0boracle_spec\x18~ \x01(\x0b\x32\x16.oracles.v1.OracleSpecH\x00R\noracleSpec\x12\x39\n\x0boracle_data\x18\x7f \x01(\x0b\x32\x16.oracles.v1.OracleDataH\x00R\noracleData\x12X\n\x12\x64\x65legation_balance\x18\x81\x01 \x01(\x0b\x32&.vega.events.v1.DelegationBalanceEventH\x00R\x11\x64\x65legationBalance\x12O\n\x0fvalidator_score\x18\x82\x01 \x01(\x0b\x32#.vega.events.v1.ValidatorScoreEventH\x00R\x0evalidatorScore\x12>\n\x0b\x65poch_event\x18\x83\x01 \x01(\x0b\x32\x1a.vega.events.v1.EpochEventH\x00R\nepochEvent\x12M\n\x10validator_update\x18\x84\x01 \x01(\x0b\x32\x1f.vega.events.v1.ValidatorUpdateH\x00R\x0fvalidatorUpdate\x12\x44\n\rstake_linking\x18\x85\x01 \x01(\x0b\x32\x1c.vega.events.v1.StakeLinkingH\x00R\x0cstakeLinking\x12I\n\rreward_payout\x18\x86\x01 \x01(\x0b\x32!.vega.events.v1.RewardPayoutEventH\x00R\x0crewardPayout\x12\x42\n\ncheckpoint\x18\x87\x01 \x01(\x0b\x32\x1f.vega.events.v1.CheckpointEventH\x00R\ncheckpoint\x12\x41\n\x0ckey_rotation\x18\x88\x01 \x01(\x0b\x32\x1b.vega.events.v1.KeyRotationH\x00R\x0bkeyRotation\x12\x38\n\tstate_var\x18\x89\x01 \x01(\x0b\x32\x18.vega.events.v1.StateVarH\x00R\x08stateVar\x12=\n\x0enetwork_limits\x18\x8a\x01 \x01(\x0b\x32\x13.vega.NetworkLimitsH\x00R\rnetworkLimits\x12\x37\n\x08transfer\x18\x8b\x01 \x01(\x0b\x32\x18.vega.events.v1.TransferH\x00R\x08transfer\x12M\n\rranking_event\x18\x8c\x01 \x01(\x0b\x32%.vega.events.v1.ValidatorRankingEventH\x00R\x0crankingEvent\x12j\n\x1b\x65rc20_multisig_signer_event\x18\x8d\x01 \x01(\x0b\x32(.vega.events.v1.ERC20MultiSigSignerEventH\x00R\x18\x65rc20MultisigSignerEvent\x12}\n"erc20_multisig_set_threshold_event\x18\x8e\x01 \x01(\x0b\x32..vega.events.v1.ERC20MultiSigThresholdSetEventH\x00R\x1e\x65rc20MultisigSetThresholdEvent\x12j\n\x1b\x65rc20_multisig_signer_added\x18\x8f\x01 \x01(\x0b\x32(.vega.events.v1.ERC20MultiSigSignerAddedH\x00R\x18\x65rc20MultisigSignerAdded\x12p\n\x1d\x65rc20_multisig_signer_removed\x18\x90\x01 \x01(\x0b\x32*.vega.events.v1.ERC20MultiSigSignerRemovedH\x00R\x1a\x65rc20MultisigSignerRemoved\x12W\n\x14position_state_event\x18\x91\x01 \x01(\x0b\x32".vega.events.v1.PositionStateEventH\x00R\x12positionStateEvent\x12Z\n\x15\x65thereum_key_rotation\x18\x92\x01 \x01(\x0b\x32#.vega.events.v1.EthereumKeyRotationH\x00R\x13\x65thereumKeyRotation\x12]\n\x16protocol_upgrade_event\x18\x93\x01 \x01(\x0b\x32$.vega.events.v1.ProtocolUpgradeEventH\x00R\x14protocolUpgradeEvent\x12\x36\n\x06market\x18\xe9\x07 \x01(\x0b\x32\x1b.vega.events.v1.MarketEventH\x00R\x06market\x12\x41\n\x0ctx_err_event\x18\xd1\x0f \x01(\x0b\x32\x1c.vega.events.v1.TxErrorEventH\x00R\ntxErrEvent\x12\x18\n\x07version\x18\x04 \x01(\rR\x07version\x12\x19\n\x08\x63hain_id\x18\x05 \x01(\tR\x07\x63hainId\x12\x17\n\x07tx_hash\x18\x06 \x01(\tR\x06txHashB\x07\n\x05\x65vent*\xdd\x01\n\x1dProtocolUpgradeProposalStatus\x12\x30\n,PROTOCOL_UPGRADE_PROPOSAL_STATUS_UNSPECIFIED\x10\x00\x12,\n(PROTOCOL_UPGRADE_PROPOSAL_STATUS_PENDING\x10\x01\x12-\n)PROTOCOL_UPGRADE_PROPOSAL_STATUS_APPROVED\x10\x02\x12-\n)PROTOCOL_UPGRADE_PROPOSAL_STATUS_REJECTED\x10\x03*\xeb\r\n\x0c\x42usEventType\x12\x1e\n\x1a\x42US_EVENT_TYPE_UNSPECIFIED\x10\x00\x12\x16\n\x12\x42US_EVENT_TYPE_ALL\x10\x01\x12\x1e\n\x1a\x42US_EVENT_TYPE_TIME_UPDATE\x10\x02\x12%\n!BUS_EVENT_TYPE_TRANSFER_RESPONSES\x10\x03\x12&\n"BUS_EVENT_TYPE_POSITION_RESOLUTION\x10\x04\x12\x18\n\x14\x42US_EVENT_TYPE_ORDER\x10\x05\x12\x1a\n\x16\x42US_EVENT_TYPE_ACCOUNT\x10\x06\x12\x18\n\x14\x42US_EVENT_TYPE_PARTY\x10\x07\x12\x18\n\x14\x42US_EVENT_TYPE_TRADE\x10\x08\x12 \n\x1c\x42US_EVENT_TYPE_MARGIN_LEVELS\x10\t\x12\x1b\n\x17\x42US_EVENT_TYPE_PROPOSAL\x10\n\x12\x17\n\x13\x42US_EVENT_TYPE_VOTE\x10\x0b\x12\x1e\n\x1a\x42US_EVENT_TYPE_MARKET_DATA\x10\x0c\x12!\n\x1d\x42US_EVENT_TYPE_NODE_SIGNATURE\x10\r\x12%\n!BUS_EVENT_TYPE_LOSS_SOCIALIZATION\x10\x0e\x12"\n\x1e\x42US_EVENT_TYPE_SETTLE_POSITION\x10\x0f\x12$\n BUS_EVENT_TYPE_SETTLE_DISTRESSED\x10\x10\x12!\n\x1d\x42US_EVENT_TYPE_MARKET_CREATED\x10\x11\x12\x18\n\x14\x42US_EVENT_TYPE_ASSET\x10\x12\x12\x1e\n\x1a\x42US_EVENT_TYPE_MARKET_TICK\x10\x13\x12\x1d\n\x19\x42US_EVENT_TYPE_WITHDRAWAL\x10\x14\x12\x1a\n\x16\x42US_EVENT_TYPE_DEPOSIT\x10\x15\x12\x1a\n\x16\x42US_EVENT_TYPE_AUCTION\x10\x16\x12\x1e\n\x1a\x42US_EVENT_TYPE_RISK_FACTOR\x10\x17\x12$\n BUS_EVENT_TYPE_NETWORK_PARAMETER\x10\x18\x12&\n"BUS_EVENT_TYPE_LIQUIDITY_PROVISION\x10\x19\x12!\n\x1d\x42US_EVENT_TYPE_MARKET_UPDATED\x10\x1a\x12\x1e\n\x1a\x42US_EVENT_TYPE_ORACLE_SPEC\x10\x1b\x12\x1e\n\x1a\x42US_EVENT_TYPE_ORACLE_DATA\x10\x1c\x12%\n!BUS_EVENT_TYPE_DELEGATION_BALANCE\x10\x1d\x12"\n\x1e\x42US_EVENT_TYPE_VALIDATOR_SCORE\x10\x1e\x12\x1f\n\x1b\x42US_EVENT_TYPE_EPOCH_UPDATE\x10\x1f\x12#\n\x1f\x42US_EVENT_TYPE_VALIDATOR_UPDATE\x10 \x12 \n\x1c\x42US_EVENT_TYPE_STAKE_LINKING\x10!\x12&\n"BUS_EVENT_TYPE_REWARD_PAYOUT_EVENT\x10"\x12\x1d\n\x19\x42US_EVENT_TYPE_CHECKPOINT\x10#\x12\x1f\n\x1b\x42US_EVENT_TYPE_STREAM_START\x10$\x12\x1f\n\x1b\x42US_EVENT_TYPE_KEY_ROTATION\x10%\x12\x1c\n\x18\x42US_EVENT_TYPE_STATE_VAR\x10&\x12!\n\x1d\x42US_EVENT_TYPE_NETWORK_LIMITS\x10\'\x12\x1b\n\x17\x42US_EVENT_TYPE_TRANSFER\x10(\x12$\n BUS_EVENT_TYPE_VALIDATOR_RANKING\x10)\x12/\n+BUS_EVENT_TYPE_ERC20_MULTI_SIG_SIGNER_EVENT\x10*\x12\x30\n,BUS_EVENT_TYPE_ERC20_MULTI_SIG_SET_THRESHOLD\x10+\x12/\n+BUS_EVENT_TYPE_ERC20_MULTI_SIG_SIGNER_ADDED\x10,\x12\x31\n-BUS_EVENT_TYPE_ERC20_MULTI_SIG_SIGNER_REMOVED\x10-\x12!\n\x1d\x42US_EVENT_TYPE_POSITION_STATE\x10.\x12(\n$BUS_EVENT_TYPE_ETHEREUM_KEY_ROTATION\x10/\x12,\n(BUS_EVENT_TYPE_PROTOCOL_UPGRADE_PROPOSAL\x10\x30\x12\x19\n\x15\x42US_EVENT_TYPE_MARKET\x10\x65\x12\x1c\n\x17\x42US_EVENT_TYPE_TX_ERROR\x10\xc9\x01\x42\x31Z/code.vegaprotocol.io/vega/protos/vega/events/v1b\x06proto3' ) -_PROTOCOLUPGRADEPROPOSALSTATUS = DESCRIPTOR.enum_types_by_name[ - "ProtocolUpgradeProposalStatus" -] -ProtocolUpgradeProposalStatus = enum_type_wrapper.EnumTypeWrapper( - _PROTOCOLUPGRADEPROPOSALSTATUS +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) +_builder.BuildTopDescriptorsAndMessages( + DESCRIPTOR, "vega.events.v1.events_pb2", globals() ) -_BUSEVENTTYPE = DESCRIPTOR.enum_types_by_name["BusEventType"] -BusEventType = enum_type_wrapper.EnumTypeWrapper(_BUSEVENTTYPE) -PROTOCOL_UPGRADE_PROPOSAL_STATUS_UNSPECIFIED = 0 -PROTOCOL_UPGRADE_PROPOSAL_STATUS_PENDING = 1 -PROTOCOL_UPGRADE_PROPOSAL_STATUS_APPROVED = 2 -PROTOCOL_UPGRADE_PROPOSAL_STATUS_REJECTED = 3 -BUS_EVENT_TYPE_UNSPECIFIED = 0 -BUS_EVENT_TYPE_ALL = 1 -BUS_EVENT_TYPE_TIME_UPDATE = 2 -BUS_EVENT_TYPE_TRANSFER_RESPONSES = 3 -BUS_EVENT_TYPE_POSITION_RESOLUTION = 4 -BUS_EVENT_TYPE_ORDER = 5 -BUS_EVENT_TYPE_ACCOUNT = 6 -BUS_EVENT_TYPE_PARTY = 7 -BUS_EVENT_TYPE_TRADE = 8 -BUS_EVENT_TYPE_MARGIN_LEVELS = 9 -BUS_EVENT_TYPE_PROPOSAL = 10 -BUS_EVENT_TYPE_VOTE = 11 -BUS_EVENT_TYPE_MARKET_DATA = 12 -BUS_EVENT_TYPE_NODE_SIGNATURE = 13 -BUS_EVENT_TYPE_LOSS_SOCIALIZATION = 14 -BUS_EVENT_TYPE_SETTLE_POSITION = 15 -BUS_EVENT_TYPE_SETTLE_DISTRESSED = 16 -BUS_EVENT_TYPE_MARKET_CREATED = 17 -BUS_EVENT_TYPE_ASSET = 18 -BUS_EVENT_TYPE_MARKET_TICK = 19 -BUS_EVENT_TYPE_WITHDRAWAL = 20 -BUS_EVENT_TYPE_DEPOSIT = 21 -BUS_EVENT_TYPE_AUCTION = 22 -BUS_EVENT_TYPE_RISK_FACTOR = 23 -BUS_EVENT_TYPE_NETWORK_PARAMETER = 24 -BUS_EVENT_TYPE_LIQUIDITY_PROVISION = 25 -BUS_EVENT_TYPE_MARKET_UPDATED = 26 -BUS_EVENT_TYPE_ORACLE_SPEC = 27 -BUS_EVENT_TYPE_ORACLE_DATA = 28 -BUS_EVENT_TYPE_DELEGATION_BALANCE = 29 -BUS_EVENT_TYPE_VALIDATOR_SCORE = 30 -BUS_EVENT_TYPE_EPOCH_UPDATE = 31 -BUS_EVENT_TYPE_VALIDATOR_UPDATE = 32 -BUS_EVENT_TYPE_STAKE_LINKING = 33 -BUS_EVENT_TYPE_REWARD_PAYOUT_EVENT = 34 -BUS_EVENT_TYPE_CHECKPOINT = 35 -BUS_EVENT_TYPE_STREAM_START = 36 -BUS_EVENT_TYPE_KEY_ROTATION = 37 -BUS_EVENT_TYPE_STATE_VAR = 38 -BUS_EVENT_TYPE_NETWORK_LIMITS = 39 -BUS_EVENT_TYPE_TRANSFER = 40 -BUS_EVENT_TYPE_VALIDATOR_RANKING = 41 -BUS_EVENT_TYPE_ERC20_MULTI_SIG_SIGNER_EVENT = 42 -BUS_EVENT_TYPE_ERC20_MULTI_SIG_SET_THRESHOLD = 43 -BUS_EVENT_TYPE_ERC20_MULTI_SIG_SIGNER_ADDED = 44 -BUS_EVENT_TYPE_ERC20_MULTI_SIG_SIGNER_REMOVED = 45 -BUS_EVENT_TYPE_POSITION_STATE = 46 -BUS_EVENT_TYPE_ETHEREUM_KEY_ROTATION = 47 -BUS_EVENT_TYPE_PROTOCOL_UPGRADE_PROPOSAL = 48 -BUS_EVENT_TYPE_MARKET = 101 -BUS_EVENT_TYPE_TX_ERROR = 201 - - -_ERC20MULTISIGSIGNERADDED = DESCRIPTOR.message_types_by_name["ERC20MultiSigSignerAdded"] -_ERC20MULISTSIGSIGNERREMOVEDSUBMITTER = DESCRIPTOR.message_types_by_name[ - "ERC20MulistSigSignerRemovedSubmitter" -] -_ERC20MULTISIGSIGNERREMOVED = DESCRIPTOR.message_types_by_name[ - "ERC20MultiSigSignerRemoved" -] -_TRANSFER = DESCRIPTOR.message_types_by_name["Transfer"] -_ONEOFFTRANSFER = DESCRIPTOR.message_types_by_name["OneOffTransfer"] -_RECURRINGTRANSFER = DESCRIPTOR.message_types_by_name["RecurringTransfer"] -_STAKELINKING = DESCRIPTOR.message_types_by_name["StakeLinking"] -_ERC20MULTISIGSIGNEREVENT = DESCRIPTOR.message_types_by_name["ERC20MultiSigSignerEvent"] -_ERC20MULTISIGTHRESHOLDSETEVENT = DESCRIPTOR.message_types_by_name[ - "ERC20MultiSigThresholdSetEvent" -] -_CHECKPOINTEVENT = DESCRIPTOR.message_types_by_name["CheckpointEvent"] -_STREAMSTARTEVENT = DESCRIPTOR.message_types_by_name["StreamStartEvent"] -_REWARDPAYOUTEVENT = DESCRIPTOR.message_types_by_name["RewardPayoutEvent"] -_VALIDATORSCOREEVENT = DESCRIPTOR.message_types_by_name["ValidatorScoreEvent"] -_DELEGATIONBALANCEEVENT = DESCRIPTOR.message_types_by_name["DelegationBalanceEvent"] -_MARKETEVENT = DESCRIPTOR.message_types_by_name["MarketEvent"] -_TXERROREVENT = DESCRIPTOR.message_types_by_name["TxErrorEvent"] -_TIMEUPDATE = DESCRIPTOR.message_types_by_name["TimeUpdate"] -_EPOCHEVENT = DESCRIPTOR.message_types_by_name["EpochEvent"] -_TRANSFERRESPONSES = DESCRIPTOR.message_types_by_name["TransferResponses"] -_POSITIONRESOLUTION = DESCRIPTOR.message_types_by_name["PositionResolution"] -_LOSSSOCIALIZATION = DESCRIPTOR.message_types_by_name["LossSocialization"] -_TRADESETTLEMENT = DESCRIPTOR.message_types_by_name["TradeSettlement"] -_SETTLEPOSITION = DESCRIPTOR.message_types_by_name["SettlePosition"] -_POSITIONSTATEEVENT = DESCRIPTOR.message_types_by_name["PositionStateEvent"] -_SETTLEDISTRESSED = DESCRIPTOR.message_types_by_name["SettleDistressed"] -_MARKETTICK = DESCRIPTOR.message_types_by_name["MarketTick"] -_AUCTIONEVENT = DESCRIPTOR.message_types_by_name["AuctionEvent"] -_VALIDATORUPDATE = DESCRIPTOR.message_types_by_name["ValidatorUpdate"] -_VALIDATORRANKINGEVENT = DESCRIPTOR.message_types_by_name["ValidatorRankingEvent"] -_KEYROTATION = DESCRIPTOR.message_types_by_name["KeyRotation"] -_ETHEREUMKEYROTATION = DESCRIPTOR.message_types_by_name["EthereumKeyRotation"] -_PROTOCOLUPGRADEEVENT = DESCRIPTOR.message_types_by_name["ProtocolUpgradeEvent"] -_STATEVAR = DESCRIPTOR.message_types_by_name["StateVar"] -_BUSEVENT = DESCRIPTOR.message_types_by_name["BusEvent"] -_TRANSFER_STATUS = _TRANSFER.enum_types_by_name["Status"] -_STAKELINKING_TYPE = _STAKELINKING.enum_types_by_name["Type"] -_STAKELINKING_STATUS = _STAKELINKING.enum_types_by_name["Status"] -_ERC20MULTISIGSIGNEREVENT_TYPE = _ERC20MULTISIGSIGNEREVENT.enum_types_by_name["Type"] -ERC20MultiSigSignerAdded = _reflection.GeneratedProtocolMessageType( - "ERC20MultiSigSignerAdded", - (_message.Message,), - { - "DESCRIPTOR": _ERC20MULTISIGSIGNERADDED, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.ERC20MultiSigSignerAdded) - }, -) -_sym_db.RegisterMessage(ERC20MultiSigSignerAdded) - -ERC20MulistSigSignerRemovedSubmitter = _reflection.GeneratedProtocolMessageType( - "ERC20MulistSigSignerRemovedSubmitter", - (_message.Message,), - { - "DESCRIPTOR": _ERC20MULISTSIGSIGNERREMOVEDSUBMITTER, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.ERC20MulistSigSignerRemovedSubmitter) - }, -) -_sym_db.RegisterMessage(ERC20MulistSigSignerRemovedSubmitter) - -ERC20MultiSigSignerRemoved = _reflection.GeneratedProtocolMessageType( - "ERC20MultiSigSignerRemoved", - (_message.Message,), - { - "DESCRIPTOR": _ERC20MULTISIGSIGNERREMOVED, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.ERC20MultiSigSignerRemoved) - }, -) -_sym_db.RegisterMessage(ERC20MultiSigSignerRemoved) - -Transfer = _reflection.GeneratedProtocolMessageType( - "Transfer", - (_message.Message,), - { - "DESCRIPTOR": _TRANSFER, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.Transfer) - }, -) -_sym_db.RegisterMessage(Transfer) - -OneOffTransfer = _reflection.GeneratedProtocolMessageType( - "OneOffTransfer", - (_message.Message,), - { - "DESCRIPTOR": _ONEOFFTRANSFER, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.OneOffTransfer) - }, -) -_sym_db.RegisterMessage(OneOffTransfer) - -RecurringTransfer = _reflection.GeneratedProtocolMessageType( - "RecurringTransfer", - (_message.Message,), - { - "DESCRIPTOR": _RECURRINGTRANSFER, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.RecurringTransfer) - }, -) -_sym_db.RegisterMessage(RecurringTransfer) - -StakeLinking = _reflection.GeneratedProtocolMessageType( - "StakeLinking", - (_message.Message,), - { - "DESCRIPTOR": _STAKELINKING, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.StakeLinking) - }, -) -_sym_db.RegisterMessage(StakeLinking) - -ERC20MultiSigSignerEvent = _reflection.GeneratedProtocolMessageType( - "ERC20MultiSigSignerEvent", - (_message.Message,), - { - "DESCRIPTOR": _ERC20MULTISIGSIGNEREVENT, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.ERC20MultiSigSignerEvent) - }, -) -_sym_db.RegisterMessage(ERC20MultiSigSignerEvent) - -ERC20MultiSigThresholdSetEvent = _reflection.GeneratedProtocolMessageType( - "ERC20MultiSigThresholdSetEvent", - (_message.Message,), - { - "DESCRIPTOR": _ERC20MULTISIGTHRESHOLDSETEVENT, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.ERC20MultiSigThresholdSetEvent) - }, -) -_sym_db.RegisterMessage(ERC20MultiSigThresholdSetEvent) - -CheckpointEvent = _reflection.GeneratedProtocolMessageType( - "CheckpointEvent", - (_message.Message,), - { - "DESCRIPTOR": _CHECKPOINTEVENT, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.CheckpointEvent) - }, -) -_sym_db.RegisterMessage(CheckpointEvent) - -StreamStartEvent = _reflection.GeneratedProtocolMessageType( - "StreamStartEvent", - (_message.Message,), - { - "DESCRIPTOR": _STREAMSTARTEVENT, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.StreamStartEvent) - }, -) -_sym_db.RegisterMessage(StreamStartEvent) - -RewardPayoutEvent = _reflection.GeneratedProtocolMessageType( - "RewardPayoutEvent", - (_message.Message,), - { - "DESCRIPTOR": _REWARDPAYOUTEVENT, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.RewardPayoutEvent) - }, -) -_sym_db.RegisterMessage(RewardPayoutEvent) - -ValidatorScoreEvent = _reflection.GeneratedProtocolMessageType( - "ValidatorScoreEvent", - (_message.Message,), - { - "DESCRIPTOR": _VALIDATORSCOREEVENT, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.ValidatorScoreEvent) - }, -) -_sym_db.RegisterMessage(ValidatorScoreEvent) - -DelegationBalanceEvent = _reflection.GeneratedProtocolMessageType( - "DelegationBalanceEvent", - (_message.Message,), - { - "DESCRIPTOR": _DELEGATIONBALANCEEVENT, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.DelegationBalanceEvent) - }, -) -_sym_db.RegisterMessage(DelegationBalanceEvent) - -MarketEvent = _reflection.GeneratedProtocolMessageType( - "MarketEvent", - (_message.Message,), - { - "DESCRIPTOR": _MARKETEVENT, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.MarketEvent) - }, -) -_sym_db.RegisterMessage(MarketEvent) - -TxErrorEvent = _reflection.GeneratedProtocolMessageType( - "TxErrorEvent", - (_message.Message,), - { - "DESCRIPTOR": _TXERROREVENT, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.TxErrorEvent) - }, -) -_sym_db.RegisterMessage(TxErrorEvent) - -TimeUpdate = _reflection.GeneratedProtocolMessageType( - "TimeUpdate", - (_message.Message,), - { - "DESCRIPTOR": _TIMEUPDATE, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.TimeUpdate) - }, -) -_sym_db.RegisterMessage(TimeUpdate) - -EpochEvent = _reflection.GeneratedProtocolMessageType( - "EpochEvent", - (_message.Message,), - { - "DESCRIPTOR": _EPOCHEVENT, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.EpochEvent) - }, -) -_sym_db.RegisterMessage(EpochEvent) - -TransferResponses = _reflection.GeneratedProtocolMessageType( - "TransferResponses", - (_message.Message,), - { - "DESCRIPTOR": _TRANSFERRESPONSES, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.TransferResponses) - }, -) -_sym_db.RegisterMessage(TransferResponses) - -PositionResolution = _reflection.GeneratedProtocolMessageType( - "PositionResolution", - (_message.Message,), - { - "DESCRIPTOR": _POSITIONRESOLUTION, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.PositionResolution) - }, -) -_sym_db.RegisterMessage(PositionResolution) - -LossSocialization = _reflection.GeneratedProtocolMessageType( - "LossSocialization", - (_message.Message,), - { - "DESCRIPTOR": _LOSSSOCIALIZATION, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.LossSocialization) - }, -) -_sym_db.RegisterMessage(LossSocialization) - -TradeSettlement = _reflection.GeneratedProtocolMessageType( - "TradeSettlement", - (_message.Message,), - { - "DESCRIPTOR": _TRADESETTLEMENT, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.TradeSettlement) - }, -) -_sym_db.RegisterMessage(TradeSettlement) - -SettlePosition = _reflection.GeneratedProtocolMessageType( - "SettlePosition", - (_message.Message,), - { - "DESCRIPTOR": _SETTLEPOSITION, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.SettlePosition) - }, -) -_sym_db.RegisterMessage(SettlePosition) - -PositionStateEvent = _reflection.GeneratedProtocolMessageType( - "PositionStateEvent", - (_message.Message,), - { - "DESCRIPTOR": _POSITIONSTATEEVENT, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.PositionStateEvent) - }, -) -_sym_db.RegisterMessage(PositionStateEvent) - -SettleDistressed = _reflection.GeneratedProtocolMessageType( - "SettleDistressed", - (_message.Message,), - { - "DESCRIPTOR": _SETTLEDISTRESSED, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.SettleDistressed) - }, -) -_sym_db.RegisterMessage(SettleDistressed) - -MarketTick = _reflection.GeneratedProtocolMessageType( - "MarketTick", - (_message.Message,), - { - "DESCRIPTOR": _MARKETTICK, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.MarketTick) - }, -) -_sym_db.RegisterMessage(MarketTick) - -AuctionEvent = _reflection.GeneratedProtocolMessageType( - "AuctionEvent", - (_message.Message,), - { - "DESCRIPTOR": _AUCTIONEVENT, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.AuctionEvent) - }, -) -_sym_db.RegisterMessage(AuctionEvent) - -ValidatorUpdate = _reflection.GeneratedProtocolMessageType( - "ValidatorUpdate", - (_message.Message,), - { - "DESCRIPTOR": _VALIDATORUPDATE, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.ValidatorUpdate) - }, -) -_sym_db.RegisterMessage(ValidatorUpdate) - -ValidatorRankingEvent = _reflection.GeneratedProtocolMessageType( - "ValidatorRankingEvent", - (_message.Message,), - { - "DESCRIPTOR": _VALIDATORRANKINGEVENT, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.ValidatorRankingEvent) - }, -) -_sym_db.RegisterMessage(ValidatorRankingEvent) - -KeyRotation = _reflection.GeneratedProtocolMessageType( - "KeyRotation", - (_message.Message,), - { - "DESCRIPTOR": _KEYROTATION, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.KeyRotation) - }, -) -_sym_db.RegisterMessage(KeyRotation) - -EthereumKeyRotation = _reflection.GeneratedProtocolMessageType( - "EthereumKeyRotation", - (_message.Message,), - { - "DESCRIPTOR": _ETHEREUMKEYROTATION, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.EthereumKeyRotation) - }, -) -_sym_db.RegisterMessage(EthereumKeyRotation) - -ProtocolUpgradeEvent = _reflection.GeneratedProtocolMessageType( - "ProtocolUpgradeEvent", - (_message.Message,), - { - "DESCRIPTOR": _PROTOCOLUPGRADEEVENT, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.ProtocolUpgradeEvent) - }, -) -_sym_db.RegisterMessage(ProtocolUpgradeEvent) - -StateVar = _reflection.GeneratedProtocolMessageType( - "StateVar", - (_message.Message,), - { - "DESCRIPTOR": _STATEVAR, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.StateVar) - }, -) -_sym_db.RegisterMessage(StateVar) - -BusEvent = _reflection.GeneratedProtocolMessageType( - "BusEvent", - (_message.Message,), - { - "DESCRIPTOR": _BUSEVENT, - "__module__": "vega.events.v1.events_pb2" - # @@protoc_insertion_point(class_scope:vega.events.v1.BusEvent) - }, -) -_sym_db.RegisterMessage(BusEvent) - if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None DESCRIPTOR._serialized_options = ( b"Z/code.vegaprotocol.io/vega/protos/vega/events/v1" ) - _PROTOCOLUPGRADEPROPOSALSTATUS._serialized_start = 8874 - _PROTOCOLUPGRADEPROPOSALSTATUS._serialized_end = 9095 - _BUSEVENTTYPE._serialized_start = 9098 - _BUSEVENTTYPE._serialized_end = 10869 + _PROTOCOLUPGRADEPROPOSALSTATUS._serialized_start = 11605 + _PROTOCOLUPGRADEPROPOSALSTATUS._serialized_end = 11826 + _BUSEVENTTYPE._serialized_start = 11829 + _BUSEVENTTYPE._serialized_end = 13600 _ERC20MULTISIGSIGNERADDED._serialized_start = 291 - _ERC20MULTISIGSIGNERADDED._serialized_end = 453 - _ERC20MULISTSIGSIGNERREMOVEDSUBMITTER._serialized_start = 455 - _ERC20MULISTSIGSIGNERREMOVEDSUBMITTER._serialized_end = 534 - _ERC20MULTISIGSIGNERREMOVED._serialized_start = 537 - _ERC20MULTISIGSIGNERREMOVED._serialized_end = 744 - _TRANSFER._serialized_start = 747 - _TRANSFER._serialized_end = 1253 - _TRANSFER_STATUS._serialized_start = 1113 - _TRANSFER_STATUS._serialized_end = 1245 - _ONEOFFTRANSFER._serialized_start = 1255 - _ONEOFFTRANSFER._serialized_end = 1291 - _RECURRINGTRANSFER._serialized_start = 1294 - _RECURRINGTRANSFER._serialized_end = 1439 - _STAKELINKING._serialized_start = 1442 - _STAKELINKING._serialized_end = 1897 - _STAKELINKING_TYPE._serialized_start = 1741 - _STAKELINKING_TYPE._serialized_end = 1801 - _STAKELINKING_STATUS._serialized_start = 1803 - _STAKELINKING_STATUS._serialized_end = 1897 - _ERC20MULTISIGSIGNEREVENT._serialized_start = 1900 - _ERC20MULTISIGSIGNEREVENT._serialized_end = 2172 - _ERC20MULTISIGSIGNEREVENT_TYPE._serialized_start = 2110 - _ERC20MULTISIGSIGNEREVENT_TYPE._serialized_end = 2172 - _ERC20MULTISIGTHRESHOLDSETEVENT._serialized_start = 2175 - _ERC20MULTISIGTHRESHOLDSETEVENT._serialized_end = 2335 - _CHECKPOINTEVENT._serialized_start = 2337 - _CHECKPOINTEVENT._serialized_end = 2410 - _STREAMSTARTEVENT._serialized_start = 2412 - _STREAMSTARTEVENT._serialized_end = 2448 - _REWARDPAYOUTEVENT._serialized_start = 2451 - _REWARDPAYOUTEVENT._serialized_end = 2624 - _VALIDATORSCOREEVENT._serialized_start = 2627 - _VALIDATORSCOREEVENT._serialized_end = 2845 - _DELEGATIONBALANCEEVENT._serialized_start = 2847 - _DELEGATIONBALANCEEVENT._serialized_end = 2938 - _MARKETEVENT._serialized_start = 2940 - _MARKETEVENT._serialized_end = 2989 - _TXERROREVENT._serialized_start = 2992 - _TXERROREVENT._serialized_end = 4175 - _TIMEUPDATE._serialized_start = 4177 - _TIMEUPDATE._serialized_end = 4208 - _EPOCHEVENT._serialized_start = 4210 - _EPOCHEVENT._serialized_end = 4329 - _TRANSFERRESPONSES._serialized_start = 4331 - _TRANSFERRESPONSES._serialized_end = 4393 - _POSITIONRESOLUTION._serialized_start = 4395 - _POSITIONRESOLUTION._serialized_end = 4490 - _LOSSSOCIALIZATION._serialized_start = 4492 - _LOSSSOCIALIZATION._serialized_end = 4564 - _TRADESETTLEMENT._serialized_start = 4566 - _TRADESETTLEMENT._serialized_end = 4612 - _SETTLEPOSITION._serialized_start = 4615 - _SETTLEPOSITION._serialized_end = 4768 - _POSITIONSTATEEVENT._serialized_start = 4771 - _POSITIONSTATEEVENT._serialized_end = 4936 - _SETTLEDISTRESSED._serialized_start = 4938 - _SETTLEDISTRESSED._serialized_end = 5024 - _MARKETTICK._serialized_start = 5026 - _MARKETTICK._serialized_end = 5064 - _AUCTIONEVENT._serialized_start = 5067 - _AUCTIONEVENT._serialized_end = 5256 - _VALIDATORUPDATE._serialized_start = 5259 - _VALIDATORUPDATE._serialized_end = 5493 - _VALIDATORRANKINGEVENT._serialized_start = 5496 - _VALIDATORRANKINGEVENT._serialized_end = 5697 - _KEYROTATION._serialized_start = 5699 - _KEYROTATION._serialized_end = 5793 - _ETHEREUMKEYROTATION._serialized_start = 5795 - _ETHEREUMKEYROTATION._serialized_end = 5897 - _PROTOCOLUPGRADEEVENT._serialized_start = 5900 - _PROTOCOLUPGRADEEVENT._serialized_end = 6091 - _STATEVAR._serialized_start = 6093 - _STATEVAR._serialized_end = 6148 - _BUSEVENT._serialized_start = 6151 - _BUSEVENT._serialized_end = 8871 + _ERC20MULTISIGSIGNERADDED._serialized_end = 529 + _ERC20MULISTSIGSIGNERREMOVEDSUBMITTER._serialized_start = 531 + _ERC20MULISTSIGSIGNERREMOVEDSUBMITTER._serialized_end = 634 + _ERC20MULTISIGSIGNERREMOVED._serialized_start = 637 + _ERC20MULTISIGSIGNERREMOVED._serialized_end = 917 + _TRANSFER._serialized_start = 920 + _TRANSFER._serialized_end = 1536 + _TRANSFER_STATUS._serialized_start = 1396 + _TRANSFER_STATUS._serialized_end = 1528 + _ONEOFFTRANSFER._serialized_start = 1538 + _ONEOFFTRANSFER._serialized_end = 1585 + _RECURRINGTRANSFER._serialized_start = 1588 + _RECURRINGTRANSFER._serialized_end = 1781 + _STAKELINKING._serialized_start = 1784 + _STAKELINKING._serialized_end = 2348 + _STAKELINKING_TYPE._serialized_start = 2192 + _STAKELINKING_TYPE._serialized_end = 2252 + _STAKELINKING_STATUS._serialized_start = 2254 + _STAKELINKING_STATUS._serialized_end = 2348 + _ERC20MULTISIGSIGNEREVENT._serialized_start = 2351 + _ERC20MULTISIGSIGNEREVENT._serialized_end = 2690 + _ERC20MULTISIGSIGNEREVENT_TYPE._serialized_start = 2628 + _ERC20MULTISIGSIGNEREVENT_TYPE._serialized_end = 2690 + _ERC20MULTISIGTHRESHOLDSETEVENT._serialized_start = 2693 + _ERC20MULTISIGTHRESHOLDSETEVENT._serialized_end = 2920 + _CHECKPOINTEVENT._serialized_start = 2922 + _CHECKPOINTEVENT._serialized_end = 3025 + _STREAMSTARTEVENT._serialized_start = 3027 + _STREAMSTARTEVENT._serialized_end = 3072 + _REWARDPAYOUTEVENT._serialized_start = 3075 + _REWARDPAYOUTEVENT._serialized_end = 3333 + _VALIDATORSCOREEVENT._serialized_start = 3336 + _VALIDATORSCOREEVENT._serialized_end = 3678 + _DELEGATIONBALANCEEVENT._serialized_start = 3680 + _DELEGATIONBALANCEEVENT._serialized_end = 3804 + _MARKETEVENT._serialized_start = 3806 + _MARKETEVENT._serialized_end = 3874 + _TXERROREVENT._serialized_start = 3877 + _TXERROREVENT._serialized_end = 5395 + _TIMEUPDATE._serialized_start = 5397 + _TIMEUPDATE._serialized_end = 5439 + _EPOCHEVENT._serialized_start = 5442 + _EPOCHEVENT._serialized_end = 5606 + _TRANSFERRESPONSES._serialized_start = 5608 + _TRANSFERRESPONSES._serialized_end = 5681 + _POSITIONRESOLUTION._serialized_start = 5684 + _POSITIONRESOLUTION._serialized_end = 5820 + _LOSSSOCIALIZATION._serialized_start = 5822 + _LOSSSOCIALIZATION._serialized_end = 5921 + _TRADESETTLEMENT._serialized_start = 5923 + _TRADESETTLEMENT._serialized_end = 5982 + _SETTLEPOSITION._serialized_start = 5985 + _SETTLEPOSITION._serialized_end = 6198 + _POSITIONSTATEEVENT._serialized_start = 6201 + _POSITIONSTATEEVENT._serialized_end = 6447 + _SETTLEDISTRESSED._serialized_start = 6449 + _SETTLEDISTRESSED._serialized_end = 6569 + _MARKETTICK._serialized_start = 6571 + _MARKETTICK._serialized_end = 6619 + _AUCTIONEVENT._serialized_start = 6622 + _AUCTIONEVENT._serialized_end = 6883 + _VALIDATORUPDATE._serialized_start = 6886 + _VALIDATORUPDATE._serialized_end = 7237 + _VALIDATORRANKINGEVENT._serialized_start = 7240 + _VALIDATORRANKINGEVENT._serialized_end = 7546 + _KEYROTATION._serialized_start = 7549 + _KEYROTATION._serialized_end = 7686 + _ETHEREUMKEYROTATION._serialized_start = 7689 + _ETHEREUMKEYROTATION._serialized_end = 7836 + _PROTOCOLUPGRADEEVENT._serialized_start = 7839 + _PROTOCOLUPGRADEEVENT._serialized_end = 8054 + _STATEVAR._serialized_start = 8056 + _STATEVAR._serialized_end = 8131 + _BUSEVENT._serialized_start = 8134 + _BUSEVENT._serialized_end = 11602 # @@protoc_insertion_point(module_scope) diff --git a/vega_sim/proto/vega/governance_pb2.py b/vega_sim/proto/vega/governance_pb2.py index 3bdf8b6ce..bce803b96 100644 --- a/vega_sim/proto/vega/governance_pb2.py +++ b/vega_sim/proto/vega/governance_pb2.py @@ -2,11 +2,9 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: vega/governance.proto """Generated protocol buffer code.""" -from google.protobuf.internal import enum_type_wrapper +from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) @@ -21,296 +19,11 @@ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile( - b'\n\x15vega/governance.proto\x12\x04vega\x1a\x12vega/markets.proto\x1a\x0fvega/vega.proto\x1a\x11vega/assets.proto\x1a\x1avega/oracles/v1/spec.proto"\xbf\x02\n\rFutureProduct\x12\x18\n\x10settlement_asset\x18\x02 \x01(\t\x12\x12\n\nquote_name\x18\x03 \x01(\t\x12M\n oracle_spec_for_settlement_price\x18\x05 \x01(\x0b\x32#.oracles.v1.OracleSpecConfiguration\x12P\n#oracle_spec_for_trading_termination\x18\x06 \x01(\x0b\x32#.oracles.v1.OracleSpecConfiguration\x12<\n\x13oracle_spec_binding\x18\x07 \x01(\x0b\x32\x1f.vega.OracleSpecToFutureBinding\x12!\n\x19settlement_price_decimals\x18\x08 \x01(\r"g\n\x17InstrumentConfiguration\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04\x63ode\x18\x02 \x01(\t\x12%\n\x06\x66uture\x18\x64 \x01(\x0b\x32\x13.vega.FutureProductH\x00\x42\t\n\x07product"\x98\x03\n\x16NewMarketConfiguration\x12\x31\n\ninstrument\x18\x01 \x01(\x0b\x32\x1d.vega.InstrumentConfiguration\x12\x16\n\x0e\x64\x65\x63imal_places\x18\x02 \x01(\x04\x12\x10\n\x08metadata\x18\x03 \x03(\t\x12\x44\n\x1bprice_monitoring_parameters\x18\x04 \x01(\x0b\x32\x1f.vega.PriceMonitoringParameters\x12L\n\x1fliquidity_monitoring_parameters\x18\x05 \x01(\x0b\x32#.vega.LiquidityMonitoringParameters\x12)\n\x06simple\x18\x64 \x01(\x0b\x32\x17.vega.SimpleModelParamsH\x00\x12.\n\nlog_normal\x18\x65 \x01(\x0b\x32\x18.vega.LogNormalRiskModelH\x00\x12\x1f\n\x17position_decimal_places\x18\x06 \x01(\x04\x42\x11\n\x0frisk_parameters"\x99\x01\n\x13NewMarketCommitment\x12\x19\n\x11\x63ommitment_amount\x18\x01 \x01(\t\x12\x0b\n\x03\x66\x65\x65\x18\x02 \x01(\t\x12#\n\x05sells\x18\x03 \x03(\x0b\x32\x14.vega.LiquidityOrder\x12"\n\x04\x62uys\x18\x04 \x03(\x0b\x32\x14.vega.LiquidityOrder\x12\x11\n\treference\x18\x05 \x01(\t"s\n\tNewMarket\x12-\n\x07\x63hanges\x18\x01 \x01(\x0b\x32\x1c.vega.NewMarketConfiguration\x12\x37\n\x14liquidity_commitment\x18\x02 \x01(\x0b\x32\x19.vega.NewMarketCommitment"S\n\x0cUpdateMarket\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\x30\n\x07\x63hanges\x18\x02 \x01(\x0b\x32\x1f.vega.UpdateMarketConfiguration"\xe8\x02\n\x19UpdateMarketConfiguration\x12\x37\n\ninstrument\x18\x01 \x01(\x0b\x32#.vega.UpdateInstrumentConfiguration\x12\x10\n\x08metadata\x18\x02 \x03(\t\x12\x44\n\x1bprice_monitoring_parameters\x18\x03 \x01(\x0b\x32\x1f.vega.PriceMonitoringParameters\x12L\n\x1fliquidity_monitoring_parameters\x18\x04 \x01(\x0b\x32#.vega.LiquidityMonitoringParameters\x12)\n\x06simple\x18\x64 \x01(\x0b\x32\x17.vega.SimpleModelParamsH\x00\x12.\n\nlog_normal\x18\x65 \x01(\x0b\x32\x18.vega.LogNormalRiskModelH\x00\x42\x11\n\x0frisk_parameters"e\n\x1dUpdateInstrumentConfiguration\x12\x0c\n\x04\x63ode\x18\x01 \x01(\t\x12+\n\x06\x66uture\x18\x64 \x01(\x0b\x32\x19.vega.UpdateFutureProductH\x00\x42\t\n\x07product"\xab\x02\n\x13UpdateFutureProduct\x12\x12\n\nquote_name\x18\x01 \x01(\t\x12M\n oracle_spec_for_settlement_price\x18\x02 \x01(\x0b\x32#.oracles.v1.OracleSpecConfiguration\x12P\n#oracle_spec_for_trading_termination\x18\x03 \x01(\x0b\x32#.oracles.v1.OracleSpecConfiguration\x12<\n\x13oracle_spec_binding\x18\x04 \x01(\x0b\x32\x1f.vega.OracleSpecToFutureBinding\x12!\n\x19settlement_price_decimals\x18\x05 \x01(\r"A\n\x16UpdateNetworkParameter\x12\'\n\x07\x63hanges\x18\x01 \x01(\x0b\x32\x16.vega.NetworkParameter"/\n\x08NewAsset\x12#\n\x07\x63hanges\x18\x01 \x01(\x0b\x32\x12.vega.AssetDetails"J\n\x0bUpdateAsset\x12\x10\n\x08\x61sset_id\x18\x01 \x01(\t\x12)\n\x07\x63hanges\x18\x02 \x01(\x0b\x32\x18.vega.AssetDetailsUpdate"\r\n\x0bNewFreeform"\x80\x03\n\rProposalTerms\x12\x19\n\x11\x63losing_timestamp\x18\x01 \x01(\x03\x12\x1b\n\x13\x65nactment_timestamp\x18\x02 \x01(\x03\x12\x1c\n\x14validation_timestamp\x18\x03 \x01(\x03\x12+\n\rupdate_market\x18\x65 \x01(\x0b\x32\x12.vega.UpdateMarketH\x00\x12%\n\nnew_market\x18\x66 \x01(\x0b\x32\x0f.vega.NewMarketH\x00\x12@\n\x18update_network_parameter\x18g \x01(\x0b\x32\x1c.vega.UpdateNetworkParameterH\x00\x12#\n\tnew_asset\x18h \x01(\x0b\x32\x0e.vega.NewAssetH\x00\x12)\n\x0cnew_freeform\x18i \x01(\x0b\x32\x11.vega.NewFreeformH\x00\x12)\n\x0cupdate_asset\x18j \x01(\x0b\x32\x11.vega.UpdateAssetH\x00\x42\x08\n\x06\x63hange"C\n\x11ProposalRationale\x12\x13\n\x0b\x64\x65scription\x18\x01 \x01(\t\x12\x0c\n\x04hash\x18\x02 \x01(\t\x12\x0b\n\x03url\x18\x03 \x01(\t"\xc8\x02\n\x0eGovernanceData\x12 \n\x08proposal\x18\x01 \x01(\x0b\x32\x0e.vega.Proposal\x12\x17\n\x03yes\x18\x02 \x03(\x0b\x32\n.vega.Vote\x12\x16\n\x02no\x18\x03 \x03(\x0b\x32\n.vega.Vote\x12\x35\n\tyes_party\x18\x04 \x03(\x0b\x32".vega.GovernanceData.YesPartyEntry\x12\x33\n\x08no_party\x18\x05 \x03(\x0b\x32!.vega.GovernanceData.NoPartyEntry\x1a;\n\rYesPartyEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x19\n\x05value\x18\x02 \x01(\x0b\x32\n.vega.Vote:\x02\x38\x01\x1a:\n\x0cNoPartyEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x19\n\x05value\x18\x02 \x01(\x0b\x32\n.vega.Vote:\x02\x38\x01"\xb0\x03\n\x08Proposal\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\treference\x18\x02 \x01(\t\x12\x10\n\x08party_id\x18\x03 \x01(\t\x12#\n\x05state\x18\x04 \x01(\x0e\x32\x14.vega.Proposal.State\x12\x11\n\ttimestamp\x18\x05 \x01(\x03\x12"\n\x05terms\x18\x06 \x01(\x0b\x32\x13.vega.ProposalTerms\x12#\n\x06reason\x18\x07 \x01(\x0e\x32\x13.vega.ProposalError\x12\x15\n\rerror_details\x18\x08 \x01(\t\x12*\n\trationale\x18\t \x01(\x0b\x32\x17.vega.ProposalRationale"\xae\x01\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x10\n\x0cSTATE_FAILED\x10\x01\x12\x0e\n\nSTATE_OPEN\x10\x02\x12\x10\n\x0cSTATE_PASSED\x10\x03\x12\x12\n\x0eSTATE_REJECTED\x10\x04\x12\x12\n\x0eSTATE_DECLINED\x10\x05\x12\x11\n\rSTATE_ENACTED\x10\x06\x12\x1f\n\x1bSTATE_WAITING_FOR_NODE_VOTE\x10\x07"\x95\x02\n\x04Vote\x12\x10\n\x08party_id\x18\x01 \x01(\t\x12\x1f\n\x05value\x18\x02 \x01(\x0e\x32\x10.vega.Vote.Value\x12\x13\n\x0bproposal_id\x18\x03 \x01(\t\x12\x11\n\ttimestamp\x18\x04 \x01(\x03\x12&\n\x1etotal_governance_token_balance\x18\x05 \x01(\t\x12%\n\x1dtotal_governance_token_weight\x18\x06 \x01(\t\x12&\n\x1etotal_equity_like_share_weight\x18\x07 \x01(\t";\n\x05Value\x12\x15\n\x11VALUE_UNSPECIFIED\x10\x00\x12\x0c\n\x08VALUE_NO\x10\x01\x12\r\n\tVALUE_YES\x10\x02*\xcf\r\n\rProposalError\x12\x1e\n\x1aPROPOSAL_ERROR_UNSPECIFIED\x10\x00\x12&\n"PROPOSAL_ERROR_CLOSE_TIME_TOO_SOON\x10\x01\x12&\n"PROPOSAL_ERROR_CLOSE_TIME_TOO_LATE\x10\x02\x12&\n"PROPOSAL_ERROR_ENACT_TIME_TOO_SOON\x10\x03\x12&\n"PROPOSAL_ERROR_ENACT_TIME_TOO_LATE\x10\x04\x12&\n"PROPOSAL_ERROR_INSUFFICIENT_TOKENS\x10\x05\x12.\n*PROPOSAL_ERROR_INVALID_INSTRUMENT_SECURITY\x10\x06\x12\x1d\n\x19PROPOSAL_ERROR_NO_PRODUCT\x10\x07\x12&\n"PROPOSAL_ERROR_UNSUPPORTED_PRODUCT\x10\x08\x12"\n\x1ePROPOSAL_ERROR_NO_TRADING_MODE\x10\x0b\x12+\n\'PROPOSAL_ERROR_UNSUPPORTED_TRADING_MODE\x10\x0c\x12)\n%PROPOSAL_ERROR_NODE_VALIDATION_FAILED\x10\r\x12.\n*PROPOSAL_ERROR_MISSING_BUILTIN_ASSET_FIELD\x10\x0e\x12\x31\n-PROPOSAL_ERROR_MISSING_ERC20_CONTRACT_ADDRESS\x10\x0f\x12 \n\x1cPROPOSAL_ERROR_INVALID_ASSET\x10\x10\x12*\n&PROPOSAL_ERROR_INCOMPATIBLE_TIMESTAMPS\x10\x11\x12%\n!PROPOSAL_ERROR_NO_RISK_PARAMETERS\x10\x12\x12\x30\n,PROPOSAL_ERROR_NETWORK_PARAMETER_INVALID_KEY\x10\x13\x12\x32\n.PROPOSAL_ERROR_NETWORK_PARAMETER_INVALID_VALUE\x10\x14\x12\x36\n2PROPOSAL_ERROR_NETWORK_PARAMETER_VALIDATION_FAILED\x10\x15\x12\x35\n1PROPOSAL_ERROR_OPENING_AUCTION_DURATION_TOO_SMALL\x10\x16\x12\x35\n1PROPOSAL_ERROR_OPENING_AUCTION_DURATION_TOO_LARGE\x10\x17\x12\x36\n2PROPOSAL_ERROR_MARKET_MISSING_LIQUIDITY_COMMITMENT\x10\x18\x12/\n+PROPOSAL_ERROR_COULD_NOT_INSTANTIATE_MARKET\x10\x19\x12)\n%PROPOSAL_ERROR_INVALID_FUTURE_PRODUCT\x10\x1a\x12,\n(PROPOSAL_ERROR_MISSING_COMMITMENT_AMOUNT\x10\x1b\x12%\n!PROPOSAL_ERROR_INVALID_FEE_AMOUNT\x10\x1c\x12 \n\x1cPROPOSAL_ERROR_INVALID_SHAPE\x10\x1d\x12)\n%PROPOSAL_ERROR_INVALID_RISK_PARAMETER\x10\x1e\x12\x31\n-PROPOSAL_ERROR_MAJORITY_THRESHOLD_NOT_REACHED\x10\x1f\x12\x36\n2PROPOSAL_ERROR_PARTICIPATION_THRESHOLD_NOT_REACHED\x10 \x12(\n$PROPOSAL_ERROR_INVALID_ASSET_DETAILS\x10!\x12\x1f\n\x1bPROPOSAL_ERROR_UNKNOWN_TYPE\x10"\x12.\n*PROPOSAL_ERROR_UNKNOWN_RISK_PARAMETER_TYPE\x10#\x12#\n\x1fPROPOSAL_ERROR_INVALID_FREEFORM\x10$\x12\x31\n-PROPOSAL_ERROR_INSUFFICIENT_EQUITY_LIKE_SHARE\x10%\x12!\n\x1dPROPOSAL_ERROR_INVALID_MARKET\x10&\x12\x31\n-PROPOSAL_ERROR_TOO_MANY_MARKET_DECIMAL_PLACES\x10\'\x12\x35\n1PROPOSAL_ERROR_TOO_MANY_PRICE_MONITORING_TRIGGERS\x10(B\'Z%code.vegaprotocol.io/vega/protos/vegab\x06proto3' + b'\n\x15vega/governance.proto\x12\x04vega\x1a\x12vega/markets.proto\x1a\x0fvega/vega.proto\x1a\x11vega/assets.proto\x1a\x1avega/oracles/v1/spec.proto"\xc6\x03\n\rFutureProduct\x12)\n\x10settlement_asset\x18\x02 \x01(\tR\x0fsettlementAsset\x12\x1d\n\nquote_name\x18\x03 \x01(\tR\tquoteName\x12k\n oracle_spec_for_settlement_price\x18\x05 \x01(\x0b\x32#.oracles.v1.OracleSpecConfigurationR\x1coracleSpecForSettlementPrice\x12q\n#oracle_spec_for_trading_termination\x18\x06 \x01(\x0b\x32#.oracles.v1.OracleSpecConfigurationR\x1foracleSpecForTradingTermination\x12O\n\x13oracle_spec_binding\x18\x07 \x01(\x0b\x32\x1f.vega.OracleSpecToFutureBindingR\x11oracleSpecBinding\x12:\n\x19settlement_price_decimals\x18\x08 \x01(\rR\x17settlementPriceDecimals"{\n\x17InstrumentConfiguration\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x12\n\x04\x63ode\x18\x02 \x01(\tR\x04\x63ode\x12-\n\x06\x66uture\x18\x64 \x01(\x0b\x32\x13.vega.FutureProductH\x00R\x06\x66utureB\t\n\x07product"\xa1\x04\n\x16NewMarketConfiguration\x12=\n\ninstrument\x18\x01 \x01(\x0b\x32\x1d.vega.InstrumentConfigurationR\ninstrument\x12%\n\x0e\x64\x65\x63imal_places\x18\x02 \x01(\x04R\rdecimalPlaces\x12\x1a\n\x08metadata\x18\x03 \x03(\tR\x08metadata\x12_\n\x1bprice_monitoring_parameters\x18\x04 \x01(\x0b\x32\x1f.vega.PriceMonitoringParametersR\x19priceMonitoringParameters\x12k\n\x1fliquidity_monitoring_parameters\x18\x05 \x01(\x0b\x32#.vega.LiquidityMonitoringParametersR\x1dliquidityMonitoringParameters\x12\x31\n\x06simple\x18\x64 \x01(\x0b\x32\x17.vega.SimpleModelParamsH\x00R\x06simple\x12\x39\n\nlog_normal\x18\x65 \x01(\x0b\x32\x18.vega.LogNormalRiskModelH\x00R\tlogNormal\x12\x36\n\x17position_decimal_places\x18\x06 \x01(\x04R\x15positionDecimalPlacesB\x11\n\x0frisk_parameters"\xc8\x01\n\x13NewMarketCommitment\x12+\n\x11\x63ommitment_amount\x18\x01 \x01(\tR\x10\x63ommitmentAmount\x12\x10\n\x03\x66\x65\x65\x18\x02 \x01(\tR\x03\x66\x65\x65\x12*\n\x05sells\x18\x03 \x03(\x0b\x32\x14.vega.LiquidityOrderR\x05sells\x12(\n\x04\x62uys\x18\x04 \x03(\x0b\x32\x14.vega.LiquidityOrderR\x04\x62uys\x12\x1c\n\treference\x18\x05 \x01(\tR\treference"\x91\x01\n\tNewMarket\x12\x36\n\x07\x63hanges\x18\x01 \x01(\x0b\x32\x1c.vega.NewMarketConfigurationR\x07\x63hanges\x12L\n\x14liquidity_commitment\x18\x02 \x01(\x0b\x32\x19.vega.NewMarketCommitmentR\x13liquidityCommitment"f\n\x0cUpdateMarket\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12\x39\n\x07\x63hanges\x18\x02 \x01(\x0b\x32\x1f.vega.UpdateMarketConfigurationR\x07\x63hanges"\xcb\x03\n\x19UpdateMarketConfiguration\x12\x43\n\ninstrument\x18\x01 \x01(\x0b\x32#.vega.UpdateInstrumentConfigurationR\ninstrument\x12\x1a\n\x08metadata\x18\x02 \x03(\tR\x08metadata\x12_\n\x1bprice_monitoring_parameters\x18\x03 \x01(\x0b\x32\x1f.vega.PriceMonitoringParametersR\x19priceMonitoringParameters\x12k\n\x1fliquidity_monitoring_parameters\x18\x04 \x01(\x0b\x32#.vega.LiquidityMonitoringParametersR\x1dliquidityMonitoringParameters\x12\x31\n\x06simple\x18\x64 \x01(\x0b\x32\x17.vega.SimpleModelParamsH\x00R\x06simple\x12\x39\n\nlog_normal\x18\x65 \x01(\x0b\x32\x18.vega.LogNormalRiskModelH\x00R\tlogNormalB\x11\n\x0frisk_parameters"s\n\x1dUpdateInstrumentConfiguration\x12\x12\n\x04\x63ode\x18\x01 \x01(\tR\x04\x63ode\x12\x33\n\x06\x66uture\x18\x64 \x01(\x0b\x32\x19.vega.UpdateFutureProductH\x00R\x06\x66utureB\t\n\x07product"\xa1\x03\n\x13UpdateFutureProduct\x12\x1d\n\nquote_name\x18\x01 \x01(\tR\tquoteName\x12k\n oracle_spec_for_settlement_price\x18\x02 \x01(\x0b\x32#.oracles.v1.OracleSpecConfigurationR\x1coracleSpecForSettlementPrice\x12q\n#oracle_spec_for_trading_termination\x18\x03 \x01(\x0b\x32#.oracles.v1.OracleSpecConfigurationR\x1foracleSpecForTradingTermination\x12O\n\x13oracle_spec_binding\x18\x04 \x01(\x0b\x32\x1f.vega.OracleSpecToFutureBindingR\x11oracleSpecBinding\x12:\n\x19settlement_price_decimals\x18\x05 \x01(\rR\x17settlementPriceDecimals"J\n\x16UpdateNetworkParameter\x12\x30\n\x07\x63hanges\x18\x01 \x01(\x0b\x32\x16.vega.NetworkParameterR\x07\x63hanges"8\n\x08NewAsset\x12,\n\x07\x63hanges\x18\x01 \x01(\x0b\x32\x12.vega.AssetDetailsR\x07\x63hanges"\\\n\x0bUpdateAsset\x12\x19\n\x08\x61sset_id\x18\x01 \x01(\tR\x07\x61ssetId\x12\x32\n\x07\x63hanges\x18\x02 \x01(\x0b\x32\x18.vega.AssetDetailsUpdateR\x07\x63hanges"\r\n\x0bNewFreeform"\x90\x04\n\rProposalTerms\x12+\n\x11\x63losing_timestamp\x18\x01 \x01(\x03R\x10\x63losingTimestamp\x12/\n\x13\x65nactment_timestamp\x18\x02 \x01(\x03R\x12\x65nactmentTimestamp\x12\x31\n\x14validation_timestamp\x18\x03 \x01(\x03R\x13validationTimestamp\x12\x39\n\rupdate_market\x18\x65 \x01(\x0b\x32\x12.vega.UpdateMarketH\x00R\x0cupdateMarket\x12\x30\n\nnew_market\x18\x66 \x01(\x0b\x32\x0f.vega.NewMarketH\x00R\tnewMarket\x12X\n\x18update_network_parameter\x18g \x01(\x0b\x32\x1c.vega.UpdateNetworkParameterH\x00R\x16updateNetworkParameter\x12-\n\tnew_asset\x18h \x01(\x0b\x32\x0e.vega.NewAssetH\x00R\x08newAsset\x12\x36\n\x0cnew_freeform\x18i \x01(\x0b\x32\x11.vega.NewFreeformH\x00R\x0bnewFreeform\x12\x36\n\x0cupdate_asset\x18j \x01(\x0b\x32\x11.vega.UpdateAssetH\x00R\x0bupdateAssetB\x08\n\x06\x63hange"[\n\x11ProposalRationale\x12 \n\x0b\x64\x65scription\x18\x01 \x01(\tR\x0b\x64\x65scription\x12\x12\n\x04hash\x18\x02 \x01(\tR\x04hash\x12\x10\n\x03url\x18\x03 \x01(\tR\x03url"\x86\x03\n\x0eGovernanceData\x12*\n\x08proposal\x18\x01 \x01(\x0b\x32\x0e.vega.ProposalR\x08proposal\x12\x1c\n\x03yes\x18\x02 \x03(\x0b\x32\n.vega.VoteR\x03yes\x12\x1a\n\x02no\x18\x03 \x03(\x0b\x32\n.vega.VoteR\x02no\x12?\n\tyes_party\x18\x04 \x03(\x0b\x32".vega.GovernanceData.YesPartyEntryR\x08yesParty\x12<\n\x08no_party\x18\x05 \x03(\x0b\x32!.vega.GovernanceData.NoPartyEntryR\x07noParty\x1aG\n\rYesPartyEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12 \n\x05value\x18\x02 \x01(\x0b\x32\n.vega.VoteR\x05value:\x02\x38\x01\x1a\x46\n\x0cNoPartyEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12 \n\x05value\x18\x02 \x01(\x0b\x32\n.vega.VoteR\x05value:\x02\x38\x01"\x82\x04\n\x08Proposal\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x1c\n\treference\x18\x02 \x01(\tR\treference\x12\x19\n\x08party_id\x18\x03 \x01(\tR\x07partyId\x12*\n\x05state\x18\x04 \x01(\x0e\x32\x14.vega.Proposal.StateR\x05state\x12\x1c\n\ttimestamp\x18\x05 \x01(\x03R\ttimestamp\x12)\n\x05terms\x18\x06 \x01(\x0b\x32\x13.vega.ProposalTermsR\x05terms\x12+\n\x06reason\x18\x07 \x01(\x0e\x32\x13.vega.ProposalErrorR\x06reason\x12#\n\rerror_details\x18\x08 \x01(\tR\x0c\x65rrorDetails\x12\x35\n\trationale\x18\t \x01(\x0b\x32\x17.vega.ProposalRationaleR\trationale"\xae\x01\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x10\n\x0cSTATE_FAILED\x10\x01\x12\x0e\n\nSTATE_OPEN\x10\x02\x12\x10\n\x0cSTATE_PASSED\x10\x03\x12\x12\n\x0eSTATE_REJECTED\x10\x04\x12\x12\n\x0eSTATE_DECLINED\x10\x05\x12\x11\n\rSTATE_ENACTED\x10\x06\x12\x1f\n\x1bSTATE_WAITING_FOR_NODE_VOTE\x10\x07"\x91\x03\n\x04Vote\x12\x19\n\x08party_id\x18\x01 \x01(\tR\x07partyId\x12&\n\x05value\x18\x02 \x01(\x0e\x32\x10.vega.Vote.ValueR\x05value\x12\x1f\n\x0bproposal_id\x18\x03 \x01(\tR\nproposalId\x12\x1c\n\ttimestamp\x18\x04 \x01(\x03R\ttimestamp\x12\x43\n\x1etotal_governance_token_balance\x18\x05 \x01(\tR\x1btotalGovernanceTokenBalance\x12\x41\n\x1dtotal_governance_token_weight\x18\x06 \x01(\tR\x1atotalGovernanceTokenWeight\x12\x42\n\x1etotal_equity_like_share_weight\x18\x07 \x01(\tR\x1atotalEquityLikeShareWeight";\n\x05Value\x12\x15\n\x11VALUE_UNSPECIFIED\x10\x00\x12\x0c\n\x08VALUE_NO\x10\x01\x12\r\n\tVALUE_YES\x10\x02*\xcf\r\n\rProposalError\x12\x1e\n\x1aPROPOSAL_ERROR_UNSPECIFIED\x10\x00\x12&\n"PROPOSAL_ERROR_CLOSE_TIME_TOO_SOON\x10\x01\x12&\n"PROPOSAL_ERROR_CLOSE_TIME_TOO_LATE\x10\x02\x12&\n"PROPOSAL_ERROR_ENACT_TIME_TOO_SOON\x10\x03\x12&\n"PROPOSAL_ERROR_ENACT_TIME_TOO_LATE\x10\x04\x12&\n"PROPOSAL_ERROR_INSUFFICIENT_TOKENS\x10\x05\x12.\n*PROPOSAL_ERROR_INVALID_INSTRUMENT_SECURITY\x10\x06\x12\x1d\n\x19PROPOSAL_ERROR_NO_PRODUCT\x10\x07\x12&\n"PROPOSAL_ERROR_UNSUPPORTED_PRODUCT\x10\x08\x12"\n\x1ePROPOSAL_ERROR_NO_TRADING_MODE\x10\x0b\x12+\n\'PROPOSAL_ERROR_UNSUPPORTED_TRADING_MODE\x10\x0c\x12)\n%PROPOSAL_ERROR_NODE_VALIDATION_FAILED\x10\r\x12.\n*PROPOSAL_ERROR_MISSING_BUILTIN_ASSET_FIELD\x10\x0e\x12\x31\n-PROPOSAL_ERROR_MISSING_ERC20_CONTRACT_ADDRESS\x10\x0f\x12 \n\x1cPROPOSAL_ERROR_INVALID_ASSET\x10\x10\x12*\n&PROPOSAL_ERROR_INCOMPATIBLE_TIMESTAMPS\x10\x11\x12%\n!PROPOSAL_ERROR_NO_RISK_PARAMETERS\x10\x12\x12\x30\n,PROPOSAL_ERROR_NETWORK_PARAMETER_INVALID_KEY\x10\x13\x12\x32\n.PROPOSAL_ERROR_NETWORK_PARAMETER_INVALID_VALUE\x10\x14\x12\x36\n2PROPOSAL_ERROR_NETWORK_PARAMETER_VALIDATION_FAILED\x10\x15\x12\x35\n1PROPOSAL_ERROR_OPENING_AUCTION_DURATION_TOO_SMALL\x10\x16\x12\x35\n1PROPOSAL_ERROR_OPENING_AUCTION_DURATION_TOO_LARGE\x10\x17\x12\x36\n2PROPOSAL_ERROR_MARKET_MISSING_LIQUIDITY_COMMITMENT\x10\x18\x12/\n+PROPOSAL_ERROR_COULD_NOT_INSTANTIATE_MARKET\x10\x19\x12)\n%PROPOSAL_ERROR_INVALID_FUTURE_PRODUCT\x10\x1a\x12,\n(PROPOSAL_ERROR_MISSING_COMMITMENT_AMOUNT\x10\x1b\x12%\n!PROPOSAL_ERROR_INVALID_FEE_AMOUNT\x10\x1c\x12 \n\x1cPROPOSAL_ERROR_INVALID_SHAPE\x10\x1d\x12)\n%PROPOSAL_ERROR_INVALID_RISK_PARAMETER\x10\x1e\x12\x31\n-PROPOSAL_ERROR_MAJORITY_THRESHOLD_NOT_REACHED\x10\x1f\x12\x36\n2PROPOSAL_ERROR_PARTICIPATION_THRESHOLD_NOT_REACHED\x10 \x12(\n$PROPOSAL_ERROR_INVALID_ASSET_DETAILS\x10!\x12\x1f\n\x1bPROPOSAL_ERROR_UNKNOWN_TYPE\x10"\x12.\n*PROPOSAL_ERROR_UNKNOWN_RISK_PARAMETER_TYPE\x10#\x12#\n\x1fPROPOSAL_ERROR_INVALID_FREEFORM\x10$\x12\x31\n-PROPOSAL_ERROR_INSUFFICIENT_EQUITY_LIKE_SHARE\x10%\x12!\n\x1dPROPOSAL_ERROR_INVALID_MARKET\x10&\x12\x31\n-PROPOSAL_ERROR_TOO_MANY_MARKET_DECIMAL_PLACES\x10\'\x12\x35\n1PROPOSAL_ERROR_TOO_MANY_PRICE_MONITORING_TRIGGERS\x10(B\'Z%code.vegaprotocol.io/vega/protos/vegab\x06proto3' ) -_PROPOSALERROR = DESCRIPTOR.enum_types_by_name["ProposalError"] -ProposalError = enum_type_wrapper.EnumTypeWrapper(_PROPOSALERROR) -PROPOSAL_ERROR_UNSPECIFIED = 0 -PROPOSAL_ERROR_CLOSE_TIME_TOO_SOON = 1 -PROPOSAL_ERROR_CLOSE_TIME_TOO_LATE = 2 -PROPOSAL_ERROR_ENACT_TIME_TOO_SOON = 3 -PROPOSAL_ERROR_ENACT_TIME_TOO_LATE = 4 -PROPOSAL_ERROR_INSUFFICIENT_TOKENS = 5 -PROPOSAL_ERROR_INVALID_INSTRUMENT_SECURITY = 6 -PROPOSAL_ERROR_NO_PRODUCT = 7 -PROPOSAL_ERROR_UNSUPPORTED_PRODUCT = 8 -PROPOSAL_ERROR_NO_TRADING_MODE = 11 -PROPOSAL_ERROR_UNSUPPORTED_TRADING_MODE = 12 -PROPOSAL_ERROR_NODE_VALIDATION_FAILED = 13 -PROPOSAL_ERROR_MISSING_BUILTIN_ASSET_FIELD = 14 -PROPOSAL_ERROR_MISSING_ERC20_CONTRACT_ADDRESS = 15 -PROPOSAL_ERROR_INVALID_ASSET = 16 -PROPOSAL_ERROR_INCOMPATIBLE_TIMESTAMPS = 17 -PROPOSAL_ERROR_NO_RISK_PARAMETERS = 18 -PROPOSAL_ERROR_NETWORK_PARAMETER_INVALID_KEY = 19 -PROPOSAL_ERROR_NETWORK_PARAMETER_INVALID_VALUE = 20 -PROPOSAL_ERROR_NETWORK_PARAMETER_VALIDATION_FAILED = 21 -PROPOSAL_ERROR_OPENING_AUCTION_DURATION_TOO_SMALL = 22 -PROPOSAL_ERROR_OPENING_AUCTION_DURATION_TOO_LARGE = 23 -PROPOSAL_ERROR_MARKET_MISSING_LIQUIDITY_COMMITMENT = 24 -PROPOSAL_ERROR_COULD_NOT_INSTANTIATE_MARKET = 25 -PROPOSAL_ERROR_INVALID_FUTURE_PRODUCT = 26 -PROPOSAL_ERROR_MISSING_COMMITMENT_AMOUNT = 27 -PROPOSAL_ERROR_INVALID_FEE_AMOUNT = 28 -PROPOSAL_ERROR_INVALID_SHAPE = 29 -PROPOSAL_ERROR_INVALID_RISK_PARAMETER = 30 -PROPOSAL_ERROR_MAJORITY_THRESHOLD_NOT_REACHED = 31 -PROPOSAL_ERROR_PARTICIPATION_THRESHOLD_NOT_REACHED = 32 -PROPOSAL_ERROR_INVALID_ASSET_DETAILS = 33 -PROPOSAL_ERROR_UNKNOWN_TYPE = 34 -PROPOSAL_ERROR_UNKNOWN_RISK_PARAMETER_TYPE = 35 -PROPOSAL_ERROR_INVALID_FREEFORM = 36 -PROPOSAL_ERROR_INSUFFICIENT_EQUITY_LIKE_SHARE = 37 -PROPOSAL_ERROR_INVALID_MARKET = 38 -PROPOSAL_ERROR_TOO_MANY_MARKET_DECIMAL_PLACES = 39 -PROPOSAL_ERROR_TOO_MANY_PRICE_MONITORING_TRIGGERS = 40 - - -_FUTUREPRODUCT = DESCRIPTOR.message_types_by_name["FutureProduct"] -_INSTRUMENTCONFIGURATION = DESCRIPTOR.message_types_by_name["InstrumentConfiguration"] -_NEWMARKETCONFIGURATION = DESCRIPTOR.message_types_by_name["NewMarketConfiguration"] -_NEWMARKETCOMMITMENT = DESCRIPTOR.message_types_by_name["NewMarketCommitment"] -_NEWMARKET = DESCRIPTOR.message_types_by_name["NewMarket"] -_UPDATEMARKET = DESCRIPTOR.message_types_by_name["UpdateMarket"] -_UPDATEMARKETCONFIGURATION = DESCRIPTOR.message_types_by_name[ - "UpdateMarketConfiguration" -] -_UPDATEINSTRUMENTCONFIGURATION = DESCRIPTOR.message_types_by_name[ - "UpdateInstrumentConfiguration" -] -_UPDATEFUTUREPRODUCT = DESCRIPTOR.message_types_by_name["UpdateFutureProduct"] -_UPDATENETWORKPARAMETER = DESCRIPTOR.message_types_by_name["UpdateNetworkParameter"] -_NEWASSET = DESCRIPTOR.message_types_by_name["NewAsset"] -_UPDATEASSET = DESCRIPTOR.message_types_by_name["UpdateAsset"] -_NEWFREEFORM = DESCRIPTOR.message_types_by_name["NewFreeform"] -_PROPOSALTERMS = DESCRIPTOR.message_types_by_name["ProposalTerms"] -_PROPOSALRATIONALE = DESCRIPTOR.message_types_by_name["ProposalRationale"] -_GOVERNANCEDATA = DESCRIPTOR.message_types_by_name["GovernanceData"] -_GOVERNANCEDATA_YESPARTYENTRY = _GOVERNANCEDATA.nested_types_by_name["YesPartyEntry"] -_GOVERNANCEDATA_NOPARTYENTRY = _GOVERNANCEDATA.nested_types_by_name["NoPartyEntry"] -_PROPOSAL = DESCRIPTOR.message_types_by_name["Proposal"] -_VOTE = DESCRIPTOR.message_types_by_name["Vote"] -_PROPOSAL_STATE = _PROPOSAL.enum_types_by_name["State"] -_VOTE_VALUE = _VOTE.enum_types_by_name["Value"] -FutureProduct = _reflection.GeneratedProtocolMessageType( - "FutureProduct", - (_message.Message,), - { - "DESCRIPTOR": _FUTUREPRODUCT, - "__module__": "vega.governance_pb2" - # @@protoc_insertion_point(class_scope:vega.FutureProduct) - }, -) -_sym_db.RegisterMessage(FutureProduct) - -InstrumentConfiguration = _reflection.GeneratedProtocolMessageType( - "InstrumentConfiguration", - (_message.Message,), - { - "DESCRIPTOR": _INSTRUMENTCONFIGURATION, - "__module__": "vega.governance_pb2" - # @@protoc_insertion_point(class_scope:vega.InstrumentConfiguration) - }, -) -_sym_db.RegisterMessage(InstrumentConfiguration) - -NewMarketConfiguration = _reflection.GeneratedProtocolMessageType( - "NewMarketConfiguration", - (_message.Message,), - { - "DESCRIPTOR": _NEWMARKETCONFIGURATION, - "__module__": "vega.governance_pb2" - # @@protoc_insertion_point(class_scope:vega.NewMarketConfiguration) - }, -) -_sym_db.RegisterMessage(NewMarketConfiguration) - -NewMarketCommitment = _reflection.GeneratedProtocolMessageType( - "NewMarketCommitment", - (_message.Message,), - { - "DESCRIPTOR": _NEWMARKETCOMMITMENT, - "__module__": "vega.governance_pb2" - # @@protoc_insertion_point(class_scope:vega.NewMarketCommitment) - }, -) -_sym_db.RegisterMessage(NewMarketCommitment) - -NewMarket = _reflection.GeneratedProtocolMessageType( - "NewMarket", - (_message.Message,), - { - "DESCRIPTOR": _NEWMARKET, - "__module__": "vega.governance_pb2" - # @@protoc_insertion_point(class_scope:vega.NewMarket) - }, -) -_sym_db.RegisterMessage(NewMarket) - -UpdateMarket = _reflection.GeneratedProtocolMessageType( - "UpdateMarket", - (_message.Message,), - { - "DESCRIPTOR": _UPDATEMARKET, - "__module__": "vega.governance_pb2" - # @@protoc_insertion_point(class_scope:vega.UpdateMarket) - }, -) -_sym_db.RegisterMessage(UpdateMarket) - -UpdateMarketConfiguration = _reflection.GeneratedProtocolMessageType( - "UpdateMarketConfiguration", - (_message.Message,), - { - "DESCRIPTOR": _UPDATEMARKETCONFIGURATION, - "__module__": "vega.governance_pb2" - # @@protoc_insertion_point(class_scope:vega.UpdateMarketConfiguration) - }, -) -_sym_db.RegisterMessage(UpdateMarketConfiguration) - -UpdateInstrumentConfiguration = _reflection.GeneratedProtocolMessageType( - "UpdateInstrumentConfiguration", - (_message.Message,), - { - "DESCRIPTOR": _UPDATEINSTRUMENTCONFIGURATION, - "__module__": "vega.governance_pb2" - # @@protoc_insertion_point(class_scope:vega.UpdateInstrumentConfiguration) - }, -) -_sym_db.RegisterMessage(UpdateInstrumentConfiguration) - -UpdateFutureProduct = _reflection.GeneratedProtocolMessageType( - "UpdateFutureProduct", - (_message.Message,), - { - "DESCRIPTOR": _UPDATEFUTUREPRODUCT, - "__module__": "vega.governance_pb2" - # @@protoc_insertion_point(class_scope:vega.UpdateFutureProduct) - }, -) -_sym_db.RegisterMessage(UpdateFutureProduct) - -UpdateNetworkParameter = _reflection.GeneratedProtocolMessageType( - "UpdateNetworkParameter", - (_message.Message,), - { - "DESCRIPTOR": _UPDATENETWORKPARAMETER, - "__module__": "vega.governance_pb2" - # @@protoc_insertion_point(class_scope:vega.UpdateNetworkParameter) - }, -) -_sym_db.RegisterMessage(UpdateNetworkParameter) - -NewAsset = _reflection.GeneratedProtocolMessageType( - "NewAsset", - (_message.Message,), - { - "DESCRIPTOR": _NEWASSET, - "__module__": "vega.governance_pb2" - # @@protoc_insertion_point(class_scope:vega.NewAsset) - }, -) -_sym_db.RegisterMessage(NewAsset) - -UpdateAsset = _reflection.GeneratedProtocolMessageType( - "UpdateAsset", - (_message.Message,), - { - "DESCRIPTOR": _UPDATEASSET, - "__module__": "vega.governance_pb2" - # @@protoc_insertion_point(class_scope:vega.UpdateAsset) - }, -) -_sym_db.RegisterMessage(UpdateAsset) - -NewFreeform = _reflection.GeneratedProtocolMessageType( - "NewFreeform", - (_message.Message,), - { - "DESCRIPTOR": _NEWFREEFORM, - "__module__": "vega.governance_pb2" - # @@protoc_insertion_point(class_scope:vega.NewFreeform) - }, -) -_sym_db.RegisterMessage(NewFreeform) - -ProposalTerms = _reflection.GeneratedProtocolMessageType( - "ProposalTerms", - (_message.Message,), - { - "DESCRIPTOR": _PROPOSALTERMS, - "__module__": "vega.governance_pb2" - # @@protoc_insertion_point(class_scope:vega.ProposalTerms) - }, -) -_sym_db.RegisterMessage(ProposalTerms) - -ProposalRationale = _reflection.GeneratedProtocolMessageType( - "ProposalRationale", - (_message.Message,), - { - "DESCRIPTOR": _PROPOSALRATIONALE, - "__module__": "vega.governance_pb2" - # @@protoc_insertion_point(class_scope:vega.ProposalRationale) - }, -) -_sym_db.RegisterMessage(ProposalRationale) - -GovernanceData = _reflection.GeneratedProtocolMessageType( - "GovernanceData", - (_message.Message,), - { - "YesPartyEntry": _reflection.GeneratedProtocolMessageType( - "YesPartyEntry", - (_message.Message,), - { - "DESCRIPTOR": _GOVERNANCEDATA_YESPARTYENTRY, - "__module__": "vega.governance_pb2" - # @@protoc_insertion_point(class_scope:vega.GovernanceData.YesPartyEntry) - }, - ), - "NoPartyEntry": _reflection.GeneratedProtocolMessageType( - "NoPartyEntry", - (_message.Message,), - { - "DESCRIPTOR": _GOVERNANCEDATA_NOPARTYENTRY, - "__module__": "vega.governance_pb2" - # @@protoc_insertion_point(class_scope:vega.GovernanceData.NoPartyEntry) - }, - ), - "DESCRIPTOR": _GOVERNANCEDATA, - "__module__": "vega.governance_pb2" - # @@protoc_insertion_point(class_scope:vega.GovernanceData) - }, -) -_sym_db.RegisterMessage(GovernanceData) -_sym_db.RegisterMessage(GovernanceData.YesPartyEntry) -_sym_db.RegisterMessage(GovernanceData.NoPartyEntry) - -Proposal = _reflection.GeneratedProtocolMessageType( - "Proposal", - (_message.Message,), - { - "DESCRIPTOR": _PROPOSAL, - "__module__": "vega.governance_pb2" - # @@protoc_insertion_point(class_scope:vega.Proposal) - }, -) -_sym_db.RegisterMessage(Proposal) - -Vote = _reflection.GeneratedProtocolMessageType( - "Vote", - (_message.Message,), - { - "DESCRIPTOR": _VOTE, - "__module__": "vega.governance_pb2" - # @@protoc_insertion_point(class_scope:vega.Vote) - }, -) -_sym_db.RegisterMessage(Vote) - +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) +_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "vega.governance_pb2", globals()) if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None @@ -319,50 +32,50 @@ _GOVERNANCEDATA_YESPARTYENTRY._serialized_options = b"8\001" _GOVERNANCEDATA_NOPARTYENTRY._options = None _GOVERNANCEDATA_NOPARTYENTRY._serialized_options = b"8\001" - _PROPOSALERROR._serialized_start = 3789 - _PROPOSALERROR._serialized_end = 5532 + _PROPOSALERROR._serialized_start = 4881 + _PROPOSALERROR._serialized_end = 6624 _FUTUREPRODUCT._serialized_start = 116 - _FUTUREPRODUCT._serialized_end = 435 - _INSTRUMENTCONFIGURATION._serialized_start = 437 - _INSTRUMENTCONFIGURATION._serialized_end = 540 - _NEWMARKETCONFIGURATION._serialized_start = 543 - _NEWMARKETCONFIGURATION._serialized_end = 951 - _NEWMARKETCOMMITMENT._serialized_start = 954 - _NEWMARKETCOMMITMENT._serialized_end = 1107 - _NEWMARKET._serialized_start = 1109 - _NEWMARKET._serialized_end = 1224 - _UPDATEMARKET._serialized_start = 1226 - _UPDATEMARKET._serialized_end = 1309 - _UPDATEMARKETCONFIGURATION._serialized_start = 1312 - _UPDATEMARKETCONFIGURATION._serialized_end = 1672 - _UPDATEINSTRUMENTCONFIGURATION._serialized_start = 1674 - _UPDATEINSTRUMENTCONFIGURATION._serialized_end = 1775 - _UPDATEFUTUREPRODUCT._serialized_start = 1778 - _UPDATEFUTUREPRODUCT._serialized_end = 2077 - _UPDATENETWORKPARAMETER._serialized_start = 2079 - _UPDATENETWORKPARAMETER._serialized_end = 2144 - _NEWASSET._serialized_start = 2146 - _NEWASSET._serialized_end = 2193 - _UPDATEASSET._serialized_start = 2195 - _UPDATEASSET._serialized_end = 2269 - _NEWFREEFORM._serialized_start = 2271 - _NEWFREEFORM._serialized_end = 2284 - _PROPOSALTERMS._serialized_start = 2287 - _PROPOSALTERMS._serialized_end = 2671 - _PROPOSALRATIONALE._serialized_start = 2673 - _PROPOSALRATIONALE._serialized_end = 2740 - _GOVERNANCEDATA._serialized_start = 2743 - _GOVERNANCEDATA._serialized_end = 3071 - _GOVERNANCEDATA_YESPARTYENTRY._serialized_start = 2952 - _GOVERNANCEDATA_YESPARTYENTRY._serialized_end = 3011 - _GOVERNANCEDATA_NOPARTYENTRY._serialized_start = 3013 - _GOVERNANCEDATA_NOPARTYENTRY._serialized_end = 3071 - _PROPOSAL._serialized_start = 3074 - _PROPOSAL._serialized_end = 3506 - _PROPOSAL_STATE._serialized_start = 3332 - _PROPOSAL_STATE._serialized_end = 3506 - _VOTE._serialized_start = 3509 - _VOTE._serialized_end = 3786 - _VOTE_VALUE._serialized_start = 3727 - _VOTE_VALUE._serialized_end = 3786 + _FUTUREPRODUCT._serialized_end = 570 + _INSTRUMENTCONFIGURATION._serialized_start = 572 + _INSTRUMENTCONFIGURATION._serialized_end = 695 + _NEWMARKETCONFIGURATION._serialized_start = 698 + _NEWMARKETCONFIGURATION._serialized_end = 1243 + _NEWMARKETCOMMITMENT._serialized_start = 1246 + _NEWMARKETCOMMITMENT._serialized_end = 1446 + _NEWMARKET._serialized_start = 1449 + _NEWMARKET._serialized_end = 1594 + _UPDATEMARKET._serialized_start = 1596 + _UPDATEMARKET._serialized_end = 1698 + _UPDATEMARKETCONFIGURATION._serialized_start = 1701 + _UPDATEMARKETCONFIGURATION._serialized_end = 2160 + _UPDATEINSTRUMENTCONFIGURATION._serialized_start = 2162 + _UPDATEINSTRUMENTCONFIGURATION._serialized_end = 2277 + _UPDATEFUTUREPRODUCT._serialized_start = 2280 + _UPDATEFUTUREPRODUCT._serialized_end = 2697 + _UPDATENETWORKPARAMETER._serialized_start = 2699 + _UPDATENETWORKPARAMETER._serialized_end = 2773 + _NEWASSET._serialized_start = 2775 + _NEWASSET._serialized_end = 2831 + _UPDATEASSET._serialized_start = 2833 + _UPDATEASSET._serialized_end = 2925 + _NEWFREEFORM._serialized_start = 2927 + _NEWFREEFORM._serialized_end = 2940 + _PROPOSALTERMS._serialized_start = 2943 + _PROPOSALTERMS._serialized_end = 3471 + _PROPOSALRATIONALE._serialized_start = 3473 + _PROPOSALRATIONALE._serialized_end = 3564 + _GOVERNANCEDATA._serialized_start = 3567 + _GOVERNANCEDATA._serialized_end = 3957 + _GOVERNANCEDATA_YESPARTYENTRY._serialized_start = 3814 + _GOVERNANCEDATA_YESPARTYENTRY._serialized_end = 3885 + _GOVERNANCEDATA_NOPARTYENTRY._serialized_start = 3887 + _GOVERNANCEDATA_NOPARTYENTRY._serialized_end = 3957 + _PROPOSAL._serialized_start = 3960 + _PROPOSAL._serialized_end = 4474 + _PROPOSAL_STATE._serialized_start = 4300 + _PROPOSAL_STATE._serialized_end = 4474 + _VOTE._serialized_start = 4477 + _VOTE._serialized_end = 4878 + _VOTE_VALUE._serialized_start = 4819 + _VOTE_VALUE._serialized_end = 4878 # @@protoc_insertion_point(module_scope) diff --git a/vega_sim/proto/vega/markets_pb2.py b/vega_sim/proto/vega/markets_pb2.py index f3f0441a3..575e28020 100644 --- a/vega_sim/proto/vega/markets_pb2.py +++ b/vega_sim/proto/vega/markets_pb2.py @@ -2,10 +2,9 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: vega/markets.proto """Generated protocol buffer code.""" +from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) @@ -17,318 +16,59 @@ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile( - b'\n\x12vega/markets.proto\x12\x04vega\x1a\x1avega/oracles/v1/spec.proto"3\n\x0f\x41uctionDuration\x12\x10\n\x08\x64uration\x18\x01 \x01(\x03\x12\x0e\n\x06volume\x18\x02 \x01(\x04"\x9e\x02\n\x06\x46uture\x12\x18\n\x10settlement_asset\x18\x02 \x01(\t\x12\x12\n\nquote_name\x18\x04 \x01(\t\x12@\n oracle_spec_for_settlement_price\x18\x05 \x01(\x0b\x32\x16.oracles.v1.OracleSpec\x12\x43\n#oracle_spec_for_trading_termination\x18\x06 \x01(\x0b\x32\x16.oracles.v1.OracleSpec\x12<\n\x13oracle_spec_binding\x18\x07 \x01(\x0b\x32\x1f.vega.OracleSpecToFutureBinding\x12!\n\x19settlement_price_decimals\x18\x08 \x01(\r"d\n\x19OracleSpecToFutureBinding\x12!\n\x19settlement_price_property\x18\x01 \x01(\t\x12$\n\x1ctrading_termination_property\x18\x02 \x01(\t""\n\x12InstrumentMetadata\x12\x0c\n\x04tags\x18\x01 \x03(\t"\x8b\x01\n\nInstrument\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04\x63ode\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12*\n\x08metadata\x18\x04 \x01(\x0b\x32\x18.vega.InstrumentMetadata\x12\x1e\n\x06\x66uture\x18\x64 \x01(\x0b\x32\x0c.vega.FutureH\x00\x42\t\n\x07product"n\n\x12LogNormalRiskModel\x12\x1f\n\x17risk_aversion_parameter\x18\x01 \x01(\x01\x12\x0b\n\x03tau\x18\x02 \x01(\x01\x12*\n\x06params\x18\x03 \x01(\x0b\x32\x1a.vega.LogNormalModelParams"<\n\x14LogNormalModelParams\x12\n\n\x02mu\x18\x01 \x01(\x01\x12\t\n\x01r\x18\x02 \x01(\x01\x12\r\n\x05sigma\x18\x03 \x01(\x01":\n\x0fSimpleRiskModel\x12\'\n\x06params\x18\x01 \x01(\x0b\x32\x17.vega.SimpleModelParams"\x8a\x01\n\x11SimpleModelParams\x12\x13\n\x0b\x66\x61\x63tor_long\x18\x01 \x01(\x01\x12\x14\n\x0c\x66\x61\x63tor_short\x18\x02 \x01(\x01\x12\x13\n\x0bmax_move_up\x18\x03 \x01(\x01\x12\x15\n\rmin_move_down\x18\x04 \x01(\x01\x12\x1e\n\x16probability_of_trading\x18\x05 \x01(\x01"Z\n\x0eScalingFactors\x12\x14\n\x0csearch_level\x18\x01 \x01(\x01\x12\x16\n\x0einitial_margin\x18\x02 \x01(\x01\x12\x1a\n\x12\x63ollateral_release\x18\x03 \x01(\x01"A\n\x10MarginCalculator\x12-\n\x0fscaling_factors\x18\x01 \x01(\x0b\x32\x14.vega.ScalingFactors"\xea\x01\n\x12TradableInstrument\x12$\n\ninstrument\x18\x01 \x01(\x0b\x32\x10.vega.Instrument\x12\x31\n\x11margin_calculator\x18\x02 \x01(\x0b\x32\x16.vega.MarginCalculator\x12\x39\n\x15log_normal_risk_model\x18\x64 \x01(\x0b\x32\x18.vega.LogNormalRiskModelH\x00\x12\x32\n\x11simple_risk_model\x18\x65 \x01(\x0b\x32\x15.vega.SimpleRiskModelH\x00\x42\x0c\n\nrisk_model"R\n\nFeeFactors\x12\x11\n\tmaker_fee\x18\x01 \x01(\t\x12\x1a\n\x12infrastructure_fee\x18\x02 \x01(\t\x12\x15\n\rliquidity_fee\x18\x03 \x01(\t")\n\x04\x46\x65\x65s\x12!\n\x07\x66\x61\x63tors\x18\x01 \x01(\x0b\x32\x10.vega.FeeFactors"Y\n\x16PriceMonitoringTrigger\x12\x0f\n\x07horizon\x18\x01 \x01(\x03\x12\x13\n\x0bprobability\x18\x02 \x01(\t\x12\x19\n\x11\x61uction_extension\x18\x03 \x01(\x03"K\n\x19PriceMonitoringParameters\x12.\n\x08triggers\x18\x01 \x03(\x0b\x32\x1c.vega.PriceMonitoringTrigger"N\n\x17PriceMonitoringSettings\x12\x33\n\nparameters\x18\x01 \x01(\x0b\x32\x1f.vega.PriceMonitoringParameters"\x92\x01\n\x1dLiquidityMonitoringParameters\x12<\n\x17target_stake_parameters\x18\x01 \x01(\x0b\x32\x1b.vega.TargetStakeParameters\x12\x18\n\x10triggering_ratio\x18\x02 \x01(\x01\x12\x19\n\x11\x61uction_extension\x18\x03 \x01(\x03"D\n\x15TargetStakeParameters\x12\x13\n\x0btime_window\x18\x01 \x01(\x03\x12\x16\n\x0escaling_factor\x18\x02 \x01(\x01"\x8e\x07\n\x06Market\x12\n\n\x02id\x18\x01 \x01(\t\x12\x35\n\x13tradable_instrument\x18\x02 \x01(\x0b\x32\x18.vega.TradableInstrument\x12\x16\n\x0e\x64\x65\x63imal_places\x18\x03 \x01(\x04\x12\x18\n\x04\x66\x65\x65s\x18\x04 \x01(\x0b\x32\n.vega.Fees\x12.\n\x0fopening_auction\x18\x05 \x01(\x0b\x32\x15.vega.AuctionDuration\x12@\n\x19price_monitoring_settings\x18\x06 \x01(\x0b\x32\x1d.vega.PriceMonitoringSettings\x12L\n\x1fliquidity_monitoring_parameters\x18\x07 \x01(\x0b\x32#.vega.LiquidityMonitoringParameters\x12.\n\x0ctrading_mode\x18\x08 \x01(\x0e\x32\x18.vega.Market.TradingMode\x12!\n\x05state\x18\t \x01(\x0e\x32\x12.vega.Market.State\x12\x31\n\x11market_timestamps\x18\n \x01(\x0b\x32\x16.vega.MarketTimestamps\x12\x1f\n\x17position_decimal_places\x18\x0b \x01(\x04"\xd8\x01\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x12\n\x0eSTATE_PROPOSED\x10\x01\x12\x12\n\x0eSTATE_REJECTED\x10\x02\x12\x11\n\rSTATE_PENDING\x10\x03\x12\x13\n\x0fSTATE_CANCELLED\x10\x04\x12\x10\n\x0cSTATE_ACTIVE\x10\x05\x12\x13\n\x0fSTATE_SUSPENDED\x10\x06\x12\x10\n\x0cSTATE_CLOSED\x10\x07\x12\x1c\n\x18STATE_TRADING_TERMINATED\x10\x08\x12\x11\n\rSTATE_SETTLED\x10\t"\xcc\x01\n\x0bTradingMode\x12\x1c\n\x18TRADING_MODE_UNSPECIFIED\x10\x00\x12\x1b\n\x17TRADING_MODE_CONTINUOUS\x10\x01\x12\x1e\n\x1aTRADING_MODE_BATCH_AUCTION\x10\x02\x12 \n\x1cTRADING_MODE_OPENING_AUCTION\x10\x03\x12#\n\x1fTRADING_MODE_MONITORING_AUCTION\x10\x04\x12\x1b\n\x17TRADING_MODE_NO_TRADING\x10\x05"R\n\x10MarketTimestamps\x12\x10\n\x08proposed\x18\x01 \x01(\x03\x12\x0f\n\x07pending\x18\x02 \x01(\x03\x12\x0c\n\x04open\x18\x03 \x01(\x03\x12\r\n\x05\x63lose\x18\x04 \x01(\x03\x42\'Z%code.vegaprotocol.io/vega/protos/vegab\x06proto3' + b'\n\x12vega/markets.proto\x12\x04vega\x1a\x1avega/oracles/v1/spec.proto"E\n\x0f\x41uctionDuration\x12\x1a\n\x08\x64uration\x18\x01 \x01(\x03R\x08\x64uration\x12\x16\n\x06volume\x18\x02 \x01(\x04R\x06volume"\xa5\x03\n\x06\x46uture\x12)\n\x10settlement_asset\x18\x02 \x01(\tR\x0fsettlementAsset\x12\x1d\n\nquote_name\x18\x04 \x01(\tR\tquoteName\x12^\n oracle_spec_for_settlement_price\x18\x05 \x01(\x0b\x32\x16.oracles.v1.OracleSpecR\x1coracleSpecForSettlementPrice\x12\x64\n#oracle_spec_for_trading_termination\x18\x06 \x01(\x0b\x32\x16.oracles.v1.OracleSpecR\x1foracleSpecForTradingTermination\x12O\n\x13oracle_spec_binding\x18\x07 \x01(\x0b\x32\x1f.vega.OracleSpecToFutureBindingR\x11oracleSpecBinding\x12:\n\x19settlement_price_decimals\x18\x08 \x01(\rR\x17settlementPriceDecimals"\x99\x01\n\x19OracleSpecToFutureBinding\x12:\n\x19settlement_price_property\x18\x01 \x01(\tR\x17settlementPriceProperty\x12@\n\x1ctrading_termination_property\x18\x02 \x01(\tR\x1atradingTerminationProperty"(\n\x12InstrumentMetadata\x12\x12\n\x04tags\x18\x01 \x03(\tR\x04tags"\xad\x01\n\nInstrument\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04\x63ode\x18\x02 \x01(\tR\x04\x63ode\x12\x12\n\x04name\x18\x03 \x01(\tR\x04name\x12\x34\n\x08metadata\x18\x04 \x01(\x0b\x32\x18.vega.InstrumentMetadataR\x08metadata\x12&\n\x06\x66uture\x18\x64 \x01(\x0b\x32\x0c.vega.FutureH\x00R\x06\x66utureB\t\n\x07product"\x92\x01\n\x12LogNormalRiskModel\x12\x36\n\x17risk_aversion_parameter\x18\x01 \x01(\x01R\x15riskAversionParameter\x12\x10\n\x03tau\x18\x02 \x01(\x01R\x03tau\x12\x32\n\x06params\x18\x03 \x01(\x0b\x32\x1a.vega.LogNormalModelParamsR\x06params"J\n\x14LogNormalModelParams\x12\x0e\n\x02mu\x18\x01 \x01(\x01R\x02mu\x12\x0c\n\x01r\x18\x02 \x01(\x01R\x01r\x12\x14\n\x05sigma\x18\x03 \x01(\x01R\x05sigma"B\n\x0fSimpleRiskModel\x12/\n\x06params\x18\x01 \x01(\x0b\x32\x17.vega.SimpleModelParamsR\x06params"\xd1\x01\n\x11SimpleModelParams\x12\x1f\n\x0b\x66\x61\x63tor_long\x18\x01 \x01(\x01R\nfactorLong\x12!\n\x0c\x66\x61\x63tor_short\x18\x02 \x01(\x01R\x0b\x66\x61\x63torShort\x12\x1e\n\x0bmax_move_up\x18\x03 \x01(\x01R\tmaxMoveUp\x12"\n\rmin_move_down\x18\x04 \x01(\x01R\x0bminMoveDown\x12\x34\n\x16probability_of_trading\x18\x05 \x01(\x01R\x14probabilityOfTrading"\x89\x01\n\x0eScalingFactors\x12!\n\x0csearch_level\x18\x01 \x01(\x01R\x0bsearchLevel\x12%\n\x0einitial_margin\x18\x02 \x01(\x01R\rinitialMargin\x12-\n\x12\x63ollateral_release\x18\x03 \x01(\x01R\x11\x63ollateralRelease"Q\n\x10MarginCalculator\x12=\n\x0fscaling_factors\x18\x01 \x01(\x0b\x32\x14.vega.ScalingFactorsR\x0escalingFactors"\xad\x02\n\x12TradableInstrument\x12\x30\n\ninstrument\x18\x01 \x01(\x0b\x32\x10.vega.InstrumentR\ninstrument\x12\x43\n\x11margin_calculator\x18\x02 \x01(\x0b\x32\x16.vega.MarginCalculatorR\x10marginCalculator\x12M\n\x15log_normal_risk_model\x18\x64 \x01(\x0b\x32\x18.vega.LogNormalRiskModelH\x00R\x12logNormalRiskModel\x12\x43\n\x11simple_risk_model\x18\x65 \x01(\x0b\x32\x15.vega.SimpleRiskModelH\x00R\x0fsimpleRiskModelB\x0c\n\nrisk_model"}\n\nFeeFactors\x12\x1b\n\tmaker_fee\x18\x01 \x01(\tR\x08makerFee\x12-\n\x12infrastructure_fee\x18\x02 \x01(\tR\x11infrastructureFee\x12#\n\rliquidity_fee\x18\x03 \x01(\tR\x0cliquidityFee"2\n\x04\x46\x65\x65s\x12*\n\x07\x66\x61\x63tors\x18\x01 \x01(\x0b\x32\x10.vega.FeeFactorsR\x07\x66\x61\x63tors"\x81\x01\n\x16PriceMonitoringTrigger\x12\x18\n\x07horizon\x18\x01 \x01(\x03R\x07horizon\x12 \n\x0bprobability\x18\x02 \x01(\tR\x0bprobability\x12+\n\x11\x61uction_extension\x18\x03 \x01(\x03R\x10\x61uctionExtension"U\n\x19PriceMonitoringParameters\x12\x38\n\x08triggers\x18\x01 \x03(\x0b\x32\x1c.vega.PriceMonitoringTriggerR\x08triggers"Z\n\x17PriceMonitoringSettings\x12?\n\nparameters\x18\x01 \x01(\x0b\x32\x1f.vega.PriceMonitoringParametersR\nparameters"\xcc\x01\n\x1dLiquidityMonitoringParameters\x12S\n\x17target_stake_parameters\x18\x01 \x01(\x0b\x32\x1b.vega.TargetStakeParametersR\x15targetStakeParameters\x12)\n\x10triggering_ratio\x18\x02 \x01(\x01R\x0ftriggeringRatio\x12+\n\x11\x61uction_extension\x18\x03 \x01(\x03R\x10\x61uctionExtension"_\n\x15TargetStakeParameters\x12\x1f\n\x0btime_window\x18\x01 \x01(\x03R\ntimeWindow\x12%\n\x0escaling_factor\x18\x02 \x01(\x01R\rscalingFactor"\xc0\x08\n\x06Market\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12I\n\x13tradable_instrument\x18\x02 \x01(\x0b\x32\x18.vega.TradableInstrumentR\x12tradableInstrument\x12%\n\x0e\x64\x65\x63imal_places\x18\x03 \x01(\x04R\rdecimalPlaces\x12\x1e\n\x04\x66\x65\x65s\x18\x04 \x01(\x0b\x32\n.vega.FeesR\x04\x66\x65\x65s\x12>\n\x0fopening_auction\x18\x05 \x01(\x0b\x32\x15.vega.AuctionDurationR\x0eopeningAuction\x12Y\n\x19price_monitoring_settings\x18\x06 \x01(\x0b\x32\x1d.vega.PriceMonitoringSettingsR\x17priceMonitoringSettings\x12k\n\x1fliquidity_monitoring_parameters\x18\x07 \x01(\x0b\x32#.vega.LiquidityMonitoringParametersR\x1dliquidityMonitoringParameters\x12;\n\x0ctrading_mode\x18\x08 \x01(\x0e\x32\x18.vega.Market.TradingModeR\x0btradingMode\x12(\n\x05state\x18\t \x01(\x0e\x32\x12.vega.Market.StateR\x05state\x12\x43\n\x11market_timestamps\x18\n \x01(\x0b\x32\x16.vega.MarketTimestampsR\x10marketTimestamps\x12\x36\n\x17position_decimal_places\x18\x0b \x01(\x04R\x15positionDecimalPlaces"\xd8\x01\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x12\n\x0eSTATE_PROPOSED\x10\x01\x12\x12\n\x0eSTATE_REJECTED\x10\x02\x12\x11\n\rSTATE_PENDING\x10\x03\x12\x13\n\x0fSTATE_CANCELLED\x10\x04\x12\x10\n\x0cSTATE_ACTIVE\x10\x05\x12\x13\n\x0fSTATE_SUSPENDED\x10\x06\x12\x10\n\x0cSTATE_CLOSED\x10\x07\x12\x1c\n\x18STATE_TRADING_TERMINATED\x10\x08\x12\x11\n\rSTATE_SETTLED\x10\t"\xcc\x01\n\x0bTradingMode\x12\x1c\n\x18TRADING_MODE_UNSPECIFIED\x10\x00\x12\x1b\n\x17TRADING_MODE_CONTINUOUS\x10\x01\x12\x1e\n\x1aTRADING_MODE_BATCH_AUCTION\x10\x02\x12 \n\x1cTRADING_MODE_OPENING_AUCTION\x10\x03\x12#\n\x1fTRADING_MODE_MONITORING_AUCTION\x10\x04\x12\x1b\n\x17TRADING_MODE_NO_TRADING\x10\x05"r\n\x10MarketTimestamps\x12\x1a\n\x08proposed\x18\x01 \x01(\x03R\x08proposed\x12\x18\n\x07pending\x18\x02 \x01(\x03R\x07pending\x12\x12\n\x04open\x18\x03 \x01(\x03R\x04open\x12\x14\n\x05\x63lose\x18\x04 \x01(\x03R\x05\x63loseB\'Z%code.vegaprotocol.io/vega/protos/vegab\x06proto3' ) - -_AUCTIONDURATION = DESCRIPTOR.message_types_by_name["AuctionDuration"] -_FUTURE = DESCRIPTOR.message_types_by_name["Future"] -_ORACLESPECTOFUTUREBINDING = DESCRIPTOR.message_types_by_name[ - "OracleSpecToFutureBinding" -] -_INSTRUMENTMETADATA = DESCRIPTOR.message_types_by_name["InstrumentMetadata"] -_INSTRUMENT = DESCRIPTOR.message_types_by_name["Instrument"] -_LOGNORMALRISKMODEL = DESCRIPTOR.message_types_by_name["LogNormalRiskModel"] -_LOGNORMALMODELPARAMS = DESCRIPTOR.message_types_by_name["LogNormalModelParams"] -_SIMPLERISKMODEL = DESCRIPTOR.message_types_by_name["SimpleRiskModel"] -_SIMPLEMODELPARAMS = DESCRIPTOR.message_types_by_name["SimpleModelParams"] -_SCALINGFACTORS = DESCRIPTOR.message_types_by_name["ScalingFactors"] -_MARGINCALCULATOR = DESCRIPTOR.message_types_by_name["MarginCalculator"] -_TRADABLEINSTRUMENT = DESCRIPTOR.message_types_by_name["TradableInstrument"] -_FEEFACTORS = DESCRIPTOR.message_types_by_name["FeeFactors"] -_FEES = DESCRIPTOR.message_types_by_name["Fees"] -_PRICEMONITORINGTRIGGER = DESCRIPTOR.message_types_by_name["PriceMonitoringTrigger"] -_PRICEMONITORINGPARAMETERS = DESCRIPTOR.message_types_by_name[ - "PriceMonitoringParameters" -] -_PRICEMONITORINGSETTINGS = DESCRIPTOR.message_types_by_name["PriceMonitoringSettings"] -_LIQUIDITYMONITORINGPARAMETERS = DESCRIPTOR.message_types_by_name[ - "LiquidityMonitoringParameters" -] -_TARGETSTAKEPARAMETERS = DESCRIPTOR.message_types_by_name["TargetStakeParameters"] -_MARKET = DESCRIPTOR.message_types_by_name["Market"] -_MARKETTIMESTAMPS = DESCRIPTOR.message_types_by_name["MarketTimestamps"] -_MARKET_STATE = _MARKET.enum_types_by_name["State"] -_MARKET_TRADINGMODE = _MARKET.enum_types_by_name["TradingMode"] -AuctionDuration = _reflection.GeneratedProtocolMessageType( - "AuctionDuration", - (_message.Message,), - { - "DESCRIPTOR": _AUCTIONDURATION, - "__module__": "vega.markets_pb2" - # @@protoc_insertion_point(class_scope:vega.AuctionDuration) - }, -) -_sym_db.RegisterMessage(AuctionDuration) - -Future = _reflection.GeneratedProtocolMessageType( - "Future", - (_message.Message,), - { - "DESCRIPTOR": _FUTURE, - "__module__": "vega.markets_pb2" - # @@protoc_insertion_point(class_scope:vega.Future) - }, -) -_sym_db.RegisterMessage(Future) - -OracleSpecToFutureBinding = _reflection.GeneratedProtocolMessageType( - "OracleSpecToFutureBinding", - (_message.Message,), - { - "DESCRIPTOR": _ORACLESPECTOFUTUREBINDING, - "__module__": "vega.markets_pb2" - # @@protoc_insertion_point(class_scope:vega.OracleSpecToFutureBinding) - }, -) -_sym_db.RegisterMessage(OracleSpecToFutureBinding) - -InstrumentMetadata = _reflection.GeneratedProtocolMessageType( - "InstrumentMetadata", - (_message.Message,), - { - "DESCRIPTOR": _INSTRUMENTMETADATA, - "__module__": "vega.markets_pb2" - # @@protoc_insertion_point(class_scope:vega.InstrumentMetadata) - }, -) -_sym_db.RegisterMessage(InstrumentMetadata) - -Instrument = _reflection.GeneratedProtocolMessageType( - "Instrument", - (_message.Message,), - { - "DESCRIPTOR": _INSTRUMENT, - "__module__": "vega.markets_pb2" - # @@protoc_insertion_point(class_scope:vega.Instrument) - }, -) -_sym_db.RegisterMessage(Instrument) - -LogNormalRiskModel = _reflection.GeneratedProtocolMessageType( - "LogNormalRiskModel", - (_message.Message,), - { - "DESCRIPTOR": _LOGNORMALRISKMODEL, - "__module__": "vega.markets_pb2" - # @@protoc_insertion_point(class_scope:vega.LogNormalRiskModel) - }, -) -_sym_db.RegisterMessage(LogNormalRiskModel) - -LogNormalModelParams = _reflection.GeneratedProtocolMessageType( - "LogNormalModelParams", - (_message.Message,), - { - "DESCRIPTOR": _LOGNORMALMODELPARAMS, - "__module__": "vega.markets_pb2" - # @@protoc_insertion_point(class_scope:vega.LogNormalModelParams) - }, -) -_sym_db.RegisterMessage(LogNormalModelParams) - -SimpleRiskModel = _reflection.GeneratedProtocolMessageType( - "SimpleRiskModel", - (_message.Message,), - { - "DESCRIPTOR": _SIMPLERISKMODEL, - "__module__": "vega.markets_pb2" - # @@protoc_insertion_point(class_scope:vega.SimpleRiskModel) - }, -) -_sym_db.RegisterMessage(SimpleRiskModel) - -SimpleModelParams = _reflection.GeneratedProtocolMessageType( - "SimpleModelParams", - (_message.Message,), - { - "DESCRIPTOR": _SIMPLEMODELPARAMS, - "__module__": "vega.markets_pb2" - # @@protoc_insertion_point(class_scope:vega.SimpleModelParams) - }, -) -_sym_db.RegisterMessage(SimpleModelParams) - -ScalingFactors = _reflection.GeneratedProtocolMessageType( - "ScalingFactors", - (_message.Message,), - { - "DESCRIPTOR": _SCALINGFACTORS, - "__module__": "vega.markets_pb2" - # @@protoc_insertion_point(class_scope:vega.ScalingFactors) - }, -) -_sym_db.RegisterMessage(ScalingFactors) - -MarginCalculator = _reflection.GeneratedProtocolMessageType( - "MarginCalculator", - (_message.Message,), - { - "DESCRIPTOR": _MARGINCALCULATOR, - "__module__": "vega.markets_pb2" - # @@protoc_insertion_point(class_scope:vega.MarginCalculator) - }, -) -_sym_db.RegisterMessage(MarginCalculator) - -TradableInstrument = _reflection.GeneratedProtocolMessageType( - "TradableInstrument", - (_message.Message,), - { - "DESCRIPTOR": _TRADABLEINSTRUMENT, - "__module__": "vega.markets_pb2" - # @@protoc_insertion_point(class_scope:vega.TradableInstrument) - }, -) -_sym_db.RegisterMessage(TradableInstrument) - -FeeFactors = _reflection.GeneratedProtocolMessageType( - "FeeFactors", - (_message.Message,), - { - "DESCRIPTOR": _FEEFACTORS, - "__module__": "vega.markets_pb2" - # @@protoc_insertion_point(class_scope:vega.FeeFactors) - }, -) -_sym_db.RegisterMessage(FeeFactors) - -Fees = _reflection.GeneratedProtocolMessageType( - "Fees", - (_message.Message,), - { - "DESCRIPTOR": _FEES, - "__module__": "vega.markets_pb2" - # @@protoc_insertion_point(class_scope:vega.Fees) - }, -) -_sym_db.RegisterMessage(Fees) - -PriceMonitoringTrigger = _reflection.GeneratedProtocolMessageType( - "PriceMonitoringTrigger", - (_message.Message,), - { - "DESCRIPTOR": _PRICEMONITORINGTRIGGER, - "__module__": "vega.markets_pb2" - # @@protoc_insertion_point(class_scope:vega.PriceMonitoringTrigger) - }, -) -_sym_db.RegisterMessage(PriceMonitoringTrigger) - -PriceMonitoringParameters = _reflection.GeneratedProtocolMessageType( - "PriceMonitoringParameters", - (_message.Message,), - { - "DESCRIPTOR": _PRICEMONITORINGPARAMETERS, - "__module__": "vega.markets_pb2" - # @@protoc_insertion_point(class_scope:vega.PriceMonitoringParameters) - }, -) -_sym_db.RegisterMessage(PriceMonitoringParameters) - -PriceMonitoringSettings = _reflection.GeneratedProtocolMessageType( - "PriceMonitoringSettings", - (_message.Message,), - { - "DESCRIPTOR": _PRICEMONITORINGSETTINGS, - "__module__": "vega.markets_pb2" - # @@protoc_insertion_point(class_scope:vega.PriceMonitoringSettings) - }, -) -_sym_db.RegisterMessage(PriceMonitoringSettings) - -LiquidityMonitoringParameters = _reflection.GeneratedProtocolMessageType( - "LiquidityMonitoringParameters", - (_message.Message,), - { - "DESCRIPTOR": _LIQUIDITYMONITORINGPARAMETERS, - "__module__": "vega.markets_pb2" - # @@protoc_insertion_point(class_scope:vega.LiquidityMonitoringParameters) - }, -) -_sym_db.RegisterMessage(LiquidityMonitoringParameters) - -TargetStakeParameters = _reflection.GeneratedProtocolMessageType( - "TargetStakeParameters", - (_message.Message,), - { - "DESCRIPTOR": _TARGETSTAKEPARAMETERS, - "__module__": "vega.markets_pb2" - # @@protoc_insertion_point(class_scope:vega.TargetStakeParameters) - }, -) -_sym_db.RegisterMessage(TargetStakeParameters) - -Market = _reflection.GeneratedProtocolMessageType( - "Market", - (_message.Message,), - { - "DESCRIPTOR": _MARKET, - "__module__": "vega.markets_pb2" - # @@protoc_insertion_point(class_scope:vega.Market) - }, -) -_sym_db.RegisterMessage(Market) - -MarketTimestamps = _reflection.GeneratedProtocolMessageType( - "MarketTimestamps", - (_message.Message,), - { - "DESCRIPTOR": _MARKETTIMESTAMPS, - "__module__": "vega.markets_pb2" - # @@protoc_insertion_point(class_scope:vega.MarketTimestamps) - }, -) -_sym_db.RegisterMessage(MarketTimestamps) - +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) +_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "vega.markets_pb2", globals()) if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None DESCRIPTOR._serialized_options = b"Z%code.vegaprotocol.io/vega/protos/vega" _AUCTIONDURATION._serialized_start = 56 - _AUCTIONDURATION._serialized_end = 107 - _FUTURE._serialized_start = 110 - _FUTURE._serialized_end = 396 - _ORACLESPECTOFUTUREBINDING._serialized_start = 398 - _ORACLESPECTOFUTUREBINDING._serialized_end = 498 - _INSTRUMENTMETADATA._serialized_start = 500 - _INSTRUMENTMETADATA._serialized_end = 534 - _INSTRUMENT._serialized_start = 537 - _INSTRUMENT._serialized_end = 676 - _LOGNORMALRISKMODEL._serialized_start = 678 - _LOGNORMALRISKMODEL._serialized_end = 788 - _LOGNORMALMODELPARAMS._serialized_start = 790 - _LOGNORMALMODELPARAMS._serialized_end = 850 - _SIMPLERISKMODEL._serialized_start = 852 - _SIMPLERISKMODEL._serialized_end = 910 - _SIMPLEMODELPARAMS._serialized_start = 913 - _SIMPLEMODELPARAMS._serialized_end = 1051 - _SCALINGFACTORS._serialized_start = 1053 - _SCALINGFACTORS._serialized_end = 1143 - _MARGINCALCULATOR._serialized_start = 1145 - _MARGINCALCULATOR._serialized_end = 1210 - _TRADABLEINSTRUMENT._serialized_start = 1213 - _TRADABLEINSTRUMENT._serialized_end = 1447 - _FEEFACTORS._serialized_start = 1449 - _FEEFACTORS._serialized_end = 1531 - _FEES._serialized_start = 1533 - _FEES._serialized_end = 1574 - _PRICEMONITORINGTRIGGER._serialized_start = 1576 - _PRICEMONITORINGTRIGGER._serialized_end = 1665 - _PRICEMONITORINGPARAMETERS._serialized_start = 1667 - _PRICEMONITORINGPARAMETERS._serialized_end = 1742 - _PRICEMONITORINGSETTINGS._serialized_start = 1744 - _PRICEMONITORINGSETTINGS._serialized_end = 1822 - _LIQUIDITYMONITORINGPARAMETERS._serialized_start = 1825 - _LIQUIDITYMONITORINGPARAMETERS._serialized_end = 1971 - _TARGETSTAKEPARAMETERS._serialized_start = 1973 - _TARGETSTAKEPARAMETERS._serialized_end = 2041 - _MARKET._serialized_start = 2044 - _MARKET._serialized_end = 2954 - _MARKET_STATE._serialized_start = 2531 - _MARKET_STATE._serialized_end = 2747 - _MARKET_TRADINGMODE._serialized_start = 2750 - _MARKET_TRADINGMODE._serialized_end = 2954 - _MARKETTIMESTAMPS._serialized_start = 2956 - _MARKETTIMESTAMPS._serialized_end = 3038 + _AUCTIONDURATION._serialized_end = 125 + _FUTURE._serialized_start = 128 + _FUTURE._serialized_end = 549 + _ORACLESPECTOFUTUREBINDING._serialized_start = 552 + _ORACLESPECTOFUTUREBINDING._serialized_end = 705 + _INSTRUMENTMETADATA._serialized_start = 707 + _INSTRUMENTMETADATA._serialized_end = 747 + _INSTRUMENT._serialized_start = 750 + _INSTRUMENT._serialized_end = 923 + _LOGNORMALRISKMODEL._serialized_start = 926 + _LOGNORMALRISKMODEL._serialized_end = 1072 + _LOGNORMALMODELPARAMS._serialized_start = 1074 + _LOGNORMALMODELPARAMS._serialized_end = 1148 + _SIMPLERISKMODEL._serialized_start = 1150 + _SIMPLERISKMODEL._serialized_end = 1216 + _SIMPLEMODELPARAMS._serialized_start = 1219 + _SIMPLEMODELPARAMS._serialized_end = 1428 + _SCALINGFACTORS._serialized_start = 1431 + _SCALINGFACTORS._serialized_end = 1568 + _MARGINCALCULATOR._serialized_start = 1570 + _MARGINCALCULATOR._serialized_end = 1651 + _TRADABLEINSTRUMENT._serialized_start = 1654 + _TRADABLEINSTRUMENT._serialized_end = 1955 + _FEEFACTORS._serialized_start = 1957 + _FEEFACTORS._serialized_end = 2082 + _FEES._serialized_start = 2084 + _FEES._serialized_end = 2134 + _PRICEMONITORINGTRIGGER._serialized_start = 2137 + _PRICEMONITORINGTRIGGER._serialized_end = 2266 + _PRICEMONITORINGPARAMETERS._serialized_start = 2268 + _PRICEMONITORINGPARAMETERS._serialized_end = 2353 + _PRICEMONITORINGSETTINGS._serialized_start = 2355 + _PRICEMONITORINGSETTINGS._serialized_end = 2445 + _LIQUIDITYMONITORINGPARAMETERS._serialized_start = 2448 + _LIQUIDITYMONITORINGPARAMETERS._serialized_end = 2652 + _TARGETSTAKEPARAMETERS._serialized_start = 2654 + _TARGETSTAKEPARAMETERS._serialized_end = 2749 + _MARKET._serialized_start = 2752 + _MARKET._serialized_end = 3840 + _MARKET_STATE._serialized_start = 3417 + _MARKET_STATE._serialized_end = 3633 + _MARKET_TRADINGMODE._serialized_start = 3636 + _MARKET_TRADINGMODE._serialized_end = 3840 + _MARKETTIMESTAMPS._serialized_start = 3842 + _MARKETTIMESTAMPS._serialized_end = 3956 # @@protoc_insertion_point(module_scope) diff --git a/vega_sim/proto/vega/oracles/v1/data_pb2.py b/vega_sim/proto/vega/oracles/v1/data_pb2.py index c13ce3136..178b76fb6 100644 --- a/vega_sim/proto/vega/oracles/v1/data_pb2.py +++ b/vega_sim/proto/vega/oracles/v1/data_pb2.py @@ -2,10 +2,9 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: vega/oracles/v1/data.proto """Generated protocol buffer code.""" +from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) @@ -14,42 +13,21 @@ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile( - b'\n\x1avega/oracles/v1/data.proto\x12\noracles.v1"r\n\nOracleData\x12\x10\n\x08pub_keys\x18\x01 \x03(\t\x12"\n\x04\x64\x61ta\x18\x02 \x03(\x0b\x32\x14.oracles.v1.Property\x12\x18\n\x10matched_spec_ids\x18\x03 \x03(\t\x12\x14\n\x0c\x62roadcast_at\x18\x04 \x01(\x03"\'\n\x08Property\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\tB2Z0code.vegaprotocol.io/vega/protos/vega/oracles/v1b\x06proto3' + b'\n\x1avega/oracles/v1/data.proto\x12\noracles.v1"\x9e\x01\n\nOracleData\x12\x19\n\x08pub_keys\x18\x01 \x03(\tR\x07pubKeys\x12(\n\x04\x64\x61ta\x18\x02 \x03(\x0b\x32\x14.oracles.v1.PropertyR\x04\x64\x61ta\x12(\n\x10matched_spec_ids\x18\x03 \x03(\tR\x0ematchedSpecIds\x12!\n\x0c\x62roadcast_at\x18\x04 \x01(\x03R\x0b\x62roadcastAt"4\n\x08Property\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x14\n\x05value\x18\x02 \x01(\tR\x05valueB2Z0code.vegaprotocol.io/vega/protos/vega/oracles/v1b\x06proto3' ) - -_ORACLEDATA = DESCRIPTOR.message_types_by_name["OracleData"] -_PROPERTY = DESCRIPTOR.message_types_by_name["Property"] -OracleData = _reflection.GeneratedProtocolMessageType( - "OracleData", - (_message.Message,), - { - "DESCRIPTOR": _ORACLEDATA, - "__module__": "vega.oracles.v1.data_pb2" - # @@protoc_insertion_point(class_scope:oracles.v1.OracleData) - }, -) -_sym_db.RegisterMessage(OracleData) - -Property = _reflection.GeneratedProtocolMessageType( - "Property", - (_message.Message,), - { - "DESCRIPTOR": _PROPERTY, - "__module__": "vega.oracles.v1.data_pb2" - # @@protoc_insertion_point(class_scope:oracles.v1.Property) - }, +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) +_builder.BuildTopDescriptorsAndMessages( + DESCRIPTOR, "vega.oracles.v1.data_pb2", globals() ) -_sym_db.RegisterMessage(Property) - if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None DESCRIPTOR._serialized_options = ( b"Z0code.vegaprotocol.io/vega/protos/vega/oracles/v1" ) - _ORACLEDATA._serialized_start = 42 - _ORACLEDATA._serialized_end = 156 - _PROPERTY._serialized_start = 158 - _PROPERTY._serialized_end = 197 + _ORACLEDATA._serialized_start = 43 + _ORACLEDATA._serialized_end = 201 + _PROPERTY._serialized_start = 203 + _PROPERTY._serialized_end = 255 # @@protoc_insertion_point(module_scope) diff --git a/vega_sim/proto/vega/oracles/v1/spec_pb2.py b/vega_sim/proto/vega/oracles/v1/spec_pb2.py index 642e5d300..82418b165 100644 --- a/vega_sim/proto/vega/oracles/v1/spec_pb2.py +++ b/vega_sim/proto/vega/oracles/v1/spec_pb2.py @@ -2,10 +2,9 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: vega/oracles/v1/spec.proto """Generated protocol buffer code.""" +from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) @@ -14,73 +13,13 @@ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile( - b'\n\x1avega/oracles/v1/spec.proto\x12\noracles.v1"P\n\x17OracleSpecConfiguration\x12\x10\n\x08pub_keys\x18\x01 \x03(\t\x12#\n\x07\x66ilters\x18\x02 \x03(\x0b\x32\x12.oracles.v1.Filter"\xf3\x01\n\nOracleSpec\x12\n\n\x02id\x18\x01 \x01(\t\x12\x12\n\ncreated_at\x18\x02 \x01(\x03\x12\x12\n\nupdated_at\x18\x03 \x01(\x03\x12\x10\n\x08pub_keys\x18\x04 \x03(\t\x12#\n\x07\x66ilters\x18\x05 \x03(\x0b\x32\x12.oracles.v1.Filter\x12-\n\x06status\x18\x06 \x01(\x0e\x32\x1d.oracles.v1.OracleSpec.Status"K\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x11\n\rSTATUS_ACTIVE\x10\x01\x12\x16\n\x12STATUS_DEACTIVATED\x10\x02"Y\n\x06\x46ilter\x12$\n\x03key\x18\x01 \x01(\x0b\x32\x17.oracles.v1.PropertyKey\x12)\n\nconditions\x18\x02 \x03(\x0b\x32\x15.oracles.v1.Condition"\xd1\x01\n\x0bPropertyKey\x12\x0c\n\x04name\x18\x01 \x01(\t\x12*\n\x04type\x18\x02 \x01(\x0e\x32\x1c.oracles.v1.PropertyKey.Type"\x87\x01\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0e\n\nTYPE_EMPTY\x10\x01\x12\x10\n\x0cTYPE_INTEGER\x10\x02\x12\x0f\n\x0bTYPE_STRING\x10\x03\x12\x10\n\x0cTYPE_BOOLEAN\x10\x04\x12\x10\n\x0cTYPE_DECIMAL\x10\x05\x12\x12\n\x0eTYPE_TIMESTAMP\x10\x06"\x80\x02\n\tCondition\x12\x30\n\x08operator\x18\x01 \x01(\x0e\x32\x1e.oracles.v1.Condition.Operator\x12\r\n\x05value\x18\x02 \x01(\t"\xb1\x01\n\x08Operator\x12\x18\n\x14OPERATOR_UNSPECIFIED\x10\x00\x12\x13\n\x0fOPERATOR_EQUALS\x10\x01\x12\x19\n\x15OPERATOR_GREATER_THAN\x10\x02\x12"\n\x1eOPERATOR_GREATER_THAN_OR_EQUAL\x10\x03\x12\x16\n\x12OPERATOR_LESS_THAN\x10\x04\x12\x1f\n\x1bOPERATOR_LESS_THAN_OR_EQUAL\x10\x05\x42\x32Z0code.vegaprotocol.io/vega/protos/vega/oracles/v1b\x06proto3' + b'\n\x1avega/oracles/v1/spec.proto\x12\noracles.v1"b\n\x17OracleSpecConfiguration\x12\x19\n\x08pub_keys\x18\x01 \x03(\tR\x07pubKeys\x12,\n\x07\x66ilters\x18\x02 \x03(\x0b\x32\x12.oracles.v1.FilterR\x07\x66ilters"\xa7\x02\n\nOracleSpec\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x1d\n\ncreated_at\x18\x02 \x01(\x03R\tcreatedAt\x12\x1d\n\nupdated_at\x18\x03 \x01(\x03R\tupdatedAt\x12\x19\n\x08pub_keys\x18\x04 \x03(\tR\x07pubKeys\x12,\n\x07\x66ilters\x18\x05 \x03(\x0b\x32\x12.oracles.v1.FilterR\x07\x66ilters\x12\x35\n\x06status\x18\x06 \x01(\x0e\x32\x1d.oracles.v1.OracleSpec.StatusR\x06status"K\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x11\n\rSTATUS_ACTIVE\x10\x01\x12\x16\n\x12STATUS_DEACTIVATED\x10\x02"j\n\x06\x46ilter\x12)\n\x03key\x18\x01 \x01(\x0b\x32\x17.oracles.v1.PropertyKeyR\x03key\x12\x35\n\nconditions\x18\x02 \x03(\x0b\x32\x15.oracles.v1.ConditionR\nconditions"\xdd\x01\n\x0bPropertyKey\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x30\n\x04type\x18\x02 \x01(\x0e\x32\x1c.oracles.v1.PropertyKey.TypeR\x04type"\x87\x01\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0e\n\nTYPE_EMPTY\x10\x01\x12\x10\n\x0cTYPE_INTEGER\x10\x02\x12\x0f\n\x0bTYPE_STRING\x10\x03\x12\x10\n\x0cTYPE_BOOLEAN\x10\x04\x12\x10\n\x0cTYPE_DECIMAL\x10\x05\x12\x12\n\x0eTYPE_TIMESTAMP\x10\x06"\x91\x02\n\tCondition\x12:\n\x08operator\x18\x01 \x01(\x0e\x32\x1e.oracles.v1.Condition.OperatorR\x08operator\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value"\xb1\x01\n\x08Operator\x12\x18\n\x14OPERATOR_UNSPECIFIED\x10\x00\x12\x13\n\x0fOPERATOR_EQUALS\x10\x01\x12\x19\n\x15OPERATOR_GREATER_THAN\x10\x02\x12"\n\x1eOPERATOR_GREATER_THAN_OR_EQUAL\x10\x03\x12\x16\n\x12OPERATOR_LESS_THAN\x10\x04\x12\x1f\n\x1bOPERATOR_LESS_THAN_OR_EQUAL\x10\x05\x42\x32Z0code.vegaprotocol.io/vega/protos/vega/oracles/v1b\x06proto3' ) - -_ORACLESPECCONFIGURATION = DESCRIPTOR.message_types_by_name["OracleSpecConfiguration"] -_ORACLESPEC = DESCRIPTOR.message_types_by_name["OracleSpec"] -_FILTER = DESCRIPTOR.message_types_by_name["Filter"] -_PROPERTYKEY = DESCRIPTOR.message_types_by_name["PropertyKey"] -_CONDITION = DESCRIPTOR.message_types_by_name["Condition"] -_ORACLESPEC_STATUS = _ORACLESPEC.enum_types_by_name["Status"] -_PROPERTYKEY_TYPE = _PROPERTYKEY.enum_types_by_name["Type"] -_CONDITION_OPERATOR = _CONDITION.enum_types_by_name["Operator"] -OracleSpecConfiguration = _reflection.GeneratedProtocolMessageType( - "OracleSpecConfiguration", - (_message.Message,), - { - "DESCRIPTOR": _ORACLESPECCONFIGURATION, - "__module__": "vega.oracles.v1.spec_pb2" - # @@protoc_insertion_point(class_scope:oracles.v1.OracleSpecConfiguration) - }, -) -_sym_db.RegisterMessage(OracleSpecConfiguration) - -OracleSpec = _reflection.GeneratedProtocolMessageType( - "OracleSpec", - (_message.Message,), - { - "DESCRIPTOR": _ORACLESPEC, - "__module__": "vega.oracles.v1.spec_pb2" - # @@protoc_insertion_point(class_scope:oracles.v1.OracleSpec) - }, -) -_sym_db.RegisterMessage(OracleSpec) - -Filter = _reflection.GeneratedProtocolMessageType( - "Filter", - (_message.Message,), - { - "DESCRIPTOR": _FILTER, - "__module__": "vega.oracles.v1.spec_pb2" - # @@protoc_insertion_point(class_scope:oracles.v1.Filter) - }, +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) +_builder.BuildTopDescriptorsAndMessages( + DESCRIPTOR, "vega.oracles.v1.spec_pb2", globals() ) -_sym_db.RegisterMessage(Filter) - -PropertyKey = _reflection.GeneratedProtocolMessageType( - "PropertyKey", - (_message.Message,), - { - "DESCRIPTOR": _PROPERTYKEY, - "__module__": "vega.oracles.v1.spec_pb2" - # @@protoc_insertion_point(class_scope:oracles.v1.PropertyKey) - }, -) -_sym_db.RegisterMessage(PropertyKey) - -Condition = _reflection.GeneratedProtocolMessageType( - "Condition", - (_message.Message,), - { - "DESCRIPTOR": _CONDITION, - "__module__": "vega.oracles.v1.spec_pb2" - # @@protoc_insertion_point(class_scope:oracles.v1.Condition) - }, -) -_sym_db.RegisterMessage(Condition) - if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None @@ -88,19 +27,19 @@ b"Z0code.vegaprotocol.io/vega/protos/vega/oracles/v1" ) _ORACLESPECCONFIGURATION._serialized_start = 42 - _ORACLESPECCONFIGURATION._serialized_end = 122 - _ORACLESPEC._serialized_start = 125 - _ORACLESPEC._serialized_end = 368 - _ORACLESPEC_STATUS._serialized_start = 293 - _ORACLESPEC_STATUS._serialized_end = 368 - _FILTER._serialized_start = 370 - _FILTER._serialized_end = 459 - _PROPERTYKEY._serialized_start = 462 - _PROPERTYKEY._serialized_end = 671 - _PROPERTYKEY_TYPE._serialized_start = 536 - _PROPERTYKEY_TYPE._serialized_end = 671 - _CONDITION._serialized_start = 674 - _CONDITION._serialized_end = 930 - _CONDITION_OPERATOR._serialized_start = 753 - _CONDITION_OPERATOR._serialized_end = 930 + _ORACLESPECCONFIGURATION._serialized_end = 140 + _ORACLESPEC._serialized_start = 143 + _ORACLESPEC._serialized_end = 438 + _ORACLESPEC_STATUS._serialized_start = 363 + _ORACLESPEC_STATUS._serialized_end = 438 + _FILTER._serialized_start = 440 + _FILTER._serialized_end = 546 + _PROPERTYKEY._serialized_start = 549 + _PROPERTYKEY._serialized_end = 770 + _PROPERTYKEY_TYPE._serialized_start = 635 + _PROPERTYKEY_TYPE._serialized_end = 770 + _CONDITION._serialized_start = 773 + _CONDITION._serialized_end = 1046 + _CONDITION_OPERATOR._serialized_start = 869 + _CONDITION_OPERATOR._serialized_end = 1046 # @@protoc_insertion_point(module_scope) diff --git a/vega_sim/proto/vega/snapshot/v1/snapshot_pb2.py b/vega_sim/proto/vega/snapshot/v1/snapshot_pb2.py index 808ca7929..3853c1a2c 100644 --- a/vega_sim/proto/vega/snapshot/v1/snapshot_pb2.py +++ b/vega_sim/proto/vega/snapshot/v1/snapshot_pb2.py @@ -2,11 +2,9 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: vega/snapshot/v1/snapshot.proto """Generated protocol buffer code.""" -from google.protobuf.internal import enum_type_wrapper +from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) @@ -29,1559 +27,239 @@ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile( - b'\n\x1fvega/snapshot/v1/snapshot.proto\x12\x10vega.snapshot.v1\x1a\x0fvega/vega.proto\x1a\x12vega/markets.proto\x1a\x11vega/assets.proto\x1a\x17vega/chain_events.proto\x1a\x15vega/governance.proto\x1a\x1bvega/events/v1/events.proto\x1a)vega/commands/v1/validator_commands.proto\x1a#vega/checkpoint/v1/checkpoint.proto"t\n\x08Snapshot\x12\x0e\n\x06height\x18\x01 \x01(\x04\x12(\n\x06\x66ormat\x18\x02 \x01(\x0e\x32\x18.vega.snapshot.v1.Format\x12\x0e\n\x06\x63hunks\x18\x03 \x01(\r\x12\x0c\n\x04hash\x18\x04 \x01(\x0c\x12\x10\n\x08metadata\x18\x05 \x01(\x0c"W\n\x08NodeHash\x12\x0b\n\x03key\x18\x03 \x01(\t\x12\x0c\n\x04hash\x18\x04 \x01(\t\x12\x0e\n\x06height\x18\x05 \x01(\x05\x12\x0f\n\x07version\x18\x06 \x01(\x03\x12\x0f\n\x07is_leaf\x18\x07 \x01(\x08"b\n\x08Metadata\x12\x0f\n\x07version\x18\x01 \x01(\x03\x12\x14\n\x0c\x63hunk_hashes\x18\x02 \x03(\t\x12/\n\x0bnode_hashes\x18\x03 \x03(\x0b\x32\x1a.vega.snapshot.v1.NodeHash"H\n\x05\x43hunk\x12\'\n\x04\x64\x61ta\x18\x01 \x03(\x0b\x32\x19.vega.snapshot.v1.Payload\x12\n\n\x02nr\x18\x02 \x01(\x03\x12\n\n\x02of\x18\x03 \x01(\x03"\x9c\x1b\n\x07Payload\x12\x37\n\ractive_assets\x18\x01 \x01(\x0b\x32\x1e.vega.snapshot.v1.ActiveAssetsH\x00\x12\x39\n\x0epending_assets\x18\x02 \x01(\x0b\x32\x1f.vega.snapshot.v1.PendingAssetsH\x00\x12\x43\n\x13\x62\x61nking_withdrawals\x18\x03 \x01(\x0b\x32$.vega.snapshot.v1.BankingWithdrawalsH\x00\x12=\n\x10\x62\x61nking_deposits\x18\x04 \x01(\x0b\x32!.vega.snapshot.v1.BankingDepositsH\x00\x12\x35\n\x0c\x62\x61nking_seen\x18\x05 \x01(\x0b\x32\x1d.vega.snapshot.v1.BankingSeenH\x00\x12\x46\n\x15\x62\x61nking_asset_actions\x18\x06 \x01(\x0b\x32%.vega.snapshot.v1.BankingAssetActionsH\x00\x12\x32\n\ncheckpoint\x18\x07 \x01(\x0b\x32\x1c.vega.snapshot.v1.CheckpointH\x00\x12\x43\n\x13\x63ollateral_accounts\x18\x08 \x01(\x0b\x32$.vega.snapshot.v1.CollateralAccountsH\x00\x12?\n\x11\x63ollateral_assets\x18\t \x01(\x0b\x32".vega.snapshot.v1.CollateralAssetsH\x00\x12?\n\x11\x64\x65legation_active\x18\n \x01(\x0b\x32".vega.snapshot.v1.DelegationActiveH\x00\x12\x41\n\x12\x64\x65legation_pending\x18\x0b \x01(\x0b\x32#.vega.snapshot.v1.DelegationPendingH\x00\x12;\n\x0f\x64\x65legation_auto\x18\x0c \x01(\x0b\x32 .vega.snapshot.v1.DelegationAutoH\x00\x12?\n\x11governance_active\x18\r \x01(\x0b\x32".vega.snapshot.v1.GovernanceActiveH\x00\x12\x41\n\x12governance_enacted\x18\x0e \x01(\x0b\x32#.vega.snapshot.v1.GovernanceEnactedH\x00\x12=\n\x10staking_accounts\x18\x0f \x01(\x0b\x32!.vega.snapshot.v1.StakingAccountsH\x00\x12\x37\n\rmatching_book\x18\x10 \x01(\x0b\x32\x1e.vega.snapshot.v1.MatchingBookH\x00\x12\x39\n\x12network_parameters\x18\x11 \x01(\x0b\x32\x1b.vega.snapshot.v1.NetParamsH\x00\x12?\n\x11\x65xecution_markets\x18\x12 \x01(\x0b\x32".vega.snapshot.v1.ExecutionMarketsH\x00\x12=\n\x10market_positions\x18\x13 \x01(\x0b\x32!.vega.snapshot.v1.MarketPositionsH\x00\x12/\n\tapp_state\x18\x14 \x01(\x0b\x32\x1a.vega.snapshot.v1.AppStateH\x00\x12-\n\x05\x65poch\x18\x15 \x01(\x0b\x32\x1c.vega.snapshot.v1.EpochStateH\x00\x12J\n\x17rewards_pending_payouts\x18\x17 \x01(\x0b\x32\'.vega.snapshot.v1.RewardsPendingPayoutsH\x00\x12;\n\x0fgovernance_node\x18\x18 \x01(\x0b\x32 .vega.snapshot.v1.GovernanceNodeH\x00\x12\x33\n\x0blimit_state\x18\x19 \x01(\x0b\x32\x1c.vega.snapshot.v1.LimitStateH\x00\x12<\n\x10vote_spam_policy\x18\x1a \x01(\x0b\x32 .vega.snapshot.v1.VoteSpamPolicyH\x00\x12@\n\x12simple_spam_policy\x18\x1b \x01(\x0b\x32".vega.snapshot.v1.SimpleSpamPolicyH\x00\x12*\n\x06notary\x18\x1c \x01(\x0b\x32\x18.vega.snapshot.v1.NotaryH\x00\x12?\n\x11replay_protection\x18\x1d \x01(\x0b\x32".vega.snapshot.v1.ReplayProtectionH\x00\x12\x35\n\x0c\x66uture_state\x18\x1e \x01(\x0b\x32\x1d.vega.snapshot.v1.FutureStateH\x00\x12;\n\x0f\x65vent_forwarder\x18\x1f \x01(\x0b\x32 .vega.snapshot.v1.EventForwarderH\x00\x12L\n\x18stake_verifier_deposited\x18 \x01(\x0b\x32(.vega.snapshot.v1.StakeVerifierDepositedH\x00\x12H\n\x16stake_verifier_removed\x18! \x01(\x0b\x32&.vega.snapshot.v1.StakeVerifierRemovedH\x00\x12,\n\x07witness\x18" \x01(\x0b\x32\x19.vega.snapshot.v1.WitnessH\x00\x12\x61\n#delegation_last_reconciliation_time\x18# \x01(\x0b\x32\x32.vega.snapshot.v1.DelegationLastReconciliationTimeH\x00\x12.\n\x08topology\x18$ \x01(\x0b\x32\x1a.vega.snapshot.v1.TopologyH\x00\x12\x38\n\x0boracle_data\x18% \x01(\x0b\x32!.vega.snapshot.v1.OracleDataBatchH\x00\x12\x45\n\x14liquidity_parameters\x18& \x01(\x0b\x32%.vega.snapshot.v1.LiquidityParametersH\x00\x12T\n\x1cliquidity_pending_provisions\x18\' \x01(\x0b\x32,.vega.snapshot.v1.LiquidityPendingProvisionsH\x00\x12_\n"liquidity_parties_liquidity_orders\x18( \x01(\x0b\x32\x31.vega.snapshot.v1.LiquidityPartiesLiquidityOrdersH\x00\x12L\n\x18liquidity_parties_orders\x18) \x01(\x0b\x32(.vega.snapshot.v1.LiquidityPartiesOrdersH\x00\x12\x45\n\x14liquidity_provisions\x18* \x01(\x0b\x32%.vega.snapshot.v1.LiquidityProvisionsH\x00\x12\x41\n\x12liquidity_supplied\x18+ \x01(\x0b\x32#.vega.snapshot.v1.LiquiditySuppliedH\x00\x12=\n\x10liquidity_target\x18, \x01(\x0b\x32!.vega.snapshot.v1.LiquidityTargetH\x00\x12L\n\x18\x66loating_point_consensus\x18. \x01(\x0b\x32(.vega.snapshot.v1.FloatingPointConsensusH\x00\x12\x39\n\x0emarket_tracker\x18/ \x01(\x0b\x32\x1f.vega.snapshot.v1.MarketTrackerH\x00\x12R\n\x1b\x62\x61nking_recurring_transfers\x18\x31 \x01(\x0b\x32+.vega.snapshot.v1.BankingRecurringTransfersH\x00\x12R\n\x1b\x62\x61nking_scheduled_transfers\x18\x32 \x01(\x0b\x32+.vega.snapshot.v1.BankingScheduledTransfersH\x00\x12[\n erc20_multisig_topology_verified\x18\x33 \x01(\x0b\x32/.vega.snapshot.v1.ERC20MultiSigTopologyVerifiedH\x00\x12Y\n\x1f\x65rc20_multisig_topology_pending\x18\x34 \x01(\x0b\x32..vega.snapshot.v1.ERC20MultiSigTopologyPendingH\x00\x12\x36\n\rproof_of_work\x18\x35 \x01(\x0b\x32\x1d.vega.snapshot.v1.ProofOfWorkH\x00\x12\x46\n\x15pending_asset_updates\x18\x36 \x01(\x0b\x32%.vega.snapshot.v1.PendingAssetUpdatesH\x00\x12P\n\x1aprotocol_upgrade_proposals\x18\x37 \x01(\x0b\x32*.vega.snapshot.v1.ProtocolUpgradeProposalsH\x00\x42\x06\n\x04\x64\x61ta">\n\x17TimestampedOpenInterest\x12\x15\n\ropen_interest\x18\x01 \x01(\x04\x12\x0c\n\x04time\x18\x02 \x01(\x03"\x89\x02\n\x0fLiquidityTarget\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\x14\n\x0c\x63urrent_time\x18\x02 \x01(\x03\x12\x1a\n\x12scheduled_truncate\x18\x03 \x01(\x03\x12\x1e\n\x16\x63urrent_open_interests\x18\x04 \x03(\x04\x12J\n\x17previous_open_interests\x18\x05 \x03(\x0b\x32).vega.snapshot.v1.TimestampedOpenInterest\x12\x45\n\x12max_open_interests\x18\x06 \x01(\x0b\x32).vega.snapshot.v1.TimestampedOpenInterest"C\n\x1dLiquidityPriceProbabilityPair\x12\r\n\x05price\x18\x01 \x01(\t\x12\x13\n\x0bprobability\x18\x02 \x01(\t"\xc9\x01\n\x11LiquiditySupplied\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\x19\n\x11\x63onsensus_reached\x18\x02 \x01(\x08\x12\x42\n\tbid_cache\x18\x03 \x03(\x0b\x32/.vega.snapshot.v1.LiquidityPriceProbabilityPair\x12\x42\n\task_cache\x18\x04 \x03(\x0b\x32/.vega.snapshot.v1.LiquidityPriceProbabilityPair"D\n\x0fOracleDataBatch\x12\x31\n\x0boracle_data\x18\x01 \x03(\x0b\x32\x1c.vega.snapshot.v1.OracleData"N\n\nOracleData\x12\x10\n\x08pub_keys\x18\x01 \x03(\t\x12.\n\x04\x64\x61ta\x18\x02 \x03(\x0b\x32 .vega.snapshot.v1.OracleDataPair",\n\x0eOracleDataPair\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t"W\n\x07Witness\x12-\n\tresources\x18\x01 \x03(\x0b\x32\x1a.vega.snapshot.v1.Resource\x12\x1d\n\x15need_resend_resources\x18\x02 \x03(\t"I\n\x08Resource\x12\n\n\x02id\x18\x01 \x01(\t\x12\x13\n\x0b\x63heck_until\x18\x02 \x01(\x03\x12\r\n\x05votes\x18\x03 \x03(\t\x12\r\n\x05state\x18\x04 \x01(\r"D\n\x0e\x45ventForwarder\x12\x32\n\x0c\x61\x63ked_events\x18\x01 \x03(\x0b\x32\x1c.vega.commands.v1.ChainEvent"5\n\x12\x43ollateralAccounts\x12\x1f\n\x08\x61\x63\x63ounts\x18\x01 \x03(\x0b\x32\r.vega.Account"/\n\x10\x43ollateralAssets\x12\x1b\n\x06\x61ssets\x18\x01 \x03(\x0b\x32\x0b.vega.Asset"+\n\x0c\x41\x63tiveAssets\x12\x1b\n\x06\x61ssets\x18\x01 \x03(\x0b\x32\x0b.vega.Asset",\n\rPendingAssets\x12\x1b\n\x06\x61ssets\x18\x01 \x03(\x0b\x32\x0b.vega.Asset"2\n\x13PendingAssetUpdates\x12\x1b\n\x06\x61ssets\x18\x01 \x03(\x0b\x32\x0b.vega.Asset"?\n\nWithdrawal\x12\x0b\n\x03ref\x18\x01 \x01(\t\x12$\n\nwithdrawal\x18\x02 \x01(\x0b\x32\x10.vega.Withdrawal"5\n\x07\x44\x65posit\x12\n\n\x02id\x18\x01 \x01(\t\x12\x1e\n\x07\x64\x65posit\x18\x02 \x01(\x0b\x32\r.vega.Deposit"I\n\x05TxRef\x12\r\n\x05\x61sset\x18\x01 \x01(\t\x12\x10\n\x08\x62lock_nr\x18\x02 \x01(\x04\x12\x0c\n\x04hash\x18\x03 \x01(\t\x12\x11\n\tlog_index\x18\x04 \x01(\x04"\xb9\x02\n\x0b\x41ssetAction\x12\n\n\x02id\x18\x01 \x01(\t\x12\r\n\x05state\x18\x02 \x01(\r\x12\r\n\x05\x61sset\x18\x03 \x01(\t\x12\x14\n\x0c\x62lock_number\x18\x04 \x01(\x04\x12\x10\n\x08tx_index\x18\x05 \x01(\x04\x12\x0c\n\x04hash\x18\x06 \x01(\t\x12\x32\n\x0f\x62uiltin_deposit\x18\x07 \x01(\x0b\x32\x19.vega.BuiltinAssetDeposit\x12)\n\rerc20_deposit\x18\x08 \x01(\x0b\x32\x12.vega.ERC20Deposit\x12(\n\nasset_list\x18\t \x01(\x0b\x32\x14.vega.ERC20AssetList\x12\x41\n\x1a\x65rc20_asset_limits_updated\x18\n \x01(\x0b\x32\x1d.vega.ERC20AssetLimitsUpdated"G\n\x12\x42\x61nkingWithdrawals\x12\x31\n\x0bwithdrawals\x18\x01 \x03(\x0b\x32\x1c.vega.snapshot.v1.Withdrawal"=\n\x0f\x42\x61nkingDeposits\x12*\n\x07\x64\x65posit\x18\x01 \x03(\x0b\x32\x19.vega.snapshot.v1.Deposit"4\n\x0b\x42\x61nkingSeen\x12%\n\x04refs\x18\x01 \x03(\x0b\x32\x17.vega.snapshot.v1.TxRef"J\n\x13\x42\x61nkingAssetActions\x12\x33\n\x0c\x61sset_action\x18\x01 \x03(\x0b\x32\x1d.vega.snapshot.v1.AssetAction"_\n\x19\x42\x61nkingRecurringTransfers\x12\x42\n\x12recurring_tranfers\x18\x01 \x01(\x0b\x32&.vega.checkpoint.v1.RecurringTransfers"c\n\x19\x42\x61nkingScheduledTransfers\x12\x46\n\x11transfers_at_time\x18\x01 \x03(\x0b\x32+.vega.checkpoint.v1.ScheduledTransferAtTime"\x1d\n\nCheckpoint\x12\x0f\n\x07next_cp\x18\x01 \x01(\x03"D\n DelegationLastReconciliationTime\x12 \n\x18last_reconciliation_time\x18\x01 \x01(\x03"9\n\x10\x44\x65legationActive\x12%\n\x0b\x64\x65legations\x18\x01 \x03(\x0b\x32\x10.vega.Delegation"b\n\x11\x44\x65legationPending\x12%\n\x0b\x64\x65legations\x18\x01 \x03(\x0b\x32\x10.vega.Delegation\x12&\n\x0cundelegation\x18\x02 \x03(\x0b\x32\x10.vega.Delegation"!\n\x0e\x44\x65legationAuto\x12\x0f\n\x07parties\x18\x01 \x03(\t"~\n\x0cProposalData\x12 \n\x08proposal\x18\x01 \x01(\x0b\x32\x0e.vega.Proposal\x12\x17\n\x03yes\x18\x02 \x03(\x0b\x32\n.vega.Vote\x12\x16\n\x02no\x18\x03 \x03(\x0b\x32\n.vega.Vote\x12\x1b\n\x07invalid\x18\x04 \x03(\x0b\x32\n.vega.Vote"F\n\x11GovernanceEnacted\x12\x31\n\tproposals\x18\x01 \x03(\x0b\x32\x1e.vega.snapshot.v1.ProposalData"E\n\x10GovernanceActive\x12\x31\n\tproposals\x18\x01 \x03(\x0b\x32\x1e.vega.snapshot.v1.ProposalData"3\n\x0eGovernanceNode\x12!\n\tproposals\x18\x01 \x03(\x0b\x32\x0e.vega.Proposal"^\n\x0eStakingAccount\x12\r\n\x05party\x18\x01 \x01(\t\x12\x0f\n\x07\x62\x61lance\x18\x02 \x01(\t\x12,\n\x06\x65vents\x18\x03 \x03(\x0b\x32\x1c.vega.events.v1.StakeLinking"i\n\x0fStakingAccounts\x12\x32\n\x08\x61\x63\x63ounts\x18\x01 \x03(\x0b\x32 .vega.snapshot.v1.StakingAccount\x12"\n\x1astaking_asset_total_supply\x18\x02 \x01(\t"\x94\x01\n\x0cMatchingBook\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\x18\n\x03\x62uy\x18\x02 \x03(\x0b\x32\x0b.vega.Order\x12\x19\n\x04sell\x18\x03 \x03(\x0b\x32\x0b.vega.Order\x12\x19\n\x11last_traded_price\x18\x04 \x01(\t\x12\x0f\n\x07\x61uction\x18\x05 \x01(\x08\x12\x10\n\x08\x62\x61tch_id\x18\x06 \x01(\x04"3\n\tNetParams\x12&\n\x06params\x18\x01 \x03(\x0b\x32\x16.vega.NetworkParameter"&\n\nDecimalMap\x12\x0b\n\x03key\x18\x01 \x01(\x03\x12\x0b\n\x03val\x18\x02 \x01(\t"(\n\tTimePrice\x12\x0c\n\x04time\x18\x01 \x01(\x03\x12\r\n\x05price\x18\x02 \x01(\t",\n\x0bPriceVolume\x12\r\n\x05price\x18\x01 \x01(\t\x12\x0e\n\x06volume\x18\x02 \x01(\x04"3\n\nPriceRange\x12\x0b\n\x03min\x18\x01 \x01(\t\x12\x0b\n\x03max\x18\x02 \x01(\t\x12\x0b\n\x03ref\x18\x03 \x01(\t"s\n\nPriceBound\x12\x0e\n\x06\x61\x63tive\x18\x01 \x01(\x08\x12\x11\n\tup_factor\x18\x02 \x01(\t\x12\x13\n\x0b\x64own_factor\x18\x03 \x01(\t\x12-\n\x07trigger\x18\x04 \x01(\x0b\x32\x1c.vega.PriceMonitoringTrigger"k\n\x0fPriceRangeCache\x12+\n\x05\x62ound\x18\x01 \x01(\x0b\x32\x1c.vega.snapshot.v1.PriceBound\x12+\n\x05range\x18\x02 \x01(\x0b\x32\x1c.vega.snapshot.v1.PriceRange"-\n\x0c\x43urrentPrice\x12\r\n\x05price\x18\x01 \x01(\t\x12\x0e\n\x06volume\x18\x02 \x01(\x04"8\n\tPastPrice\x12\x0c\n\x04time\x18\x01 \x01(\x03\x12\x1d\n\x15volume_weighted_price\x18\x02 \x01(\t"\xd5\x03\n\x0cPriceMonitor\x12\x13\n\x0binitialised\x18\x03 \x01(\x08\x12\x31\n\x0b\x66p_horizons\x18\x04 \x03(\x0b\x32\x1c.vega.snapshot.v1.DecimalMap\x12\x0b\n\x03now\x18\x05 \x01(\x03\x12\x0e\n\x06update\x18\x06 \x01(\x03\x12,\n\x06\x62ounds\x18\x07 \x03(\x0b\x32\x1c.vega.snapshot.v1.PriceBound\x12\x1e\n\x16price_range_cache_time\x18\x08 \x01(\x03\x12<\n\x11price_range_cache\x18\t \x03(\x0b\x32!.vega.snapshot.v1.PriceRangeCache\x12\x1c\n\x14ref_price_cache_time\x18\n \x01(\x03\x12\x35\n\x0fref_price_cache\x18\x0b \x03(\x0b\x32\x1c.vega.snapshot.v1.DecimalMap\x12\x32\n\nprices_now\x18\x0c \x03(\x0b\x32\x1e.vega.snapshot.v1.CurrentPrice\x12\x30\n\x0bprices_past\x18\r \x03(\x0b\x32\x1b.vega.snapshot.v1.PastPrice\x12\x19\n\x11\x63onsensus_reached\x18\x0e \x01(\x08"\xa4\x02\n\x0c\x41uctionState\x12&\n\x04mode\x18\x01 \x01(\x0e\x32\x18.vega.Market.TradingMode\x12.\n\x0c\x64\x65\x66\x61ult_mode\x18\x02 \x01(\x0e\x32\x18.vega.Market.TradingMode\x12%\n\x07trigger\x18\x03 \x01(\x0e\x32\x14.vega.AuctionTrigger\x12\r\n\x05\x62\x65gin\x18\x04 \x01(\x03\x12"\n\x03\x65nd\x18\x05 \x01(\x0b\x32\x15.vega.AuctionDuration\x12\r\n\x05start\x18\x06 \x01(\x08\x12\x0c\n\x04stop\x18\x07 \x01(\x08\x12\'\n\textension\x18\x08 \x01(\x0e\x32\x14.vega.AuctionTrigger\x12\x1c\n\x14\x65xtension_event_sent\x18\t \x01(\x08"V\n\rEquityShareLP\x12\n\n\x02id\x18\x01 \x01(\t\x12\r\n\x05stake\x18\x02 \x01(\t\x12\r\n\x05share\x18\x03 \x01(\t\x12\x0b\n\x03\x61vg\x18\x04 \x01(\t\x12\x0e\n\x06vshare\x18\x05 \x01(\t"\x81\x01\n\x0b\x45quityShare\x12\x0b\n\x03mvp\x18\x01 \x01(\t\x12\x1d\n\x15opening_auction_ended\x18\x02 \x01(\x08\x12,\n\x03lps\x18\x03 \x03(\x0b\x32\x1f.vega.snapshot.v1.EquityShareLP\x12\t\n\x01r\x18\x04 \x01(\t\x12\r\n\x05p_mvp\x18\x05 \x01(\t"=\n\x0b\x46\x65\x65Splitter\x12\x19\n\x11time_window_start\x18\x01 \x01(\x03\x12\x13\n\x0btrade_value\x18\x02 \x01(\t"\xfc\x04\n\x06Market\x12\x1c\n\x06market\x18\x01 \x01(\x0b\x32\x0c.vega.Market\x12\x35\n\rprice_monitor\x18\x02 \x01(\x0b\x32\x1e.vega.snapshot.v1.PriceMonitor\x12\x35\n\rauction_state\x18\x03 \x01(\x0b\x32\x1e.vega.snapshot.v1.AuctionState\x12"\n\rpegged_orders\x18\x04 \x03(\x0b\x32\x0b.vega.Order\x12$\n\x0f\x65xpiring_orders\x18\x05 \x03(\x0b\x32\x0b.vega.Order\x12\x15\n\rlast_best_bid\x18\x06 \x01(\t\x12\x15\n\rlast_best_ask\x18\x07 \x01(\t\x12\x14\n\x0clast_mid_bid\x18\x08 \x01(\t\x12\x14\n\x0clast_mid_ask\x18\t \x01(\t\x12\x1f\n\x17last_market_value_proxy\x18\n \x01(\t\x12%\n\x1dlast_equity_share_distributed\x18\x0b \x01(\x03\x12\x33\n\x0c\x65quity_share\x18\x0c \x01(\x0b\x32\x1d.vega.snapshot.v1.EquityShare\x12\x1a\n\x12\x63urrent_mark_price\x18\r \x01(\t\x12\x19\n\x11risk_factor_short\x18\x0e \x01(\t\x12\x18\n\x10risk_factor_long\x18\x0f \x01(\t\x12%\n\x1drisk_factor_consensus_reached\x18\x10 \x01(\x08\x12\x33\n\x0c\x66\x65\x65_splitter\x18\x11 \x01(\x0b\x32\x1d.vega.snapshot.v1.FeeSplitter\x12\x18\n\x10settlement_price\x18\x12 \x01(\t"=\n\x10\x45xecutionMarkets\x12)\n\x07markets\x18\x01 \x03(\x0b\x32\x18.vega.snapshot.v1.Market"\x81\x01\n\x08Position\x12\x10\n\x08party_id\x18\x01 \x01(\t\x12\x0c\n\x04size\x18\x02 \x01(\x03\x12\x0b\n\x03\x62uy\x18\x03 \x01(\x03\x12\x0c\n\x04sell\x18\x04 \x01(\x03\x12\r\n\x05price\x18\x05 \x01(\t\x12\x14\n\x0cvw_buy_price\x18\x06 \x01(\t\x12\x15\n\rvw_sell_price\x18\x07 \x01(\t"S\n\x0fMarketPositions\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12-\n\tpositions\x18\x02 \x03(\x0b\x32\x1a.vega.snapshot.v1.Position"I\n\x08\x41ppState\x12\x0e\n\x06height\x18\x01 \x01(\x04\x12\r\n\x05\x62lock\x18\x02 \x01(\t\x12\x0c\n\x04time\x18\x03 \x01(\x03\x12\x10\n\x08\x63hain_id\x18\x04 \x01(\t"\x80\x01\n\nEpochState\x12\x0b\n\x03seq\x18\x01 \x01(\x04\x12\x12\n\nstart_time\x18\x03 \x01(\x03\x12\x13\n\x0b\x65xpire_time\x18\x04 \x01(\x03\x12 \n\x18ready_to_start_new_epoch\x18\x06 \x01(\x08\x12\x1a\n\x12ready_to_end_epoch\x18\x07 \x01(\x08"c\n\x15RewardsPendingPayouts\x12J\n\x18scheduled_rewards_payout\x18\x01 \x03(\x0b\x32(.vega.snapshot.v1.ScheduledRewardsPayout"f\n\x16ScheduledRewardsPayout\x12\x13\n\x0bpayout_time\x18\x01 \x01(\x03\x12\x37\n\x0erewards_payout\x18\x02 \x03(\x0b\x32\x1f.vega.snapshot.v1.RewardsPayout"\xb3\x01\n\rRewardsPayout\x12\x14\n\x0c\x66rom_account\x18\x01 \x01(\t\x12\r\n\x05\x61sset\x18\x02 \x01(\t\x12\x41\n\x13reward_party_amount\x18\x03 \x03(\x0b\x32$.vega.snapshot.v1.RewardsPartyAmount\x12\x14\n\x0ctotal_reward\x18\x04 \x01(\t\x12\x11\n\tepoch_seq\x18\x05 \x01(\t\x12\x11\n\ttimestamp\x18\x06 \x01(\x03"3\n\x12RewardsPartyAmount\x12\r\n\x05party\x18\x01 \x01(\t\x12\x0e\n\x06\x61mount\x18\x02 \x01(\t"\xf8\x01\n\nLimitState\x12\x13\n\x0b\x62lock_count\x18\x01 \x01(\r\x12\x1a\n\x12\x63\x61n_propose_market\x18\x02 \x01(\x08\x12\x19\n\x11\x63\x61n_propose_asset\x18\x03 \x01(\x08\x12\x16\n\x0egenesis_loaded\x18\x04 \x01(\x08\x12\x1e\n\x16propose_market_enabled\x18\x05 \x01(\x08\x12\x1d\n\x15propose_asset_enabled\x18\x06 \x01(\x08\x12#\n\x1bpropose_market_enabled_from\x18\x07 \x01(\x03\x12"\n\x1apropose_asset_enabled_from\x18\x08 \x01(\x03"\x83\x03\n\x0eVoteSpamPolicy\x12?\n\rparty_to_vote\x18\x01 \x03(\x0b\x32(.vega.snapshot.v1.PartyProposalVoteCount\x12\x35\n\x0e\x62\x61nned_parties\x18\x02 \x03(\x0b\x32\x1d.vega.snapshot.v1.BannedParty\x12:\n\rtoken_balance\x18\x03 \x03(\x0b\x32#.vega.snapshot.v1.PartyTokenBalance\x12\x46\n\x1arecent_blocks_reject_stats\x18\x04 \x03(\x0b\x32".vega.snapshot.v1.BlockRejectStats\x12\x1b\n\x13\x63urrent_block_index\x18\x05 \x01(\x04\x12\x1b\n\x13last_increase_block\x18\x06 \x01(\x04\x12\x19\n\x11\x63urrent_epoch_seq\x18\x07 \x01(\x04\x12 \n\x18min_voting_tokens_factor\x18\x08 \x01(\t"H\n\x16PartyProposalVoteCount\x12\r\n\x05party\x18\x01 \x01(\t\x12\x10\n\x08proposal\x18\x02 \x01(\t\x12\r\n\x05\x63ount\x18\x03 \x01(\x04"1\n\x0b\x42\x61nnedParty\x12\r\n\x05party\x18\x01 \x01(\t\x12\x13\n\x0buntil_epoch\x18\x02 \x01(\x04"3\n\x11PartyTokenBalance\x12\r\n\x05party\x18\x01 \x01(\t\x12\x0f\n\x07\x62\x61lance\x18\x02 \x01(\t"3\n\x10\x42lockRejectStats\x12\x10\n\x08rejected\x18\x01 \x01(\x04\x12\r\n\x05total\x18\x02 \x01(\x04"9\n\x19SpamPartyTransactionCount\x12\r\n\x05party\x18\x01 \x01(\t\x12\r\n\x05\x63ount\x18\x02 \x01(\x04"\xfa\x01\n\x10SimpleSpamPolicy\x12\x13\n\x0bpolicy_name\x18\x01 \x01(\t\x12\x43\n\x0eparty_to_count\x18\x02 \x03(\x0b\x32+.vega.snapshot.v1.SpamPartyTransactionCount\x12\x35\n\x0e\x62\x61nned_parties\x18\x03 \x03(\x0b\x32\x1d.vega.snapshot.v1.BannedParty\x12:\n\rtoken_balance\x18\x04 \x03(\x0b\x32#.vega.snapshot.v1.PartyTokenBalance\x12\x19\n\x11\x63urrent_epoch_seq\x18\x05 \x01(\x04"A\n\nNotarySigs\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04kind\x18\x02 \x01(\x05\x12\x0c\n\x04node\x18\x03 \x01(\t\x12\x0b\n\x03sig\x18\x04 \x01(\t";\n\x06Notary\x12\x31\n\x0bnotary_sigs\x18\x01 \x03(\x0b\x32\x1c.vega.snapshot.v1.NotarySigs"v\n\x10ReplayProtection\x12;\n\x0ctransactions\x18\x01 \x03(\x0b\x32%.vega.snapshot.v1.TransactionAtHeight\x12\x10\n\x08\x62\x61\x63k_tol\x18\x02 \x01(\x04\x12\x13\n\x0b\x66orward_tol\x18\x03 \x01(\x04"1\n\x13TransactionAtHeight\x12\n\n\x02tx\x18\x01 \x01(\t\x12\x0e\n\x06height\x18\x02 \x01(\x04"V\n\x0b\x46utureState\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\x18\n\x10settlement_price\x18\x02 \x01(\t\x12\x1a\n\x12trading_terminated\x18\x03 \x01(\x08"[\n\x16StakeVerifierDeposited\x12\x41\n\x11pending_deposited\x18\x01 \x03(\x0b\x32&.vega.snapshot.v1.StakeVerifierPending"W\n\x14StakeVerifierRemoved\x12?\n\x0fpending_removed\x18\x01 \x03(\x0b\x32&.vega.snapshot.v1.StakeVerifierPending"\xb1\x01\n\x14StakeVerifierPending\x12\x18\n\x10\x65thereum_address\x18\x01 \x01(\t\x12\x17\n\x0fvega_public_key\x18\x02 \x01(\t\x12\x0e\n\x06\x61mount\x18\x03 \x01(\t\x12\x12\n\nblock_time\x18\x04 \x01(\x03\x12\x14\n\x0c\x62lock_number\x18\x05 \x01(\x04\x12\x11\n\tlog_index\x18\x06 \x01(\x04\x12\r\n\x05tx_id\x18\x07 \x01(\t\x12\n\n\x02id\x18\x08 \x01(\t"k\n\x12PendingKeyRotation\x12\x14\n\x0c\x62lock_height\x18\x01 \x01(\x04\x12\x0f\n\x07node_id\x18\x02 \x01(\t\x12\x13\n\x0bnew_pub_key\x18\x03 \x01(\t\x12\x19\n\x11new_pub_key_index\x18\x04 \x01(\r"X\n\x1aPendingEthereumKeyRotation\x12\x14\n\x0c\x62lock_height\x18\x01 \x01(\x04\x12\x0f\n\x07node_id\x18\x02 \x01(\t\x12\x13\n\x0bnew_address\x18\x03 \x01(\t"\xbe\x02\n\x08Topology\x12\x38\n\x0evalidator_data\x18\x01 \x03(\x0b\x32 .vega.snapshot.v1.ValidatorState\x12\x12\n\nchain_keys\x18\x02 \x03(\t\x12G\n\x19pending_pub_key_rotations\x18\x03 \x03(\x0b\x32$.vega.snapshot.v1.PendingKeyRotation\x12\x45\n\x15validator_performance\x18\x04 \x01(\x0b\x32&.vega.snapshot.v1.ValidatorPerformance\x12T\n\x1epending_ethereum_key_rotations\x18\x05 \x03(\x0b\x32,.vega.snapshot.v1.PendingEthereumKeyRotation"\xd8\x02\n\x0eValidatorState\x12\x39\n\x10validator_update\x18\x01 \x01(\x0b\x32\x1f.vega.events.v1.ValidatorUpdate\x12\x13\n\x0b\x62lock_added\x18\x02 \x01(\x04\x12\x0e\n\x06status\x18\x03 \x01(\x05\x12\x1b\n\x13status_change_block\x18\x04 \x01(\x04\x12(\n last_block_with_positive_ranking\x18\x05 \x01(\x04\x12\x1c\n\x14\x65th_events_forwarded\x18\x06 \x01(\x04\x12=\n\x11heartbeat_tracker\x18\x07 \x01(\x0b\x32".vega.snapshot.v1.HeartbeatTracker\x12\x17\n\x0fvalidator_power\x18\x08 \x01(\x03\x12)\n\rranking_score\x18\t \x01(\x0b\x32\x12.vega.RankingScore"y\n\x10HeartbeatTracker\x12\x1a\n\x12\x65xpected_next_hash\x18\x01 \x01(\t\x12 \n\x18\x65xpected_next_hash_since\x18\x02 \x01(\x03\x12\x13\n\x0b\x62lock_index\x18\x03 \x01(\x05\x12\x12\n\nblock_sigs\x18\x04 \x03(\x08"\xb5\x01\n\x10PerformanceStats\x12\x19\n\x11validator_address\x18\x01 \x01(\t\x12\x10\n\x08proposed\x18\x02 \x01(\x04\x12\x0f\n\x07\x65lected\x18\x03 \x01(\x04\x12\r\n\x05voted\x18\x04 \x01(\x04\x12\x19\n\x11last_height_voted\x18\x05 \x01(\x03\x12\x1c\n\x14last_height_proposed\x18\x06 \x01(\x03\x12\x1b\n\x13last_height_elected\x18\x07 \x01(\x03"X\n\x14ValidatorPerformance\x12@\n\x14validator_perf_stats\x18\x01 \x03(\x0b\x32".vega.snapshot.v1.PerformanceStats"u\n\x13LiquidityParameters\x12\x0f\n\x07max_fee\x18\x01 \x01(\t\x12\x16\n\x0emax_shape_size\x18\x02 \x01(\t\x12"\n\x1astake_to_obligation_factor\x18\x03 \x01(\t\x12\x11\n\tmarket_id\x18\x04 \x01(\t"K\n\x1aLiquidityPendingProvisions\x12\x1a\n\x12pending_provisions\x18\x01 \x03(\t\x12\x11\n\tmarket_id\x18\x02 \x01(\t"i\n\x1fLiquidityPartiesLiquidityOrders\x12\x33\n\x0cparty_orders\x18\x01 \x03(\x0b\x32\x1d.vega.snapshot.v1.PartyOrders\x12\x11\n\tmarket_id\x18\x02 \x01(\t"9\n\x0bPartyOrders\x12\r\n\x05party\x18\x01 \x01(\t\x12\x1b\n\x06orders\x18\x02 \x03(\x0b\x32\x0b.vega.Order"`\n\x16LiquidityPartiesOrders\x12\x33\n\x0cparty_orders\x18\x01 \x03(\x0b\x32\x1d.vega.snapshot.v1.PartyOrders\x12\x11\n\tmarket_id\x18\x02 \x01(\t"`\n\x13LiquidityProvisions\x12\x36\n\x14liquidity_provisions\x18\x01 \x03(\x0b\x32\x18.vega.LiquidityProvision\x12\x11\n\tmarket_id\x18\x02 \x01(\t"\x98\x01\n\x16\x46loatingPointConsensus\x12<\n\x11next_time_trigger\x18\x01 \x03(\x0b\x32!.vega.snapshot.v1.NextTimeTrigger\x12@\n\x0fstate_variables\x18\x02 \x03(\x0b\x32\'.vega.snapshot.v1.StateVarInternalState"\xb8\x01\n\x15StateVarInternalState\x12\n\n\x02id\x18\x01 \x01(\t\x12\r\n\x05state\x18\x02 \x01(\x05\x12\x10\n\x08\x65vent_id\x18\x03 \x01(\t\x12J\n\x12validators_results\x18\x04 \x03(\x0b\x32..vega.snapshot.v1.FloatingPointValidatorResult\x12&\n\x1erounds_since_meaningful_update\x18\x05 \x01(\x05"P\n\x1c\x46loatingPointValidatorResult\x12\n\n\x02id\x18\x01 \x01(\t\x12$\n\x06\x62undle\x18\x02 \x03(\x0b\x32\x14.vega.KeyValueBundle"R\n\x0fNextTimeTrigger\x12\r\n\x05\x61sset\x18\x01 \x01(\t\x12\x0e\n\x06market\x18\x02 \x01(\t\x12\n\n\x02id\x18\x03 \x01(\t\x12\x14\n\x0cnext_trigger\x18\x04 \x01(\x03"S\n\rMarketTracker\x12\x42\n\x0fmarket_activity\x18\x01 \x03(\x0b\x32).vega.checkpoint.v1.MarketActivityTracker"c\n\x16SignerEventsPerAddress\x12\x0f\n\x07\x61\x64\x64ress\x18\x01 \x01(\t\x12\x38\n\x06\x65vents\x18\x02 \x03(\x0b\x32(.vega.events.v1.ERC20MultiSigSignerEvent"\xce\x01\n\x1d\x45RC20MultiSigTopologyVerified\x12\x0f\n\x07signers\x18\x01 \x03(\t\x12\x44\n\x12\x65vents_per_address\x18\x02 \x03(\x0b\x32(.vega.snapshot.v1.SignerEventsPerAddress\x12\x41\n\tthreshold\x18\x03 \x01(\x0b\x32..vega.events.v1.ERC20MultiSigThresholdSetEvent\x12\x13\n\x0bseen_events\x18\x04 \x03(\t"\xed\x01\n\x1c\x45RC20MultiSigTopologyPending\x12\x41\n\x0fpending_signers\x18\x01 \x03(\x0b\x32(.vega.events.v1.ERC20MultiSigSignerEvent\x12M\n\x15pending_threshold_set\x18\x02 \x03(\x0b\x32..vega.events.v1.ERC20MultiSigThresholdSetEvent\x12\x19\n\x11witnessed_signers\x18\x03 \x03(\t\x12 \n\x18witnessed_threshold_sets\x18\x04 \x03(\t"\x9c\x02\n\x0bProofOfWork\x12\x14\n\x0c\x62lock_height\x18\x01 \x03(\x04\x12\x12\n\nblock_hash\x18\x02 \x03(\t\x12<\n\x0ctx_at_height\x18\x04 \x03(\x0b\x32&.vega.snapshot.v1.TransactionsAtHeight\x12=\n\rtid_at_height\x18\x06 \x03(\x0b\x32&.vega.snapshot.v1.TransactionsAtHeight\x12-\n\x06\x62\x61nned\x18\x07 \x03(\x0b\x32\x1d.vega.snapshot.v1.BannedParty\x12\x37\n\npow_params\x18\x08 \x03(\x0b\x32#.vega.snapshot.v1.ProofOfWorkParams"\xf2\x01\n\x11ProofOfWorkParams\x12&\n\x1espam_pow_number_of_past_blocks\x18\x01 \x01(\x04\x12\x1b\n\x13spam_pow_difficulty\x18\x02 \x01(\r\x12\x1e\n\x16spam_pow_hash_function\x18\x03 \x01(\t\x12\'\n\x1fspam_pow_number_of_tx_per_block\x18\x04 \x01(\x04\x12&\n\x1espam_pow_increasing_difficulty\x18\x05 \x01(\x08\x12\x12\n\nfrom_block\x18\x06 \x01(\x04\x12\x13\n\x0buntil_block\x18\x07 \x01(\x03"<\n\x14TransactionsAtHeight\x12\x0e\n\x06height\x18\x01 \x01(\x04\x12\x14\n\x0ctransactions\x18\x02 \x03(\t"\xa8\x01\n\x18ProtocolUpgradeProposals\x12>\n\x10\x61\x63tive_proposals\x18\x01 \x03(\x0b\x32$.vega.events.v1.ProtocolUpgradeEvent\x12L\n\x11\x61\x63\x63\x65pted_proposal\x18\x02 \x01(\x0b\x32\x31.vega.snapshot.v1.AcceptedProtocolUpgradeProposal"x\n\x1f\x41\x63\x63\x65ptedProtocolUpgradeProposal\x12\x1c\n\x14upgrade_block_height\x18\x01 \x01(\x04\x12\x18\n\x10vega_release_tag\x18\x02 \x01(\t\x12\x1d\n\x15\x64\x61ta_node_release_tag\x18\x03 \x01(\t*`\n\x06\x46ormat\x12\x16\n\x12\x46ORMAT_UNSPECIFIED\x10\x00\x12\x10\n\x0c\x46ORMAT_PROTO\x10\x01\x12\x1b\n\x17\x46ORMAT_PROTO_COMPRESSED\x10\x02\x12\x0f\n\x0b\x46ORMAT_JSON\x10\x03\x42\x33Z1code.vegaprotocol.io/vega/protos/vega/snapshot/v1b\x06proto3' + b'\n\x1fvega/snapshot/v1/snapshot.proto\x12\x10vega.snapshot.v1\x1a\x0fvega/vega.proto\x1a\x12vega/markets.proto\x1a\x11vega/assets.proto\x1a\x17vega/chain_events.proto\x1a\x15vega/governance.proto\x1a\x1bvega/events/v1/events.proto\x1a)vega/commands/v1/validator_commands.proto\x1a#vega/checkpoint/v1/checkpoint.proto"\x9c\x01\n\x08Snapshot\x12\x16\n\x06height\x18\x01 \x01(\x04R\x06height\x12\x30\n\x06\x66ormat\x18\x02 \x01(\x0e\x32\x18.vega.snapshot.v1.FormatR\x06\x66ormat\x12\x16\n\x06\x63hunks\x18\x03 \x01(\rR\x06\x63hunks\x12\x12\n\x04hash\x18\x04 \x01(\x0cR\x04hash\x12\x1a\n\x08metadata\x18\x05 \x01(\x0cR\x08metadata"{\n\x08NodeHash\x12\x10\n\x03key\x18\x03 \x01(\tR\x03key\x12\x12\n\x04hash\x18\x04 \x01(\tR\x04hash\x12\x16\n\x06height\x18\x05 \x01(\x05R\x06height\x12\x18\n\x07version\x18\x06 \x01(\x03R\x07version\x12\x17\n\x07is_leaf\x18\x07 \x01(\x08R\x06isLeaf"\x84\x01\n\x08Metadata\x12\x18\n\x07version\x18\x01 \x01(\x03R\x07version\x12!\n\x0c\x63hunk_hashes\x18\x02 \x03(\tR\x0b\x63hunkHashes\x12;\n\x0bnode_hashes\x18\x03 \x03(\x0b\x32\x1a.vega.snapshot.v1.NodeHashR\nnodeHashes"V\n\x05\x43hunk\x12-\n\x04\x64\x61ta\x18\x01 \x03(\x0b\x32\x19.vega.snapshot.v1.PayloadR\x04\x64\x61ta\x12\x0e\n\x02nr\x18\x02 \x01(\x03R\x02nr\x12\x0e\n\x02of\x18\x03 \x01(\x03R\x02of"\xc2#\n\x07Payload\x12\x45\n\ractive_assets\x18\x01 \x01(\x0b\x32\x1e.vega.snapshot.v1.ActiveAssetsH\x00R\x0c\x61\x63tiveAssets\x12H\n\x0epending_assets\x18\x02 \x01(\x0b\x32\x1f.vega.snapshot.v1.PendingAssetsH\x00R\rpendingAssets\x12W\n\x13\x62\x61nking_withdrawals\x18\x03 \x01(\x0b\x32$.vega.snapshot.v1.BankingWithdrawalsH\x00R\x12\x62\x61nkingWithdrawals\x12N\n\x10\x62\x61nking_deposits\x18\x04 \x01(\x0b\x32!.vega.snapshot.v1.BankingDepositsH\x00R\x0f\x62\x61nkingDeposits\x12\x42\n\x0c\x62\x61nking_seen\x18\x05 \x01(\x0b\x32\x1d.vega.snapshot.v1.BankingSeenH\x00R\x0b\x62\x61nkingSeen\x12[\n\x15\x62\x61nking_asset_actions\x18\x06 \x01(\x0b\x32%.vega.snapshot.v1.BankingAssetActionsH\x00R\x13\x62\x61nkingAssetActions\x12>\n\ncheckpoint\x18\x07 \x01(\x0b\x32\x1c.vega.snapshot.v1.CheckpointH\x00R\ncheckpoint\x12W\n\x13\x63ollateral_accounts\x18\x08 \x01(\x0b\x32$.vega.snapshot.v1.CollateralAccountsH\x00R\x12\x63ollateralAccounts\x12Q\n\x11\x63ollateral_assets\x18\t \x01(\x0b\x32".vega.snapshot.v1.CollateralAssetsH\x00R\x10\x63ollateralAssets\x12Q\n\x11\x64\x65legation_active\x18\n \x01(\x0b\x32".vega.snapshot.v1.DelegationActiveH\x00R\x10\x64\x65legationActive\x12T\n\x12\x64\x65legation_pending\x18\x0b \x01(\x0b\x32#.vega.snapshot.v1.DelegationPendingH\x00R\x11\x64\x65legationPending\x12K\n\x0f\x64\x65legation_auto\x18\x0c \x01(\x0b\x32 .vega.snapshot.v1.DelegationAutoH\x00R\x0e\x64\x65legationAuto\x12Q\n\x11governance_active\x18\r \x01(\x0b\x32".vega.snapshot.v1.GovernanceActiveH\x00R\x10governanceActive\x12T\n\x12governance_enacted\x18\x0e \x01(\x0b\x32#.vega.snapshot.v1.GovernanceEnactedH\x00R\x11governanceEnacted\x12N\n\x10staking_accounts\x18\x0f \x01(\x0b\x32!.vega.snapshot.v1.StakingAccountsH\x00R\x0fstakingAccounts\x12\x45\n\rmatching_book\x18\x10 \x01(\x0b\x32\x1e.vega.snapshot.v1.MatchingBookH\x00R\x0cmatchingBook\x12L\n\x12network_parameters\x18\x11 \x01(\x0b\x32\x1b.vega.snapshot.v1.NetParamsH\x00R\x11networkParameters\x12Q\n\x11\x65xecution_markets\x18\x12 \x01(\x0b\x32".vega.snapshot.v1.ExecutionMarketsH\x00R\x10\x65xecutionMarkets\x12N\n\x10market_positions\x18\x13 \x01(\x0b\x32!.vega.snapshot.v1.MarketPositionsH\x00R\x0fmarketPositions\x12\x39\n\tapp_state\x18\x14 \x01(\x0b\x32\x1a.vega.snapshot.v1.AppStateH\x00R\x08\x61ppState\x12\x34\n\x05\x65poch\x18\x15 \x01(\x0b\x32\x1c.vega.snapshot.v1.EpochStateH\x00R\x05\x65poch\x12\x61\n\x17rewards_pending_payouts\x18\x17 \x01(\x0b\x32\'.vega.snapshot.v1.RewardsPendingPayoutsH\x00R\x15rewardsPendingPayouts\x12K\n\x0fgovernance_node\x18\x18 \x01(\x0b\x32 .vega.snapshot.v1.GovernanceNodeH\x00R\x0egovernanceNode\x12?\n\x0blimit_state\x18\x19 \x01(\x0b\x32\x1c.vega.snapshot.v1.LimitStateH\x00R\nlimitState\x12L\n\x10vote_spam_policy\x18\x1a \x01(\x0b\x32 .vega.snapshot.v1.VoteSpamPolicyH\x00R\x0evoteSpamPolicy\x12R\n\x12simple_spam_policy\x18\x1b \x01(\x0b\x32".vega.snapshot.v1.SimpleSpamPolicyH\x00R\x10simpleSpamPolicy\x12\x32\n\x06notary\x18\x1c \x01(\x0b\x32\x18.vega.snapshot.v1.NotaryH\x00R\x06notary\x12Q\n\x11replay_protection\x18\x1d \x01(\x0b\x32".vega.snapshot.v1.ReplayProtectionH\x00R\x10replayProtection\x12\x42\n\x0c\x66uture_state\x18\x1e \x01(\x0b\x32\x1d.vega.snapshot.v1.FutureStateH\x00R\x0b\x66utureState\x12K\n\x0f\x65vent_forwarder\x18\x1f \x01(\x0b\x32 .vega.snapshot.v1.EventForwarderH\x00R\x0e\x65ventForwarder\x12\x64\n\x18stake_verifier_deposited\x18 \x01(\x0b\x32(.vega.snapshot.v1.StakeVerifierDepositedH\x00R\x16stakeVerifierDeposited\x12^\n\x16stake_verifier_removed\x18! \x01(\x0b\x32&.vega.snapshot.v1.StakeVerifierRemovedH\x00R\x14stakeVerifierRemoved\x12\x35\n\x07witness\x18" \x01(\x0b\x32\x19.vega.snapshot.v1.WitnessH\x00R\x07witness\x12\x83\x01\n#delegation_last_reconciliation_time\x18# \x01(\x0b\x32\x32.vega.snapshot.v1.DelegationLastReconciliationTimeH\x00R delegationLastReconciliationTime\x12\x38\n\x08topology\x18$ \x01(\x0b\x32\x1a.vega.snapshot.v1.TopologyH\x00R\x08topology\x12\x44\n\x0boracle_data\x18% \x01(\x0b\x32!.vega.snapshot.v1.OracleDataBatchH\x00R\noracleData\x12Z\n\x14liquidity_parameters\x18& \x01(\x0b\x32%.vega.snapshot.v1.LiquidityParametersH\x00R\x13liquidityParameters\x12p\n\x1cliquidity_pending_provisions\x18\' \x01(\x0b\x32,.vega.snapshot.v1.LiquidityPendingProvisionsH\x00R\x1aliquidityPendingProvisions\x12\x80\x01\n"liquidity_parties_liquidity_orders\x18( \x01(\x0b\x32\x31.vega.snapshot.v1.LiquidityPartiesLiquidityOrdersH\x00R\x1fliquidityPartiesLiquidityOrders\x12\x64\n\x18liquidity_parties_orders\x18) \x01(\x0b\x32(.vega.snapshot.v1.LiquidityPartiesOrdersH\x00R\x16liquidityPartiesOrders\x12Z\n\x14liquidity_provisions\x18* \x01(\x0b\x32%.vega.snapshot.v1.LiquidityProvisionsH\x00R\x13liquidityProvisions\x12T\n\x12liquidity_supplied\x18+ \x01(\x0b\x32#.vega.snapshot.v1.LiquiditySuppliedH\x00R\x11liquiditySupplied\x12N\n\x10liquidity_target\x18, \x01(\x0b\x32!.vega.snapshot.v1.LiquidityTargetH\x00R\x0fliquidityTarget\x12\x64\n\x18\x66loating_point_consensus\x18. \x01(\x0b\x32(.vega.snapshot.v1.FloatingPointConsensusH\x00R\x16\x66loatingPointConsensus\x12H\n\x0emarket_tracker\x18/ \x01(\x0b\x32\x1f.vega.snapshot.v1.MarketTrackerH\x00R\rmarketTracker\x12m\n\x1b\x62\x61nking_recurring_transfers\x18\x31 \x01(\x0b\x32+.vega.snapshot.v1.BankingRecurringTransfersH\x00R\x19\x62\x61nkingRecurringTransfers\x12m\n\x1b\x62\x61nking_scheduled_transfers\x18\x32 \x01(\x0b\x32+.vega.snapshot.v1.BankingScheduledTransfersH\x00R\x19\x62\x61nkingScheduledTransfers\x12z\n erc20_multisig_topology_verified\x18\x33 \x01(\x0b\x32/.vega.snapshot.v1.ERC20MultiSigTopologyVerifiedH\x00R\x1d\x65rc20MultisigTopologyVerified\x12w\n\x1f\x65rc20_multisig_topology_pending\x18\x34 \x01(\x0b\x32..vega.snapshot.v1.ERC20MultiSigTopologyPendingH\x00R\x1c\x65rc20MultisigTopologyPending\x12\x43\n\rproof_of_work\x18\x35 \x01(\x0b\x32\x1d.vega.snapshot.v1.ProofOfWorkH\x00R\x0bproofOfWork\x12[\n\x15pending_asset_updates\x18\x36 \x01(\x0b\x32%.vega.snapshot.v1.PendingAssetUpdatesH\x00R\x13pendingAssetUpdates\x12j\n\x1aprotocol_upgrade_proposals\x18\x37 \x01(\x0b\x32*.vega.snapshot.v1.ProtocolUpgradeProposalsH\x00R\x18protocolUpgradeProposals\x12X\n\x14\x62\x61nking_bridge_state\x18\x38 \x01(\x0b\x32$.vega.snapshot.v1.BankingBridgeStateH\x00R\x12\x62\x61nkingBridgeStateB\x06\n\x04\x64\x61ta"R\n\x17TimestampedOpenInterest\x12#\n\ropen_interest\x18\x01 \x01(\x04R\x0copenInterest\x12\x12\n\x04time\x18\x02 \x01(\x03R\x04time"\xf2\x02\n\x0fLiquidityTarget\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12!\n\x0c\x63urrent_time\x18\x02 \x01(\x03R\x0b\x63urrentTime\x12-\n\x12scheduled_truncate\x18\x03 \x01(\x03R\x11scheduledTruncate\x12\x34\n\x16\x63urrent_open_interests\x18\x04 \x03(\x04R\x14\x63urrentOpenInterests\x12\x61\n\x17previous_open_interests\x18\x05 \x03(\x0b\x32).vega.snapshot.v1.TimestampedOpenInterestR\x15previousOpenInterests\x12W\n\x12max_open_interests\x18\x06 \x01(\x0b\x32).vega.snapshot.v1.TimestampedOpenInterestR\x10maxOpenInterests"W\n\x1dLiquidityPriceProbabilityPair\x12\x14\n\x05price\x18\x01 \x01(\tR\x05price\x12 \n\x0bprobability\x18\x02 \x01(\tR\x0bprobability"\xf9\x01\n\x11LiquiditySupplied\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12+\n\x11\x63onsensus_reached\x18\x02 \x01(\x08R\x10\x63onsensusReached\x12L\n\tbid_cache\x18\x03 \x03(\x0b\x32/.vega.snapshot.v1.LiquidityPriceProbabilityPairR\x08\x62idCache\x12L\n\task_cache\x18\x04 \x03(\x0b\x32/.vega.snapshot.v1.LiquidityPriceProbabilityPairR\x08\x61skCache"P\n\x0fOracleDataBatch\x12=\n\x0boracle_data\x18\x01 \x03(\x0b\x32\x1c.vega.snapshot.v1.OracleDataR\noracleData"]\n\nOracleData\x12\x19\n\x08pub_keys\x18\x01 \x03(\tR\x07pubKeys\x12\x34\n\x04\x64\x61ta\x18\x02 \x03(\x0b\x32 .vega.snapshot.v1.OracleDataPairR\x04\x64\x61ta"8\n\x0eOracleDataPair\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value"w\n\x07Witness\x12\x38\n\tresources\x18\x01 \x03(\x0b\x32\x1a.vega.snapshot.v1.ResourceR\tresources\x12\x32\n\x15need_resend_resources\x18\x02 \x03(\tR\x13needResendResources"g\n\x08Resource\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x1f\n\x0b\x63heck_until\x18\x02 \x01(\x03R\ncheckUntil\x12\x14\n\x05votes\x18\x03 \x03(\tR\x05votes\x12\x14\n\x05state\x18\x04 \x01(\rR\x05state"Q\n\x0e\x45ventForwarder\x12?\n\x0c\x61\x63ked_events\x18\x01 \x03(\x0b\x32\x1c.vega.commands.v1.ChainEventR\x0b\x61\x63kedEvents"?\n\x12\x43ollateralAccounts\x12)\n\x08\x61\x63\x63ounts\x18\x01 \x03(\x0b\x32\r.vega.AccountR\x08\x61\x63\x63ounts"7\n\x10\x43ollateralAssets\x12#\n\x06\x61ssets\x18\x01 \x03(\x0b\x32\x0b.vega.AssetR\x06\x61ssets"3\n\x0c\x41\x63tiveAssets\x12#\n\x06\x61ssets\x18\x01 \x03(\x0b\x32\x0b.vega.AssetR\x06\x61ssets"4\n\rPendingAssets\x12#\n\x06\x61ssets\x18\x01 \x03(\x0b\x32\x0b.vega.AssetR\x06\x61ssets":\n\x13PendingAssetUpdates\x12#\n\x06\x61ssets\x18\x01 \x03(\x0b\x32\x0b.vega.AssetR\x06\x61ssets"P\n\nWithdrawal\x12\x10\n\x03ref\x18\x01 \x01(\tR\x03ref\x12\x30\n\nwithdrawal\x18\x02 \x01(\x0b\x32\x10.vega.WithdrawalR\nwithdrawal"B\n\x07\x44\x65posit\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\'\n\x07\x64\x65posit\x18\x02 \x01(\x0b\x32\r.vega.DepositR\x07\x64\x65posit"i\n\x05TxRef\x12\x14\n\x05\x61sset\x18\x01 \x01(\tR\x05\x61sset\x12\x19\n\x08\x62lock_nr\x18\x02 \x01(\x04R\x07\x62lockNr\x12\x12\n\x04hash\x18\x03 \x01(\tR\x04hash\x12\x1b\n\tlog_index\x18\x04 \x01(\x04R\x08logIndex"\x8d\x04\n\x0b\x41ssetAction\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x14\n\x05state\x18\x02 \x01(\rR\x05state\x12\x14\n\x05\x61sset\x18\x03 \x01(\tR\x05\x61sset\x12!\n\x0c\x62lock_number\x18\x04 \x01(\x04R\x0b\x62lockNumber\x12\x19\n\x08tx_index\x18\x05 \x01(\x04R\x07txIndex\x12\x12\n\x04hash\x18\x06 \x01(\tR\x04hash\x12\x42\n\x0f\x62uiltin_deposit\x18\x07 \x01(\x0b\x32\x19.vega.BuiltinAssetDepositR\x0e\x62uiltinDeposit\x12\x37\n\rerc20_deposit\x18\x08 \x01(\x0b\x32\x12.vega.ERC20DepositR\x0c\x65rc20Deposit\x12\x33\n\nasset_list\x18\t \x01(\x0b\x32\x14.vega.ERC20AssetListR\tassetList\x12Z\n\x1a\x65rc20_asset_limits_updated\x18\n \x01(\x0b\x32\x1d.vega.ERC20AssetLimitsUpdatedR\x17\x65rc20AssetLimitsUpdated\x12\x30\n\x14\x65rc20_bridge_stopped\x18\x0b \x01(\x08R\x12\x65rc20BridgeStopped\x12\x30\n\x14\x65rc20_bridge_resumed\x18\x0c \x01(\x08R\x12\x65rc20BridgeResumed"T\n\x12\x42\x61nkingWithdrawals\x12>\n\x0bwithdrawals\x18\x01 \x03(\x0b\x32\x1c.vega.snapshot.v1.WithdrawalR\x0bwithdrawals"F\n\x0f\x42\x61nkingDeposits\x12\x33\n\x07\x64\x65posit\x18\x01 \x03(\x0b\x32\x19.vega.snapshot.v1.DepositR\x07\x64\x65posit":\n\x0b\x42\x61nkingSeen\x12+\n\x04refs\x18\x01 \x03(\x0b\x32\x17.vega.snapshot.v1.TxRefR\x04refs"W\n\x13\x42\x61nkingAssetActions\x12@\n\x0c\x61sset_action\x18\x01 \x03(\x0b\x32\x1d.vega.snapshot.v1.AssetActionR\x0b\x61ssetAction"r\n\x19\x42\x61nkingRecurringTransfers\x12U\n\x12recurring_tranfers\x18\x01 \x01(\x0b\x32&.vega.checkpoint.v1.RecurringTransfersR\x11recurringTranfers"t\n\x19\x42\x61nkingScheduledTransfers\x12W\n\x11transfers_at_time\x18\x01 \x03(\x0b\x32+.vega.checkpoint.v1.ScheduledTransferAtTimeR\x0ftransfersAtTime"X\n\x12\x42\x61nkingBridgeState\x12\x42\n\x0c\x62ridge_state\x18\x01 \x01(\x0b\x32\x1f.vega.checkpoint.v1.BridgeStateR\x0b\x62ridgeState"%\n\nCheckpoint\x12\x17\n\x07next_cp\x18\x01 \x01(\x03R\x06nextCp"\\\n DelegationLastReconciliationTime\x12\x38\n\x18last_reconciliation_time\x18\x01 \x01(\x03R\x16lastReconciliationTime"F\n\x10\x44\x65legationActive\x12\x32\n\x0b\x64\x65legations\x18\x01 \x03(\x0b\x32\x10.vega.DelegationR\x0b\x64\x65legations"}\n\x11\x44\x65legationPending\x12\x32\n\x0b\x64\x65legations\x18\x01 \x03(\x0b\x32\x10.vega.DelegationR\x0b\x64\x65legations\x12\x34\n\x0cundelegation\x18\x02 \x03(\x0b\x32\x10.vega.DelegationR\x0cundelegation"*\n\x0e\x44\x65legationAuto\x12\x18\n\x07parties\x18\x01 \x03(\tR\x07parties"\x9a\x01\n\x0cProposalData\x12*\n\x08proposal\x18\x01 \x01(\x0b\x32\x0e.vega.ProposalR\x08proposal\x12\x1c\n\x03yes\x18\x02 \x03(\x0b\x32\n.vega.VoteR\x03yes\x12\x1a\n\x02no\x18\x03 \x03(\x0b\x32\n.vega.VoteR\x02no\x12$\n\x07invalid\x18\x04 \x03(\x0b\x32\n.vega.VoteR\x07invalid"Q\n\x11GovernanceEnacted\x12<\n\tproposals\x18\x01 \x03(\x0b\x32\x1e.vega.snapshot.v1.ProposalDataR\tproposals"P\n\x10GovernanceActive\x12<\n\tproposals\x18\x01 \x03(\x0b\x32\x1e.vega.snapshot.v1.ProposalDataR\tproposals">\n\x0eGovernanceNode\x12,\n\tproposals\x18\x01 \x03(\x0b\x32\x0e.vega.ProposalR\tproposals"v\n\x0eStakingAccount\x12\x14\n\x05party\x18\x01 \x01(\tR\x05party\x12\x18\n\x07\x62\x61lance\x18\x02 \x01(\tR\x07\x62\x61lance\x12\x34\n\x06\x65vents\x18\x03 \x03(\x0b\x32\x1c.vega.events.v1.StakeLinkingR\x06\x65vents"\x8c\x01\n\x0fStakingAccounts\x12<\n\x08\x61\x63\x63ounts\x18\x01 \x03(\x0b\x32 .vega.snapshot.v1.StakingAccountR\x08\x61\x63\x63ounts\x12;\n\x1astaking_asset_total_supply\x18\x02 \x01(\tR\x17stakingAssetTotalSupply"\xcc\x01\n\x0cMatchingBook\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12\x1d\n\x03\x62uy\x18\x02 \x03(\x0b\x32\x0b.vega.OrderR\x03\x62uy\x12\x1f\n\x04sell\x18\x03 \x03(\x0b\x32\x0b.vega.OrderR\x04sell\x12*\n\x11last_traded_price\x18\x04 \x01(\tR\x0flastTradedPrice\x12\x18\n\x07\x61uction\x18\x05 \x01(\x08R\x07\x61uction\x12\x19\n\x08\x62\x61tch_id\x18\x06 \x01(\x04R\x07\x62\x61tchId";\n\tNetParams\x12.\n\x06params\x18\x01 \x03(\x0b\x32\x16.vega.NetworkParameterR\x06params"0\n\nDecimalMap\x12\x10\n\x03key\x18\x01 \x01(\x03R\x03key\x12\x10\n\x03val\x18\x02 \x01(\tR\x03val"5\n\tTimePrice\x12\x12\n\x04time\x18\x01 \x01(\x03R\x04time\x12\x14\n\x05price\x18\x02 \x01(\tR\x05price";\n\x0bPriceVolume\x12\x14\n\x05price\x18\x01 \x01(\tR\x05price\x12\x16\n\x06volume\x18\x02 \x01(\x04R\x06volume"B\n\nPriceRange\x12\x10\n\x03min\x18\x01 \x01(\tR\x03min\x12\x10\n\x03max\x18\x02 \x01(\tR\x03max\x12\x10\n\x03ref\x18\x03 \x01(\tR\x03ref"\x9a\x01\n\nPriceBound\x12\x16\n\x06\x61\x63tive\x18\x01 \x01(\x08R\x06\x61\x63tive\x12\x1b\n\tup_factor\x18\x02 \x01(\tR\x08upFactor\x12\x1f\n\x0b\x64own_factor\x18\x03 \x01(\tR\ndownFactor\x12\x36\n\x07trigger\x18\x04 \x01(\x0b\x32\x1c.vega.PriceMonitoringTriggerR\x07trigger"y\n\x0fPriceRangeCache\x12\x32\n\x05\x62ound\x18\x01 \x01(\x0b\x32\x1c.vega.snapshot.v1.PriceBoundR\x05\x62ound\x12\x32\n\x05range\x18\x02 \x01(\x0b\x32\x1c.vega.snapshot.v1.PriceRangeR\x05range"<\n\x0c\x43urrentPrice\x12\x14\n\x05price\x18\x01 \x01(\tR\x05price\x12\x16\n\x06volume\x18\x02 \x01(\x04R\x06volume"S\n\tPastPrice\x12\x12\n\x04time\x18\x01 \x01(\x03R\x04time\x12\x32\n\x15volume_weighted_price\x18\x02 \x01(\tR\x13volumeWeightedPrice"\xf4\x04\n\x0cPriceMonitor\x12 \n\x0binitialised\x18\x03 \x01(\x08R\x0binitialised\x12=\n\x0b\x66p_horizons\x18\x04 \x03(\x0b\x32\x1c.vega.snapshot.v1.DecimalMapR\nfpHorizons\x12\x10\n\x03now\x18\x05 \x01(\x03R\x03now\x12\x16\n\x06update\x18\x06 \x01(\x03R\x06update\x12\x34\n\x06\x62ounds\x18\x07 \x03(\x0b\x32\x1c.vega.snapshot.v1.PriceBoundR\x06\x62ounds\x12\x33\n\x16price_range_cache_time\x18\x08 \x01(\x03R\x13priceRangeCacheTime\x12M\n\x11price_range_cache\x18\t \x03(\x0b\x32!.vega.snapshot.v1.PriceRangeCacheR\x0fpriceRangeCache\x12/\n\x14ref_price_cache_time\x18\n \x01(\x03R\x11refPriceCacheTime\x12\x44\n\x0fref_price_cache\x18\x0b \x03(\x0b\x32\x1c.vega.snapshot.v1.DecimalMapR\rrefPriceCache\x12=\n\nprices_now\x18\x0c \x03(\x0b\x32\x1e.vega.snapshot.v1.CurrentPriceR\tpricesNow\x12<\n\x0bprices_past\x18\r \x03(\x0b\x32\x1b.vega.snapshot.v1.PastPriceR\npricesPast\x12+\n\x11\x63onsensus_reached\x18\x0e \x01(\x08R\x10\x63onsensusReached"\xf8\x02\n\x0c\x41uctionState\x12,\n\x04mode\x18\x01 \x01(\x0e\x32\x18.vega.Market.TradingModeR\x04mode\x12;\n\x0c\x64\x65\x66\x61ult_mode\x18\x02 \x01(\x0e\x32\x18.vega.Market.TradingModeR\x0b\x64\x65\x66\x61ultMode\x12.\n\x07trigger\x18\x03 \x01(\x0e\x32\x14.vega.AuctionTriggerR\x07trigger\x12\x14\n\x05\x62\x65gin\x18\x04 \x01(\x03R\x05\x62\x65gin\x12\'\n\x03\x65nd\x18\x05 \x01(\x0b\x32\x15.vega.AuctionDurationR\x03\x65nd\x12\x14\n\x05start\x18\x06 \x01(\x08R\x05start\x12\x12\n\x04stop\x18\x07 \x01(\x08R\x04stop\x12\x32\n\textension\x18\x08 \x01(\x0e\x32\x14.vega.AuctionTriggerR\textension\x12\x30\n\x14\x65xtension_event_sent\x18\t \x01(\x08R\x12\x65xtensionEventSent"u\n\rEquityShareLP\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x14\n\x05stake\x18\x02 \x01(\tR\x05stake\x12\x14\n\x05share\x18\x03 \x01(\tR\x05share\x12\x10\n\x03\x61vg\x18\x04 \x01(\tR\x03\x61vg\x12\x16\n\x06vshare\x18\x05 \x01(\tR\x06vshare"\xa9\x01\n\x0b\x45quityShare\x12\x10\n\x03mvp\x18\x01 \x01(\tR\x03mvp\x12\x32\n\x15opening_auction_ended\x18\x02 \x01(\x08R\x13openingAuctionEnded\x12\x31\n\x03lps\x18\x03 \x03(\x0b\x32\x1f.vega.snapshot.v1.EquityShareLPR\x03lps\x12\x0c\n\x01r\x18\x04 \x01(\tR\x01r\x12\x13\n\x05p_mvp\x18\x05 \x01(\tR\x04pMvp"Z\n\x0b\x46\x65\x65Splitter\x12*\n\x11time_window_start\x18\x01 \x01(\x03R\x0ftimeWindowStart\x12\x1f\n\x0btrade_value\x18\x02 \x01(\tR\ntradeValue"\xaf\x07\n\x06Market\x12$\n\x06market\x18\x01 \x01(\x0b\x32\x0c.vega.MarketR\x06market\x12\x43\n\rprice_monitor\x18\x02 \x01(\x0b\x32\x1e.vega.snapshot.v1.PriceMonitorR\x0cpriceMonitor\x12\x43\n\rauction_state\x18\x03 \x01(\x0b\x32\x1e.vega.snapshot.v1.AuctionStateR\x0c\x61uctionState\x12\x43\n\rpegged_orders\x18\x04 \x01(\x0b\x32\x1e.vega.snapshot.v1.PeggedOrdersR\x0cpeggedOrders\x12\x34\n\x0f\x65xpiring_orders\x18\x05 \x03(\x0b\x32\x0b.vega.OrderR\x0e\x65xpiringOrders\x12"\n\rlast_best_bid\x18\x06 \x01(\tR\x0blastBestBid\x12"\n\rlast_best_ask\x18\x07 \x01(\tR\x0blastBestAsk\x12 \n\x0clast_mid_bid\x18\x08 \x01(\tR\nlastMidBid\x12 \n\x0clast_mid_ask\x18\t \x01(\tR\nlastMidAsk\x12\x35\n\x17last_market_value_proxy\x18\n \x01(\tR\x14lastMarketValueProxy\x12\x41\n\x1dlast_equity_share_distributed\x18\x0b \x01(\x03R\x1alastEquityShareDistributed\x12@\n\x0c\x65quity_share\x18\x0c \x01(\x0b\x32\x1d.vega.snapshot.v1.EquityShareR\x0b\x65quityShare\x12,\n\x12\x63urrent_mark_price\x18\r \x01(\tR\x10\x63urrentMarkPrice\x12*\n\x11risk_factor_short\x18\x0e \x01(\tR\x0friskFactorShort\x12(\n\x10risk_factor_long\x18\x0f \x01(\tR\x0eriskFactorLong\x12\x41\n\x1drisk_factor_consensus_reached\x18\x10 \x01(\x08R\x1ariskFactorConsensusReached\x12@\n\x0c\x66\x65\x65_splitter\x18\x11 \x01(\x0b\x32\x1d.vega.snapshot.v1.FeeSplitterR\x0b\x66\x65\x65Splitter\x12)\n\x10settlement_price\x18\x12 \x01(\tR\x0fsettlementPrice"@\n\x0cPeggedOrders\x12\x30\n\rparked_orders\x18\x02 \x03(\x0b\x32\x0b.vega.OrderR\x0cparkedOrders"F\n\x10\x45xecutionMarkets\x12\x32\n\x07markets\x18\x01 \x03(\x0b\x32\x18.vega.snapshot.v1.MarketR\x07markets"\xbb\x01\n\x08Position\x12\x19\n\x08party_id\x18\x01 \x01(\tR\x07partyId\x12\x12\n\x04size\x18\x02 \x01(\x03R\x04size\x12\x10\n\x03\x62uy\x18\x03 \x01(\x03R\x03\x62uy\x12\x12\n\x04sell\x18\x04 \x01(\x03R\x04sell\x12\x14\n\x05price\x18\x05 \x01(\tR\x05price\x12 \n\x0cvw_buy_price\x18\x06 \x01(\tR\nvwBuyPrice\x12"\n\rvw_sell_price\x18\x07 \x01(\tR\x0bvwSellPrice"h\n\x0fMarketPositions\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12\x38\n\tpositions\x18\x02 \x03(\x0b\x32\x1a.vega.snapshot.v1.PositionR\tpositions"g\n\x08\x41ppState\x12\x16\n\x06height\x18\x01 \x01(\x04R\x06height\x12\x14\n\x05\x62lock\x18\x02 \x01(\tR\x05\x62lock\x12\x12\n\x04time\x18\x03 \x01(\x03R\x04time\x12\x19\n\x08\x63hain_id\x18\x04 \x01(\tR\x07\x63hainId"\xc3\x01\n\nEpochState\x12\x10\n\x03seq\x18\x01 \x01(\x04R\x03seq\x12\x1d\n\nstart_time\x18\x03 \x01(\x03R\tstartTime\x12\x1f\n\x0b\x65xpire_time\x18\x04 \x01(\x03R\nexpireTime\x12\x36\n\x18ready_to_start_new_epoch\x18\x06 \x01(\x08R\x14readyToStartNewEpoch\x12+\n\x12ready_to_end_epoch\x18\x07 \x01(\x08R\x0freadyToEndEpoch"{\n\x15RewardsPendingPayouts\x12\x62\n\x18scheduled_rewards_payout\x18\x01 \x03(\x0b\x32(.vega.snapshot.v1.ScheduledRewardsPayoutR\x16scheduledRewardsPayout"\x81\x01\n\x16ScheduledRewardsPayout\x12\x1f\n\x0bpayout_time\x18\x01 \x01(\x03R\npayoutTime\x12\x46\n\x0erewards_payout\x18\x02 \x03(\x0b\x32\x1f.vega.snapshot.v1.RewardsPayoutR\rrewardsPayout"\xfc\x01\n\rRewardsPayout\x12!\n\x0c\x66rom_account\x18\x01 \x01(\tR\x0b\x66romAccount\x12\x14\n\x05\x61sset\x18\x02 \x01(\tR\x05\x61sset\x12T\n\x13reward_party_amount\x18\x03 \x03(\x0b\x32$.vega.snapshot.v1.RewardsPartyAmountR\x11rewardPartyAmount\x12!\n\x0ctotal_reward\x18\x04 \x01(\tR\x0btotalReward\x12\x1b\n\tepoch_seq\x18\x05 \x01(\tR\x08\x65pochSeq\x12\x1c\n\ttimestamp\x18\x06 \x01(\x03R\ttimestamp"B\n\x12RewardsPartyAmount\x12\x14\n\x05party\x18\x01 \x01(\tR\x05party\x12\x16\n\x06\x61mount\x18\x02 \x01(\tR\x06\x61mount"\x94\x03\n\nLimitState\x12\x1f\n\x0b\x62lock_count\x18\x01 \x01(\rR\nblockCount\x12,\n\x12\x63\x61n_propose_market\x18\x02 \x01(\x08R\x10\x63\x61nProposeMarket\x12*\n\x11\x63\x61n_propose_asset\x18\x03 \x01(\x08R\x0f\x63\x61nProposeAsset\x12%\n\x0egenesis_loaded\x18\x04 \x01(\x08R\rgenesisLoaded\x12\x34\n\x16propose_market_enabled\x18\x05 \x01(\x08R\x14proposeMarketEnabled\x12\x32\n\x15propose_asset_enabled\x18\x06 \x01(\x08R\x13proposeAssetEnabled\x12=\n\x1bpropose_market_enabled_from\x18\x07 \x01(\x03R\x18proposeMarketEnabledFrom\x12;\n\x1apropose_asset_enabled_from\x18\x08 \x01(\x03R\x17proposeAssetEnabledFrom"\x94\x04\n\x0eVoteSpamPolicy\x12L\n\rparty_to_vote\x18\x01 \x03(\x0b\x32(.vega.snapshot.v1.PartyProposalVoteCountR\x0bpartyToVote\x12\x44\n\x0e\x62\x61nned_parties\x18\x02 \x03(\x0b\x32\x1d.vega.snapshot.v1.BannedPartyR\rbannedParties\x12H\n\rtoken_balance\x18\x03 \x03(\x0b\x32#.vega.snapshot.v1.PartyTokenBalanceR\x0ctokenBalance\x12_\n\x1arecent_blocks_reject_stats\x18\x04 \x03(\x0b\x32".vega.snapshot.v1.BlockRejectStatsR\x17recentBlocksRejectStats\x12.\n\x13\x63urrent_block_index\x18\x05 \x01(\x04R\x11\x63urrentBlockIndex\x12.\n\x13last_increase_block\x18\x06 \x01(\x04R\x11lastIncreaseBlock\x12*\n\x11\x63urrent_epoch_seq\x18\x07 \x01(\x04R\x0f\x63urrentEpochSeq\x12\x37\n\x18min_voting_tokens_factor\x18\x08 \x01(\tR\x15minVotingTokensFactor"`\n\x16PartyProposalVoteCount\x12\x14\n\x05party\x18\x01 \x01(\tR\x05party\x12\x1a\n\x08proposal\x18\x02 \x01(\tR\x08proposal\x12\x14\n\x05\x63ount\x18\x03 \x01(\x04R\x05\x63ount"D\n\x0b\x42\x61nnedParty\x12\x14\n\x05party\x18\x01 \x01(\tR\x05party\x12\x1f\n\x0buntil_epoch\x18\x02 \x01(\x04R\nuntilEpoch"C\n\x11PartyTokenBalance\x12\x14\n\x05party\x18\x01 \x01(\tR\x05party\x12\x18\n\x07\x62\x61lance\x18\x02 \x01(\tR\x07\x62\x61lance"D\n\x10\x42lockRejectStats\x12\x1a\n\x08rejected\x18\x01 \x01(\x04R\x08rejected\x12\x14\n\x05total\x18\x02 \x01(\x04R\x05total"G\n\x19SpamPartyTransactionCount\x12\x14\n\x05party\x18\x01 \x01(\tR\x05party\x12\x14\n\x05\x63ount\x18\x02 \x01(\x04R\x05\x63ount"\xc2\x02\n\x10SimpleSpamPolicy\x12\x1f\n\x0bpolicy_name\x18\x01 \x01(\tR\npolicyName\x12Q\n\x0eparty_to_count\x18\x02 \x03(\x0b\x32+.vega.snapshot.v1.SpamPartyTransactionCountR\x0cpartyToCount\x12\x44\n\x0e\x62\x61nned_parties\x18\x03 \x03(\x0b\x32\x1d.vega.snapshot.v1.BannedPartyR\rbannedParties\x12H\n\rtoken_balance\x18\x04 \x03(\x0b\x32#.vega.snapshot.v1.PartyTokenBalanceR\x0ctokenBalance\x12*\n\x11\x63urrent_epoch_seq\x18\x05 \x01(\x04R\x0f\x63urrentEpochSeq"V\n\nNotarySigs\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04kind\x18\x02 \x01(\x05R\x04kind\x12\x12\n\x04node\x18\x03 \x01(\tR\x04node\x12\x10\n\x03sig\x18\x04 \x01(\tR\x03sig"G\n\x06Notary\x12=\n\x0bnotary_sigs\x18\x01 \x03(\x0b\x32\x1c.vega.snapshot.v1.NotarySigsR\nnotarySigs"\x99\x01\n\x10ReplayProtection\x12I\n\x0ctransactions\x18\x01 \x03(\x0b\x32%.vega.snapshot.v1.TransactionAtHeightR\x0ctransactions\x12\x19\n\x08\x62\x61\x63k_tol\x18\x02 \x01(\x04R\x07\x62\x61\x63kTol\x12\x1f\n\x0b\x66orward_tol\x18\x03 \x01(\x04R\nforwardTol"=\n\x13TransactionAtHeight\x12\x0e\n\x02tx\x18\x01 \x01(\tR\x02tx\x12\x16\n\x06height\x18\x02 \x01(\x04R\x06height"\x84\x01\n\x0b\x46utureState\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12)\n\x10settlement_price\x18\x02 \x01(\tR\x0fsettlementPrice\x12-\n\x12trading_terminated\x18\x03 \x01(\x08R\x11tradingTerminated"m\n\x16StakeVerifierDeposited\x12S\n\x11pending_deposited\x18\x01 \x03(\x0b\x32&.vega.snapshot.v1.StakeVerifierPendingR\x10pendingDeposited"g\n\x14StakeVerifierRemoved\x12O\n\x0fpending_removed\x18\x01 \x03(\x0b\x32&.vega.snapshot.v1.StakeVerifierPendingR\x0ependingRemoved"\x85\x02\n\x14StakeVerifierPending\x12)\n\x10\x65thereum_address\x18\x01 \x01(\tR\x0f\x65thereumAddress\x12&\n\x0fvega_public_key\x18\x02 \x01(\tR\rvegaPublicKey\x12\x16\n\x06\x61mount\x18\x03 \x01(\tR\x06\x61mount\x12\x1d\n\nblock_time\x18\x04 \x01(\x03R\tblockTime\x12!\n\x0c\x62lock_number\x18\x05 \x01(\x04R\x0b\x62lockNumber\x12\x1b\n\tlog_index\x18\x06 \x01(\x04R\x08logIndex\x12\x13\n\x05tx_id\x18\x07 \x01(\tR\x04txId\x12\x0e\n\x02id\x18\x08 \x01(\tR\x02id"\x9b\x01\n\x12PendingKeyRotation\x12!\n\x0c\x62lock_height\x18\x01 \x01(\x04R\x0b\x62lockHeight\x12\x17\n\x07node_id\x18\x02 \x01(\tR\x06nodeId\x12\x1e\n\x0bnew_pub_key\x18\x03 \x01(\tR\tnewPubKey\x12)\n\x11new_pub_key_index\x18\x04 \x01(\rR\x0enewPubKeyIndex"y\n\x1aPendingEthereumKeyRotation\x12!\n\x0c\x62lock_height\x18\x01 \x01(\x04R\x0b\x62lockHeight\x12\x17\n\x07node_id\x18\x02 \x01(\tR\x06nodeId\x12\x1f\n\x0bnew_address\x18\x03 \x01(\tR\nnewAddress"\xa3\x03\n\x08Topology\x12G\n\x0evalidator_data\x18\x01 \x03(\x0b\x32 .vega.snapshot.v1.ValidatorStateR\rvalidatorData\x12\x1d\n\nchain_keys\x18\x02 \x03(\tR\tchainKeys\x12_\n\x19pending_pub_key_rotations\x18\x03 \x03(\x0b\x32$.vega.snapshot.v1.PendingKeyRotationR\x16pendingPubKeyRotations\x12[\n\x15validator_performance\x18\x04 \x01(\x0b\x32&.vega.snapshot.v1.ValidatorPerformanceR\x14validatorPerformance\x12q\n\x1epending_ethereum_key_rotations\x18\x05 \x03(\x0b\x32,.vega.snapshot.v1.PendingEthereumKeyRotationR\x1bpendingEthereumKeyRotations"\xf2\x03\n\x0eValidatorState\x12J\n\x10validator_update\x18\x01 \x01(\x0b\x32\x1f.vega.events.v1.ValidatorUpdateR\x0fvalidatorUpdate\x12\x1f\n\x0b\x62lock_added\x18\x02 \x01(\x04R\nblockAdded\x12\x16\n\x06status\x18\x03 \x01(\x05R\x06status\x12.\n\x13status_change_block\x18\x04 \x01(\x04R\x11statusChangeBlock\x12\x46\n last_block_with_positive_ranking\x18\x05 \x01(\x04R\x1clastBlockWithPositiveRanking\x12\x30\n\x14\x65th_events_forwarded\x18\x06 \x01(\x04R\x12\x65thEventsForwarded\x12O\n\x11heartbeat_tracker\x18\x07 \x01(\x0b\x32".vega.snapshot.v1.HeartbeatTrackerR\x10heartbeatTracker\x12\'\n\x0fvalidator_power\x18\x08 \x01(\x03R\x0evalidatorPower\x12\x37\n\rranking_score\x18\t \x01(\x0b\x32\x12.vega.RankingScoreR\x0crankingScore"\xb9\x01\n\x10HeartbeatTracker\x12,\n\x12\x65xpected_next_hash\x18\x01 \x01(\tR\x10\x65xpectedNextHash\x12\x37\n\x18\x65xpected_next_hash_since\x18\x02 \x01(\x03R\x15\x65xpectedNextHashSince\x12\x1f\n\x0b\x62lock_index\x18\x03 \x01(\x05R\nblockIndex\x12\x1d\n\nblock_sigs\x18\x04 \x03(\x08R\tblockSigs"\x99\x02\n\x10PerformanceStats\x12+\n\x11validator_address\x18\x01 \x01(\tR\x10validatorAddress\x12\x1a\n\x08proposed\x18\x02 \x01(\x04R\x08proposed\x12\x18\n\x07\x65lected\x18\x03 \x01(\x04R\x07\x65lected\x12\x14\n\x05voted\x18\x04 \x01(\x04R\x05voted\x12*\n\x11last_height_voted\x18\x05 \x01(\x03R\x0flastHeightVoted\x12\x30\n\x14last_height_proposed\x18\x06 \x01(\x03R\x12lastHeightProposed\x12.\n\x13last_height_elected\x18\x07 \x01(\x03R\x11lastHeightElected"l\n\x14ValidatorPerformance\x12T\n\x14validator_perf_stats\x18\x01 \x03(\x0b\x32".vega.snapshot.v1.PerformanceStatsR\x12validatorPerfStats"\xae\x01\n\x13LiquidityParameters\x12\x17\n\x07max_fee\x18\x01 \x01(\tR\x06maxFee\x12$\n\x0emax_shape_size\x18\x02 \x01(\tR\x0cmaxShapeSize\x12;\n\x1astake_to_obligation_factor\x18\x03 \x01(\tR\x17stakeToObligationFactor\x12\x1b\n\tmarket_id\x18\x04 \x01(\tR\x08marketId"h\n\x1aLiquidityPendingProvisions\x12-\n\x12pending_provisions\x18\x01 \x03(\tR\x11pendingProvisions\x12\x1b\n\tmarket_id\x18\x02 \x01(\tR\x08marketId"\x80\x01\n\x1fLiquidityPartiesLiquidityOrders\x12@\n\x0cparty_orders\x18\x01 \x03(\x0b\x32\x1d.vega.snapshot.v1.PartyOrdersR\x0bpartyOrders\x12\x1b\n\tmarket_id\x18\x02 \x01(\tR\x08marketId"H\n\x0bPartyOrders\x12\x14\n\x05party\x18\x01 \x01(\tR\x05party\x12#\n\x06orders\x18\x02 \x03(\x0b\x32\x0b.vega.OrderR\x06orders"w\n\x16LiquidityPartiesOrders\x12@\n\x0cparty_orders\x18\x01 \x03(\x0b\x32\x1d.vega.snapshot.v1.PartyOrdersR\x0bpartyOrders\x12\x1b\n\tmarket_id\x18\x02 \x01(\tR\x08marketId"\x7f\n\x13LiquidityProvisions\x12K\n\x14liquidity_provisions\x18\x01 \x03(\x0b\x32\x18.vega.LiquidityProvisionR\x13liquidityProvisions\x12\x1b\n\tmarket_id\x18\x02 \x01(\tR\x08marketId"\xb9\x01\n\x16\x46loatingPointConsensus\x12M\n\x11next_time_trigger\x18\x01 \x03(\x0b\x32!.vega.snapshot.v1.NextTimeTriggerR\x0fnextTimeTrigger\x12P\n\x0fstate_variables\x18\x02 \x03(\x0b\x32\'.vega.snapshot.v1.StateVarInternalStateR\x0estateVariables"\xfc\x01\n\x15StateVarInternalState\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x14\n\x05state\x18\x02 \x01(\x05R\x05state\x12\x19\n\x08\x65vent_id\x18\x03 \x01(\tR\x07\x65ventId\x12]\n\x12validators_results\x18\x04 \x03(\x0b\x32..vega.snapshot.v1.FloatingPointValidatorResultR\x11validatorsResults\x12\x43\n\x1erounds_since_meaningful_update\x18\x05 \x01(\x05R\x1broundsSinceMeaningfulUpdate"\\\n\x1c\x46loatingPointValidatorResult\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12,\n\x06\x62undle\x18\x02 \x03(\x0b\x32\x14.vega.KeyValueBundleR\x06\x62undle"r\n\x0fNextTimeTrigger\x12\x14\n\x05\x61sset\x18\x01 \x01(\tR\x05\x61sset\x12\x16\n\x06market\x18\x02 \x01(\tR\x06market\x12\x0e\n\x02id\x18\x03 \x01(\tR\x02id\x12!\n\x0cnext_trigger\x18\x04 \x01(\x03R\x0bnextTrigger"c\n\rMarketTracker\x12R\n\x0fmarket_activity\x18\x01 \x03(\x0b\x32).vega.checkpoint.v1.MarketActivityTrackerR\x0emarketActivity"t\n\x16SignerEventsPerAddress\x12\x18\n\x07\x61\x64\x64ress\x18\x01 \x01(\tR\x07\x61\x64\x64ress\x12@\n\x06\x65vents\x18\x02 \x03(\x0b\x32(.vega.events.v1.ERC20MultiSigSignerEventR\x06\x65vents"\x80\x02\n\x1d\x45RC20MultiSigTopologyVerified\x12\x18\n\x07signers\x18\x01 \x03(\tR\x07signers\x12V\n\x12\x65vents_per_address\x18\x02 \x03(\x0b\x32(.vega.snapshot.v1.SignerEventsPerAddressR\x10\x65ventsPerAddress\x12L\n\tthreshold\x18\x03 \x01(\x0b\x32..vega.events.v1.ERC20MultiSigThresholdSetEventR\tthreshold\x12\x1f\n\x0bseen_events\x18\x04 \x03(\tR\nseenEvents"\xbc\x02\n\x1c\x45RC20MultiSigTopologyPending\x12Q\n\x0fpending_signers\x18\x01 \x03(\x0b\x32(.vega.events.v1.ERC20MultiSigSignerEventR\x0ependingSigners\x12\x62\n\x15pending_threshold_set\x18\x02 \x03(\x0b\x32..vega.events.v1.ERC20MultiSigThresholdSetEventR\x13pendingThresholdSet\x12+\n\x11witnessed_signers\x18\x03 \x03(\tR\x10witnessedSigners\x12\x38\n\x18witnessed_threshold_sets\x18\x04 \x03(\tR\x16witnessedThresholdSets"\xe0\x02\n\x0bProofOfWork\x12!\n\x0c\x62lock_height\x18\x01 \x03(\x04R\x0b\x62lockHeight\x12\x1d\n\nblock_hash\x18\x02 \x03(\tR\tblockHash\x12H\n\x0ctx_at_height\x18\x04 \x03(\x0b\x32&.vega.snapshot.v1.TransactionsAtHeightR\ntxAtHeight\x12J\n\rtid_at_height\x18\x06 \x03(\x0b\x32&.vega.snapshot.v1.TransactionsAtHeightR\x0btidAtHeight\x12\x35\n\x06\x62\x61nned\x18\x07 \x03(\x0b\x32\x1d.vega.snapshot.v1.BannedPartyR\x06\x62\x61nned\x12\x42\n\npow_params\x18\x08 \x03(\x0b\x32#.vega.snapshot.v1.ProofOfWorkParamsR\tpowParams"\x84\x03\n\x11ProofOfWorkParams\x12\x41\n\x1espam_pow_number_of_past_blocks\x18\x01 \x01(\x04R\x19spamPowNumberOfPastBlocks\x12.\n\x13spam_pow_difficulty\x18\x02 \x01(\rR\x11spamPowDifficulty\x12\x33\n\x16spam_pow_hash_function\x18\x03 \x01(\tR\x13spamPowHashFunction\x12\x42\n\x1fspam_pow_number_of_tx_per_block\x18\x04 \x01(\x04R\x19spamPowNumberOfTxPerBlock\x12\x43\n\x1espam_pow_increasing_difficulty\x18\x05 \x01(\x08R\x1bspamPowIncreasingDifficulty\x12\x1d\n\nfrom_block\x18\x06 \x01(\x04R\tfromBlock\x12\x1f\n\x0buntil_block\x18\x07 \x01(\x03R\nuntilBlock"R\n\x14TransactionsAtHeight\x12\x16\n\x06height\x18\x01 \x01(\x04R\x06height\x12"\n\x0ctransactions\x18\x02 \x03(\tR\x0ctransactions"\xcb\x01\n\x18ProtocolUpgradeProposals\x12O\n\x10\x61\x63tive_proposals\x18\x01 \x03(\x0b\x32$.vega.events.v1.ProtocolUpgradeEventR\x0f\x61\x63tiveProposals\x12^\n\x11\x61\x63\x63\x65pted_proposal\x18\x02 \x01(\x0b\x32\x31.vega.snapshot.v1.AcceptedProtocolUpgradeProposalR\x10\x61\x63\x63\x65ptedProposal"}\n\x1f\x41\x63\x63\x65ptedProtocolUpgradeProposal\x12\x30\n\x14upgrade_block_height\x18\x01 \x01(\x04R\x12upgradeBlockHeight\x12(\n\x10vega_release_tag\x18\x02 \x01(\tR\x0evegaReleaseTag*`\n\x06\x46ormat\x12\x16\n\x12\x46ORMAT_UNSPECIFIED\x10\x00\x12\x10\n\x0c\x46ORMAT_PROTO\x10\x01\x12\x1b\n\x17\x46ORMAT_PROTO_COMPRESSED\x10\x02\x12\x0f\n\x0b\x46ORMAT_JSON\x10\x03\x42\x33Z1code.vegaprotocol.io/vega/protos/vega/snapshot/v1b\x06proto3' ) -_FORMAT = DESCRIPTOR.enum_types_by_name["Format"] -Format = enum_type_wrapper.EnumTypeWrapper(_FORMAT) -FORMAT_UNSPECIFIED = 0 -FORMAT_PROTO = 1 -FORMAT_PROTO_COMPRESSED = 2 -FORMAT_JSON = 3 - - -_SNAPSHOT = DESCRIPTOR.message_types_by_name["Snapshot"] -_NODEHASH = DESCRIPTOR.message_types_by_name["NodeHash"] -_METADATA = DESCRIPTOR.message_types_by_name["Metadata"] -_CHUNK = DESCRIPTOR.message_types_by_name["Chunk"] -_PAYLOAD = DESCRIPTOR.message_types_by_name["Payload"] -_TIMESTAMPEDOPENINTEREST = DESCRIPTOR.message_types_by_name["TimestampedOpenInterest"] -_LIQUIDITYTARGET = DESCRIPTOR.message_types_by_name["LiquidityTarget"] -_LIQUIDITYPRICEPROBABILITYPAIR = DESCRIPTOR.message_types_by_name[ - "LiquidityPriceProbabilityPair" -] -_LIQUIDITYSUPPLIED = DESCRIPTOR.message_types_by_name["LiquiditySupplied"] -_ORACLEDATABATCH = DESCRIPTOR.message_types_by_name["OracleDataBatch"] -_ORACLEDATA = DESCRIPTOR.message_types_by_name["OracleData"] -_ORACLEDATAPAIR = DESCRIPTOR.message_types_by_name["OracleDataPair"] -_WITNESS = DESCRIPTOR.message_types_by_name["Witness"] -_RESOURCE = DESCRIPTOR.message_types_by_name["Resource"] -_EVENTFORWARDER = DESCRIPTOR.message_types_by_name["EventForwarder"] -_COLLATERALACCOUNTS = DESCRIPTOR.message_types_by_name["CollateralAccounts"] -_COLLATERALASSETS = DESCRIPTOR.message_types_by_name["CollateralAssets"] -_ACTIVEASSETS = DESCRIPTOR.message_types_by_name["ActiveAssets"] -_PENDINGASSETS = DESCRIPTOR.message_types_by_name["PendingAssets"] -_PENDINGASSETUPDATES = DESCRIPTOR.message_types_by_name["PendingAssetUpdates"] -_WITHDRAWAL = DESCRIPTOR.message_types_by_name["Withdrawal"] -_DEPOSIT = DESCRIPTOR.message_types_by_name["Deposit"] -_TXREF = DESCRIPTOR.message_types_by_name["TxRef"] -_ASSETACTION = DESCRIPTOR.message_types_by_name["AssetAction"] -_BANKINGWITHDRAWALS = DESCRIPTOR.message_types_by_name["BankingWithdrawals"] -_BANKINGDEPOSITS = DESCRIPTOR.message_types_by_name["BankingDeposits"] -_BANKINGSEEN = DESCRIPTOR.message_types_by_name["BankingSeen"] -_BANKINGASSETACTIONS = DESCRIPTOR.message_types_by_name["BankingAssetActions"] -_BANKINGRECURRINGTRANSFERS = DESCRIPTOR.message_types_by_name[ - "BankingRecurringTransfers" -] -_BANKINGSCHEDULEDTRANSFERS = DESCRIPTOR.message_types_by_name[ - "BankingScheduledTransfers" -] -_CHECKPOINT = DESCRIPTOR.message_types_by_name["Checkpoint"] -_DELEGATIONLASTRECONCILIATIONTIME = DESCRIPTOR.message_types_by_name[ - "DelegationLastReconciliationTime" -] -_DELEGATIONACTIVE = DESCRIPTOR.message_types_by_name["DelegationActive"] -_DELEGATIONPENDING = DESCRIPTOR.message_types_by_name["DelegationPending"] -_DELEGATIONAUTO = DESCRIPTOR.message_types_by_name["DelegationAuto"] -_PROPOSALDATA = DESCRIPTOR.message_types_by_name["ProposalData"] -_GOVERNANCEENACTED = DESCRIPTOR.message_types_by_name["GovernanceEnacted"] -_GOVERNANCEACTIVE = DESCRIPTOR.message_types_by_name["GovernanceActive"] -_GOVERNANCENODE = DESCRIPTOR.message_types_by_name["GovernanceNode"] -_STAKINGACCOUNT = DESCRIPTOR.message_types_by_name["StakingAccount"] -_STAKINGACCOUNTS = DESCRIPTOR.message_types_by_name["StakingAccounts"] -_MATCHINGBOOK = DESCRIPTOR.message_types_by_name["MatchingBook"] -_NETPARAMS = DESCRIPTOR.message_types_by_name["NetParams"] -_DECIMALMAP = DESCRIPTOR.message_types_by_name["DecimalMap"] -_TIMEPRICE = DESCRIPTOR.message_types_by_name["TimePrice"] -_PRICEVOLUME = DESCRIPTOR.message_types_by_name["PriceVolume"] -_PRICERANGE = DESCRIPTOR.message_types_by_name["PriceRange"] -_PRICEBOUND = DESCRIPTOR.message_types_by_name["PriceBound"] -_PRICERANGECACHE = DESCRIPTOR.message_types_by_name["PriceRangeCache"] -_CURRENTPRICE = DESCRIPTOR.message_types_by_name["CurrentPrice"] -_PASTPRICE = DESCRIPTOR.message_types_by_name["PastPrice"] -_PRICEMONITOR = DESCRIPTOR.message_types_by_name["PriceMonitor"] -_AUCTIONSTATE = DESCRIPTOR.message_types_by_name["AuctionState"] -_EQUITYSHARELP = DESCRIPTOR.message_types_by_name["EquityShareLP"] -_EQUITYSHARE = DESCRIPTOR.message_types_by_name["EquityShare"] -_FEESPLITTER = DESCRIPTOR.message_types_by_name["FeeSplitter"] -_MARKET = DESCRIPTOR.message_types_by_name["Market"] -_EXECUTIONMARKETS = DESCRIPTOR.message_types_by_name["ExecutionMarkets"] -_POSITION = DESCRIPTOR.message_types_by_name["Position"] -_MARKETPOSITIONS = DESCRIPTOR.message_types_by_name["MarketPositions"] -_APPSTATE = DESCRIPTOR.message_types_by_name["AppState"] -_EPOCHSTATE = DESCRIPTOR.message_types_by_name["EpochState"] -_REWARDSPENDINGPAYOUTS = DESCRIPTOR.message_types_by_name["RewardsPendingPayouts"] -_SCHEDULEDREWARDSPAYOUT = DESCRIPTOR.message_types_by_name["ScheduledRewardsPayout"] -_REWARDSPAYOUT = DESCRIPTOR.message_types_by_name["RewardsPayout"] -_REWARDSPARTYAMOUNT = DESCRIPTOR.message_types_by_name["RewardsPartyAmount"] -_LIMITSTATE = DESCRIPTOR.message_types_by_name["LimitState"] -_VOTESPAMPOLICY = DESCRIPTOR.message_types_by_name["VoteSpamPolicy"] -_PARTYPROPOSALVOTECOUNT = DESCRIPTOR.message_types_by_name["PartyProposalVoteCount"] -_BANNEDPARTY = DESCRIPTOR.message_types_by_name["BannedParty"] -_PARTYTOKENBALANCE = DESCRIPTOR.message_types_by_name["PartyTokenBalance"] -_BLOCKREJECTSTATS = DESCRIPTOR.message_types_by_name["BlockRejectStats"] -_SPAMPARTYTRANSACTIONCOUNT = DESCRIPTOR.message_types_by_name[ - "SpamPartyTransactionCount" -] -_SIMPLESPAMPOLICY = DESCRIPTOR.message_types_by_name["SimpleSpamPolicy"] -_NOTARYSIGS = DESCRIPTOR.message_types_by_name["NotarySigs"] -_NOTARY = DESCRIPTOR.message_types_by_name["Notary"] -_REPLAYPROTECTION = DESCRIPTOR.message_types_by_name["ReplayProtection"] -_TRANSACTIONATHEIGHT = DESCRIPTOR.message_types_by_name["TransactionAtHeight"] -_FUTURESTATE = DESCRIPTOR.message_types_by_name["FutureState"] -_STAKEVERIFIERDEPOSITED = DESCRIPTOR.message_types_by_name["StakeVerifierDeposited"] -_STAKEVERIFIERREMOVED = DESCRIPTOR.message_types_by_name["StakeVerifierRemoved"] -_STAKEVERIFIERPENDING = DESCRIPTOR.message_types_by_name["StakeVerifierPending"] -_PENDINGKEYROTATION = DESCRIPTOR.message_types_by_name["PendingKeyRotation"] -_PENDINGETHEREUMKEYROTATION = DESCRIPTOR.message_types_by_name[ - "PendingEthereumKeyRotation" -] -_TOPOLOGY = DESCRIPTOR.message_types_by_name["Topology"] -_VALIDATORSTATE = DESCRIPTOR.message_types_by_name["ValidatorState"] -_HEARTBEATTRACKER = DESCRIPTOR.message_types_by_name["HeartbeatTracker"] -_PERFORMANCESTATS = DESCRIPTOR.message_types_by_name["PerformanceStats"] -_VALIDATORPERFORMANCE = DESCRIPTOR.message_types_by_name["ValidatorPerformance"] -_LIQUIDITYPARAMETERS = DESCRIPTOR.message_types_by_name["LiquidityParameters"] -_LIQUIDITYPENDINGPROVISIONS = DESCRIPTOR.message_types_by_name[ - "LiquidityPendingProvisions" -] -_LIQUIDITYPARTIESLIQUIDITYORDERS = DESCRIPTOR.message_types_by_name[ - "LiquidityPartiesLiquidityOrders" -] -_PARTYORDERS = DESCRIPTOR.message_types_by_name["PartyOrders"] -_LIQUIDITYPARTIESORDERS = DESCRIPTOR.message_types_by_name["LiquidityPartiesOrders"] -_LIQUIDITYPROVISIONS = DESCRIPTOR.message_types_by_name["LiquidityProvisions"] -_FLOATINGPOINTCONSENSUS = DESCRIPTOR.message_types_by_name["FloatingPointConsensus"] -_STATEVARINTERNALSTATE = DESCRIPTOR.message_types_by_name["StateVarInternalState"] -_FLOATINGPOINTVALIDATORRESULT = DESCRIPTOR.message_types_by_name[ - "FloatingPointValidatorResult" -] -_NEXTTIMETRIGGER = DESCRIPTOR.message_types_by_name["NextTimeTrigger"] -_MARKETTRACKER = DESCRIPTOR.message_types_by_name["MarketTracker"] -_SIGNEREVENTSPERADDRESS = DESCRIPTOR.message_types_by_name["SignerEventsPerAddress"] -_ERC20MULTISIGTOPOLOGYVERIFIED = DESCRIPTOR.message_types_by_name[ - "ERC20MultiSigTopologyVerified" -] -_ERC20MULTISIGTOPOLOGYPENDING = DESCRIPTOR.message_types_by_name[ - "ERC20MultiSigTopologyPending" -] -_PROOFOFWORK = DESCRIPTOR.message_types_by_name["ProofOfWork"] -_PROOFOFWORKPARAMS = DESCRIPTOR.message_types_by_name["ProofOfWorkParams"] -_TRANSACTIONSATHEIGHT = DESCRIPTOR.message_types_by_name["TransactionsAtHeight"] -_PROTOCOLUPGRADEPROPOSALS = DESCRIPTOR.message_types_by_name["ProtocolUpgradeProposals"] -_ACCEPTEDPROTOCOLUPGRADEPROPOSAL = DESCRIPTOR.message_types_by_name[ - "AcceptedProtocolUpgradeProposal" -] -Snapshot = _reflection.GeneratedProtocolMessageType( - "Snapshot", - (_message.Message,), - { - "DESCRIPTOR": _SNAPSHOT, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.Snapshot) - }, -) -_sym_db.RegisterMessage(Snapshot) - -NodeHash = _reflection.GeneratedProtocolMessageType( - "NodeHash", - (_message.Message,), - { - "DESCRIPTOR": _NODEHASH, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.NodeHash) - }, -) -_sym_db.RegisterMessage(NodeHash) - -Metadata = _reflection.GeneratedProtocolMessageType( - "Metadata", - (_message.Message,), - { - "DESCRIPTOR": _METADATA, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.Metadata) - }, -) -_sym_db.RegisterMessage(Metadata) - -Chunk = _reflection.GeneratedProtocolMessageType( - "Chunk", - (_message.Message,), - { - "DESCRIPTOR": _CHUNK, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.Chunk) - }, -) -_sym_db.RegisterMessage(Chunk) - -Payload = _reflection.GeneratedProtocolMessageType( - "Payload", - (_message.Message,), - { - "DESCRIPTOR": _PAYLOAD, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.Payload) - }, -) -_sym_db.RegisterMessage(Payload) - -TimestampedOpenInterest = _reflection.GeneratedProtocolMessageType( - "TimestampedOpenInterest", - (_message.Message,), - { - "DESCRIPTOR": _TIMESTAMPEDOPENINTEREST, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.TimestampedOpenInterest) - }, -) -_sym_db.RegisterMessage(TimestampedOpenInterest) - -LiquidityTarget = _reflection.GeneratedProtocolMessageType( - "LiquidityTarget", - (_message.Message,), - { - "DESCRIPTOR": _LIQUIDITYTARGET, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.LiquidityTarget) - }, -) -_sym_db.RegisterMessage(LiquidityTarget) - -LiquidityPriceProbabilityPair = _reflection.GeneratedProtocolMessageType( - "LiquidityPriceProbabilityPair", - (_message.Message,), - { - "DESCRIPTOR": _LIQUIDITYPRICEPROBABILITYPAIR, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.LiquidityPriceProbabilityPair) - }, -) -_sym_db.RegisterMessage(LiquidityPriceProbabilityPair) - -LiquiditySupplied = _reflection.GeneratedProtocolMessageType( - "LiquiditySupplied", - (_message.Message,), - { - "DESCRIPTOR": _LIQUIDITYSUPPLIED, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.LiquiditySupplied) - }, -) -_sym_db.RegisterMessage(LiquiditySupplied) - -OracleDataBatch = _reflection.GeneratedProtocolMessageType( - "OracleDataBatch", - (_message.Message,), - { - "DESCRIPTOR": _ORACLEDATABATCH, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.OracleDataBatch) - }, -) -_sym_db.RegisterMessage(OracleDataBatch) - -OracleData = _reflection.GeneratedProtocolMessageType( - "OracleData", - (_message.Message,), - { - "DESCRIPTOR": _ORACLEDATA, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.OracleData) - }, -) -_sym_db.RegisterMessage(OracleData) - -OracleDataPair = _reflection.GeneratedProtocolMessageType( - "OracleDataPair", - (_message.Message,), - { - "DESCRIPTOR": _ORACLEDATAPAIR, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.OracleDataPair) - }, -) -_sym_db.RegisterMessage(OracleDataPair) - -Witness = _reflection.GeneratedProtocolMessageType( - "Witness", - (_message.Message,), - { - "DESCRIPTOR": _WITNESS, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.Witness) - }, -) -_sym_db.RegisterMessage(Witness) - -Resource = _reflection.GeneratedProtocolMessageType( - "Resource", - (_message.Message,), - { - "DESCRIPTOR": _RESOURCE, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.Resource) - }, +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) +_builder.BuildTopDescriptorsAndMessages( + DESCRIPTOR, "vega.snapshot.v1.snapshot_pb2", globals() ) -_sym_db.RegisterMessage(Resource) - -EventForwarder = _reflection.GeneratedProtocolMessageType( - "EventForwarder", - (_message.Message,), - { - "DESCRIPTOR": _EVENTFORWARDER, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.EventForwarder) - }, -) -_sym_db.RegisterMessage(EventForwarder) - -CollateralAccounts = _reflection.GeneratedProtocolMessageType( - "CollateralAccounts", - (_message.Message,), - { - "DESCRIPTOR": _COLLATERALACCOUNTS, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.CollateralAccounts) - }, -) -_sym_db.RegisterMessage(CollateralAccounts) - -CollateralAssets = _reflection.GeneratedProtocolMessageType( - "CollateralAssets", - (_message.Message,), - { - "DESCRIPTOR": _COLLATERALASSETS, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.CollateralAssets) - }, -) -_sym_db.RegisterMessage(CollateralAssets) - -ActiveAssets = _reflection.GeneratedProtocolMessageType( - "ActiveAssets", - (_message.Message,), - { - "DESCRIPTOR": _ACTIVEASSETS, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.ActiveAssets) - }, -) -_sym_db.RegisterMessage(ActiveAssets) - -PendingAssets = _reflection.GeneratedProtocolMessageType( - "PendingAssets", - (_message.Message,), - { - "DESCRIPTOR": _PENDINGASSETS, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.PendingAssets) - }, -) -_sym_db.RegisterMessage(PendingAssets) - -PendingAssetUpdates = _reflection.GeneratedProtocolMessageType( - "PendingAssetUpdates", - (_message.Message,), - { - "DESCRIPTOR": _PENDINGASSETUPDATES, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.PendingAssetUpdates) - }, -) -_sym_db.RegisterMessage(PendingAssetUpdates) - -Withdrawal = _reflection.GeneratedProtocolMessageType( - "Withdrawal", - (_message.Message,), - { - "DESCRIPTOR": _WITHDRAWAL, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.Withdrawal) - }, -) -_sym_db.RegisterMessage(Withdrawal) - -Deposit = _reflection.GeneratedProtocolMessageType( - "Deposit", - (_message.Message,), - { - "DESCRIPTOR": _DEPOSIT, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.Deposit) - }, -) -_sym_db.RegisterMessage(Deposit) - -TxRef = _reflection.GeneratedProtocolMessageType( - "TxRef", - (_message.Message,), - { - "DESCRIPTOR": _TXREF, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.TxRef) - }, -) -_sym_db.RegisterMessage(TxRef) - -AssetAction = _reflection.GeneratedProtocolMessageType( - "AssetAction", - (_message.Message,), - { - "DESCRIPTOR": _ASSETACTION, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.AssetAction) - }, -) -_sym_db.RegisterMessage(AssetAction) - -BankingWithdrawals = _reflection.GeneratedProtocolMessageType( - "BankingWithdrawals", - (_message.Message,), - { - "DESCRIPTOR": _BANKINGWITHDRAWALS, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.BankingWithdrawals) - }, -) -_sym_db.RegisterMessage(BankingWithdrawals) - -BankingDeposits = _reflection.GeneratedProtocolMessageType( - "BankingDeposits", - (_message.Message,), - { - "DESCRIPTOR": _BANKINGDEPOSITS, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.BankingDeposits) - }, -) -_sym_db.RegisterMessage(BankingDeposits) - -BankingSeen = _reflection.GeneratedProtocolMessageType( - "BankingSeen", - (_message.Message,), - { - "DESCRIPTOR": _BANKINGSEEN, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.BankingSeen) - }, -) -_sym_db.RegisterMessage(BankingSeen) - -BankingAssetActions = _reflection.GeneratedProtocolMessageType( - "BankingAssetActions", - (_message.Message,), - { - "DESCRIPTOR": _BANKINGASSETACTIONS, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.BankingAssetActions) - }, -) -_sym_db.RegisterMessage(BankingAssetActions) - -BankingRecurringTransfers = _reflection.GeneratedProtocolMessageType( - "BankingRecurringTransfers", - (_message.Message,), - { - "DESCRIPTOR": _BANKINGRECURRINGTRANSFERS, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.BankingRecurringTransfers) - }, -) -_sym_db.RegisterMessage(BankingRecurringTransfers) - -BankingScheduledTransfers = _reflection.GeneratedProtocolMessageType( - "BankingScheduledTransfers", - (_message.Message,), - { - "DESCRIPTOR": _BANKINGSCHEDULEDTRANSFERS, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.BankingScheduledTransfers) - }, -) -_sym_db.RegisterMessage(BankingScheduledTransfers) - -Checkpoint = _reflection.GeneratedProtocolMessageType( - "Checkpoint", - (_message.Message,), - { - "DESCRIPTOR": _CHECKPOINT, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.Checkpoint) - }, -) -_sym_db.RegisterMessage(Checkpoint) - -DelegationLastReconciliationTime = _reflection.GeneratedProtocolMessageType( - "DelegationLastReconciliationTime", - (_message.Message,), - { - "DESCRIPTOR": _DELEGATIONLASTRECONCILIATIONTIME, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.DelegationLastReconciliationTime) - }, -) -_sym_db.RegisterMessage(DelegationLastReconciliationTime) - -DelegationActive = _reflection.GeneratedProtocolMessageType( - "DelegationActive", - (_message.Message,), - { - "DESCRIPTOR": _DELEGATIONACTIVE, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.DelegationActive) - }, -) -_sym_db.RegisterMessage(DelegationActive) - -DelegationPending = _reflection.GeneratedProtocolMessageType( - "DelegationPending", - (_message.Message,), - { - "DESCRIPTOR": _DELEGATIONPENDING, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.DelegationPending) - }, -) -_sym_db.RegisterMessage(DelegationPending) - -DelegationAuto = _reflection.GeneratedProtocolMessageType( - "DelegationAuto", - (_message.Message,), - { - "DESCRIPTOR": _DELEGATIONAUTO, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.DelegationAuto) - }, -) -_sym_db.RegisterMessage(DelegationAuto) - -ProposalData = _reflection.GeneratedProtocolMessageType( - "ProposalData", - (_message.Message,), - { - "DESCRIPTOR": _PROPOSALDATA, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.ProposalData) - }, -) -_sym_db.RegisterMessage(ProposalData) - -GovernanceEnacted = _reflection.GeneratedProtocolMessageType( - "GovernanceEnacted", - (_message.Message,), - { - "DESCRIPTOR": _GOVERNANCEENACTED, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.GovernanceEnacted) - }, -) -_sym_db.RegisterMessage(GovernanceEnacted) - -GovernanceActive = _reflection.GeneratedProtocolMessageType( - "GovernanceActive", - (_message.Message,), - { - "DESCRIPTOR": _GOVERNANCEACTIVE, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.GovernanceActive) - }, -) -_sym_db.RegisterMessage(GovernanceActive) - -GovernanceNode = _reflection.GeneratedProtocolMessageType( - "GovernanceNode", - (_message.Message,), - { - "DESCRIPTOR": _GOVERNANCENODE, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.GovernanceNode) - }, -) -_sym_db.RegisterMessage(GovernanceNode) - -StakingAccount = _reflection.GeneratedProtocolMessageType( - "StakingAccount", - (_message.Message,), - { - "DESCRIPTOR": _STAKINGACCOUNT, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.StakingAccount) - }, -) -_sym_db.RegisterMessage(StakingAccount) - -StakingAccounts = _reflection.GeneratedProtocolMessageType( - "StakingAccounts", - (_message.Message,), - { - "DESCRIPTOR": _STAKINGACCOUNTS, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.StakingAccounts) - }, -) -_sym_db.RegisterMessage(StakingAccounts) - -MatchingBook = _reflection.GeneratedProtocolMessageType( - "MatchingBook", - (_message.Message,), - { - "DESCRIPTOR": _MATCHINGBOOK, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.MatchingBook) - }, -) -_sym_db.RegisterMessage(MatchingBook) - -NetParams = _reflection.GeneratedProtocolMessageType( - "NetParams", - (_message.Message,), - { - "DESCRIPTOR": _NETPARAMS, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.NetParams) - }, -) -_sym_db.RegisterMessage(NetParams) - -DecimalMap = _reflection.GeneratedProtocolMessageType( - "DecimalMap", - (_message.Message,), - { - "DESCRIPTOR": _DECIMALMAP, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.DecimalMap) - }, -) -_sym_db.RegisterMessage(DecimalMap) - -TimePrice = _reflection.GeneratedProtocolMessageType( - "TimePrice", - (_message.Message,), - { - "DESCRIPTOR": _TIMEPRICE, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.TimePrice) - }, -) -_sym_db.RegisterMessage(TimePrice) - -PriceVolume = _reflection.GeneratedProtocolMessageType( - "PriceVolume", - (_message.Message,), - { - "DESCRIPTOR": _PRICEVOLUME, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.PriceVolume) - }, -) -_sym_db.RegisterMessage(PriceVolume) - -PriceRange = _reflection.GeneratedProtocolMessageType( - "PriceRange", - (_message.Message,), - { - "DESCRIPTOR": _PRICERANGE, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.PriceRange) - }, -) -_sym_db.RegisterMessage(PriceRange) - -PriceBound = _reflection.GeneratedProtocolMessageType( - "PriceBound", - (_message.Message,), - { - "DESCRIPTOR": _PRICEBOUND, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.PriceBound) - }, -) -_sym_db.RegisterMessage(PriceBound) - -PriceRangeCache = _reflection.GeneratedProtocolMessageType( - "PriceRangeCache", - (_message.Message,), - { - "DESCRIPTOR": _PRICERANGECACHE, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.PriceRangeCache) - }, -) -_sym_db.RegisterMessage(PriceRangeCache) - -CurrentPrice = _reflection.GeneratedProtocolMessageType( - "CurrentPrice", - (_message.Message,), - { - "DESCRIPTOR": _CURRENTPRICE, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.CurrentPrice) - }, -) -_sym_db.RegisterMessage(CurrentPrice) - -PastPrice = _reflection.GeneratedProtocolMessageType( - "PastPrice", - (_message.Message,), - { - "DESCRIPTOR": _PASTPRICE, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.PastPrice) - }, -) -_sym_db.RegisterMessage(PastPrice) - -PriceMonitor = _reflection.GeneratedProtocolMessageType( - "PriceMonitor", - (_message.Message,), - { - "DESCRIPTOR": _PRICEMONITOR, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.PriceMonitor) - }, -) -_sym_db.RegisterMessage(PriceMonitor) - -AuctionState = _reflection.GeneratedProtocolMessageType( - "AuctionState", - (_message.Message,), - { - "DESCRIPTOR": _AUCTIONSTATE, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.AuctionState) - }, -) -_sym_db.RegisterMessage(AuctionState) - -EquityShareLP = _reflection.GeneratedProtocolMessageType( - "EquityShareLP", - (_message.Message,), - { - "DESCRIPTOR": _EQUITYSHARELP, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.EquityShareLP) - }, -) -_sym_db.RegisterMessage(EquityShareLP) - -EquityShare = _reflection.GeneratedProtocolMessageType( - "EquityShare", - (_message.Message,), - { - "DESCRIPTOR": _EQUITYSHARE, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.EquityShare) - }, -) -_sym_db.RegisterMessage(EquityShare) - -FeeSplitter = _reflection.GeneratedProtocolMessageType( - "FeeSplitter", - (_message.Message,), - { - "DESCRIPTOR": _FEESPLITTER, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.FeeSplitter) - }, -) -_sym_db.RegisterMessage(FeeSplitter) - -Market = _reflection.GeneratedProtocolMessageType( - "Market", - (_message.Message,), - { - "DESCRIPTOR": _MARKET, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.Market) - }, -) -_sym_db.RegisterMessage(Market) - -ExecutionMarkets = _reflection.GeneratedProtocolMessageType( - "ExecutionMarkets", - (_message.Message,), - { - "DESCRIPTOR": _EXECUTIONMARKETS, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.ExecutionMarkets) - }, -) -_sym_db.RegisterMessage(ExecutionMarkets) - -Position = _reflection.GeneratedProtocolMessageType( - "Position", - (_message.Message,), - { - "DESCRIPTOR": _POSITION, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.Position) - }, -) -_sym_db.RegisterMessage(Position) - -MarketPositions = _reflection.GeneratedProtocolMessageType( - "MarketPositions", - (_message.Message,), - { - "DESCRIPTOR": _MARKETPOSITIONS, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.MarketPositions) - }, -) -_sym_db.RegisterMessage(MarketPositions) - -AppState = _reflection.GeneratedProtocolMessageType( - "AppState", - (_message.Message,), - { - "DESCRIPTOR": _APPSTATE, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.AppState) - }, -) -_sym_db.RegisterMessage(AppState) - -EpochState = _reflection.GeneratedProtocolMessageType( - "EpochState", - (_message.Message,), - { - "DESCRIPTOR": _EPOCHSTATE, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.EpochState) - }, -) -_sym_db.RegisterMessage(EpochState) - -RewardsPendingPayouts = _reflection.GeneratedProtocolMessageType( - "RewardsPendingPayouts", - (_message.Message,), - { - "DESCRIPTOR": _REWARDSPENDINGPAYOUTS, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.RewardsPendingPayouts) - }, -) -_sym_db.RegisterMessage(RewardsPendingPayouts) - -ScheduledRewardsPayout = _reflection.GeneratedProtocolMessageType( - "ScheduledRewardsPayout", - (_message.Message,), - { - "DESCRIPTOR": _SCHEDULEDREWARDSPAYOUT, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.ScheduledRewardsPayout) - }, -) -_sym_db.RegisterMessage(ScheduledRewardsPayout) - -RewardsPayout = _reflection.GeneratedProtocolMessageType( - "RewardsPayout", - (_message.Message,), - { - "DESCRIPTOR": _REWARDSPAYOUT, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.RewardsPayout) - }, -) -_sym_db.RegisterMessage(RewardsPayout) - -RewardsPartyAmount = _reflection.GeneratedProtocolMessageType( - "RewardsPartyAmount", - (_message.Message,), - { - "DESCRIPTOR": _REWARDSPARTYAMOUNT, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.RewardsPartyAmount) - }, -) -_sym_db.RegisterMessage(RewardsPartyAmount) - -LimitState = _reflection.GeneratedProtocolMessageType( - "LimitState", - (_message.Message,), - { - "DESCRIPTOR": _LIMITSTATE, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.LimitState) - }, -) -_sym_db.RegisterMessage(LimitState) - -VoteSpamPolicy = _reflection.GeneratedProtocolMessageType( - "VoteSpamPolicy", - (_message.Message,), - { - "DESCRIPTOR": _VOTESPAMPOLICY, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.VoteSpamPolicy) - }, -) -_sym_db.RegisterMessage(VoteSpamPolicy) - -PartyProposalVoteCount = _reflection.GeneratedProtocolMessageType( - "PartyProposalVoteCount", - (_message.Message,), - { - "DESCRIPTOR": _PARTYPROPOSALVOTECOUNT, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.PartyProposalVoteCount) - }, -) -_sym_db.RegisterMessage(PartyProposalVoteCount) - -BannedParty = _reflection.GeneratedProtocolMessageType( - "BannedParty", - (_message.Message,), - { - "DESCRIPTOR": _BANNEDPARTY, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.BannedParty) - }, -) -_sym_db.RegisterMessage(BannedParty) - -PartyTokenBalance = _reflection.GeneratedProtocolMessageType( - "PartyTokenBalance", - (_message.Message,), - { - "DESCRIPTOR": _PARTYTOKENBALANCE, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.PartyTokenBalance) - }, -) -_sym_db.RegisterMessage(PartyTokenBalance) - -BlockRejectStats = _reflection.GeneratedProtocolMessageType( - "BlockRejectStats", - (_message.Message,), - { - "DESCRIPTOR": _BLOCKREJECTSTATS, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.BlockRejectStats) - }, -) -_sym_db.RegisterMessage(BlockRejectStats) - -SpamPartyTransactionCount = _reflection.GeneratedProtocolMessageType( - "SpamPartyTransactionCount", - (_message.Message,), - { - "DESCRIPTOR": _SPAMPARTYTRANSACTIONCOUNT, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.SpamPartyTransactionCount) - }, -) -_sym_db.RegisterMessage(SpamPartyTransactionCount) - -SimpleSpamPolicy = _reflection.GeneratedProtocolMessageType( - "SimpleSpamPolicy", - (_message.Message,), - { - "DESCRIPTOR": _SIMPLESPAMPOLICY, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.SimpleSpamPolicy) - }, -) -_sym_db.RegisterMessage(SimpleSpamPolicy) - -NotarySigs = _reflection.GeneratedProtocolMessageType( - "NotarySigs", - (_message.Message,), - { - "DESCRIPTOR": _NOTARYSIGS, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.NotarySigs) - }, -) -_sym_db.RegisterMessage(NotarySigs) - -Notary = _reflection.GeneratedProtocolMessageType( - "Notary", - (_message.Message,), - { - "DESCRIPTOR": _NOTARY, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.Notary) - }, -) -_sym_db.RegisterMessage(Notary) - -ReplayProtection = _reflection.GeneratedProtocolMessageType( - "ReplayProtection", - (_message.Message,), - { - "DESCRIPTOR": _REPLAYPROTECTION, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.ReplayProtection) - }, -) -_sym_db.RegisterMessage(ReplayProtection) - -TransactionAtHeight = _reflection.GeneratedProtocolMessageType( - "TransactionAtHeight", - (_message.Message,), - { - "DESCRIPTOR": _TRANSACTIONATHEIGHT, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.TransactionAtHeight) - }, -) -_sym_db.RegisterMessage(TransactionAtHeight) - -FutureState = _reflection.GeneratedProtocolMessageType( - "FutureState", - (_message.Message,), - { - "DESCRIPTOR": _FUTURESTATE, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.FutureState) - }, -) -_sym_db.RegisterMessage(FutureState) - -StakeVerifierDeposited = _reflection.GeneratedProtocolMessageType( - "StakeVerifierDeposited", - (_message.Message,), - { - "DESCRIPTOR": _STAKEVERIFIERDEPOSITED, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.StakeVerifierDeposited) - }, -) -_sym_db.RegisterMessage(StakeVerifierDeposited) - -StakeVerifierRemoved = _reflection.GeneratedProtocolMessageType( - "StakeVerifierRemoved", - (_message.Message,), - { - "DESCRIPTOR": _STAKEVERIFIERREMOVED, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.StakeVerifierRemoved) - }, -) -_sym_db.RegisterMessage(StakeVerifierRemoved) - -StakeVerifierPending = _reflection.GeneratedProtocolMessageType( - "StakeVerifierPending", - (_message.Message,), - { - "DESCRIPTOR": _STAKEVERIFIERPENDING, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.StakeVerifierPending) - }, -) -_sym_db.RegisterMessage(StakeVerifierPending) - -PendingKeyRotation = _reflection.GeneratedProtocolMessageType( - "PendingKeyRotation", - (_message.Message,), - { - "DESCRIPTOR": _PENDINGKEYROTATION, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.PendingKeyRotation) - }, -) -_sym_db.RegisterMessage(PendingKeyRotation) - -PendingEthereumKeyRotation = _reflection.GeneratedProtocolMessageType( - "PendingEthereumKeyRotation", - (_message.Message,), - { - "DESCRIPTOR": _PENDINGETHEREUMKEYROTATION, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.PendingEthereumKeyRotation) - }, -) -_sym_db.RegisterMessage(PendingEthereumKeyRotation) - -Topology = _reflection.GeneratedProtocolMessageType( - "Topology", - (_message.Message,), - { - "DESCRIPTOR": _TOPOLOGY, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.Topology) - }, -) -_sym_db.RegisterMessage(Topology) - -ValidatorState = _reflection.GeneratedProtocolMessageType( - "ValidatorState", - (_message.Message,), - { - "DESCRIPTOR": _VALIDATORSTATE, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.ValidatorState) - }, -) -_sym_db.RegisterMessage(ValidatorState) - -HeartbeatTracker = _reflection.GeneratedProtocolMessageType( - "HeartbeatTracker", - (_message.Message,), - { - "DESCRIPTOR": _HEARTBEATTRACKER, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.HeartbeatTracker) - }, -) -_sym_db.RegisterMessage(HeartbeatTracker) - -PerformanceStats = _reflection.GeneratedProtocolMessageType( - "PerformanceStats", - (_message.Message,), - { - "DESCRIPTOR": _PERFORMANCESTATS, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.PerformanceStats) - }, -) -_sym_db.RegisterMessage(PerformanceStats) - -ValidatorPerformance = _reflection.GeneratedProtocolMessageType( - "ValidatorPerformance", - (_message.Message,), - { - "DESCRIPTOR": _VALIDATORPERFORMANCE, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.ValidatorPerformance) - }, -) -_sym_db.RegisterMessage(ValidatorPerformance) - -LiquidityParameters = _reflection.GeneratedProtocolMessageType( - "LiquidityParameters", - (_message.Message,), - { - "DESCRIPTOR": _LIQUIDITYPARAMETERS, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.LiquidityParameters) - }, -) -_sym_db.RegisterMessage(LiquidityParameters) - -LiquidityPendingProvisions = _reflection.GeneratedProtocolMessageType( - "LiquidityPendingProvisions", - (_message.Message,), - { - "DESCRIPTOR": _LIQUIDITYPENDINGPROVISIONS, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.LiquidityPendingProvisions) - }, -) -_sym_db.RegisterMessage(LiquidityPendingProvisions) - -LiquidityPartiesLiquidityOrders = _reflection.GeneratedProtocolMessageType( - "LiquidityPartiesLiquidityOrders", - (_message.Message,), - { - "DESCRIPTOR": _LIQUIDITYPARTIESLIQUIDITYORDERS, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.LiquidityPartiesLiquidityOrders) - }, -) -_sym_db.RegisterMessage(LiquidityPartiesLiquidityOrders) - -PartyOrders = _reflection.GeneratedProtocolMessageType( - "PartyOrders", - (_message.Message,), - { - "DESCRIPTOR": _PARTYORDERS, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.PartyOrders) - }, -) -_sym_db.RegisterMessage(PartyOrders) - -LiquidityPartiesOrders = _reflection.GeneratedProtocolMessageType( - "LiquidityPartiesOrders", - (_message.Message,), - { - "DESCRIPTOR": _LIQUIDITYPARTIESORDERS, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.LiquidityPartiesOrders) - }, -) -_sym_db.RegisterMessage(LiquidityPartiesOrders) - -LiquidityProvisions = _reflection.GeneratedProtocolMessageType( - "LiquidityProvisions", - (_message.Message,), - { - "DESCRIPTOR": _LIQUIDITYPROVISIONS, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.LiquidityProvisions) - }, -) -_sym_db.RegisterMessage(LiquidityProvisions) - -FloatingPointConsensus = _reflection.GeneratedProtocolMessageType( - "FloatingPointConsensus", - (_message.Message,), - { - "DESCRIPTOR": _FLOATINGPOINTCONSENSUS, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.FloatingPointConsensus) - }, -) -_sym_db.RegisterMessage(FloatingPointConsensus) - -StateVarInternalState = _reflection.GeneratedProtocolMessageType( - "StateVarInternalState", - (_message.Message,), - { - "DESCRIPTOR": _STATEVARINTERNALSTATE, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.StateVarInternalState) - }, -) -_sym_db.RegisterMessage(StateVarInternalState) - -FloatingPointValidatorResult = _reflection.GeneratedProtocolMessageType( - "FloatingPointValidatorResult", - (_message.Message,), - { - "DESCRIPTOR": _FLOATINGPOINTVALIDATORRESULT, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.FloatingPointValidatorResult) - }, -) -_sym_db.RegisterMessage(FloatingPointValidatorResult) - -NextTimeTrigger = _reflection.GeneratedProtocolMessageType( - "NextTimeTrigger", - (_message.Message,), - { - "DESCRIPTOR": _NEXTTIMETRIGGER, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.NextTimeTrigger) - }, -) -_sym_db.RegisterMessage(NextTimeTrigger) - -MarketTracker = _reflection.GeneratedProtocolMessageType( - "MarketTracker", - (_message.Message,), - { - "DESCRIPTOR": _MARKETTRACKER, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.MarketTracker) - }, -) -_sym_db.RegisterMessage(MarketTracker) - -SignerEventsPerAddress = _reflection.GeneratedProtocolMessageType( - "SignerEventsPerAddress", - (_message.Message,), - { - "DESCRIPTOR": _SIGNEREVENTSPERADDRESS, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.SignerEventsPerAddress) - }, -) -_sym_db.RegisterMessage(SignerEventsPerAddress) - -ERC20MultiSigTopologyVerified = _reflection.GeneratedProtocolMessageType( - "ERC20MultiSigTopologyVerified", - (_message.Message,), - { - "DESCRIPTOR": _ERC20MULTISIGTOPOLOGYVERIFIED, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.ERC20MultiSigTopologyVerified) - }, -) -_sym_db.RegisterMessage(ERC20MultiSigTopologyVerified) - -ERC20MultiSigTopologyPending = _reflection.GeneratedProtocolMessageType( - "ERC20MultiSigTopologyPending", - (_message.Message,), - { - "DESCRIPTOR": _ERC20MULTISIGTOPOLOGYPENDING, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.ERC20MultiSigTopologyPending) - }, -) -_sym_db.RegisterMessage(ERC20MultiSigTopologyPending) - -ProofOfWork = _reflection.GeneratedProtocolMessageType( - "ProofOfWork", - (_message.Message,), - { - "DESCRIPTOR": _PROOFOFWORK, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.ProofOfWork) - }, -) -_sym_db.RegisterMessage(ProofOfWork) - -ProofOfWorkParams = _reflection.GeneratedProtocolMessageType( - "ProofOfWorkParams", - (_message.Message,), - { - "DESCRIPTOR": _PROOFOFWORKPARAMS, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.ProofOfWorkParams) - }, -) -_sym_db.RegisterMessage(ProofOfWorkParams) - -TransactionsAtHeight = _reflection.GeneratedProtocolMessageType( - "TransactionsAtHeight", - (_message.Message,), - { - "DESCRIPTOR": _TRANSACTIONSATHEIGHT, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.TransactionsAtHeight) - }, -) -_sym_db.RegisterMessage(TransactionsAtHeight) - -ProtocolUpgradeProposals = _reflection.GeneratedProtocolMessageType( - "ProtocolUpgradeProposals", - (_message.Message,), - { - "DESCRIPTOR": _PROTOCOLUPGRADEPROPOSALS, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.ProtocolUpgradeProposals) - }, -) -_sym_db.RegisterMessage(ProtocolUpgradeProposals) - -AcceptedProtocolUpgradeProposal = _reflection.GeneratedProtocolMessageType( - "AcceptedProtocolUpgradeProposal", - (_message.Message,), - { - "DESCRIPTOR": _ACCEPTEDPROTOCOLUPGRADEPROPOSAL, - "__module__": "vega.snapshot.v1.snapshot_pb2" - # @@protoc_insertion_point(class_scope:vega.snapshot.v1.AcceptedProtocolUpgradeProposal) - }, -) -_sym_db.RegisterMessage(AcceptedProtocolUpgradeProposal) - if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None DESCRIPTOR._serialized_options = ( b"Z1code.vegaprotocol.io/vega/protos/vega/snapshot/v1" ) - _FORMAT._serialized_start = 16329 - _FORMAT._serialized_end = 16425 - _SNAPSHOT._serialized_start = 266 - _SNAPSHOT._serialized_end = 382 - _NODEHASH._serialized_start = 384 - _NODEHASH._serialized_end = 471 - _METADATA._serialized_start = 473 - _METADATA._serialized_end = 571 - _CHUNK._serialized_start = 573 - _CHUNK._serialized_end = 645 - _PAYLOAD._serialized_start = 648 - _PAYLOAD._serialized_end = 4132 - _TIMESTAMPEDOPENINTEREST._serialized_start = 4134 - _TIMESTAMPEDOPENINTEREST._serialized_end = 4196 - _LIQUIDITYTARGET._serialized_start = 4199 - _LIQUIDITYTARGET._serialized_end = 4464 - _LIQUIDITYPRICEPROBABILITYPAIR._serialized_start = 4466 - _LIQUIDITYPRICEPROBABILITYPAIR._serialized_end = 4533 - _LIQUIDITYSUPPLIED._serialized_start = 4536 - _LIQUIDITYSUPPLIED._serialized_end = 4737 - _ORACLEDATABATCH._serialized_start = 4739 - _ORACLEDATABATCH._serialized_end = 4807 - _ORACLEDATA._serialized_start = 4809 - _ORACLEDATA._serialized_end = 4887 - _ORACLEDATAPAIR._serialized_start = 4889 - _ORACLEDATAPAIR._serialized_end = 4933 - _WITNESS._serialized_start = 4935 - _WITNESS._serialized_end = 5022 - _RESOURCE._serialized_start = 5024 - _RESOURCE._serialized_end = 5097 - _EVENTFORWARDER._serialized_start = 5099 - _EVENTFORWARDER._serialized_end = 5167 - _COLLATERALACCOUNTS._serialized_start = 5169 - _COLLATERALACCOUNTS._serialized_end = 5222 - _COLLATERALASSETS._serialized_start = 5224 - _COLLATERALASSETS._serialized_end = 5271 - _ACTIVEASSETS._serialized_start = 5273 - _ACTIVEASSETS._serialized_end = 5316 - _PENDINGASSETS._serialized_start = 5318 - _PENDINGASSETS._serialized_end = 5362 - _PENDINGASSETUPDATES._serialized_start = 5364 - _PENDINGASSETUPDATES._serialized_end = 5414 - _WITHDRAWAL._serialized_start = 5416 - _WITHDRAWAL._serialized_end = 5479 - _DEPOSIT._serialized_start = 5481 - _DEPOSIT._serialized_end = 5534 - _TXREF._serialized_start = 5536 - _TXREF._serialized_end = 5609 - _ASSETACTION._serialized_start = 5612 - _ASSETACTION._serialized_end = 5925 - _BANKINGWITHDRAWALS._serialized_start = 5927 - _BANKINGWITHDRAWALS._serialized_end = 5998 - _BANKINGDEPOSITS._serialized_start = 6000 - _BANKINGDEPOSITS._serialized_end = 6061 - _BANKINGSEEN._serialized_start = 6063 - _BANKINGSEEN._serialized_end = 6115 - _BANKINGASSETACTIONS._serialized_start = 6117 - _BANKINGASSETACTIONS._serialized_end = 6191 - _BANKINGRECURRINGTRANSFERS._serialized_start = 6193 - _BANKINGRECURRINGTRANSFERS._serialized_end = 6288 - _BANKINGSCHEDULEDTRANSFERS._serialized_start = 6290 - _BANKINGSCHEDULEDTRANSFERS._serialized_end = 6389 - _CHECKPOINT._serialized_start = 6391 - _CHECKPOINT._serialized_end = 6420 - _DELEGATIONLASTRECONCILIATIONTIME._serialized_start = 6422 - _DELEGATIONLASTRECONCILIATIONTIME._serialized_end = 6490 - _DELEGATIONACTIVE._serialized_start = 6492 - _DELEGATIONACTIVE._serialized_end = 6549 - _DELEGATIONPENDING._serialized_start = 6551 - _DELEGATIONPENDING._serialized_end = 6649 - _DELEGATIONAUTO._serialized_start = 6651 - _DELEGATIONAUTO._serialized_end = 6684 - _PROPOSALDATA._serialized_start = 6686 - _PROPOSALDATA._serialized_end = 6812 - _GOVERNANCEENACTED._serialized_start = 6814 - _GOVERNANCEENACTED._serialized_end = 6884 - _GOVERNANCEACTIVE._serialized_start = 6886 - _GOVERNANCEACTIVE._serialized_end = 6955 - _GOVERNANCENODE._serialized_start = 6957 - _GOVERNANCENODE._serialized_end = 7008 - _STAKINGACCOUNT._serialized_start = 7010 - _STAKINGACCOUNT._serialized_end = 7104 - _STAKINGACCOUNTS._serialized_start = 7106 - _STAKINGACCOUNTS._serialized_end = 7211 - _MATCHINGBOOK._serialized_start = 7214 - _MATCHINGBOOK._serialized_end = 7362 - _NETPARAMS._serialized_start = 7364 - _NETPARAMS._serialized_end = 7415 - _DECIMALMAP._serialized_start = 7417 - _DECIMALMAP._serialized_end = 7455 - _TIMEPRICE._serialized_start = 7457 - _TIMEPRICE._serialized_end = 7497 - _PRICEVOLUME._serialized_start = 7499 - _PRICEVOLUME._serialized_end = 7543 - _PRICERANGE._serialized_start = 7545 - _PRICERANGE._serialized_end = 7596 - _PRICEBOUND._serialized_start = 7598 - _PRICEBOUND._serialized_end = 7713 - _PRICERANGECACHE._serialized_start = 7715 - _PRICERANGECACHE._serialized_end = 7822 - _CURRENTPRICE._serialized_start = 7824 - _CURRENTPRICE._serialized_end = 7869 - _PASTPRICE._serialized_start = 7871 - _PASTPRICE._serialized_end = 7927 - _PRICEMONITOR._serialized_start = 7930 - _PRICEMONITOR._serialized_end = 8399 - _AUCTIONSTATE._serialized_start = 8402 - _AUCTIONSTATE._serialized_end = 8694 - _EQUITYSHARELP._serialized_start = 8696 - _EQUITYSHARELP._serialized_end = 8782 - _EQUITYSHARE._serialized_start = 8785 - _EQUITYSHARE._serialized_end = 8914 - _FEESPLITTER._serialized_start = 8916 - _FEESPLITTER._serialized_end = 8977 - _MARKET._serialized_start = 8980 - _MARKET._serialized_end = 9616 - _EXECUTIONMARKETS._serialized_start = 9618 - _EXECUTIONMARKETS._serialized_end = 9679 - _POSITION._serialized_start = 9682 - _POSITION._serialized_end = 9811 - _MARKETPOSITIONS._serialized_start = 9813 - _MARKETPOSITIONS._serialized_end = 9896 - _APPSTATE._serialized_start = 9898 - _APPSTATE._serialized_end = 9971 - _EPOCHSTATE._serialized_start = 9974 - _EPOCHSTATE._serialized_end = 10102 - _REWARDSPENDINGPAYOUTS._serialized_start = 10104 - _REWARDSPENDINGPAYOUTS._serialized_end = 10203 - _SCHEDULEDREWARDSPAYOUT._serialized_start = 10205 - _SCHEDULEDREWARDSPAYOUT._serialized_end = 10307 - _REWARDSPAYOUT._serialized_start = 10310 - _REWARDSPAYOUT._serialized_end = 10489 - _REWARDSPARTYAMOUNT._serialized_start = 10491 - _REWARDSPARTYAMOUNT._serialized_end = 10542 - _LIMITSTATE._serialized_start = 10545 - _LIMITSTATE._serialized_end = 10793 - _VOTESPAMPOLICY._serialized_start = 10796 - _VOTESPAMPOLICY._serialized_end = 11183 - _PARTYPROPOSALVOTECOUNT._serialized_start = 11185 - _PARTYPROPOSALVOTECOUNT._serialized_end = 11257 - _BANNEDPARTY._serialized_start = 11259 - _BANNEDPARTY._serialized_end = 11308 - _PARTYTOKENBALANCE._serialized_start = 11310 - _PARTYTOKENBALANCE._serialized_end = 11361 - _BLOCKREJECTSTATS._serialized_start = 11363 - _BLOCKREJECTSTATS._serialized_end = 11414 - _SPAMPARTYTRANSACTIONCOUNT._serialized_start = 11416 - _SPAMPARTYTRANSACTIONCOUNT._serialized_end = 11473 - _SIMPLESPAMPOLICY._serialized_start = 11476 - _SIMPLESPAMPOLICY._serialized_end = 11726 - _NOTARYSIGS._serialized_start = 11728 - _NOTARYSIGS._serialized_end = 11793 - _NOTARY._serialized_start = 11795 - _NOTARY._serialized_end = 11854 - _REPLAYPROTECTION._serialized_start = 11856 - _REPLAYPROTECTION._serialized_end = 11974 - _TRANSACTIONATHEIGHT._serialized_start = 11976 - _TRANSACTIONATHEIGHT._serialized_end = 12025 - _FUTURESTATE._serialized_start = 12027 - _FUTURESTATE._serialized_end = 12113 - _STAKEVERIFIERDEPOSITED._serialized_start = 12115 - _STAKEVERIFIERDEPOSITED._serialized_end = 12206 - _STAKEVERIFIERREMOVED._serialized_start = 12208 - _STAKEVERIFIERREMOVED._serialized_end = 12295 - _STAKEVERIFIERPENDING._serialized_start = 12298 - _STAKEVERIFIERPENDING._serialized_end = 12475 - _PENDINGKEYROTATION._serialized_start = 12477 - _PENDINGKEYROTATION._serialized_end = 12584 - _PENDINGETHEREUMKEYROTATION._serialized_start = 12586 - _PENDINGETHEREUMKEYROTATION._serialized_end = 12674 - _TOPOLOGY._serialized_start = 12677 - _TOPOLOGY._serialized_end = 12995 - _VALIDATORSTATE._serialized_start = 12998 - _VALIDATORSTATE._serialized_end = 13342 - _HEARTBEATTRACKER._serialized_start = 13344 - _HEARTBEATTRACKER._serialized_end = 13465 - _PERFORMANCESTATS._serialized_start = 13468 - _PERFORMANCESTATS._serialized_end = 13649 - _VALIDATORPERFORMANCE._serialized_start = 13651 - _VALIDATORPERFORMANCE._serialized_end = 13739 - _LIQUIDITYPARAMETERS._serialized_start = 13741 - _LIQUIDITYPARAMETERS._serialized_end = 13858 - _LIQUIDITYPENDINGPROVISIONS._serialized_start = 13860 - _LIQUIDITYPENDINGPROVISIONS._serialized_end = 13935 - _LIQUIDITYPARTIESLIQUIDITYORDERS._serialized_start = 13937 - _LIQUIDITYPARTIESLIQUIDITYORDERS._serialized_end = 14042 - _PARTYORDERS._serialized_start = 14044 - _PARTYORDERS._serialized_end = 14101 - _LIQUIDITYPARTIESORDERS._serialized_start = 14103 - _LIQUIDITYPARTIESORDERS._serialized_end = 14199 - _LIQUIDITYPROVISIONS._serialized_start = 14201 - _LIQUIDITYPROVISIONS._serialized_end = 14297 - _FLOATINGPOINTCONSENSUS._serialized_start = 14300 - _FLOATINGPOINTCONSENSUS._serialized_end = 14452 - _STATEVARINTERNALSTATE._serialized_start = 14455 - _STATEVARINTERNALSTATE._serialized_end = 14639 - _FLOATINGPOINTVALIDATORRESULT._serialized_start = 14641 - _FLOATINGPOINTVALIDATORRESULT._serialized_end = 14721 - _NEXTTIMETRIGGER._serialized_start = 14723 - _NEXTTIMETRIGGER._serialized_end = 14805 - _MARKETTRACKER._serialized_start = 14807 - _MARKETTRACKER._serialized_end = 14890 - _SIGNEREVENTSPERADDRESS._serialized_start = 14892 - _SIGNEREVENTSPERADDRESS._serialized_end = 14991 - _ERC20MULTISIGTOPOLOGYVERIFIED._serialized_start = 14994 - _ERC20MULTISIGTOPOLOGYVERIFIED._serialized_end = 15200 - _ERC20MULTISIGTOPOLOGYPENDING._serialized_start = 15203 - _ERC20MULTISIGTOPOLOGYPENDING._serialized_end = 15440 - _PROOFOFWORK._serialized_start = 15443 - _PROOFOFWORK._serialized_end = 15727 - _PROOFOFWORKPARAMS._serialized_start = 15730 - _PROOFOFWORKPARAMS._serialized_end = 15972 - _TRANSACTIONSATHEIGHT._serialized_start = 15974 - _TRANSACTIONSATHEIGHT._serialized_end = 16034 - _PROTOCOLUPGRADEPROPOSALS._serialized_start = 16037 - _PROTOCOLUPGRADEPROPOSALS._serialized_end = 16205 - _ACCEPTEDPROTOCOLUPGRADEPROPOSAL._serialized_start = 16207 - _ACCEPTEDPROTOCOLUPGRADEPROPOSAL._serialized_end = 16327 + _FORMAT._serialized_start = 21758 + _FORMAT._serialized_end = 21854 + _SNAPSHOT._serialized_start = 267 + _SNAPSHOT._serialized_end = 423 + _NODEHASH._serialized_start = 425 + _NODEHASH._serialized_end = 548 + _METADATA._serialized_start = 551 + _METADATA._serialized_end = 683 + _CHUNK._serialized_start = 685 + _CHUNK._serialized_end = 771 + _PAYLOAD._serialized_start = 774 + _PAYLOAD._serialized_end = 5320 + _TIMESTAMPEDOPENINTEREST._serialized_start = 5322 + _TIMESTAMPEDOPENINTEREST._serialized_end = 5404 + _LIQUIDITYTARGET._serialized_start = 5407 + _LIQUIDITYTARGET._serialized_end = 5777 + _LIQUIDITYPRICEPROBABILITYPAIR._serialized_start = 5779 + _LIQUIDITYPRICEPROBABILITYPAIR._serialized_end = 5866 + _LIQUIDITYSUPPLIED._serialized_start = 5869 + _LIQUIDITYSUPPLIED._serialized_end = 6118 + _ORACLEDATABATCH._serialized_start = 6120 + _ORACLEDATABATCH._serialized_end = 6200 + _ORACLEDATA._serialized_start = 6202 + _ORACLEDATA._serialized_end = 6295 + _ORACLEDATAPAIR._serialized_start = 6297 + _ORACLEDATAPAIR._serialized_end = 6353 + _WITNESS._serialized_start = 6355 + _WITNESS._serialized_end = 6474 + _RESOURCE._serialized_start = 6476 + _RESOURCE._serialized_end = 6579 + _EVENTFORWARDER._serialized_start = 6581 + _EVENTFORWARDER._serialized_end = 6662 + _COLLATERALACCOUNTS._serialized_start = 6664 + _COLLATERALACCOUNTS._serialized_end = 6727 + _COLLATERALASSETS._serialized_start = 6729 + _COLLATERALASSETS._serialized_end = 6784 + _ACTIVEASSETS._serialized_start = 6786 + _ACTIVEASSETS._serialized_end = 6837 + _PENDINGASSETS._serialized_start = 6839 + _PENDINGASSETS._serialized_end = 6891 + _PENDINGASSETUPDATES._serialized_start = 6893 + _PENDINGASSETUPDATES._serialized_end = 6951 + _WITHDRAWAL._serialized_start = 6953 + _WITHDRAWAL._serialized_end = 7033 + _DEPOSIT._serialized_start = 7035 + _DEPOSIT._serialized_end = 7101 + _TXREF._serialized_start = 7103 + _TXREF._serialized_end = 7208 + _ASSETACTION._serialized_start = 7211 + _ASSETACTION._serialized_end = 7736 + _BANKINGWITHDRAWALS._serialized_start = 7738 + _BANKINGWITHDRAWALS._serialized_end = 7822 + _BANKINGDEPOSITS._serialized_start = 7824 + _BANKINGDEPOSITS._serialized_end = 7894 + _BANKINGSEEN._serialized_start = 7896 + _BANKINGSEEN._serialized_end = 7954 + _BANKINGASSETACTIONS._serialized_start = 7956 + _BANKINGASSETACTIONS._serialized_end = 8043 + _BANKINGRECURRINGTRANSFERS._serialized_start = 8045 + _BANKINGRECURRINGTRANSFERS._serialized_end = 8159 + _BANKINGSCHEDULEDTRANSFERS._serialized_start = 8161 + _BANKINGSCHEDULEDTRANSFERS._serialized_end = 8277 + _BANKINGBRIDGESTATE._serialized_start = 8279 + _BANKINGBRIDGESTATE._serialized_end = 8367 + _CHECKPOINT._serialized_start = 8369 + _CHECKPOINT._serialized_end = 8406 + _DELEGATIONLASTRECONCILIATIONTIME._serialized_start = 8408 + _DELEGATIONLASTRECONCILIATIONTIME._serialized_end = 8500 + _DELEGATIONACTIVE._serialized_start = 8502 + _DELEGATIONACTIVE._serialized_end = 8572 + _DELEGATIONPENDING._serialized_start = 8574 + _DELEGATIONPENDING._serialized_end = 8699 + _DELEGATIONAUTO._serialized_start = 8701 + _DELEGATIONAUTO._serialized_end = 8743 + _PROPOSALDATA._serialized_start = 8746 + _PROPOSALDATA._serialized_end = 8900 + _GOVERNANCEENACTED._serialized_start = 8902 + _GOVERNANCEENACTED._serialized_end = 8983 + _GOVERNANCEACTIVE._serialized_start = 8985 + _GOVERNANCEACTIVE._serialized_end = 9065 + _GOVERNANCENODE._serialized_start = 9067 + _GOVERNANCENODE._serialized_end = 9129 + _STAKINGACCOUNT._serialized_start = 9131 + _STAKINGACCOUNT._serialized_end = 9249 + _STAKINGACCOUNTS._serialized_start = 9252 + _STAKINGACCOUNTS._serialized_end = 9392 + _MATCHINGBOOK._serialized_start = 9395 + _MATCHINGBOOK._serialized_end = 9599 + _NETPARAMS._serialized_start = 9601 + _NETPARAMS._serialized_end = 9660 + _DECIMALMAP._serialized_start = 9662 + _DECIMALMAP._serialized_end = 9710 + _TIMEPRICE._serialized_start = 9712 + _TIMEPRICE._serialized_end = 9765 + _PRICEVOLUME._serialized_start = 9767 + _PRICEVOLUME._serialized_end = 9826 + _PRICERANGE._serialized_start = 9828 + _PRICERANGE._serialized_end = 9894 + _PRICEBOUND._serialized_start = 9897 + _PRICEBOUND._serialized_end = 10051 + _PRICERANGECACHE._serialized_start = 10053 + _PRICERANGECACHE._serialized_end = 10174 + _CURRENTPRICE._serialized_start = 10176 + _CURRENTPRICE._serialized_end = 10236 + _PASTPRICE._serialized_start = 10238 + _PASTPRICE._serialized_end = 10321 + _PRICEMONITOR._serialized_start = 10324 + _PRICEMONITOR._serialized_end = 10952 + _AUCTIONSTATE._serialized_start = 10955 + _AUCTIONSTATE._serialized_end = 11331 + _EQUITYSHARELP._serialized_start = 11333 + _EQUITYSHARELP._serialized_end = 11450 + _EQUITYSHARE._serialized_start = 11453 + _EQUITYSHARE._serialized_end = 11622 + _FEESPLITTER._serialized_start = 11624 + _FEESPLITTER._serialized_end = 11714 + _MARKET._serialized_start = 11717 + _MARKET._serialized_end = 12660 + _PEGGEDORDERS._serialized_start = 12662 + _PEGGEDORDERS._serialized_end = 12726 + _EXECUTIONMARKETS._serialized_start = 12728 + _EXECUTIONMARKETS._serialized_end = 12798 + _POSITION._serialized_start = 12801 + _POSITION._serialized_end = 12988 + _MARKETPOSITIONS._serialized_start = 12990 + _MARKETPOSITIONS._serialized_end = 13094 + _APPSTATE._serialized_start = 13096 + _APPSTATE._serialized_end = 13199 + _EPOCHSTATE._serialized_start = 13202 + _EPOCHSTATE._serialized_end = 13397 + _REWARDSPENDINGPAYOUTS._serialized_start = 13399 + _REWARDSPENDINGPAYOUTS._serialized_end = 13522 + _SCHEDULEDREWARDSPAYOUT._serialized_start = 13525 + _SCHEDULEDREWARDSPAYOUT._serialized_end = 13654 + _REWARDSPAYOUT._serialized_start = 13657 + _REWARDSPAYOUT._serialized_end = 13909 + _REWARDSPARTYAMOUNT._serialized_start = 13911 + _REWARDSPARTYAMOUNT._serialized_end = 13977 + _LIMITSTATE._serialized_start = 13980 + _LIMITSTATE._serialized_end = 14384 + _VOTESPAMPOLICY._serialized_start = 14387 + _VOTESPAMPOLICY._serialized_end = 14919 + _PARTYPROPOSALVOTECOUNT._serialized_start = 14921 + _PARTYPROPOSALVOTECOUNT._serialized_end = 15017 + _BANNEDPARTY._serialized_start = 15019 + _BANNEDPARTY._serialized_end = 15087 + _PARTYTOKENBALANCE._serialized_start = 15089 + _PARTYTOKENBALANCE._serialized_end = 15156 + _BLOCKREJECTSTATS._serialized_start = 15158 + _BLOCKREJECTSTATS._serialized_end = 15226 + _SPAMPARTYTRANSACTIONCOUNT._serialized_start = 15228 + _SPAMPARTYTRANSACTIONCOUNT._serialized_end = 15299 + _SIMPLESPAMPOLICY._serialized_start = 15302 + _SIMPLESPAMPOLICY._serialized_end = 15624 + _NOTARYSIGS._serialized_start = 15626 + _NOTARYSIGS._serialized_end = 15712 + _NOTARY._serialized_start = 15714 + _NOTARY._serialized_end = 15785 + _REPLAYPROTECTION._serialized_start = 15788 + _REPLAYPROTECTION._serialized_end = 15941 + _TRANSACTIONATHEIGHT._serialized_start = 15943 + _TRANSACTIONATHEIGHT._serialized_end = 16004 + _FUTURESTATE._serialized_start = 16007 + _FUTURESTATE._serialized_end = 16139 + _STAKEVERIFIERDEPOSITED._serialized_start = 16141 + _STAKEVERIFIERDEPOSITED._serialized_end = 16250 + _STAKEVERIFIERREMOVED._serialized_start = 16252 + _STAKEVERIFIERREMOVED._serialized_end = 16355 + _STAKEVERIFIERPENDING._serialized_start = 16358 + _STAKEVERIFIERPENDING._serialized_end = 16619 + _PENDINGKEYROTATION._serialized_start = 16622 + _PENDINGKEYROTATION._serialized_end = 16777 + _PENDINGETHEREUMKEYROTATION._serialized_start = 16779 + _PENDINGETHEREUMKEYROTATION._serialized_end = 16900 + _TOPOLOGY._serialized_start = 16903 + _TOPOLOGY._serialized_end = 17322 + _VALIDATORSTATE._serialized_start = 17325 + _VALIDATORSTATE._serialized_end = 17823 + _HEARTBEATTRACKER._serialized_start = 17826 + _HEARTBEATTRACKER._serialized_end = 18011 + _PERFORMANCESTATS._serialized_start = 18014 + _PERFORMANCESTATS._serialized_end = 18295 + _VALIDATORPERFORMANCE._serialized_start = 18297 + _VALIDATORPERFORMANCE._serialized_end = 18405 + _LIQUIDITYPARAMETERS._serialized_start = 18408 + _LIQUIDITYPARAMETERS._serialized_end = 18582 + _LIQUIDITYPENDINGPROVISIONS._serialized_start = 18584 + _LIQUIDITYPENDINGPROVISIONS._serialized_end = 18688 + _LIQUIDITYPARTIESLIQUIDITYORDERS._serialized_start = 18691 + _LIQUIDITYPARTIESLIQUIDITYORDERS._serialized_end = 18819 + _PARTYORDERS._serialized_start = 18821 + _PARTYORDERS._serialized_end = 18893 + _LIQUIDITYPARTIESORDERS._serialized_start = 18895 + _LIQUIDITYPARTIESORDERS._serialized_end = 19014 + _LIQUIDITYPROVISIONS._serialized_start = 19016 + _LIQUIDITYPROVISIONS._serialized_end = 19143 + _FLOATINGPOINTCONSENSUS._serialized_start = 19146 + _FLOATINGPOINTCONSENSUS._serialized_end = 19331 + _STATEVARINTERNALSTATE._serialized_start = 19334 + _STATEVARINTERNALSTATE._serialized_end = 19586 + _FLOATINGPOINTVALIDATORRESULT._serialized_start = 19588 + _FLOATINGPOINTVALIDATORRESULT._serialized_end = 19680 + _NEXTTIMETRIGGER._serialized_start = 19682 + _NEXTTIMETRIGGER._serialized_end = 19796 + _MARKETTRACKER._serialized_start = 19798 + _MARKETTRACKER._serialized_end = 19897 + _SIGNEREVENTSPERADDRESS._serialized_start = 19899 + _SIGNEREVENTSPERADDRESS._serialized_end = 20015 + _ERC20MULTISIGTOPOLOGYVERIFIED._serialized_start = 20018 + _ERC20MULTISIGTOPOLOGYVERIFIED._serialized_end = 20274 + _ERC20MULTISIGTOPOLOGYPENDING._serialized_start = 20277 + _ERC20MULTISIGTOPOLOGYPENDING._serialized_end = 20593 + _PROOFOFWORK._serialized_start = 20596 + _PROOFOFWORK._serialized_end = 20948 + _PROOFOFWORKPARAMS._serialized_start = 20951 + _PROOFOFWORKPARAMS._serialized_end = 21339 + _TRANSACTIONSATHEIGHT._serialized_start = 21341 + _TRANSACTIONSATHEIGHT._serialized_end = 21423 + _PROTOCOLUPGRADEPROPOSALS._serialized_start = 21426 + _PROTOCOLUPGRADEPROPOSALS._serialized_end = 21629 + _ACCEPTEDPROTOCOLUPGRADEPROPOSAL._serialized_start = 21631 + _ACCEPTEDPROTOCOLUPGRADEPROPOSAL._serialized_end = 21756 # @@protoc_insertion_point(module_scope) diff --git a/vega_sim/proto/vega/vega_pb2.py b/vega_sim/proto/vega/vega_pb2.py index 1f764d785..c19a16506 100644 --- a/vega_sim/proto/vega/vega_pb2.py +++ b/vega_sim/proto/vega/vega_pb2.py @@ -2,11 +2,9 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: vega/vega.proto """Generated protocol buffer code.""" -from google.protobuf.internal import enum_type_wrapper +from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) @@ -18,1009 +16,165 @@ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile( - b'\n\x0fvega/vega.proto\x12\x04vega\x1a\x12vega/markets.proto"\x13\n\x05Party\x12\n\n\x02id\x18\x01 \x01(\t"9\n\nRiskFactor\x12\x0e\n\x06market\x18\x01 \x01(\t\x12\r\n\x05short\x18\x02 \x01(\t\x12\x0c\n\x04long\x18\x03 \x01(\t"G\n\x0bPeggedOrder\x12(\n\treference\x18\x01 \x01(\x0e\x32\x15.vega.PeggedReference\x12\x0e\n\x06offset\x18\x02 \x01(\t"\xa9\x07\n\x05Order\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tmarket_id\x18\x02 \x01(\t\x12\x10\n\x08party_id\x18\x03 \x01(\t\x12\x18\n\x04side\x18\x04 \x01(\x0e\x32\n.vega.Side\x12\r\n\x05price\x18\x05 \x01(\t\x12\x0c\n\x04size\x18\x06 \x01(\x04\x12\x11\n\tremaining\x18\x07 \x01(\x04\x12.\n\rtime_in_force\x18\x08 \x01(\x0e\x32\x17.vega.Order.TimeInForce\x12\x1e\n\x04type\x18\t \x01(\x0e\x32\x10.vega.Order.Type\x12\x12\n\ncreated_at\x18\n \x01(\x03\x12"\n\x06status\x18\x0b \x01(\x0e\x32\x12.vega.Order.Status\x12\x12\n\nexpires_at\x18\x0c \x01(\x03\x12\x11\n\treference\x18\r \x01(\t\x12 \n\x06reason\x18\x0e \x01(\x0e\x32\x10.vega.OrderError\x12\x12\n\nupdated_at\x18\x0f \x01(\x03\x12\x0f\n\x07version\x18\x10 \x01(\x04\x12\x10\n\x08\x62\x61tch_id\x18\x11 \x01(\x04\x12\'\n\x0cpegged_order\x18\x12 \x01(\x0b\x32\x11.vega.PeggedOrder\x12\x1e\n\x16liquidity_provision_id\x18\x13 \x01(\t"\xb6\x01\n\x0bTimeInForce\x12\x1d\n\x19TIME_IN_FORCE_UNSPECIFIED\x10\x00\x12\x15\n\x11TIME_IN_FORCE_GTC\x10\x01\x12\x15\n\x11TIME_IN_FORCE_GTT\x10\x02\x12\x15\n\x11TIME_IN_FORCE_IOC\x10\x03\x12\x15\n\x11TIME_IN_FORCE_FOK\x10\x04\x12\x15\n\x11TIME_IN_FORCE_GFA\x10\x05\x12\x15\n\x11TIME_IN_FORCE_GFN\x10\x06"O\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0e\n\nTYPE_LIMIT\x10\x01\x12\x0f\n\x0bTYPE_MARKET\x10\x02\x12\x10\n\x0cTYPE_NETWORK\x10\x03"\xc9\x01\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x11\n\rSTATUS_ACTIVE\x10\x01\x12\x12\n\x0eSTATUS_EXPIRED\x10\x02\x12\x14\n\x10STATUS_CANCELLED\x10\x03\x12\x12\n\x0eSTATUS_STOPPED\x10\x04\x12\x11\n\rSTATUS_FILLED\x10\x05\x12\x13\n\x0fSTATUS_REJECTED\x10\x06\x12\x1b\n\x17STATUS_PARTIALLY_FILLED\x10\x07\x12\x11\n\rSTATUS_PARKED\x10\x08";\n\x1dOrderCancellationConfirmation\x12\x1a\n\x05order\x18\x01 \x01(\x0b\x32\x0b.vega.Order"z\n\x11OrderConfirmation\x12\x1a\n\x05order\x18\x01 \x01(\x0b\x32\x0b.vega.Order\x12\x1b\n\x06trades\x18\x02 \x03(\x0b\x32\x0b.vega.Trade\x12,\n\x17passive_orders_affected\x18\x03 \x03(\x0b\x32\x0b.vega.Order"\x8c\x01\n\x16\x41uctionIndicativeState\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\x18\n\x10indicative_price\x18\x02 \x01(\t\x12\x19\n\x11indicative_volume\x18\x03 \x01(\x04\x12\x15\n\rauction_start\x18\x04 \x01(\x03\x12\x13\n\x0b\x61uction_end\x18\x05 \x01(\x03"\xc4\x03\n\x05Trade\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tmarket_id\x18\x02 \x01(\t\x12\r\n\x05price\x18\x03 \x01(\t\x12\x0c\n\x04size\x18\x04 \x01(\x04\x12\r\n\x05\x62uyer\x18\x05 \x01(\t\x12\x0e\n\x06seller\x18\x06 \x01(\t\x12\x1d\n\taggressor\x18\x07 \x01(\x0e\x32\n.vega.Side\x12\x11\n\tbuy_order\x18\x08 \x01(\t\x12\x12\n\nsell_order\x18\t \x01(\t\x12\x11\n\ttimestamp\x18\n \x01(\x03\x12\x1e\n\x04type\x18\x0b \x01(\x0e\x32\x10.vega.Trade.Type\x12\x1c\n\tbuyer_fee\x18\x0c \x01(\x0b\x32\t.vega.Fee\x12\x1d\n\nseller_fee\x18\r \x01(\x0b\x32\t.vega.Fee\x12\x1b\n\x13\x62uyer_auction_batch\x18\x0e \x01(\x04\x12\x1c\n\x14seller_auction_batch\x18\x0f \x01(\x04"o\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x10\n\x0cTYPE_DEFAULT\x10\x01\x12\x1f\n\x1bTYPE_NETWORK_CLOSE_OUT_GOOD\x10\x02\x12\x1e\n\x1aTYPE_NETWORK_CLOSE_OUT_BAD\x10\x03"K\n\x03\x46\x65\x65\x12\x11\n\tmaker_fee\x18\x01 \x01(\t\x12\x1a\n\x12infrastructure_fee\x18\x02 \x01(\t\x12\x15\n\rliquidity_fee\x18\x03 \x01(\t"\'\n\x08TradeSet\x12\x1b\n\x06trades\x18\x01 \x03(\x0b\x32\x0b.vega.Trade"\x97\x01\n\x06\x43\x61ndle\x12\x11\n\ttimestamp\x18\x01 \x01(\x03\x12\x10\n\x08\x64\x61tetime\x18\x02 \x01(\t\x12\x0c\n\x04high\x18\x03 \x01(\t\x12\x0b\n\x03low\x18\x04 \x01(\t\x12\x0c\n\x04open\x18\x05 \x01(\t\x12\r\n\x05\x63lose\x18\x06 \x01(\t\x12\x0e\n\x06volume\x18\x07 \x01(\x04\x12 \n\x08interval\x18\x08 \x01(\x0e\x32\x0e.vega.Interval"E\n\nPriceLevel\x12\r\n\x05price\x18\x01 \x01(\t\x12\x18\n\x10number_of_orders\x18\x02 \x01(\x04\x12\x0e\n\x06volume\x18\x03 \x01(\x04"x\n\x0bMarketDepth\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\x1d\n\x03\x62uy\x18\x02 \x03(\x0b\x32\x10.vega.PriceLevel\x12\x1e\n\x04sell\x18\x03 \x03(\x0b\x32\x10.vega.PriceLevel\x12\x17\n\x0fsequence_number\x18\x04 \x01(\x04"\xa0\x01\n\x11MarketDepthUpdate\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\x1d\n\x03\x62uy\x18\x02 \x03(\x0b\x32\x10.vega.PriceLevel\x12\x1e\n\x04sell\x18\x03 \x03(\x0b\x32\x10.vega.PriceLevel\x12\x17\n\x0fsequence_number\x18\x04 \x01(\x04\x12 \n\x18previous_sequence_number\x18\x05 \x01(\x04"\xa3\x01\n\x08Position\x12\x11\n\tmarket_id\x18\x01 \x01(\t\x12\x10\n\x08party_id\x18\x02 \x01(\t\x12\x13\n\x0bopen_volume\x18\x03 \x01(\x03\x12\x14\n\x0crealised_pnl\x18\x04 \x01(\t\x12\x16\n\x0eunrealised_pnl\x18\x05 \x01(\t\x12\x1b\n\x13\x61verage_entry_price\x18\x06 \x01(\t\x12\x12\n\nupdated_at\x18\x07 \x01(\x03".\n\rPositionTrade\x12\x0e\n\x06volume\x18\x01 \x01(\x03\x12\r\n\x05price\x18\x02 \x01(\t"\x93\x02\n\x07\x44\x65posit\x12\n\n\x02id\x18\x01 \x01(\t\x12$\n\x06status\x18\x02 \x01(\x0e\x32\x14.vega.Deposit.Status\x12\x10\n\x08party_id\x18\x03 \x01(\t\x12\r\n\x05\x61sset\x18\x04 \x01(\t\x12\x0e\n\x06\x61mount\x18\x05 \x01(\t\x12\x0f\n\x07tx_hash\x18\x06 \x01(\t\x12\x1a\n\x12\x63redited_timestamp\x18\x07 \x01(\x03\x12\x19\n\x11\x63reated_timestamp\x18\x08 \x01(\x03"]\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0f\n\x0bSTATUS_OPEN\x10\x01\x12\x14\n\x10STATUS_CANCELLED\x10\x02\x12\x14\n\x10STATUS_FINALIZED\x10\x03"\xd6\x02\n\nWithdrawal\x12\n\n\x02id\x18\x01 \x01(\t\x12\x10\n\x08party_id\x18\x02 \x01(\t\x12\x0e\n\x06\x61mount\x18\x03 \x01(\t\x12\r\n\x05\x61sset\x18\x04 \x01(\t\x12\'\n\x06status\x18\x05 \x01(\x0e\x32\x17.vega.Withdrawal.Status\x12\x0b\n\x03ref\x18\x06 \x01(\t\x12\x0e\n\x06\x65xpiry\x18\x07 \x01(\x03\x12\x0f\n\x07tx_hash\x18\x08 \x01(\t\x12\x19\n\x11\x63reated_timestamp\x18\t \x01(\x03\x12\x1b\n\x13withdrawn_timestamp\x18\n \x01(\x03\x12\x1e\n\x03\x65xt\x18\x0b \x01(\x0b\x32\x11.vega.WithdrawExt"\\\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0f\n\x0bSTATUS_OPEN\x10\x01\x12\x13\n\x0fSTATUS_REJECTED\x10\x02\x12\x14\n\x10STATUS_FINALIZED\x10\x03"=\n\x0bWithdrawExt\x12\'\n\x05\x65rc20\x18\x01 \x01(\x0b\x32\x16.vega.Erc20WithdrawExtH\x00\x42\x05\n\x03\x65xt",\n\x10\x45rc20WithdrawExt\x12\x18\n\x10receiver_address\x18\x01 \x01(\t"x\n\x07\x41\x63\x63ount\x12\n\n\x02id\x18\x01 \x01(\t\x12\r\n\x05owner\x18\x02 \x01(\t\x12\x0f\n\x07\x62\x61lance\x18\x03 \x01(\t\x12\r\n\x05\x61sset\x18\x04 \x01(\t\x12\x11\n\tmarket_id\x18\x05 \x01(\t\x12\x1f\n\x04type\x18\x06 \x01(\x0e\x32\x11.vega.AccountType"0\n\x0f\x46inancialAmount\x12\x0e\n\x06\x61mount\x18\x01 \x01(\t\x12\r\n\x05\x61sset\x18\x02 \x01(\t"\x89\x01\n\x08Transfer\x12\r\n\x05owner\x18\x01 \x01(\t\x12%\n\x06\x61mount\x18\x02 \x01(\x0b\x32\x15.vega.FinancialAmount\x12 \n\x04type\x18\x03 \x01(\x0e\x32\x12.vega.TransferType\x12\x12\n\nmin_amount\x18\x04 \x01(\t\x12\x11\n\tmarket_id\x18\x05 \x01(\t"c\n\x10\x44ispatchStrategy\x12\x18\n\x10\x61sset_for_metric\x18\x01 \x01(\t\x12$\n\x06metric\x18\x02 \x01(\x0e\x32\x14.vega.DispatchMetric\x12\x0f\n\x07markets\x18\x03 \x03(\t"\x9f\x01\n\x0fTransferRequest\x12#\n\x0c\x66rom_account\x18\x01 \x03(\x0b\x32\r.vega.Account\x12!\n\nto_account\x18\x02 \x03(\x0b\x32\r.vega.Account\x12\x0e\n\x06\x61mount\x18\x03 \x01(\t\x12\x12\n\nmin_amount\x18\x04 \x01(\t\x12\r\n\x05\x61sset\x18\x05 \x01(\t\x12\x11\n\treference\x18\x06 \x01(\t"{\n\x0bLedgerEntry\x12\x14\n\x0c\x66rom_account\x18\x01 \x01(\t\x12\x12\n\nto_account\x18\x02 \x01(\t\x12\x0e\n\x06\x61mount\x18\x03 \x01(\t\x12\x11\n\treference\x18\x04 \x01(\t\x12\x0c\n\x04type\x18\x05 \x01(\t\x12\x11\n\ttimestamp\x18\x06 \x01(\x03"B\n\x0fTransferBalance\x12\x1e\n\x07\x61\x63\x63ount\x18\x01 \x01(\x0b\x32\r.vega.Account\x12\x0f\n\x07\x62\x61lance\x18\x02 \x01(\t"a\n\x10TransferResponse\x12$\n\ttransfers\x18\x01 \x03(\x0b\x32\x11.vega.LedgerEntry\x12\'\n\x08\x62\x61lances\x18\x02 \x03(\x0b\x32\x15.vega.TransferBalance"\xc1\x01\n\x0cMarginLevels\x12\x1a\n\x12maintenance_margin\x18\x01 \x01(\t\x12\x14\n\x0csearch_level\x18\x02 \x01(\t\x12\x16\n\x0einitial_margin\x18\x03 \x01(\t\x12 \n\x18\x63ollateral_release_level\x18\x04 \x01(\t\x12\x10\n\x08party_id\x18\x05 \x01(\t\x12\x11\n\tmarket_id\x18\x06 \x01(\t\x12\r\n\x05\x61sset\x18\x07 \x01(\t\x12\x11\n\ttimestamp\x18\x08 \x01(\x03"\xae\x06\n\nMarketData\x12\x12\n\nmark_price\x18\x01 \x01(\t\x12\x16\n\x0e\x62\x65st_bid_price\x18\x02 \x01(\t\x12\x17\n\x0f\x62\x65st_bid_volume\x18\x03 \x01(\x04\x12\x18\n\x10\x62\x65st_offer_price\x18\x04 \x01(\t\x12\x19\n\x11\x62\x65st_offer_volume\x18\x05 \x01(\x04\x12\x1d\n\x15\x62\x65st_static_bid_price\x18\x06 \x01(\t\x12\x1e\n\x16\x62\x65st_static_bid_volume\x18\x07 \x01(\x04\x12\x1f\n\x17\x62\x65st_static_offer_price\x18\x08 \x01(\t\x12 \n\x18\x62\x65st_static_offer_volume\x18\t \x01(\x04\x12\x11\n\tmid_price\x18\n \x01(\t\x12\x18\n\x10static_mid_price\x18\x0b \x01(\t\x12\x0e\n\x06market\x18\x0c \x01(\t\x12\x11\n\ttimestamp\x18\r \x01(\x03\x12\x15\n\ropen_interest\x18\x0e \x01(\x04\x12\x13\n\x0b\x61uction_end\x18\x0f \x01(\x03\x12\x15\n\rauction_start\x18\x10 \x01(\x03\x12\x18\n\x10indicative_price\x18\x11 \x01(\t\x12\x19\n\x11indicative_volume\x18\x12 \x01(\x04\x12\x35\n\x13market_trading_mode\x18\x13 \x01(\x0e\x32\x18.vega.Market.TradingMode\x12%\n\x07trigger\x18\x14 \x01(\x0e\x32\x14.vega.AuctionTrigger\x12/\n\x11\x65xtension_trigger\x18\x15 \x01(\x0e\x32\x14.vega.AuctionTrigger\x12\x14\n\x0ctarget_stake\x18\x16 \x01(\t\x12\x16\n\x0esupplied_stake\x18\x17 \x01(\t\x12<\n\x17price_monitoring_bounds\x18\x18 \x03(\x0b\x32\x1b.vega.PriceMonitoringBounds\x12\x1a\n\x12market_value_proxy\x18\x19 \x01(\t\x12\x45\n\x1cliquidity_provider_fee_share\x18\x1a \x03(\x0b\x32\x1f.vega.LiquidityProviderFeeShare"f\n\x19LiquidityProviderFeeShare\x12\r\n\x05party\x18\x01 \x01(\t\x12\x19\n\x11\x65quity_like_share\x18\x02 \x01(\t\x12\x1f\n\x17\x61verage_entry_valuation\x18\x03 \x01(\t"\x91\x01\n\x15PriceMonitoringBounds\x12\x17\n\x0fmin_valid_price\x18\x01 \x01(\t\x12\x17\n\x0fmax_valid_price\x18\x02 \x01(\t\x12-\n\x07trigger\x18\x03 \x01(\x0b\x32\x1c.vega.PriceMonitoringTrigger\x12\x17\n\x0freference_price\x18\x04 \x01(\t";\n\x0b\x45rrorDetail\x12\x0c\n\x04\x63ode\x18\x01 \x01(\x05\x12\x0f\n\x07message\x18\x02 \x01(\t\x12\r\n\x05inner\x18\x03 \x01(\t".\n\x10NetworkParameter\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t"\xa1\x02\n\rNetworkLimits\x12\x1a\n\x12\x63\x61n_propose_market\x18\x01 \x01(\x08\x12\x19\n\x11\x63\x61n_propose_asset\x18\x02 \x01(\x08\x12\x1a\n\x12\x62ootstrap_finished\x18\x03 \x01(\x08\x12\x1e\n\x16propose_market_enabled\x18\x04 \x01(\x08\x12\x1d\n\x15propose_asset_enabled\x18\x05 \x01(\x08\x12\x1d\n\x15\x62ootstrap_block_count\x18\x06 \x01(\r\x12\x16\n\x0egenesis_loaded\x18\x07 \x01(\x08\x12#\n\x1bpropose_market_enabled_from\x18\x08 \x01(\x03\x12"\n\x1apropose_asset_enabled_from\x18\t \x01(\x03"^\n\x0eLiquidityOrder\x12(\n\treference\x18\x01 \x01(\x0e\x32\x15.vega.PeggedReference\x12\x12\n\nproportion\x18\x02 \x01(\r\x12\x0e\n\x06offset\x18\x03 \x01(\t"Z\n\x17LiquidityOrderReference\x12\x10\n\x08order_id\x18\x01 \x01(\t\x12-\n\x0fliquidity_order\x18\x02 \x01(\x0b\x32\x14.vega.LiquidityOrder"\xe5\x03\n\x12LiquidityProvision\x12\n\n\x02id\x18\x01 \x01(\t\x12\x10\n\x08party_id\x18\x02 \x01(\t\x12\x12\n\ncreated_at\x18\x03 \x01(\x03\x12\x12\n\nupdated_at\x18\x04 \x01(\x03\x12\x11\n\tmarket_id\x18\x05 \x01(\t\x12\x19\n\x11\x63ommitment_amount\x18\x06 \x01(\t\x12\x0b\n\x03\x66\x65\x65\x18\x07 \x01(\t\x12,\n\x05sells\x18\x08 \x03(\x0b\x32\x1d.vega.LiquidityOrderReference\x12+\n\x04\x62uys\x18\t \x03(\x0b\x32\x1d.vega.LiquidityOrderReference\x12\x0f\n\x07version\x18\n \x01(\x04\x12/\n\x06status\x18\x0b \x01(\x0e\x32\x1f.vega.LiquidityProvision.Status\x12\x11\n\treference\x18\x0c \x01(\t"\x9d\x01\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x11\n\rSTATUS_ACTIVE\x10\x01\x12\x12\n\x0eSTATUS_STOPPED\x10\x02\x12\x14\n\x10STATUS_CANCELLED\x10\x03\x12\x13\n\x0fSTATUS_REJECTED\x10\x04\x12\x15\n\x11STATUS_UNDEPLOYED\x10\x05\x12\x12\n\x0eSTATUS_PENDING\x10\x06"\xcd\x02\n\x0e\x45thereumConfig\x12\x12\n\nnetwork_id\x18\x01 \x01(\t\x12\x10\n\x08\x63hain_id\x18\x02 \x01(\t\x12@\n\x1a\x63ollateral_bridge_contract\x18\x03 \x01(\x0b\x32\x1c.vega.EthereumContractConfig\x12\x15\n\rconfirmations\x18\x04 \x01(\r\x12=\n\x17staking_bridge_contract\x18\x05 \x01(\x0b\x32\x1c.vega.EthereumContractConfig\x12<\n\x16token_vesting_contract\x18\x06 \x01(\x0b\x32\x1c.vega.EthereumContractConfig\x12?\n\x19multisig_control_contract\x18\x07 \x01(\x0b\x32\x1c.vega.EthereumContractConfig"J\n\x16\x45thereumContractConfig\x12\x0f\n\x07\x61\x64\x64ress\x18\x01 \x01(\t\x12\x1f\n\x17\x64\x65ployment_block_height\x18\x06 \x01(\x04"u\n\x0f\x45pochTimestamps\x12\x12\n\nstart_time\x18\x01 \x01(\x03\x12\x13\n\x0b\x65xpiry_time\x18\x02 \x01(\x03\x12\x10\n\x08\x65nd_time\x18\x03 \x01(\x03\x12\x13\n\x0b\x66irst_block\x18\x04 \x01(\x04\x12\x12\n\nlast_block\x18\x05 \x01(\x04"\x86\x01\n\x05\x45poch\x12\x0b\n\x03seq\x18\x01 \x01(\x04\x12)\n\ntimestamps\x18\x02 \x01(\x0b\x32\x15.vega.EpochTimestamps\x12\x1e\n\nvalidators\x18\x03 \x03(\x0b\x32\n.vega.Node\x12%\n\x0b\x64\x65legations\x18\x04 \x03(\x0b\x32\x10.vega.Delegation"h\n\x12\x45pochParticipation\x12\x1a\n\x05\x65poch\x18\x01 \x01(\x0b\x32\x0b.vega.Epoch\x12\x0f\n\x07offline\x18\x02 \x01(\x04\x12\x0e\n\x06online\x18\x03 \x01(\x04\x12\x15\n\rtotal_rewards\x18\x04 \x01(\x01";\n\tEpochData\x12\r\n\x05total\x18\x01 \x01(\x05\x12\x0f\n\x07offline\x18\x02 \x01(\x05\x12\x0e\n\x06online\x18\x03 \x01(\x05"\xca\x01\n\x0cRankingScore\x12\x13\n\x0bstake_score\x18\x01 \x01(\t\x12\x19\n\x11performance_score\x18\x02 \x01(\t\x12\x32\n\x0fprevious_status\x18\x03 \x01(\x0e\x32\x19.vega.ValidatorNodeStatus\x12)\n\x06status\x18\x04 \x01(\x0e\x32\x19.vega.ValidatorNodeStatus\x12\x14\n\x0cvoting_power\x18\x05 \x01(\r\x12\x15\n\rranking_score\x18\x06 \x01(\t"\xc5\x01\n\x0bRewardScore\x12\x1b\n\x13raw_validator_score\x18\x01 \x01(\t\x12\x19\n\x11performance_score\x18\x02 \x01(\t\x12\x16\n\x0emultisig_score\x18\x03 \x01(\t\x12\x17\n\x0fvalidator_score\x18\x04 \x01(\t\x12\x18\n\x10normalised_score\x18\x05 \x01(\t\x12\x33\n\x10validator_status\x18\x06 \x01(\x0e\x32\x19.vega.ValidatorNodeStatus"\xdc\x03\n\x04Node\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0f\n\x07pub_key\x18\x02 \x01(\t\x12\x12\n\ntm_pub_key\x18\x03 \x01(\t\x12\x19\n\x11\x65thereum_adddress\x18\x04 \x01(\t\x12\x10\n\x08info_url\x18\x05 \x01(\t\x12\x10\n\x08location\x18\x06 \x01(\t\x12\x1a\n\x12staked_by_operator\x18\x07 \x01(\t\x12\x1b\n\x13staked_by_delegates\x18\x08 \x01(\t\x12\x14\n\x0cstaked_total\x18\t \x01(\t\x12\x1a\n\x12max_intended_stake\x18\n \x01(\t\x12\x15\n\rpending_stake\x18\x0b \x01(\t\x12#\n\nepoch_data\x18\x0c \x01(\x0b\x32\x0f.vega.EpochData\x12 \n\x06status\x18\r \x01(\x0e\x32\x10.vega.NodeStatus\x12%\n\x0b\x64\x65legations\x18\x0e \x03(\x0b\x32\x10.vega.Delegation\x12\'\n\x0creward_score\x18\x0f \x01(\x0b\x32\x11.vega.RewardScore\x12)\n\rranking_score\x18\x10 \x01(\x0b\x32\x12.vega.RankingScore\x12\x0c\n\x04name\x18\x11 \x01(\t\x12\x12\n\navatar_url\x18\x12 \x01(\t"w\n\x08NodeData\x12\x14\n\x0cstaked_total\x18\x01 \x01(\t\x12\x13\n\x0btotal_nodes\x18\x02 \x01(\r\x12\x16\n\x0einactive_nodes\x18\x03 \x01(\r\x12\x18\n\x10validating_nodes\x18\x04 \x01(\r\x12\x0e\n\x06uptime\x18\x05 \x01(\x02"O\n\nDelegation\x12\r\n\x05party\x18\x01 \x01(\t\x12\x0f\n\x07node_id\x18\x02 \x01(\t\x12\x0e\n\x06\x61mount\x18\x03 \x01(\t\x12\x11\n\tepoch_seq\x18\x04 \x01(\t"\xa5\x01\n\x06Reward\x12\x10\n\x08\x61sset_id\x18\x01 \x01(\t\x12\x10\n\x08party_id\x18\x02 \x01(\t\x12\r\n\x05\x65poch\x18\x03 \x01(\x04\x12\x0e\n\x06\x61mount\x18\x04 \x01(\t\x12\x1b\n\x13percentage_of_total\x18\x05 \x01(\t\x12\x13\n\x0breceived_at\x18\x06 \x01(\x03\x12\x11\n\tmarket_id\x18\x07 \x01(\t\x12\x13\n\x0breward_type\x18\x08 \x01(\t"C\n\rRewardSummary\x12\x10\n\x08\x61sset_id\x18\x01 \x01(\t\x12\x10\n\x08party_id\x18\x02 \x01(\t\x12\x0e\n\x06\x61mount\x18\x03 \x01(\t"_\n\x12StateValueProposal\x12\x14\n\x0cstate_var_id\x18\x01 \x01(\t\x12\x10\n\x08\x65vent_id\x18\x02 \x01(\t\x12!\n\x03kvb\x18\x03 \x03(\x0b\x32\x14.vega.KeyValueBundle"T\n\x0eKeyValueBundle\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x11\n\ttolerance\x18\x02 \x01(\t\x12"\n\x05value\x18\x03 \x01(\x0b\x32\x13.vega.StateVarValue"\x93\x01\n\rStateVarValue\x12\'\n\nscalar_val\x18\x01 \x01(\x0b\x32\x11.vega.ScalarValueH\x00\x12\'\n\nvector_val\x18\x02 \x01(\x0b\x32\x11.vega.VectorValueH\x00\x12\'\n\nmatrix_val\x18\x03 \x01(\x0b\x32\x11.vega.MatrixValueH\x00\x42\x07\n\x05value"\x1c\n\x0bScalarValue\x12\r\n\x05value\x18\x01 \x01(\t"\x1c\n\x0bVectorValue\x12\r\n\x05value\x18\x01 \x03(\t"/\n\x0bMatrixValue\x12 \n\x05value\x18\x01 \x03(\x0b\x32\x11.vega.VectorValue*9\n\x04Side\x12\x14\n\x10SIDE_UNSPECIFIED\x10\x00\x12\x0c\n\x08SIDE_BUY\x10\x01\x12\r\n\tSIDE_SELL\x10\x02*\x98\x01\n\x08Interval\x12\x18\n\x14INTERVAL_UNSPECIFIED\x10\x00\x12\x10\n\x0cINTERVAL_I1M\x10<\x12\x11\n\x0cINTERVAL_I5M\x10\xac\x02\x12\x12\n\rINTERVAL_I15M\x10\x84\x07\x12\x11\n\x0cINTERVAL_I1H\x10\x90\x1c\x12\x12\n\x0cINTERVAL_I6H\x10\xe0\xa8\x01\x12\x12\n\x0cINTERVAL_I1D\x10\x80\xa3\x05*\xa3\x01\n\x0e\x41uctionTrigger\x12\x1f\n\x1b\x41UCTION_TRIGGER_UNSPECIFIED\x10\x00\x12\x19\n\x15\x41UCTION_TRIGGER_BATCH\x10\x01\x12\x1b\n\x17\x41UCTION_TRIGGER_OPENING\x10\x02\x12\x19\n\x15\x41UCTION_TRIGGER_PRICE\x10\x03\x12\x1d\n\x19\x41UCTION_TRIGGER_LIQUIDITY\x10\x04*\x8b\x01\n\x0fPeggedReference\x12 \n\x1cPEGGED_REFERENCE_UNSPECIFIED\x10\x00\x12\x18\n\x14PEGGED_REFERENCE_MID\x10\x01\x12\x1d\n\x19PEGGED_REFERENCE_BEST_BID\x10\x02\x12\x1d\n\x19PEGGED_REFERENCE_BEST_ASK\x10\x03*\x9f\x0f\n\nOrderError\x12\x1b\n\x17ORDER_ERROR_UNSPECIFIED\x10\x00\x12!\n\x1dORDER_ERROR_INVALID_MARKET_ID\x10\x01\x12 \n\x1cORDER_ERROR_INVALID_ORDER_ID\x10\x02\x12\x1f\n\x1bORDER_ERROR_OUT_OF_SEQUENCE\x10\x03\x12&\n"ORDER_ERROR_INVALID_REMAINING_SIZE\x10\x04\x12\x1c\n\x18ORDER_ERROR_TIME_FAILURE\x10\x05\x12\x1f\n\x1bORDER_ERROR_REMOVAL_FAILURE\x10\x06\x12+\n\'ORDER_ERROR_INVALID_EXPIRATION_DATETIME\x10\x07\x12\'\n#ORDER_ERROR_INVALID_ORDER_REFERENCE\x10\x08\x12 \n\x1cORDER_ERROR_EDIT_NOT_ALLOWED\x10\t\x12\x1d\n\x19ORDER_ERROR_AMEND_FAILURE\x10\n\x12\x19\n\x15ORDER_ERROR_NOT_FOUND\x10\x0b\x12 \n\x1cORDER_ERROR_INVALID_PARTY_ID\x10\x0c\x12\x1d\n\x19ORDER_ERROR_MARKET_CLOSED\x10\r\x12#\n\x1fORDER_ERROR_MARGIN_CHECK_FAILED\x10\x0e\x12\'\n#ORDER_ERROR_MISSING_GENERAL_ACCOUNT\x10\x0f\x12\x1e\n\x1aORDER_ERROR_INTERNAL_ERROR\x10\x10\x12\x1c\n\x18ORDER_ERROR_INVALID_SIZE\x10\x11\x12#\n\x1fORDER_ERROR_INVALID_PERSISTENCE\x10\x12\x12\x1c\n\x18ORDER_ERROR_INVALID_TYPE\x10\x13\x12\x1c\n\x18ORDER_ERROR_SELF_TRADING\x10\x14\x12.\n*ORDER_ERROR_INSUFFICIENT_FUNDS_TO_PAY_FEES\x10\x15\x12%\n!ORDER_ERROR_INCORRECT_MARKET_TYPE\x10\x16\x12%\n!ORDER_ERROR_INVALID_TIME_IN_FORCE\x10\x17\x12+\n\'ORDER_ERROR_GFN_ORDER_DURING_AN_AUCTION\x10\x18\x12\x33\n/ORDER_ERROR_GFA_ORDER_DURING_CONTINUOUS_TRADING\x10\x19\x12\x34\n0ORDER_ERROR_CANNOT_AMEND_TO_GTT_WITHOUT_EXPIRYAT\x10\x1a\x12)\n%ORDER_ERROR_EXPIRYAT_BEFORE_CREATEDAT\x10\x1b\x12,\n(ORDER_ERROR_CANNOT_HAVE_GTC_AND_EXPIRYAT\x10\x1c\x12*\n&ORDER_ERROR_CANNOT_AMEND_TO_FOK_OR_IOC\x10\x1d\x12*\n&ORDER_ERROR_CANNOT_AMEND_TO_GFA_OR_GFN\x10\x1e\x12,\n(ORDER_ERROR_CANNOT_AMEND_FROM_GFA_OR_GFN\x10\x1f\x12\x34\n0ORDER_ERROR_CANNOT_SEND_IOC_ORDER_DURING_AUCTION\x10 \x12\x34\n0ORDER_ERROR_CANNOT_SEND_FOK_ORDER_DURING_AUCTION\x10!\x12#\n\x1fORDER_ERROR_MUST_BE_LIMIT_ORDER\x10"\x12"\n\x1eORDER_ERROR_MUST_BE_GTT_OR_GTC\x10#\x12\'\n#ORDER_ERROR_WITHOUT_REFERENCE_PRICE\x10$\x12\x33\n/ORDER_ERROR_BUY_CANNOT_REFERENCE_BEST_ASK_PRICE\x10%\x12\x37\n3ORDER_ERROR_OFFSET_MUST_BE_GREATER_OR_EQUAL_TO_ZERO\x10(\x12\x34\n0ORDER_ERROR_SELL_CANNOT_REFERENCE_BEST_BID_PRICE\x10)\x12\x30\n,ORDER_ERROR_OFFSET_MUST_BE_GREATER_THAN_ZERO\x10*\x12*\n&ORDER_ERROR_INSUFFICIENT_ASSET_BALANCE\x10+\x12\x45\nAORDER_ERROR_CANNOT_AMEND_PEGGED_ORDER_DETAILS_ON_NON_PEGGED_ORDER\x10,\x12.\n*ORDER_ERROR_UNABLE_TO_REPRICE_PEGGED_ORDER\x10-\x12\x35\n1ORDER_ERROR_UNABLE_TO_AMEND_PRICE_ON_PEGGED_ORDER\x10.\x12\x38\n4ORDER_ERROR_NON_PERSISTENT_ORDER_OUT_OF_PRICE_BOUNDS\x10/"\x04\x08&\x10&"\x04\x08\'\x10\'*\x82\x01\n\x0b\x43hainStatus\x12\x1c\n\x18\x43HAIN_STATUS_UNSPECIFIED\x10\x00\x12\x1d\n\x19\x43HAIN_STATUS_DISCONNECTED\x10\x01\x12\x1a\n\x16\x43HAIN_STATUS_REPLAYING\x10\x02\x12\x1a\n\x16\x43HAIN_STATUS_CONNECTED\x10\x03*\xc4\x04\n\x0b\x41\x63\x63ountType\x12\x1c\n\x18\x41\x43\x43OUNT_TYPE_UNSPECIFIED\x10\x00\x12\x1a\n\x16\x41\x43\x43OUNT_TYPE_INSURANCE\x10\x01\x12\x1b\n\x17\x41\x43\x43OUNT_TYPE_SETTLEMENT\x10\x02\x12\x17\n\x13\x41\x43\x43OUNT_TYPE_MARGIN\x10\x03\x12\x18\n\x14\x41\x43\x43OUNT_TYPE_GENERAL\x10\x04\x12$\n ACCOUNT_TYPE_FEES_INFRASTRUCTURE\x10\x05\x12\x1f\n\x1b\x41\x43\x43OUNT_TYPE_FEES_LIQUIDITY\x10\x06\x12\x1b\n\x17\x41\x43\x43OUNT_TYPE_FEES_MAKER\x10\x07\x12\x15\n\x11\x41\x43\x43OUNT_TYPE_BOND\x10\t\x12\x19\n\x15\x41\x43\x43OUNT_TYPE_EXTERNAL\x10\n\x12!\n\x1d\x41\x43\x43OUNT_TYPE_GLOBAL_INSURANCE\x10\x0b\x12\x1e\n\x1a\x41\x43\x43OUNT_TYPE_GLOBAL_REWARD\x10\x0c\x12"\n\x1e\x41\x43\x43OUNT_TYPE_PENDING_TRANSFERS\x10\r\x12\'\n#ACCOUNT_TYPE_REWARD_TAKER_PAID_FEES\x10\x0e\x12+\n\'ACCOUNT_TYPE_REWARD_MAKER_RECEIVED_FEES\x10\x0f\x12(\n$ACCOUNT_TYPE_REWARD_LP_RECEIVED_FEES\x10\x10\x12(\n$ACCOUNT_TYPE_REWARD_MARKET_PROPOSERS\x10\x11"\x04\x08\x08\x10\x08*\xa7\x06\n\x0cTransferType\x12\x1d\n\x19TRANSFER_TYPE_UNSPECIFIED\x10\x00\x12\x16\n\x12TRANSFER_TYPE_LOSS\x10\x01\x12\x15\n\x11TRANSFER_TYPE_WIN\x10\x02\x12\x17\n\x13TRANSFER_TYPE_CLOSE\x10\x03\x12\x1a\n\x16TRANSFER_TYPE_MTM_LOSS\x10\x04\x12\x19\n\x15TRANSFER_TYPE_MTM_WIN\x10\x05\x12\x1c\n\x18TRANSFER_TYPE_MARGIN_LOW\x10\x06\x12\x1d\n\x19TRANSFER_TYPE_MARGIN_HIGH\x10\x07\x12$\n TRANSFER_TYPE_MARGIN_CONFISCATED\x10\x08\x12\x1f\n\x1bTRANSFER_TYPE_MAKER_FEE_PAY\x10\t\x12#\n\x1fTRANSFER_TYPE_MAKER_FEE_RECEIVE\x10\n\x12(\n$TRANSFER_TYPE_INFRASTRUCTURE_FEE_PAY\x10\x0b\x12/\n+TRANSFER_TYPE_INFRASTRUCTURE_FEE_DISTRIBUTE\x10\x0c\x12#\n\x1fTRANSFER_TYPE_LIQUIDITY_FEE_PAY\x10\r\x12*\n&TRANSFER_TYPE_LIQUIDITY_FEE_DISTRIBUTE\x10\x0e\x12\x1a\n\x16TRANSFER_TYPE_BOND_LOW\x10\x0f\x12\x1b\n\x17TRANSFER_TYPE_BOND_HIGH\x10\x10\x12\x1f\n\x1bTRANSFER_TYPE_WITHDRAW_LOCK\x10\x11\x12\x1a\n\x16TRANSFER_TYPE_WITHDRAW\x10\x12\x12\x19\n\x15TRANSFER_TYPE_DEPOSIT\x10\x13\x12\x1f\n\x1bTRANSFER_TYPE_BOND_SLASHING\x10\x14\x12\x1e\n\x1aTRANSFER_TYPE_STAKE_REWARD\x10\x15\x12%\n!TRANSFER_TYPE_TRANSFER_FUNDS_SEND\x10\x16\x12+\n\'TRANSFER_TYPE_TRANSFER_FUNDS_DISTRIBUTE\x10\x17*\xc7\x01\n\x0e\x44ispatchMetric\x12\x1f\n\x1b\x44ISPATCH_METRIC_UNSPECIFIED\x10\x00\x12#\n\x1f\x44ISPATCH_METRIC_TAKER_FEES_PAID\x10\x01\x12\'\n#DISPATCH_METRIC_MAKER_FEES_RECEIVED\x10\x02\x12$\n DISPATCH_METRIC_LP_FEES_RECEIVED\x10\x03\x12 \n\x1c\x44ISPATCH_METRIC_MARKET_VALUE\x10\x04*c\n\nNodeStatus\x12\x1b\n\x17NODE_STATUS_UNSPECIFIED\x10\x00\x12\x19\n\x15NODE_STATUS_VALIDATOR\x10\x01\x12\x1d\n\x19NODE_STATUS_NON_VALIDATOR\x10\x02*Y\n\x0b\x45pochAction\x12\x1c\n\x18\x45POCH_ACTION_UNSPECIFIED\x10\x00\x12\x16\n\x12\x45POCH_ACTION_START\x10\x01\x12\x14\n\x10\x45POCH_ACTION_END\x10\x02*\xa7\x01\n\x13ValidatorNodeStatus\x12%\n!VALIDATOR_NODE_STATUS_UNSPECIFIED\x10\x00\x12$\n VALIDATOR_NODE_STATUS_TENDERMINT\x10\x01\x12 \n\x1cVALIDATOR_NODE_STATUS_ERSATZ\x10\x02\x12!\n\x1dVALIDATOR_NODE_STATUS_PENDING\x10\x03\x42\'Z%code.vegaprotocol.io/vega/protos/vegab\x06proto3' + b'\n\x0fvega/vega.proto\x12\x04vega\x1a\x12vega/markets.proto"\x17\n\x05Party\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"N\n\nRiskFactor\x12\x16\n\x06market\x18\x01 \x01(\tR\x06market\x12\x14\n\x05short\x18\x02 \x01(\tR\x05short\x12\x12\n\x04long\x18\x03 \x01(\tR\x04long"Z\n\x0bPeggedOrder\x12\x33\n\treference\x18\x01 \x01(\x0e\x32\x15.vega.PeggedReferenceR\treference\x12\x16\n\x06offset\x18\x02 \x01(\tR\x06offset"\xe2\x08\n\x05Order\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x1b\n\tmarket_id\x18\x02 \x01(\tR\x08marketId\x12\x19\n\x08party_id\x18\x03 \x01(\tR\x07partyId\x12\x1e\n\x04side\x18\x04 \x01(\x0e\x32\n.vega.SideR\x04side\x12\x14\n\x05price\x18\x05 \x01(\tR\x05price\x12\x12\n\x04size\x18\x06 \x01(\x04R\x04size\x12\x1c\n\tremaining\x18\x07 \x01(\x04R\tremaining\x12;\n\rtime_in_force\x18\x08 \x01(\x0e\x32\x17.vega.Order.TimeInForceR\x0btimeInForce\x12$\n\x04type\x18\t \x01(\x0e\x32\x10.vega.Order.TypeR\x04type\x12\x1d\n\ncreated_at\x18\n \x01(\x03R\tcreatedAt\x12*\n\x06status\x18\x0b \x01(\x0e\x32\x12.vega.Order.StatusR\x06status\x12\x1d\n\nexpires_at\x18\x0c \x01(\x03R\texpiresAt\x12\x1c\n\treference\x18\r \x01(\tR\treference\x12(\n\x06reason\x18\x0e \x01(\x0e\x32\x10.vega.OrderErrorR\x06reason\x12\x1d\n\nupdated_at\x18\x0f \x01(\x03R\tupdatedAt\x12\x18\n\x07version\x18\x10 \x01(\x04R\x07version\x12\x19\n\x08\x62\x61tch_id\x18\x11 \x01(\x04R\x07\x62\x61tchId\x12\x34\n\x0cpegged_order\x18\x12 \x01(\x0b\x32\x11.vega.PeggedOrderR\x0bpeggedOrder\x12\x34\n\x16liquidity_provision_id\x18\x13 \x01(\tR\x14liquidityProvisionId"\xb6\x01\n\x0bTimeInForce\x12\x1d\n\x19TIME_IN_FORCE_UNSPECIFIED\x10\x00\x12\x15\n\x11TIME_IN_FORCE_GTC\x10\x01\x12\x15\n\x11TIME_IN_FORCE_GTT\x10\x02\x12\x15\n\x11TIME_IN_FORCE_IOC\x10\x03\x12\x15\n\x11TIME_IN_FORCE_FOK\x10\x04\x12\x15\n\x11TIME_IN_FORCE_GFA\x10\x05\x12\x15\n\x11TIME_IN_FORCE_GFN\x10\x06"O\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0e\n\nTYPE_LIMIT\x10\x01\x12\x0f\n\x0bTYPE_MARKET\x10\x02\x12\x10\n\x0cTYPE_NETWORK\x10\x03"\xc9\x01\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x11\n\rSTATUS_ACTIVE\x10\x01\x12\x12\n\x0eSTATUS_EXPIRED\x10\x02\x12\x14\n\x10STATUS_CANCELLED\x10\x03\x12\x12\n\x0eSTATUS_STOPPED\x10\x04\x12\x11\n\rSTATUS_FILLED\x10\x05\x12\x13\n\x0fSTATUS_REJECTED\x10\x06\x12\x1b\n\x17STATUS_PARTIALLY_FILLED\x10\x07\x12\x11\n\rSTATUS_PARKED\x10\x08"B\n\x1dOrderCancellationConfirmation\x12!\n\x05order\x18\x01 \x01(\x0b\x32\x0b.vega.OrderR\x05order"\xa0\x01\n\x11OrderConfirmation\x12!\n\x05order\x18\x01 \x01(\x0b\x32\x0b.vega.OrderR\x05order\x12#\n\x06trades\x18\x02 \x03(\x0b\x32\x0b.vega.TradeR\x06trades\x12\x43\n\x17passive_orders_affected\x18\x03 \x03(\x0b\x32\x0b.vega.OrderR\x15passiveOrdersAffected"\xd3\x01\n\x16\x41uctionIndicativeState\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12)\n\x10indicative_price\x18\x02 \x01(\tR\x0findicativePrice\x12+\n\x11indicative_volume\x18\x03 \x01(\x04R\x10indicativeVolume\x12#\n\rauction_start\x18\x04 \x01(\x03R\x0c\x61uctionStart\x12\x1f\n\x0b\x61uction_end\x18\x05 \x01(\x03R\nauctionEnd"\xdb\x04\n\x05Trade\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x1b\n\tmarket_id\x18\x02 \x01(\tR\x08marketId\x12\x14\n\x05price\x18\x03 \x01(\tR\x05price\x12\x12\n\x04size\x18\x04 \x01(\x04R\x04size\x12\x14\n\x05\x62uyer\x18\x05 \x01(\tR\x05\x62uyer\x12\x16\n\x06seller\x18\x06 \x01(\tR\x06seller\x12(\n\taggressor\x18\x07 \x01(\x0e\x32\n.vega.SideR\taggressor\x12\x1b\n\tbuy_order\x18\x08 \x01(\tR\x08\x62uyOrder\x12\x1d\n\nsell_order\x18\t \x01(\tR\tsellOrder\x12\x1c\n\ttimestamp\x18\n \x01(\x03R\ttimestamp\x12$\n\x04type\x18\x0b \x01(\x0e\x32\x10.vega.Trade.TypeR\x04type\x12&\n\tbuyer_fee\x18\x0c \x01(\x0b\x32\t.vega.FeeR\x08\x62uyerFee\x12(\n\nseller_fee\x18\r \x01(\x0b\x32\t.vega.FeeR\tsellerFee\x12.\n\x13\x62uyer_auction_batch\x18\x0e \x01(\x04R\x11\x62uyerAuctionBatch\x12\x30\n\x14seller_auction_batch\x18\x0f \x01(\x04R\x12sellerAuctionBatch"o\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x10\n\x0cTYPE_DEFAULT\x10\x01\x12\x1f\n\x1bTYPE_NETWORK_CLOSE_OUT_GOOD\x10\x02\x12\x1e\n\x1aTYPE_NETWORK_CLOSE_OUT_BAD\x10\x03"v\n\x03\x46\x65\x65\x12\x1b\n\tmaker_fee\x18\x01 \x01(\tR\x08makerFee\x12-\n\x12infrastructure_fee\x18\x02 \x01(\tR\x11infrastructureFee\x12#\n\rliquidity_fee\x18\x03 \x01(\tR\x0cliquidityFee"/\n\x08TradeSet\x12#\n\x06trades\x18\x01 \x03(\x0b\x32\x0b.vega.TradeR\x06trades"\xd6\x01\n\x06\x43\x61ndle\x12\x1c\n\ttimestamp\x18\x01 \x01(\x03R\ttimestamp\x12\x1a\n\x08\x64\x61tetime\x18\x02 \x01(\tR\x08\x64\x61tetime\x12\x12\n\x04high\x18\x03 \x01(\tR\x04high\x12\x10\n\x03low\x18\x04 \x01(\tR\x03low\x12\x12\n\x04open\x18\x05 \x01(\tR\x04open\x12\x14\n\x05\x63lose\x18\x06 \x01(\tR\x05\x63lose\x12\x16\n\x06volume\x18\x07 \x01(\x04R\x06volume\x12*\n\x08interval\x18\x08 \x01(\x0e\x32\x0e.vega.IntervalR\x08interval"d\n\nPriceLevel\x12\x14\n\x05price\x18\x01 \x01(\tR\x05price\x12(\n\x10number_of_orders\x18\x02 \x01(\x04R\x0enumberOfOrders\x12\x16\n\x06volume\x18\x03 \x01(\x04R\x06volume"\x9d\x01\n\x0bMarketDepth\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12"\n\x03\x62uy\x18\x02 \x03(\x0b\x32\x10.vega.PriceLevelR\x03\x62uy\x12$\n\x04sell\x18\x03 \x03(\x0b\x32\x10.vega.PriceLevelR\x04sell\x12\'\n\x0fsequence_number\x18\x04 \x01(\x04R\x0esequenceNumber"\xdd\x01\n\x11MarketDepthUpdate\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12"\n\x03\x62uy\x18\x02 \x03(\x0b\x32\x10.vega.PriceLevelR\x03\x62uy\x12$\n\x04sell\x18\x03 \x03(\x0b\x32\x10.vega.PriceLevelR\x04sell\x12\'\n\x0fsequence_number\x18\x04 \x01(\x04R\x0esequenceNumber\x12\x38\n\x18previous_sequence_number\x18\x05 \x01(\x04R\x16previousSequenceNumber"\xfc\x01\n\x08Position\x12\x1b\n\tmarket_id\x18\x01 \x01(\tR\x08marketId\x12\x19\n\x08party_id\x18\x02 \x01(\tR\x07partyId\x12\x1f\n\x0bopen_volume\x18\x03 \x01(\x03R\nopenVolume\x12!\n\x0crealised_pnl\x18\x04 \x01(\tR\x0brealisedPnl\x12%\n\x0eunrealised_pnl\x18\x05 \x01(\tR\runrealisedPnl\x12.\n\x13\x61verage_entry_price\x18\x06 \x01(\tR\x11\x61verageEntryPrice\x12\x1d\n\nupdated_at\x18\x07 \x01(\x03R\tupdatedAt"=\n\rPositionTrade\x12\x16\n\x06volume\x18\x01 \x01(\x03R\x06volume\x12\x14\n\x05price\x18\x02 \x01(\tR\x05price"\xe4\x02\n\x07\x44\x65posit\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12,\n\x06status\x18\x02 \x01(\x0e\x32\x14.vega.Deposit.StatusR\x06status\x12\x19\n\x08party_id\x18\x03 \x01(\tR\x07partyId\x12\x14\n\x05\x61sset\x18\x04 \x01(\tR\x05\x61sset\x12\x16\n\x06\x61mount\x18\x05 \x01(\tR\x06\x61mount\x12\x17\n\x07tx_hash\x18\x06 \x01(\tR\x06txHash\x12-\n\x12\x63redited_timestamp\x18\x07 \x01(\x03R\x11\x63reditedTimestamp\x12+\n\x11\x63reated_timestamp\x18\x08 \x01(\x03R\x10\x63reatedTimestamp"]\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0f\n\x0bSTATUS_OPEN\x10\x01\x12\x14\n\x10STATUS_CANCELLED\x10\x02\x12\x14\n\x10STATUS_FINALIZED\x10\x03"\xba\x03\n\nWithdrawal\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x19\n\x08party_id\x18\x02 \x01(\tR\x07partyId\x12\x16\n\x06\x61mount\x18\x03 \x01(\tR\x06\x61mount\x12\x14\n\x05\x61sset\x18\x04 \x01(\tR\x05\x61sset\x12/\n\x06status\x18\x05 \x01(\x0e\x32\x17.vega.Withdrawal.StatusR\x06status\x12\x10\n\x03ref\x18\x06 \x01(\tR\x03ref\x12\x16\n\x06\x65xpiry\x18\x07 \x01(\x03R\x06\x65xpiry\x12\x17\n\x07tx_hash\x18\x08 \x01(\tR\x06txHash\x12+\n\x11\x63reated_timestamp\x18\t \x01(\x03R\x10\x63reatedTimestamp\x12/\n\x13withdrawn_timestamp\x18\n \x01(\x03R\x12withdrawnTimestamp\x12#\n\x03\x65xt\x18\x0b \x01(\x0b\x32\x11.vega.WithdrawExtR\x03\x65xt"\\\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0f\n\x0bSTATUS_OPEN\x10\x01\x12\x13\n\x0fSTATUS_REJECTED\x10\x02\x12\x14\n\x10STATUS_FINALIZED\x10\x03"D\n\x0bWithdrawExt\x12.\n\x05\x65rc20\x18\x01 \x01(\x0b\x32\x16.vega.Erc20WithdrawExtH\x00R\x05\x65rc20B\x05\n\x03\x65xt"=\n\x10\x45rc20WithdrawExt\x12)\n\x10receiver_address\x18\x01 \x01(\tR\x0freceiverAddress"\xa3\x01\n\x07\x41\x63\x63ount\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x14\n\x05owner\x18\x02 \x01(\tR\x05owner\x12\x18\n\x07\x62\x61lance\x18\x03 \x01(\tR\x07\x62\x61lance\x12\x14\n\x05\x61sset\x18\x04 \x01(\tR\x05\x61sset\x12\x1b\n\tmarket_id\x18\x05 \x01(\tR\x08marketId\x12%\n\x04type\x18\x06 \x01(\x0e\x32\x11.vega.AccountTypeR\x04type"?\n\x0f\x46inancialAmount\x12\x16\n\x06\x61mount\x18\x01 \x01(\tR\x06\x61mount\x12\x14\n\x05\x61sset\x18\x02 \x01(\tR\x05\x61sset"\xb3\x01\n\x08Transfer\x12\x14\n\x05owner\x18\x01 \x01(\tR\x05owner\x12-\n\x06\x61mount\x18\x02 \x01(\x0b\x32\x15.vega.FinancialAmountR\x06\x61mount\x12&\n\x04type\x18\x03 \x01(\x0e\x32\x12.vega.TransferTypeR\x04type\x12\x1d\n\nmin_amount\x18\x04 \x01(\tR\tminAmount\x12\x1b\n\tmarket_id\x18\x05 \x01(\tR\x08marketId"\x84\x01\n\x10\x44ispatchStrategy\x12(\n\x10\x61sset_for_metric\x18\x01 \x01(\tR\x0e\x61ssetForMetric\x12,\n\x06metric\x18\x02 \x01(\x0e\x32\x14.vega.DispatchMetricR\x06metric\x12\x18\n\x07markets\x18\x03 \x03(\tR\x07markets"\xdc\x01\n\x0fTransferRequest\x12\x30\n\x0c\x66rom_account\x18\x01 \x03(\x0b\x32\r.vega.AccountR\x0b\x66romAccount\x12,\n\nto_account\x18\x02 \x03(\x0b\x32\r.vega.AccountR\ttoAccount\x12\x16\n\x06\x61mount\x18\x03 \x01(\tR\x06\x61mount\x12\x1d\n\nmin_amount\x18\x04 \x01(\tR\tminAmount\x12\x14\n\x05\x61sset\x18\x05 \x01(\tR\x05\x61sset\x12\x1c\n\treference\x18\x06 \x01(\tR\treference"\xb7\x01\n\x0bLedgerEntry\x12!\n\x0c\x66rom_account\x18\x01 \x01(\tR\x0b\x66romAccount\x12\x1d\n\nto_account\x18\x02 \x01(\tR\ttoAccount\x12\x16\n\x06\x61mount\x18\x03 \x01(\tR\x06\x61mount\x12\x1c\n\treference\x18\x04 \x01(\tR\treference\x12\x12\n\x04type\x18\x05 \x01(\tR\x04type\x12\x1c\n\ttimestamp\x18\x06 \x01(\x03R\ttimestamp"T\n\x0fTransferBalance\x12\'\n\x07\x61\x63\x63ount\x18\x01 \x01(\x0b\x32\r.vega.AccountR\x07\x61\x63\x63ount\x12\x18\n\x07\x62\x61lance\x18\x02 \x01(\tR\x07\x62\x61lance"v\n\x10TransferResponse\x12/\n\ttransfers\x18\x01 \x03(\x0b\x32\x11.vega.LedgerEntryR\ttransfers\x12\x31\n\x08\x62\x61lances\x18\x02 \x03(\x0b\x32\x15.vega.TransferBalanceR\x08\x62\x61lances"\xad\x02\n\x0cMarginLevels\x12-\n\x12maintenance_margin\x18\x01 \x01(\tR\x11maintenanceMargin\x12!\n\x0csearch_level\x18\x02 \x01(\tR\x0bsearchLevel\x12%\n\x0einitial_margin\x18\x03 \x01(\tR\rinitialMargin\x12\x38\n\x18\x63ollateral_release_level\x18\x04 \x01(\tR\x16\x63ollateralReleaseLevel\x12\x19\n\x08party_id\x18\x05 \x01(\tR\x07partyId\x12\x1b\n\tmarket_id\x18\x06 \x01(\tR\x08marketId\x12\x14\n\x05\x61sset\x18\x07 \x01(\tR\x05\x61sset\x12\x1c\n\ttimestamp\x18\x08 \x01(\x03R\ttimestamp"\xd3\t\n\nMarketData\x12\x1d\n\nmark_price\x18\x01 \x01(\tR\tmarkPrice\x12$\n\x0e\x62\x65st_bid_price\x18\x02 \x01(\tR\x0c\x62\x65stBidPrice\x12&\n\x0f\x62\x65st_bid_volume\x18\x03 \x01(\x04R\rbestBidVolume\x12(\n\x10\x62\x65st_offer_price\x18\x04 \x01(\tR\x0e\x62\x65stOfferPrice\x12*\n\x11\x62\x65st_offer_volume\x18\x05 \x01(\x04R\x0f\x62\x65stOfferVolume\x12\x31\n\x15\x62\x65st_static_bid_price\x18\x06 \x01(\tR\x12\x62\x65stStaticBidPrice\x12\x33\n\x16\x62\x65st_static_bid_volume\x18\x07 \x01(\x04R\x13\x62\x65stStaticBidVolume\x12\x35\n\x17\x62\x65st_static_offer_price\x18\x08 \x01(\tR\x14\x62\x65stStaticOfferPrice\x12\x37\n\x18\x62\x65st_static_offer_volume\x18\t \x01(\x04R\x15\x62\x65stStaticOfferVolume\x12\x1b\n\tmid_price\x18\n \x01(\tR\x08midPrice\x12(\n\x10static_mid_price\x18\x0b \x01(\tR\x0estaticMidPrice\x12\x16\n\x06market\x18\x0c \x01(\tR\x06market\x12\x1c\n\ttimestamp\x18\r \x01(\x03R\ttimestamp\x12#\n\ropen_interest\x18\x0e \x01(\x04R\x0copenInterest\x12\x1f\n\x0b\x61uction_end\x18\x0f \x01(\x03R\nauctionEnd\x12#\n\rauction_start\x18\x10 \x01(\x03R\x0c\x61uctionStart\x12)\n\x10indicative_price\x18\x11 \x01(\tR\x0findicativePrice\x12+\n\x11indicative_volume\x18\x12 \x01(\x04R\x10indicativeVolume\x12H\n\x13market_trading_mode\x18\x13 \x01(\x0e\x32\x18.vega.Market.TradingModeR\x11marketTradingMode\x12.\n\x07trigger\x18\x14 \x01(\x0e\x32\x14.vega.AuctionTriggerR\x07trigger\x12\x41\n\x11\x65xtension_trigger\x18\x15 \x01(\x0e\x32\x14.vega.AuctionTriggerR\x10\x65xtensionTrigger\x12!\n\x0ctarget_stake\x18\x16 \x01(\tR\x0btargetStake\x12%\n\x0esupplied_stake\x18\x17 \x01(\tR\rsuppliedStake\x12S\n\x17price_monitoring_bounds\x18\x18 \x03(\x0b\x32\x1b.vega.PriceMonitoringBoundsR\x15priceMonitoringBounds\x12,\n\x12market_value_proxy\x18\x19 \x01(\tR\x10marketValueProxy\x12`\n\x1cliquidity_provider_fee_share\x18\x1a \x03(\x0b\x32\x1f.vega.LiquidityProviderFeeShareR\x19liquidityProviderFeeShare"\x95\x01\n\x19LiquidityProviderFeeShare\x12\x14\n\x05party\x18\x01 \x01(\tR\x05party\x12*\n\x11\x65quity_like_share\x18\x02 \x01(\tR\x0f\x65quityLikeShare\x12\x36\n\x17\x61verage_entry_valuation\x18\x03 \x01(\tR\x15\x61verageEntryValuation"\xc8\x01\n\x15PriceMonitoringBounds\x12&\n\x0fmin_valid_price\x18\x01 \x01(\tR\rminValidPrice\x12&\n\x0fmax_valid_price\x18\x02 \x01(\tR\rmaxValidPrice\x12\x36\n\x07trigger\x18\x03 \x01(\x0b\x32\x1c.vega.PriceMonitoringTriggerR\x07trigger\x12\'\n\x0freference_price\x18\x04 \x01(\tR\x0ereferencePrice"Q\n\x0b\x45rrorDetail\x12\x12\n\x04\x63ode\x18\x01 \x01(\x05R\x04\x63ode\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message\x12\x14\n\x05inner\x18\x03 \x01(\tR\x05inner":\n\x10NetworkParameter\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value"\xd9\x03\n\rNetworkLimits\x12,\n\x12\x63\x61n_propose_market\x18\x01 \x01(\x08R\x10\x63\x61nProposeMarket\x12*\n\x11\x63\x61n_propose_asset\x18\x02 \x01(\x08R\x0f\x63\x61nProposeAsset\x12-\n\x12\x62ootstrap_finished\x18\x03 \x01(\x08R\x11\x62ootstrapFinished\x12\x34\n\x16propose_market_enabled\x18\x04 \x01(\x08R\x14proposeMarketEnabled\x12\x32\n\x15propose_asset_enabled\x18\x05 \x01(\x08R\x13proposeAssetEnabled\x12\x32\n\x15\x62ootstrap_block_count\x18\x06 \x01(\rR\x13\x62ootstrapBlockCount\x12%\n\x0egenesis_loaded\x18\x07 \x01(\x08R\rgenesisLoaded\x12=\n\x1bpropose_market_enabled_from\x18\x08 \x01(\x03R\x18proposeMarketEnabledFrom\x12;\n\x1apropose_asset_enabled_from\x18\t \x01(\x03R\x17proposeAssetEnabledFrom"}\n\x0eLiquidityOrder\x12\x33\n\treference\x18\x01 \x01(\x0e\x32\x15.vega.PeggedReferenceR\treference\x12\x1e\n\nproportion\x18\x02 \x01(\rR\nproportion\x12\x16\n\x06offset\x18\x03 \x01(\tR\x06offset"s\n\x17LiquidityOrderReference\x12\x19\n\x08order_id\x18\x01 \x01(\tR\x07orderId\x12=\n\x0fliquidity_order\x18\x02 \x01(\x0b\x32\x14.vega.LiquidityOrderR\x0eliquidityOrder"\xd2\x04\n\x12LiquidityProvision\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x19\n\x08party_id\x18\x02 \x01(\tR\x07partyId\x12\x1d\n\ncreated_at\x18\x03 \x01(\x03R\tcreatedAt\x12\x1d\n\nupdated_at\x18\x04 \x01(\x03R\tupdatedAt\x12\x1b\n\tmarket_id\x18\x05 \x01(\tR\x08marketId\x12+\n\x11\x63ommitment_amount\x18\x06 \x01(\tR\x10\x63ommitmentAmount\x12\x10\n\x03\x66\x65\x65\x18\x07 \x01(\tR\x03\x66\x65\x65\x12\x33\n\x05sells\x18\x08 \x03(\x0b\x32\x1d.vega.LiquidityOrderReferenceR\x05sells\x12\x31\n\x04\x62uys\x18\t \x03(\x0b\x32\x1d.vega.LiquidityOrderReferenceR\x04\x62uys\x12\x18\n\x07version\x18\n \x01(\x04R\x07version\x12\x37\n\x06status\x18\x0b \x01(\x0e\x32\x1f.vega.LiquidityProvision.StatusR\x06status\x12\x1c\n\treference\x18\x0c \x01(\tR\treference"\x9d\x01\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x11\n\rSTATUS_ACTIVE\x10\x01\x12\x12\n\x0eSTATUS_STOPPED\x10\x02\x12\x14\n\x10STATUS_CANCELLED\x10\x03\x12\x13\n\x0fSTATUS_REJECTED\x10\x04\x12\x15\n\x11STATUS_UNDEPLOYED\x10\x05\x12\x12\n\x0eSTATUS_PENDING\x10\x06"\xd0\x03\n\x0e\x45thereumConfig\x12\x1d\n\nnetwork_id\x18\x01 \x01(\tR\tnetworkId\x12\x19\n\x08\x63hain_id\x18\x02 \x01(\tR\x07\x63hainId\x12Z\n\x1a\x63ollateral_bridge_contract\x18\x03 \x01(\x0b\x32\x1c.vega.EthereumContractConfigR\x18\x63ollateralBridgeContract\x12$\n\rconfirmations\x18\x04 \x01(\rR\rconfirmations\x12T\n\x17staking_bridge_contract\x18\x05 \x01(\x0b\x32\x1c.vega.EthereumContractConfigR\x15stakingBridgeContract\x12R\n\x16token_vesting_contract\x18\x06 \x01(\x0b\x32\x1c.vega.EthereumContractConfigR\x14tokenVestingContract\x12X\n\x19multisig_control_contract\x18\x07 \x01(\x0b\x32\x1c.vega.EthereumContractConfigR\x17multisigControlContract"j\n\x16\x45thereumContractConfig\x12\x18\n\x07\x61\x64\x64ress\x18\x01 \x01(\tR\x07\x61\x64\x64ress\x12\x36\n\x17\x64\x65ployment_block_height\x18\x06 \x01(\x04R\x15\x64\x65ploymentBlockHeight"\xac\x01\n\x0f\x45pochTimestamps\x12\x1d\n\nstart_time\x18\x01 \x01(\x03R\tstartTime\x12\x1f\n\x0b\x65xpiry_time\x18\x02 \x01(\x03R\nexpiryTime\x12\x19\n\x08\x65nd_time\x18\x03 \x01(\x03R\x07\x65ndTime\x12\x1f\n\x0b\x66irst_block\x18\x04 \x01(\x04R\nfirstBlock\x12\x1d\n\nlast_block\x18\x05 \x01(\x04R\tlastBlock"\xb0\x01\n\x05\x45poch\x12\x10\n\x03seq\x18\x01 \x01(\x04R\x03seq\x12\x35\n\ntimestamps\x18\x02 \x01(\x0b\x32\x15.vega.EpochTimestampsR\ntimestamps\x12*\n\nvalidators\x18\x03 \x03(\x0b\x32\n.vega.NodeR\nvalidators\x12\x32\n\x0b\x64\x65legations\x18\x04 \x03(\x0b\x32\x10.vega.DelegationR\x0b\x64\x65legations"\x8e\x01\n\x12\x45pochParticipation\x12!\n\x05\x65poch\x18\x01 \x01(\x0b\x32\x0b.vega.EpochR\x05\x65poch\x12\x18\n\x07offline\x18\x02 \x01(\x04R\x07offline\x12\x16\n\x06online\x18\x03 \x01(\x04R\x06online\x12#\n\rtotal_rewards\x18\x04 \x01(\x01R\x0ctotalRewards"S\n\tEpochData\x12\x14\n\x05total\x18\x01 \x01(\x05R\x05total\x12\x18\n\x07offline\x18\x02 \x01(\x05R\x07offline\x12\x16\n\x06online\x18\x03 \x01(\x05R\x06online"\x9b\x02\n\x0cRankingScore\x12\x1f\n\x0bstake_score\x18\x01 \x01(\tR\nstakeScore\x12+\n\x11performance_score\x18\x02 \x01(\tR\x10performanceScore\x12\x42\n\x0fprevious_status\x18\x03 \x01(\x0e\x32\x19.vega.ValidatorNodeStatusR\x0epreviousStatus\x12\x31\n\x06status\x18\x04 \x01(\x0e\x32\x19.vega.ValidatorNodeStatusR\x06status\x12!\n\x0cvoting_power\x18\x05 \x01(\rR\x0bvotingPower\x12#\n\rranking_score\x18\x06 \x01(\tR\x0crankingScore"\xab\x02\n\x0bRewardScore\x12.\n\x13raw_validator_score\x18\x01 \x01(\tR\x11rawValidatorScore\x12+\n\x11performance_score\x18\x02 \x01(\tR\x10performanceScore\x12%\n\x0emultisig_score\x18\x03 \x01(\tR\rmultisigScore\x12\'\n\x0fvalidator_score\x18\x04 \x01(\tR\x0evalidatorScore\x12)\n\x10normalised_score\x18\x05 \x01(\tR\x0fnormalisedScore\x12\x44\n\x10validator_status\x18\x06 \x01(\x0e\x32\x19.vega.ValidatorNodeStatusR\x0fvalidatorStatus"\xb3\x05\n\x04Node\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x17\n\x07pub_key\x18\x02 \x01(\tR\x06pubKey\x12\x1c\n\ntm_pub_key\x18\x03 \x01(\tR\x08tmPubKey\x12)\n\x10\x65thereum_address\x18\x04 \x01(\tR\x0f\x65thereumAddress\x12\x19\n\x08info_url\x18\x05 \x01(\tR\x07infoUrl\x12\x1a\n\x08location\x18\x06 \x01(\tR\x08location\x12,\n\x12staked_by_operator\x18\x07 \x01(\tR\x10stakedByOperator\x12.\n\x13staked_by_delegates\x18\x08 \x01(\tR\x11stakedByDelegates\x12!\n\x0cstaked_total\x18\t \x01(\tR\x0bstakedTotal\x12,\n\x12max_intended_stake\x18\n \x01(\tR\x10maxIntendedStake\x12#\n\rpending_stake\x18\x0b \x01(\tR\x0cpendingStake\x12.\n\nepoch_data\x18\x0c \x01(\x0b\x32\x0f.vega.EpochDataR\tepochData\x12(\n\x06status\x18\r \x01(\x0e\x32\x10.vega.NodeStatusR\x06status\x12\x32\n\x0b\x64\x65legations\x18\x0e \x03(\x0b\x32\x10.vega.DelegationR\x0b\x64\x65legations\x12\x34\n\x0creward_score\x18\x0f \x01(\x0b\x32\x11.vega.RewardScoreR\x0brewardScore\x12\x37\n\rranking_score\x18\x10 \x01(\x0b\x32\x12.vega.RankingScoreR\x0crankingScore\x12\x12\n\x04name\x18\x11 \x01(\tR\x04name\x12\x1d\n\navatar_url\x18\x12 \x01(\tR\tavatarUrl"\xb8\x01\n\x08NodeData\x12!\n\x0cstaked_total\x18\x01 \x01(\tR\x0bstakedTotal\x12\x1f\n\x0btotal_nodes\x18\x02 \x01(\rR\ntotalNodes\x12%\n\x0einactive_nodes\x18\x03 \x01(\rR\rinactiveNodes\x12)\n\x10validating_nodes\x18\x04 \x01(\rR\x0fvalidatingNodes\x12\x16\n\x06uptime\x18\x05 \x01(\x02R\x06uptime"p\n\nDelegation\x12\x14\n\x05party\x18\x01 \x01(\tR\x05party\x12\x17\n\x07node_id\x18\x02 \x01(\tR\x06nodeId\x12\x16\n\x06\x61mount\x18\x03 \x01(\tR\x06\x61mount\x12\x1b\n\tepoch_seq\x18\x04 \x01(\tR\x08\x65pochSeq"\xfb\x01\n\x06Reward\x12\x19\n\x08\x61sset_id\x18\x01 \x01(\tR\x07\x61ssetId\x12\x19\n\x08party_id\x18\x02 \x01(\tR\x07partyId\x12\x14\n\x05\x65poch\x18\x03 \x01(\x04R\x05\x65poch\x12\x16\n\x06\x61mount\x18\x04 \x01(\tR\x06\x61mount\x12.\n\x13percentage_of_total\x18\x05 \x01(\tR\x11percentageOfTotal\x12\x1f\n\x0breceived_at\x18\x06 \x01(\x03R\nreceivedAt\x12\x1b\n\tmarket_id\x18\x07 \x01(\tR\x08marketId\x12\x1f\n\x0breward_type\x18\x08 \x01(\tR\nrewardType"]\n\rRewardSummary\x12\x19\n\x08\x61sset_id\x18\x01 \x01(\tR\x07\x61ssetId\x12\x19\n\x08party_id\x18\x02 \x01(\tR\x07partyId\x12\x16\n\x06\x61mount\x18\x03 \x01(\tR\x06\x61mount"y\n\x12StateValueProposal\x12 \n\x0cstate_var_id\x18\x01 \x01(\tR\nstateVarId\x12\x19\n\x08\x65vent_id\x18\x02 \x01(\tR\x07\x65ventId\x12&\n\x03kvb\x18\x03 \x03(\x0b\x32\x14.vega.KeyValueBundleR\x03kvb"k\n\x0eKeyValueBundle\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x1c\n\ttolerance\x18\x02 \x01(\tR\ttolerance\x12)\n\x05value\x18\x03 \x01(\x0b\x32\x13.vega.StateVarValueR\x05value"\xb4\x01\n\rStateVarValue\x12\x32\n\nscalar_val\x18\x01 \x01(\x0b\x32\x11.vega.ScalarValueH\x00R\tscalarVal\x12\x32\n\nvector_val\x18\x02 \x01(\x0b\x32\x11.vega.VectorValueH\x00R\tvectorVal\x12\x32\n\nmatrix_val\x18\x03 \x01(\x0b\x32\x11.vega.MatrixValueH\x00R\tmatrixValB\x07\n\x05value"#\n\x0bScalarValue\x12\x14\n\x05value\x18\x01 \x01(\tR\x05value"#\n\x0bVectorValue\x12\x14\n\x05value\x18\x01 \x03(\tR\x05value"6\n\x0bMatrixValue\x12\'\n\x05value\x18\x01 \x03(\x0b\x32\x11.vega.VectorValueR\x05value*9\n\x04Side\x12\x14\n\x10SIDE_UNSPECIFIED\x10\x00\x12\x0c\n\x08SIDE_BUY\x10\x01\x12\r\n\tSIDE_SELL\x10\x02*\x98\x01\n\x08Interval\x12\x18\n\x14INTERVAL_UNSPECIFIED\x10\x00\x12\x10\n\x0cINTERVAL_I1M\x10<\x12\x11\n\x0cINTERVAL_I5M\x10\xac\x02\x12\x12\n\rINTERVAL_I15M\x10\x84\x07\x12\x11\n\x0cINTERVAL_I1H\x10\x90\x1c\x12\x12\n\x0cINTERVAL_I6H\x10\xe0\xa8\x01\x12\x12\n\x0cINTERVAL_I1D\x10\x80\xa3\x05*\xa3\x01\n\x0e\x41uctionTrigger\x12\x1f\n\x1b\x41UCTION_TRIGGER_UNSPECIFIED\x10\x00\x12\x19\n\x15\x41UCTION_TRIGGER_BATCH\x10\x01\x12\x1b\n\x17\x41UCTION_TRIGGER_OPENING\x10\x02\x12\x19\n\x15\x41UCTION_TRIGGER_PRICE\x10\x03\x12\x1d\n\x19\x41UCTION_TRIGGER_LIQUIDITY\x10\x04*\x8b\x01\n\x0fPeggedReference\x12 \n\x1cPEGGED_REFERENCE_UNSPECIFIED\x10\x00\x12\x18\n\x14PEGGED_REFERENCE_MID\x10\x01\x12\x1d\n\x19PEGGED_REFERENCE_BEST_BID\x10\x02\x12\x1d\n\x19PEGGED_REFERENCE_BEST_ASK\x10\x03*\x9f\x0f\n\nOrderError\x12\x1b\n\x17ORDER_ERROR_UNSPECIFIED\x10\x00\x12!\n\x1dORDER_ERROR_INVALID_MARKET_ID\x10\x01\x12 \n\x1cORDER_ERROR_INVALID_ORDER_ID\x10\x02\x12\x1f\n\x1bORDER_ERROR_OUT_OF_SEQUENCE\x10\x03\x12&\n"ORDER_ERROR_INVALID_REMAINING_SIZE\x10\x04\x12\x1c\n\x18ORDER_ERROR_TIME_FAILURE\x10\x05\x12\x1f\n\x1bORDER_ERROR_REMOVAL_FAILURE\x10\x06\x12+\n\'ORDER_ERROR_INVALID_EXPIRATION_DATETIME\x10\x07\x12\'\n#ORDER_ERROR_INVALID_ORDER_REFERENCE\x10\x08\x12 \n\x1cORDER_ERROR_EDIT_NOT_ALLOWED\x10\t\x12\x1d\n\x19ORDER_ERROR_AMEND_FAILURE\x10\n\x12\x19\n\x15ORDER_ERROR_NOT_FOUND\x10\x0b\x12 \n\x1cORDER_ERROR_INVALID_PARTY_ID\x10\x0c\x12\x1d\n\x19ORDER_ERROR_MARKET_CLOSED\x10\r\x12#\n\x1fORDER_ERROR_MARGIN_CHECK_FAILED\x10\x0e\x12\'\n#ORDER_ERROR_MISSING_GENERAL_ACCOUNT\x10\x0f\x12\x1e\n\x1aORDER_ERROR_INTERNAL_ERROR\x10\x10\x12\x1c\n\x18ORDER_ERROR_INVALID_SIZE\x10\x11\x12#\n\x1fORDER_ERROR_INVALID_PERSISTENCE\x10\x12\x12\x1c\n\x18ORDER_ERROR_INVALID_TYPE\x10\x13\x12\x1c\n\x18ORDER_ERROR_SELF_TRADING\x10\x14\x12.\n*ORDER_ERROR_INSUFFICIENT_FUNDS_TO_PAY_FEES\x10\x15\x12%\n!ORDER_ERROR_INCORRECT_MARKET_TYPE\x10\x16\x12%\n!ORDER_ERROR_INVALID_TIME_IN_FORCE\x10\x17\x12+\n\'ORDER_ERROR_GFN_ORDER_DURING_AN_AUCTION\x10\x18\x12\x33\n/ORDER_ERROR_GFA_ORDER_DURING_CONTINUOUS_TRADING\x10\x19\x12\x34\n0ORDER_ERROR_CANNOT_AMEND_TO_GTT_WITHOUT_EXPIRYAT\x10\x1a\x12)\n%ORDER_ERROR_EXPIRYAT_BEFORE_CREATEDAT\x10\x1b\x12,\n(ORDER_ERROR_CANNOT_HAVE_GTC_AND_EXPIRYAT\x10\x1c\x12*\n&ORDER_ERROR_CANNOT_AMEND_TO_FOK_OR_IOC\x10\x1d\x12*\n&ORDER_ERROR_CANNOT_AMEND_TO_GFA_OR_GFN\x10\x1e\x12,\n(ORDER_ERROR_CANNOT_AMEND_FROM_GFA_OR_GFN\x10\x1f\x12\x34\n0ORDER_ERROR_CANNOT_SEND_IOC_ORDER_DURING_AUCTION\x10 \x12\x34\n0ORDER_ERROR_CANNOT_SEND_FOK_ORDER_DURING_AUCTION\x10!\x12#\n\x1fORDER_ERROR_MUST_BE_LIMIT_ORDER\x10"\x12"\n\x1eORDER_ERROR_MUST_BE_GTT_OR_GTC\x10#\x12\'\n#ORDER_ERROR_WITHOUT_REFERENCE_PRICE\x10$\x12\x33\n/ORDER_ERROR_BUY_CANNOT_REFERENCE_BEST_ASK_PRICE\x10%\x12\x37\n3ORDER_ERROR_OFFSET_MUST_BE_GREATER_OR_EQUAL_TO_ZERO\x10(\x12\x34\n0ORDER_ERROR_SELL_CANNOT_REFERENCE_BEST_BID_PRICE\x10)\x12\x30\n,ORDER_ERROR_OFFSET_MUST_BE_GREATER_THAN_ZERO\x10*\x12*\n&ORDER_ERROR_INSUFFICIENT_ASSET_BALANCE\x10+\x12\x45\nAORDER_ERROR_CANNOT_AMEND_PEGGED_ORDER_DETAILS_ON_NON_PEGGED_ORDER\x10,\x12.\n*ORDER_ERROR_UNABLE_TO_REPRICE_PEGGED_ORDER\x10-\x12\x35\n1ORDER_ERROR_UNABLE_TO_AMEND_PRICE_ON_PEGGED_ORDER\x10.\x12\x38\n4ORDER_ERROR_NON_PERSISTENT_ORDER_OUT_OF_PRICE_BOUNDS\x10/"\x04\x08&\x10&"\x04\x08\'\x10\'*\x82\x01\n\x0b\x43hainStatus\x12\x1c\n\x18\x43HAIN_STATUS_UNSPECIFIED\x10\x00\x12\x1d\n\x19\x43HAIN_STATUS_DISCONNECTED\x10\x01\x12\x1a\n\x16\x43HAIN_STATUS_REPLAYING\x10\x02\x12\x1a\n\x16\x43HAIN_STATUS_CONNECTED\x10\x03*\xc4\x04\n\x0b\x41\x63\x63ountType\x12\x1c\n\x18\x41\x43\x43OUNT_TYPE_UNSPECIFIED\x10\x00\x12\x1a\n\x16\x41\x43\x43OUNT_TYPE_INSURANCE\x10\x01\x12\x1b\n\x17\x41\x43\x43OUNT_TYPE_SETTLEMENT\x10\x02\x12\x17\n\x13\x41\x43\x43OUNT_TYPE_MARGIN\x10\x03\x12\x18\n\x14\x41\x43\x43OUNT_TYPE_GENERAL\x10\x04\x12$\n ACCOUNT_TYPE_FEES_INFRASTRUCTURE\x10\x05\x12\x1f\n\x1b\x41\x43\x43OUNT_TYPE_FEES_LIQUIDITY\x10\x06\x12\x1b\n\x17\x41\x43\x43OUNT_TYPE_FEES_MAKER\x10\x07\x12\x15\n\x11\x41\x43\x43OUNT_TYPE_BOND\x10\t\x12\x19\n\x15\x41\x43\x43OUNT_TYPE_EXTERNAL\x10\n\x12!\n\x1d\x41\x43\x43OUNT_TYPE_GLOBAL_INSURANCE\x10\x0b\x12\x1e\n\x1a\x41\x43\x43OUNT_TYPE_GLOBAL_REWARD\x10\x0c\x12"\n\x1e\x41\x43\x43OUNT_TYPE_PENDING_TRANSFERS\x10\r\x12\'\n#ACCOUNT_TYPE_REWARD_TAKER_PAID_FEES\x10\x0e\x12+\n\'ACCOUNT_TYPE_REWARD_MAKER_RECEIVED_FEES\x10\x0f\x12(\n$ACCOUNT_TYPE_REWARD_LP_RECEIVED_FEES\x10\x10\x12(\n$ACCOUNT_TYPE_REWARD_MARKET_PROPOSERS\x10\x11"\x04\x08\x08\x10\x08*\xa7\x06\n\x0cTransferType\x12\x1d\n\x19TRANSFER_TYPE_UNSPECIFIED\x10\x00\x12\x16\n\x12TRANSFER_TYPE_LOSS\x10\x01\x12\x15\n\x11TRANSFER_TYPE_WIN\x10\x02\x12\x17\n\x13TRANSFER_TYPE_CLOSE\x10\x03\x12\x1a\n\x16TRANSFER_TYPE_MTM_LOSS\x10\x04\x12\x19\n\x15TRANSFER_TYPE_MTM_WIN\x10\x05\x12\x1c\n\x18TRANSFER_TYPE_MARGIN_LOW\x10\x06\x12\x1d\n\x19TRANSFER_TYPE_MARGIN_HIGH\x10\x07\x12$\n TRANSFER_TYPE_MARGIN_CONFISCATED\x10\x08\x12\x1f\n\x1bTRANSFER_TYPE_MAKER_FEE_PAY\x10\t\x12#\n\x1fTRANSFER_TYPE_MAKER_FEE_RECEIVE\x10\n\x12(\n$TRANSFER_TYPE_INFRASTRUCTURE_FEE_PAY\x10\x0b\x12/\n+TRANSFER_TYPE_INFRASTRUCTURE_FEE_DISTRIBUTE\x10\x0c\x12#\n\x1fTRANSFER_TYPE_LIQUIDITY_FEE_PAY\x10\r\x12*\n&TRANSFER_TYPE_LIQUIDITY_FEE_DISTRIBUTE\x10\x0e\x12\x1a\n\x16TRANSFER_TYPE_BOND_LOW\x10\x0f\x12\x1b\n\x17TRANSFER_TYPE_BOND_HIGH\x10\x10\x12\x1f\n\x1bTRANSFER_TYPE_WITHDRAW_LOCK\x10\x11\x12\x1a\n\x16TRANSFER_TYPE_WITHDRAW\x10\x12\x12\x19\n\x15TRANSFER_TYPE_DEPOSIT\x10\x13\x12\x1f\n\x1bTRANSFER_TYPE_BOND_SLASHING\x10\x14\x12\x1e\n\x1aTRANSFER_TYPE_STAKE_REWARD\x10\x15\x12%\n!TRANSFER_TYPE_TRANSFER_FUNDS_SEND\x10\x16\x12+\n\'TRANSFER_TYPE_TRANSFER_FUNDS_DISTRIBUTE\x10\x17*\xc7\x01\n\x0e\x44ispatchMetric\x12\x1f\n\x1b\x44ISPATCH_METRIC_UNSPECIFIED\x10\x00\x12#\n\x1f\x44ISPATCH_METRIC_TAKER_FEES_PAID\x10\x01\x12\'\n#DISPATCH_METRIC_MAKER_FEES_RECEIVED\x10\x02\x12$\n DISPATCH_METRIC_LP_FEES_RECEIVED\x10\x03\x12 \n\x1c\x44ISPATCH_METRIC_MARKET_VALUE\x10\x04*c\n\nNodeStatus\x12\x1b\n\x17NODE_STATUS_UNSPECIFIED\x10\x00\x12\x19\n\x15NODE_STATUS_VALIDATOR\x10\x01\x12\x1d\n\x19NODE_STATUS_NON_VALIDATOR\x10\x02*Y\n\x0b\x45pochAction\x12\x1c\n\x18\x45POCH_ACTION_UNSPECIFIED\x10\x00\x12\x16\n\x12\x45POCH_ACTION_START\x10\x01\x12\x14\n\x10\x45POCH_ACTION_END\x10\x02*\xa7\x01\n\x13ValidatorNodeStatus\x12%\n!VALIDATOR_NODE_STATUS_UNSPECIFIED\x10\x00\x12$\n VALIDATOR_NODE_STATUS_TENDERMINT\x10\x01\x12 \n\x1cVALIDATOR_NODE_STATUS_ERSATZ\x10\x02\x12!\n\x1dVALIDATOR_NODE_STATUS_PENDING\x10\x03\x42\'Z%code.vegaprotocol.io/vega/protos/vegab\x06proto3' ) -_SIDE = DESCRIPTOR.enum_types_by_name["Side"] -Side = enum_type_wrapper.EnumTypeWrapper(_SIDE) -_INTERVAL = DESCRIPTOR.enum_types_by_name["Interval"] -Interval = enum_type_wrapper.EnumTypeWrapper(_INTERVAL) -_AUCTIONTRIGGER = DESCRIPTOR.enum_types_by_name["AuctionTrigger"] -AuctionTrigger = enum_type_wrapper.EnumTypeWrapper(_AUCTIONTRIGGER) -_PEGGEDREFERENCE = DESCRIPTOR.enum_types_by_name["PeggedReference"] -PeggedReference = enum_type_wrapper.EnumTypeWrapper(_PEGGEDREFERENCE) -_ORDERERROR = DESCRIPTOR.enum_types_by_name["OrderError"] -OrderError = enum_type_wrapper.EnumTypeWrapper(_ORDERERROR) -_CHAINSTATUS = DESCRIPTOR.enum_types_by_name["ChainStatus"] -ChainStatus = enum_type_wrapper.EnumTypeWrapper(_CHAINSTATUS) -_ACCOUNTTYPE = DESCRIPTOR.enum_types_by_name["AccountType"] -AccountType = enum_type_wrapper.EnumTypeWrapper(_ACCOUNTTYPE) -_TRANSFERTYPE = DESCRIPTOR.enum_types_by_name["TransferType"] -TransferType = enum_type_wrapper.EnumTypeWrapper(_TRANSFERTYPE) -_DISPATCHMETRIC = DESCRIPTOR.enum_types_by_name["DispatchMetric"] -DispatchMetric = enum_type_wrapper.EnumTypeWrapper(_DISPATCHMETRIC) -_NODESTATUS = DESCRIPTOR.enum_types_by_name["NodeStatus"] -NodeStatus = enum_type_wrapper.EnumTypeWrapper(_NODESTATUS) -_EPOCHACTION = DESCRIPTOR.enum_types_by_name["EpochAction"] -EpochAction = enum_type_wrapper.EnumTypeWrapper(_EPOCHACTION) -_VALIDATORNODESTATUS = DESCRIPTOR.enum_types_by_name["ValidatorNodeStatus"] -ValidatorNodeStatus = enum_type_wrapper.EnumTypeWrapper(_VALIDATORNODESTATUS) -SIDE_UNSPECIFIED = 0 -SIDE_BUY = 1 -SIDE_SELL = 2 -INTERVAL_UNSPECIFIED = 0 -INTERVAL_I1M = 60 -INTERVAL_I5M = 300 -INTERVAL_I15M = 900 -INTERVAL_I1H = 3600 -INTERVAL_I6H = 21600 -INTERVAL_I1D = 86400 -AUCTION_TRIGGER_UNSPECIFIED = 0 -AUCTION_TRIGGER_BATCH = 1 -AUCTION_TRIGGER_OPENING = 2 -AUCTION_TRIGGER_PRICE = 3 -AUCTION_TRIGGER_LIQUIDITY = 4 -PEGGED_REFERENCE_UNSPECIFIED = 0 -PEGGED_REFERENCE_MID = 1 -PEGGED_REFERENCE_BEST_BID = 2 -PEGGED_REFERENCE_BEST_ASK = 3 -ORDER_ERROR_UNSPECIFIED = 0 -ORDER_ERROR_INVALID_MARKET_ID = 1 -ORDER_ERROR_INVALID_ORDER_ID = 2 -ORDER_ERROR_OUT_OF_SEQUENCE = 3 -ORDER_ERROR_INVALID_REMAINING_SIZE = 4 -ORDER_ERROR_TIME_FAILURE = 5 -ORDER_ERROR_REMOVAL_FAILURE = 6 -ORDER_ERROR_INVALID_EXPIRATION_DATETIME = 7 -ORDER_ERROR_INVALID_ORDER_REFERENCE = 8 -ORDER_ERROR_EDIT_NOT_ALLOWED = 9 -ORDER_ERROR_AMEND_FAILURE = 10 -ORDER_ERROR_NOT_FOUND = 11 -ORDER_ERROR_INVALID_PARTY_ID = 12 -ORDER_ERROR_MARKET_CLOSED = 13 -ORDER_ERROR_MARGIN_CHECK_FAILED = 14 -ORDER_ERROR_MISSING_GENERAL_ACCOUNT = 15 -ORDER_ERROR_INTERNAL_ERROR = 16 -ORDER_ERROR_INVALID_SIZE = 17 -ORDER_ERROR_INVALID_PERSISTENCE = 18 -ORDER_ERROR_INVALID_TYPE = 19 -ORDER_ERROR_SELF_TRADING = 20 -ORDER_ERROR_INSUFFICIENT_FUNDS_TO_PAY_FEES = 21 -ORDER_ERROR_INCORRECT_MARKET_TYPE = 22 -ORDER_ERROR_INVALID_TIME_IN_FORCE = 23 -ORDER_ERROR_GFN_ORDER_DURING_AN_AUCTION = 24 -ORDER_ERROR_GFA_ORDER_DURING_CONTINUOUS_TRADING = 25 -ORDER_ERROR_CANNOT_AMEND_TO_GTT_WITHOUT_EXPIRYAT = 26 -ORDER_ERROR_EXPIRYAT_BEFORE_CREATEDAT = 27 -ORDER_ERROR_CANNOT_HAVE_GTC_AND_EXPIRYAT = 28 -ORDER_ERROR_CANNOT_AMEND_TO_FOK_OR_IOC = 29 -ORDER_ERROR_CANNOT_AMEND_TO_GFA_OR_GFN = 30 -ORDER_ERROR_CANNOT_AMEND_FROM_GFA_OR_GFN = 31 -ORDER_ERROR_CANNOT_SEND_IOC_ORDER_DURING_AUCTION = 32 -ORDER_ERROR_CANNOT_SEND_FOK_ORDER_DURING_AUCTION = 33 -ORDER_ERROR_MUST_BE_LIMIT_ORDER = 34 -ORDER_ERROR_MUST_BE_GTT_OR_GTC = 35 -ORDER_ERROR_WITHOUT_REFERENCE_PRICE = 36 -ORDER_ERROR_BUY_CANNOT_REFERENCE_BEST_ASK_PRICE = 37 -ORDER_ERROR_OFFSET_MUST_BE_GREATER_OR_EQUAL_TO_ZERO = 40 -ORDER_ERROR_SELL_CANNOT_REFERENCE_BEST_BID_PRICE = 41 -ORDER_ERROR_OFFSET_MUST_BE_GREATER_THAN_ZERO = 42 -ORDER_ERROR_INSUFFICIENT_ASSET_BALANCE = 43 -ORDER_ERROR_CANNOT_AMEND_PEGGED_ORDER_DETAILS_ON_NON_PEGGED_ORDER = 44 -ORDER_ERROR_UNABLE_TO_REPRICE_PEGGED_ORDER = 45 -ORDER_ERROR_UNABLE_TO_AMEND_PRICE_ON_PEGGED_ORDER = 46 -ORDER_ERROR_NON_PERSISTENT_ORDER_OUT_OF_PRICE_BOUNDS = 47 -CHAIN_STATUS_UNSPECIFIED = 0 -CHAIN_STATUS_DISCONNECTED = 1 -CHAIN_STATUS_REPLAYING = 2 -CHAIN_STATUS_CONNECTED = 3 -ACCOUNT_TYPE_UNSPECIFIED = 0 -ACCOUNT_TYPE_INSURANCE = 1 -ACCOUNT_TYPE_SETTLEMENT = 2 -ACCOUNT_TYPE_MARGIN = 3 -ACCOUNT_TYPE_GENERAL = 4 -ACCOUNT_TYPE_FEES_INFRASTRUCTURE = 5 -ACCOUNT_TYPE_FEES_LIQUIDITY = 6 -ACCOUNT_TYPE_FEES_MAKER = 7 -ACCOUNT_TYPE_BOND = 9 -ACCOUNT_TYPE_EXTERNAL = 10 -ACCOUNT_TYPE_GLOBAL_INSURANCE = 11 -ACCOUNT_TYPE_GLOBAL_REWARD = 12 -ACCOUNT_TYPE_PENDING_TRANSFERS = 13 -ACCOUNT_TYPE_REWARD_TAKER_PAID_FEES = 14 -ACCOUNT_TYPE_REWARD_MAKER_RECEIVED_FEES = 15 -ACCOUNT_TYPE_REWARD_LP_RECEIVED_FEES = 16 -ACCOUNT_TYPE_REWARD_MARKET_PROPOSERS = 17 -TRANSFER_TYPE_UNSPECIFIED = 0 -TRANSFER_TYPE_LOSS = 1 -TRANSFER_TYPE_WIN = 2 -TRANSFER_TYPE_CLOSE = 3 -TRANSFER_TYPE_MTM_LOSS = 4 -TRANSFER_TYPE_MTM_WIN = 5 -TRANSFER_TYPE_MARGIN_LOW = 6 -TRANSFER_TYPE_MARGIN_HIGH = 7 -TRANSFER_TYPE_MARGIN_CONFISCATED = 8 -TRANSFER_TYPE_MAKER_FEE_PAY = 9 -TRANSFER_TYPE_MAKER_FEE_RECEIVE = 10 -TRANSFER_TYPE_INFRASTRUCTURE_FEE_PAY = 11 -TRANSFER_TYPE_INFRASTRUCTURE_FEE_DISTRIBUTE = 12 -TRANSFER_TYPE_LIQUIDITY_FEE_PAY = 13 -TRANSFER_TYPE_LIQUIDITY_FEE_DISTRIBUTE = 14 -TRANSFER_TYPE_BOND_LOW = 15 -TRANSFER_TYPE_BOND_HIGH = 16 -TRANSFER_TYPE_WITHDRAW_LOCK = 17 -TRANSFER_TYPE_WITHDRAW = 18 -TRANSFER_TYPE_DEPOSIT = 19 -TRANSFER_TYPE_BOND_SLASHING = 20 -TRANSFER_TYPE_STAKE_REWARD = 21 -TRANSFER_TYPE_TRANSFER_FUNDS_SEND = 22 -TRANSFER_TYPE_TRANSFER_FUNDS_DISTRIBUTE = 23 -DISPATCH_METRIC_UNSPECIFIED = 0 -DISPATCH_METRIC_TAKER_FEES_PAID = 1 -DISPATCH_METRIC_MAKER_FEES_RECEIVED = 2 -DISPATCH_METRIC_LP_FEES_RECEIVED = 3 -DISPATCH_METRIC_MARKET_VALUE = 4 -NODE_STATUS_UNSPECIFIED = 0 -NODE_STATUS_VALIDATOR = 1 -NODE_STATUS_NON_VALIDATOR = 2 -EPOCH_ACTION_UNSPECIFIED = 0 -EPOCH_ACTION_START = 1 -EPOCH_ACTION_END = 2 -VALIDATOR_NODE_STATUS_UNSPECIFIED = 0 -VALIDATOR_NODE_STATUS_TENDERMINT = 1 -VALIDATOR_NODE_STATUS_ERSATZ = 2 -VALIDATOR_NODE_STATUS_PENDING = 3 - - -_PARTY = DESCRIPTOR.message_types_by_name["Party"] -_RISKFACTOR = DESCRIPTOR.message_types_by_name["RiskFactor"] -_PEGGEDORDER = DESCRIPTOR.message_types_by_name["PeggedOrder"] -_ORDER = DESCRIPTOR.message_types_by_name["Order"] -_ORDERCANCELLATIONCONFIRMATION = DESCRIPTOR.message_types_by_name[ - "OrderCancellationConfirmation" -] -_ORDERCONFIRMATION = DESCRIPTOR.message_types_by_name["OrderConfirmation"] -_AUCTIONINDICATIVESTATE = DESCRIPTOR.message_types_by_name["AuctionIndicativeState"] -_TRADE = DESCRIPTOR.message_types_by_name["Trade"] -_FEE = DESCRIPTOR.message_types_by_name["Fee"] -_TRADESET = DESCRIPTOR.message_types_by_name["TradeSet"] -_CANDLE = DESCRIPTOR.message_types_by_name["Candle"] -_PRICELEVEL = DESCRIPTOR.message_types_by_name["PriceLevel"] -_MARKETDEPTH = DESCRIPTOR.message_types_by_name["MarketDepth"] -_MARKETDEPTHUPDATE = DESCRIPTOR.message_types_by_name["MarketDepthUpdate"] -_POSITION = DESCRIPTOR.message_types_by_name["Position"] -_POSITIONTRADE = DESCRIPTOR.message_types_by_name["PositionTrade"] -_DEPOSIT = DESCRIPTOR.message_types_by_name["Deposit"] -_WITHDRAWAL = DESCRIPTOR.message_types_by_name["Withdrawal"] -_WITHDRAWEXT = DESCRIPTOR.message_types_by_name["WithdrawExt"] -_ERC20WITHDRAWEXT = DESCRIPTOR.message_types_by_name["Erc20WithdrawExt"] -_ACCOUNT = DESCRIPTOR.message_types_by_name["Account"] -_FINANCIALAMOUNT = DESCRIPTOR.message_types_by_name["FinancialAmount"] -_TRANSFER = DESCRIPTOR.message_types_by_name["Transfer"] -_DISPATCHSTRATEGY = DESCRIPTOR.message_types_by_name["DispatchStrategy"] -_TRANSFERREQUEST = DESCRIPTOR.message_types_by_name["TransferRequest"] -_LEDGERENTRY = DESCRIPTOR.message_types_by_name["LedgerEntry"] -_TRANSFERBALANCE = DESCRIPTOR.message_types_by_name["TransferBalance"] -_TRANSFERRESPONSE = DESCRIPTOR.message_types_by_name["TransferResponse"] -_MARGINLEVELS = DESCRIPTOR.message_types_by_name["MarginLevels"] -_MARKETDATA = DESCRIPTOR.message_types_by_name["MarketData"] -_LIQUIDITYPROVIDERFEESHARE = DESCRIPTOR.message_types_by_name[ - "LiquidityProviderFeeShare" -] -_PRICEMONITORINGBOUNDS = DESCRIPTOR.message_types_by_name["PriceMonitoringBounds"] -_ERRORDETAIL = DESCRIPTOR.message_types_by_name["ErrorDetail"] -_NETWORKPARAMETER = DESCRIPTOR.message_types_by_name["NetworkParameter"] -_NETWORKLIMITS = DESCRIPTOR.message_types_by_name["NetworkLimits"] -_LIQUIDITYORDER = DESCRIPTOR.message_types_by_name["LiquidityOrder"] -_LIQUIDITYORDERREFERENCE = DESCRIPTOR.message_types_by_name["LiquidityOrderReference"] -_LIQUIDITYPROVISION = DESCRIPTOR.message_types_by_name["LiquidityProvision"] -_ETHEREUMCONFIG = DESCRIPTOR.message_types_by_name["EthereumConfig"] -_ETHEREUMCONTRACTCONFIG = DESCRIPTOR.message_types_by_name["EthereumContractConfig"] -_EPOCHTIMESTAMPS = DESCRIPTOR.message_types_by_name["EpochTimestamps"] -_EPOCH = DESCRIPTOR.message_types_by_name["Epoch"] -_EPOCHPARTICIPATION = DESCRIPTOR.message_types_by_name["EpochParticipation"] -_EPOCHDATA = DESCRIPTOR.message_types_by_name["EpochData"] -_RANKINGSCORE = DESCRIPTOR.message_types_by_name["RankingScore"] -_REWARDSCORE = DESCRIPTOR.message_types_by_name["RewardScore"] -_NODE = DESCRIPTOR.message_types_by_name["Node"] -_NODEDATA = DESCRIPTOR.message_types_by_name["NodeData"] -_DELEGATION = DESCRIPTOR.message_types_by_name["Delegation"] -_REWARD = DESCRIPTOR.message_types_by_name["Reward"] -_REWARDSUMMARY = DESCRIPTOR.message_types_by_name["RewardSummary"] -_STATEVALUEPROPOSAL = DESCRIPTOR.message_types_by_name["StateValueProposal"] -_KEYVALUEBUNDLE = DESCRIPTOR.message_types_by_name["KeyValueBundle"] -_STATEVARVALUE = DESCRIPTOR.message_types_by_name["StateVarValue"] -_SCALARVALUE = DESCRIPTOR.message_types_by_name["ScalarValue"] -_VECTORVALUE = DESCRIPTOR.message_types_by_name["VectorValue"] -_MATRIXVALUE = DESCRIPTOR.message_types_by_name["MatrixValue"] -_ORDER_TIMEINFORCE = _ORDER.enum_types_by_name["TimeInForce"] -_ORDER_TYPE = _ORDER.enum_types_by_name["Type"] -_ORDER_STATUS = _ORDER.enum_types_by_name["Status"] -_TRADE_TYPE = _TRADE.enum_types_by_name["Type"] -_DEPOSIT_STATUS = _DEPOSIT.enum_types_by_name["Status"] -_WITHDRAWAL_STATUS = _WITHDRAWAL.enum_types_by_name["Status"] -_LIQUIDITYPROVISION_STATUS = _LIQUIDITYPROVISION.enum_types_by_name["Status"] -Party = _reflection.GeneratedProtocolMessageType( - "Party", - (_message.Message,), - { - "DESCRIPTOR": _PARTY, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.Party) - }, -) -_sym_db.RegisterMessage(Party) - -RiskFactor = _reflection.GeneratedProtocolMessageType( - "RiskFactor", - (_message.Message,), - { - "DESCRIPTOR": _RISKFACTOR, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.RiskFactor) - }, -) -_sym_db.RegisterMessage(RiskFactor) - -PeggedOrder = _reflection.GeneratedProtocolMessageType( - "PeggedOrder", - (_message.Message,), - { - "DESCRIPTOR": _PEGGEDORDER, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.PeggedOrder) - }, -) -_sym_db.RegisterMessage(PeggedOrder) - -Order = _reflection.GeneratedProtocolMessageType( - "Order", - (_message.Message,), - { - "DESCRIPTOR": _ORDER, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.Order) - }, -) -_sym_db.RegisterMessage(Order) - -OrderCancellationConfirmation = _reflection.GeneratedProtocolMessageType( - "OrderCancellationConfirmation", - (_message.Message,), - { - "DESCRIPTOR": _ORDERCANCELLATIONCONFIRMATION, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.OrderCancellationConfirmation) - }, -) -_sym_db.RegisterMessage(OrderCancellationConfirmation) - -OrderConfirmation = _reflection.GeneratedProtocolMessageType( - "OrderConfirmation", - (_message.Message,), - { - "DESCRIPTOR": _ORDERCONFIRMATION, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.OrderConfirmation) - }, -) -_sym_db.RegisterMessage(OrderConfirmation) - -AuctionIndicativeState = _reflection.GeneratedProtocolMessageType( - "AuctionIndicativeState", - (_message.Message,), - { - "DESCRIPTOR": _AUCTIONINDICATIVESTATE, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.AuctionIndicativeState) - }, -) -_sym_db.RegisterMessage(AuctionIndicativeState) - -Trade = _reflection.GeneratedProtocolMessageType( - "Trade", - (_message.Message,), - { - "DESCRIPTOR": _TRADE, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.Trade) - }, -) -_sym_db.RegisterMessage(Trade) - -Fee = _reflection.GeneratedProtocolMessageType( - "Fee", - (_message.Message,), - { - "DESCRIPTOR": _FEE, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.Fee) - }, -) -_sym_db.RegisterMessage(Fee) - -TradeSet = _reflection.GeneratedProtocolMessageType( - "TradeSet", - (_message.Message,), - { - "DESCRIPTOR": _TRADESET, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.TradeSet) - }, -) -_sym_db.RegisterMessage(TradeSet) - -Candle = _reflection.GeneratedProtocolMessageType( - "Candle", - (_message.Message,), - { - "DESCRIPTOR": _CANDLE, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.Candle) - }, -) -_sym_db.RegisterMessage(Candle) - -PriceLevel = _reflection.GeneratedProtocolMessageType( - "PriceLevel", - (_message.Message,), - { - "DESCRIPTOR": _PRICELEVEL, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.PriceLevel) - }, -) -_sym_db.RegisterMessage(PriceLevel) - -MarketDepth = _reflection.GeneratedProtocolMessageType( - "MarketDepth", - (_message.Message,), - { - "DESCRIPTOR": _MARKETDEPTH, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.MarketDepth) - }, -) -_sym_db.RegisterMessage(MarketDepth) - -MarketDepthUpdate = _reflection.GeneratedProtocolMessageType( - "MarketDepthUpdate", - (_message.Message,), - { - "DESCRIPTOR": _MARKETDEPTHUPDATE, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.MarketDepthUpdate) - }, -) -_sym_db.RegisterMessage(MarketDepthUpdate) - -Position = _reflection.GeneratedProtocolMessageType( - "Position", - (_message.Message,), - { - "DESCRIPTOR": _POSITION, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.Position) - }, -) -_sym_db.RegisterMessage(Position) - -PositionTrade = _reflection.GeneratedProtocolMessageType( - "PositionTrade", - (_message.Message,), - { - "DESCRIPTOR": _POSITIONTRADE, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.PositionTrade) - }, -) -_sym_db.RegisterMessage(PositionTrade) - -Deposit = _reflection.GeneratedProtocolMessageType( - "Deposit", - (_message.Message,), - { - "DESCRIPTOR": _DEPOSIT, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.Deposit) - }, -) -_sym_db.RegisterMessage(Deposit) - -Withdrawal = _reflection.GeneratedProtocolMessageType( - "Withdrawal", - (_message.Message,), - { - "DESCRIPTOR": _WITHDRAWAL, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.Withdrawal) - }, -) -_sym_db.RegisterMessage(Withdrawal) - -WithdrawExt = _reflection.GeneratedProtocolMessageType( - "WithdrawExt", - (_message.Message,), - { - "DESCRIPTOR": _WITHDRAWEXT, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.WithdrawExt) - }, -) -_sym_db.RegisterMessage(WithdrawExt) - -Erc20WithdrawExt = _reflection.GeneratedProtocolMessageType( - "Erc20WithdrawExt", - (_message.Message,), - { - "DESCRIPTOR": _ERC20WITHDRAWEXT, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.Erc20WithdrawExt) - }, -) -_sym_db.RegisterMessage(Erc20WithdrawExt) - -Account = _reflection.GeneratedProtocolMessageType( - "Account", - (_message.Message,), - { - "DESCRIPTOR": _ACCOUNT, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.Account) - }, -) -_sym_db.RegisterMessage(Account) - -FinancialAmount = _reflection.GeneratedProtocolMessageType( - "FinancialAmount", - (_message.Message,), - { - "DESCRIPTOR": _FINANCIALAMOUNT, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.FinancialAmount) - }, -) -_sym_db.RegisterMessage(FinancialAmount) - -Transfer = _reflection.GeneratedProtocolMessageType( - "Transfer", - (_message.Message,), - { - "DESCRIPTOR": _TRANSFER, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.Transfer) - }, -) -_sym_db.RegisterMessage(Transfer) - -DispatchStrategy = _reflection.GeneratedProtocolMessageType( - "DispatchStrategy", - (_message.Message,), - { - "DESCRIPTOR": _DISPATCHSTRATEGY, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.DispatchStrategy) - }, -) -_sym_db.RegisterMessage(DispatchStrategy) - -TransferRequest = _reflection.GeneratedProtocolMessageType( - "TransferRequest", - (_message.Message,), - { - "DESCRIPTOR": _TRANSFERREQUEST, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.TransferRequest) - }, -) -_sym_db.RegisterMessage(TransferRequest) - -LedgerEntry = _reflection.GeneratedProtocolMessageType( - "LedgerEntry", - (_message.Message,), - { - "DESCRIPTOR": _LEDGERENTRY, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.LedgerEntry) - }, -) -_sym_db.RegisterMessage(LedgerEntry) - -TransferBalance = _reflection.GeneratedProtocolMessageType( - "TransferBalance", - (_message.Message,), - { - "DESCRIPTOR": _TRANSFERBALANCE, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.TransferBalance) - }, -) -_sym_db.RegisterMessage(TransferBalance) - -TransferResponse = _reflection.GeneratedProtocolMessageType( - "TransferResponse", - (_message.Message,), - { - "DESCRIPTOR": _TRANSFERRESPONSE, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.TransferResponse) - }, -) -_sym_db.RegisterMessage(TransferResponse) - -MarginLevels = _reflection.GeneratedProtocolMessageType( - "MarginLevels", - (_message.Message,), - { - "DESCRIPTOR": _MARGINLEVELS, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.MarginLevels) - }, -) -_sym_db.RegisterMessage(MarginLevels) - -MarketData = _reflection.GeneratedProtocolMessageType( - "MarketData", - (_message.Message,), - { - "DESCRIPTOR": _MARKETDATA, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.MarketData) - }, -) -_sym_db.RegisterMessage(MarketData) - -LiquidityProviderFeeShare = _reflection.GeneratedProtocolMessageType( - "LiquidityProviderFeeShare", - (_message.Message,), - { - "DESCRIPTOR": _LIQUIDITYPROVIDERFEESHARE, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.LiquidityProviderFeeShare) - }, -) -_sym_db.RegisterMessage(LiquidityProviderFeeShare) - -PriceMonitoringBounds = _reflection.GeneratedProtocolMessageType( - "PriceMonitoringBounds", - (_message.Message,), - { - "DESCRIPTOR": _PRICEMONITORINGBOUNDS, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.PriceMonitoringBounds) - }, -) -_sym_db.RegisterMessage(PriceMonitoringBounds) - -ErrorDetail = _reflection.GeneratedProtocolMessageType( - "ErrorDetail", - (_message.Message,), - { - "DESCRIPTOR": _ERRORDETAIL, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.ErrorDetail) - }, -) -_sym_db.RegisterMessage(ErrorDetail) - -NetworkParameter = _reflection.GeneratedProtocolMessageType( - "NetworkParameter", - (_message.Message,), - { - "DESCRIPTOR": _NETWORKPARAMETER, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.NetworkParameter) - }, -) -_sym_db.RegisterMessage(NetworkParameter) - -NetworkLimits = _reflection.GeneratedProtocolMessageType( - "NetworkLimits", - (_message.Message,), - { - "DESCRIPTOR": _NETWORKLIMITS, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.NetworkLimits) - }, -) -_sym_db.RegisterMessage(NetworkLimits) - -LiquidityOrder = _reflection.GeneratedProtocolMessageType( - "LiquidityOrder", - (_message.Message,), - { - "DESCRIPTOR": _LIQUIDITYORDER, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.LiquidityOrder) - }, -) -_sym_db.RegisterMessage(LiquidityOrder) - -LiquidityOrderReference = _reflection.GeneratedProtocolMessageType( - "LiquidityOrderReference", - (_message.Message,), - { - "DESCRIPTOR": _LIQUIDITYORDERREFERENCE, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.LiquidityOrderReference) - }, -) -_sym_db.RegisterMessage(LiquidityOrderReference) - -LiquidityProvision = _reflection.GeneratedProtocolMessageType( - "LiquidityProvision", - (_message.Message,), - { - "DESCRIPTOR": _LIQUIDITYPROVISION, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.LiquidityProvision) - }, -) -_sym_db.RegisterMessage(LiquidityProvision) - -EthereumConfig = _reflection.GeneratedProtocolMessageType( - "EthereumConfig", - (_message.Message,), - { - "DESCRIPTOR": _ETHEREUMCONFIG, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.EthereumConfig) - }, -) -_sym_db.RegisterMessage(EthereumConfig) - -EthereumContractConfig = _reflection.GeneratedProtocolMessageType( - "EthereumContractConfig", - (_message.Message,), - { - "DESCRIPTOR": _ETHEREUMCONTRACTCONFIG, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.EthereumContractConfig) - }, -) -_sym_db.RegisterMessage(EthereumContractConfig) - -EpochTimestamps = _reflection.GeneratedProtocolMessageType( - "EpochTimestamps", - (_message.Message,), - { - "DESCRIPTOR": _EPOCHTIMESTAMPS, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.EpochTimestamps) - }, -) -_sym_db.RegisterMessage(EpochTimestamps) - -Epoch = _reflection.GeneratedProtocolMessageType( - "Epoch", - (_message.Message,), - { - "DESCRIPTOR": _EPOCH, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.Epoch) - }, -) -_sym_db.RegisterMessage(Epoch) - -EpochParticipation = _reflection.GeneratedProtocolMessageType( - "EpochParticipation", - (_message.Message,), - { - "DESCRIPTOR": _EPOCHPARTICIPATION, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.EpochParticipation) - }, -) -_sym_db.RegisterMessage(EpochParticipation) - -EpochData = _reflection.GeneratedProtocolMessageType( - "EpochData", - (_message.Message,), - { - "DESCRIPTOR": _EPOCHDATA, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.EpochData) - }, -) -_sym_db.RegisterMessage(EpochData) - -RankingScore = _reflection.GeneratedProtocolMessageType( - "RankingScore", - (_message.Message,), - { - "DESCRIPTOR": _RANKINGSCORE, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.RankingScore) - }, -) -_sym_db.RegisterMessage(RankingScore) - -RewardScore = _reflection.GeneratedProtocolMessageType( - "RewardScore", - (_message.Message,), - { - "DESCRIPTOR": _REWARDSCORE, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.RewardScore) - }, -) -_sym_db.RegisterMessage(RewardScore) - -Node = _reflection.GeneratedProtocolMessageType( - "Node", - (_message.Message,), - { - "DESCRIPTOR": _NODE, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.Node) - }, -) -_sym_db.RegisterMessage(Node) - -NodeData = _reflection.GeneratedProtocolMessageType( - "NodeData", - (_message.Message,), - { - "DESCRIPTOR": _NODEDATA, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.NodeData) - }, -) -_sym_db.RegisterMessage(NodeData) - -Delegation = _reflection.GeneratedProtocolMessageType( - "Delegation", - (_message.Message,), - { - "DESCRIPTOR": _DELEGATION, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.Delegation) - }, -) -_sym_db.RegisterMessage(Delegation) - -Reward = _reflection.GeneratedProtocolMessageType( - "Reward", - (_message.Message,), - { - "DESCRIPTOR": _REWARD, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.Reward) - }, -) -_sym_db.RegisterMessage(Reward) - -RewardSummary = _reflection.GeneratedProtocolMessageType( - "RewardSummary", - (_message.Message,), - { - "DESCRIPTOR": _REWARDSUMMARY, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.RewardSummary) - }, -) -_sym_db.RegisterMessage(RewardSummary) - -StateValueProposal = _reflection.GeneratedProtocolMessageType( - "StateValueProposal", - (_message.Message,), - { - "DESCRIPTOR": _STATEVALUEPROPOSAL, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.StateValueProposal) - }, -) -_sym_db.RegisterMessage(StateValueProposal) - -KeyValueBundle = _reflection.GeneratedProtocolMessageType( - "KeyValueBundle", - (_message.Message,), - { - "DESCRIPTOR": _KEYVALUEBUNDLE, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.KeyValueBundle) - }, -) -_sym_db.RegisterMessage(KeyValueBundle) - -StateVarValue = _reflection.GeneratedProtocolMessageType( - "StateVarValue", - (_message.Message,), - { - "DESCRIPTOR": _STATEVARVALUE, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.StateVarValue) - }, -) -_sym_db.RegisterMessage(StateVarValue) - -ScalarValue = _reflection.GeneratedProtocolMessageType( - "ScalarValue", - (_message.Message,), - { - "DESCRIPTOR": _SCALARVALUE, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.ScalarValue) - }, -) -_sym_db.RegisterMessage(ScalarValue) - -VectorValue = _reflection.GeneratedProtocolMessageType( - "VectorValue", - (_message.Message,), - { - "DESCRIPTOR": _VECTORVALUE, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.VectorValue) - }, -) -_sym_db.RegisterMessage(VectorValue) - -MatrixValue = _reflection.GeneratedProtocolMessageType( - "MatrixValue", - (_message.Message,), - { - "DESCRIPTOR": _MATRIXVALUE, - "__module__": "vega.vega_pb2" - # @@protoc_insertion_point(class_scope:vega.MatrixValue) - }, -) -_sym_db.RegisterMessage(MatrixValue) - +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) +_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "vega.vega_pb2", globals()) if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None DESCRIPTOR._serialized_options = b"Z%code.vegaprotocol.io/vega/protos/vega" - _SIDE._serialized_start = 9304 - _SIDE._serialized_end = 9361 - _INTERVAL._serialized_start = 9364 - _INTERVAL._serialized_end = 9516 - _AUCTIONTRIGGER._serialized_start = 9519 - _AUCTIONTRIGGER._serialized_end = 9682 - _PEGGEDREFERENCE._serialized_start = 9685 - _PEGGEDREFERENCE._serialized_end = 9824 - _ORDERERROR._serialized_start = 9827 - _ORDERERROR._serialized_end = 11778 - _CHAINSTATUS._serialized_start = 11781 - _CHAINSTATUS._serialized_end = 11911 - _ACCOUNTTYPE._serialized_start = 11914 - _ACCOUNTTYPE._serialized_end = 12494 - _TRANSFERTYPE._serialized_start = 12497 - _TRANSFERTYPE._serialized_end = 13304 - _DISPATCHMETRIC._serialized_start = 13307 - _DISPATCHMETRIC._serialized_end = 13506 - _NODESTATUS._serialized_start = 13508 - _NODESTATUS._serialized_end = 13607 - _EPOCHACTION._serialized_start = 13609 - _EPOCHACTION._serialized_end = 13698 - _VALIDATORNODESTATUS._serialized_start = 13701 - _VALIDATORNODESTATUS._serialized_end = 13868 + _SIDE._serialized_start = 12701 + _SIDE._serialized_end = 12758 + _INTERVAL._serialized_start = 12761 + _INTERVAL._serialized_end = 12913 + _AUCTIONTRIGGER._serialized_start = 12916 + _AUCTIONTRIGGER._serialized_end = 13079 + _PEGGEDREFERENCE._serialized_start = 13082 + _PEGGEDREFERENCE._serialized_end = 13221 + _ORDERERROR._serialized_start = 13224 + _ORDERERROR._serialized_end = 15175 + _CHAINSTATUS._serialized_start = 15178 + _CHAINSTATUS._serialized_end = 15308 + _ACCOUNTTYPE._serialized_start = 15311 + _ACCOUNTTYPE._serialized_end = 15891 + _TRANSFERTYPE._serialized_start = 15894 + _TRANSFERTYPE._serialized_end = 16701 + _DISPATCHMETRIC._serialized_start = 16704 + _DISPATCHMETRIC._serialized_end = 16903 + _NODESTATUS._serialized_start = 16905 + _NODESTATUS._serialized_end = 17004 + _EPOCHACTION._serialized_start = 17006 + _EPOCHACTION._serialized_end = 17095 + _VALIDATORNODESTATUS._serialized_start = 17098 + _VALIDATORNODESTATUS._serialized_end = 17265 _PARTY._serialized_start = 45 - _PARTY._serialized_end = 64 - _RISKFACTOR._serialized_start = 66 - _RISKFACTOR._serialized_end = 123 - _PEGGEDORDER._serialized_start = 125 - _PEGGEDORDER._serialized_end = 196 - _ORDER._serialized_start = 199 - _ORDER._serialized_end = 1136 - _ORDER_TIMEINFORCE._serialized_start = 669 - _ORDER_TIMEINFORCE._serialized_end = 851 - _ORDER_TYPE._serialized_start = 853 - _ORDER_TYPE._serialized_end = 932 - _ORDER_STATUS._serialized_start = 935 - _ORDER_STATUS._serialized_end = 1136 - _ORDERCANCELLATIONCONFIRMATION._serialized_start = 1138 - _ORDERCANCELLATIONCONFIRMATION._serialized_end = 1197 - _ORDERCONFIRMATION._serialized_start = 1199 - _ORDERCONFIRMATION._serialized_end = 1321 - _AUCTIONINDICATIVESTATE._serialized_start = 1324 - _AUCTIONINDICATIVESTATE._serialized_end = 1464 - _TRADE._serialized_start = 1467 - _TRADE._serialized_end = 1919 - _TRADE_TYPE._serialized_start = 1808 - _TRADE_TYPE._serialized_end = 1919 - _FEE._serialized_start = 1921 - _FEE._serialized_end = 1996 - _TRADESET._serialized_start = 1998 - _TRADESET._serialized_end = 2037 - _CANDLE._serialized_start = 2040 - _CANDLE._serialized_end = 2191 - _PRICELEVEL._serialized_start = 2193 - _PRICELEVEL._serialized_end = 2262 - _MARKETDEPTH._serialized_start = 2264 - _MARKETDEPTH._serialized_end = 2384 - _MARKETDEPTHUPDATE._serialized_start = 2387 - _MARKETDEPTHUPDATE._serialized_end = 2547 - _POSITION._serialized_start = 2550 - _POSITION._serialized_end = 2713 - _POSITIONTRADE._serialized_start = 2715 - _POSITIONTRADE._serialized_end = 2761 - _DEPOSIT._serialized_start = 2764 - _DEPOSIT._serialized_end = 3039 - _DEPOSIT_STATUS._serialized_start = 2946 - _DEPOSIT_STATUS._serialized_end = 3039 - _WITHDRAWAL._serialized_start = 3042 - _WITHDRAWAL._serialized_end = 3384 - _WITHDRAWAL_STATUS._serialized_start = 3292 - _WITHDRAWAL_STATUS._serialized_end = 3384 - _WITHDRAWEXT._serialized_start = 3386 - _WITHDRAWEXT._serialized_end = 3447 - _ERC20WITHDRAWEXT._serialized_start = 3449 - _ERC20WITHDRAWEXT._serialized_end = 3493 - _ACCOUNT._serialized_start = 3495 - _ACCOUNT._serialized_end = 3615 - _FINANCIALAMOUNT._serialized_start = 3617 - _FINANCIALAMOUNT._serialized_end = 3665 - _TRANSFER._serialized_start = 3668 - _TRANSFER._serialized_end = 3805 - _DISPATCHSTRATEGY._serialized_start = 3807 - _DISPATCHSTRATEGY._serialized_end = 3906 - _TRANSFERREQUEST._serialized_start = 3909 - _TRANSFERREQUEST._serialized_end = 4068 - _LEDGERENTRY._serialized_start = 4070 - _LEDGERENTRY._serialized_end = 4193 - _TRANSFERBALANCE._serialized_start = 4195 - _TRANSFERBALANCE._serialized_end = 4261 - _TRANSFERRESPONSE._serialized_start = 4263 - _TRANSFERRESPONSE._serialized_end = 4360 - _MARGINLEVELS._serialized_start = 4363 - _MARGINLEVELS._serialized_end = 4556 - _MARKETDATA._serialized_start = 4559 - _MARKETDATA._serialized_end = 5373 - _LIQUIDITYPROVIDERFEESHARE._serialized_start = 5375 - _LIQUIDITYPROVIDERFEESHARE._serialized_end = 5477 - _PRICEMONITORINGBOUNDS._serialized_start = 5480 - _PRICEMONITORINGBOUNDS._serialized_end = 5625 - _ERRORDETAIL._serialized_start = 5627 - _ERRORDETAIL._serialized_end = 5686 - _NETWORKPARAMETER._serialized_start = 5688 - _NETWORKPARAMETER._serialized_end = 5734 - _NETWORKLIMITS._serialized_start = 5737 - _NETWORKLIMITS._serialized_end = 6026 - _LIQUIDITYORDER._serialized_start = 6028 - _LIQUIDITYORDER._serialized_end = 6122 - _LIQUIDITYORDERREFERENCE._serialized_start = 6124 - _LIQUIDITYORDERREFERENCE._serialized_end = 6214 - _LIQUIDITYPROVISION._serialized_start = 6217 - _LIQUIDITYPROVISION._serialized_end = 6702 - _LIQUIDITYPROVISION_STATUS._serialized_start = 6545 - _LIQUIDITYPROVISION_STATUS._serialized_end = 6702 - _ETHEREUMCONFIG._serialized_start = 6705 - _ETHEREUMCONFIG._serialized_end = 7038 - _ETHEREUMCONTRACTCONFIG._serialized_start = 7040 - _ETHEREUMCONTRACTCONFIG._serialized_end = 7114 - _EPOCHTIMESTAMPS._serialized_start = 7116 - _EPOCHTIMESTAMPS._serialized_end = 7233 - _EPOCH._serialized_start = 7236 - _EPOCH._serialized_end = 7370 - _EPOCHPARTICIPATION._serialized_start = 7372 - _EPOCHPARTICIPATION._serialized_end = 7476 - _EPOCHDATA._serialized_start = 7478 - _EPOCHDATA._serialized_end = 7537 - _RANKINGSCORE._serialized_start = 7540 - _RANKINGSCORE._serialized_end = 7742 - _REWARDSCORE._serialized_start = 7745 - _REWARDSCORE._serialized_end = 7942 - _NODE._serialized_start = 7945 - _NODE._serialized_end = 8421 - _NODEDATA._serialized_start = 8423 - _NODEDATA._serialized_end = 8542 - _DELEGATION._serialized_start = 8544 - _DELEGATION._serialized_end = 8623 - _REWARD._serialized_start = 8626 - _REWARD._serialized_end = 8791 - _REWARDSUMMARY._serialized_start = 8793 - _REWARDSUMMARY._serialized_end = 8860 - _STATEVALUEPROPOSAL._serialized_start = 8862 - _STATEVALUEPROPOSAL._serialized_end = 8957 - _KEYVALUEBUNDLE._serialized_start = 8959 - _KEYVALUEBUNDLE._serialized_end = 9043 - _STATEVARVALUE._serialized_start = 9046 - _STATEVARVALUE._serialized_end = 9193 - _SCALARVALUE._serialized_start = 9195 - _SCALARVALUE._serialized_end = 9223 - _VECTORVALUE._serialized_start = 9225 - _VECTORVALUE._serialized_end = 9253 - _MATRIXVALUE._serialized_start = 9255 - _MATRIXVALUE._serialized_end = 9302 + _PARTY._serialized_end = 68 + _RISKFACTOR._serialized_start = 70 + _RISKFACTOR._serialized_end = 148 + _PEGGEDORDER._serialized_start = 150 + _PEGGEDORDER._serialized_end = 240 + _ORDER._serialized_start = 243 + _ORDER._serialized_end = 1365 + _ORDER_TIMEINFORCE._serialized_start = 898 + _ORDER_TIMEINFORCE._serialized_end = 1080 + _ORDER_TYPE._serialized_start = 1082 + _ORDER_TYPE._serialized_end = 1161 + _ORDER_STATUS._serialized_start = 1164 + _ORDER_STATUS._serialized_end = 1365 + _ORDERCANCELLATIONCONFIRMATION._serialized_start = 1367 + _ORDERCANCELLATIONCONFIRMATION._serialized_end = 1433 + _ORDERCONFIRMATION._serialized_start = 1436 + _ORDERCONFIRMATION._serialized_end = 1596 + _AUCTIONINDICATIVESTATE._serialized_start = 1599 + _AUCTIONINDICATIVESTATE._serialized_end = 1810 + _TRADE._serialized_start = 1813 + _TRADE._serialized_end = 2416 + _TRADE_TYPE._serialized_start = 2305 + _TRADE_TYPE._serialized_end = 2416 + _FEE._serialized_start = 2418 + _FEE._serialized_end = 2536 + _TRADESET._serialized_start = 2538 + _TRADESET._serialized_end = 2585 + _CANDLE._serialized_start = 2588 + _CANDLE._serialized_end = 2802 + _PRICELEVEL._serialized_start = 2804 + _PRICELEVEL._serialized_end = 2904 + _MARKETDEPTH._serialized_start = 2907 + _MARKETDEPTH._serialized_end = 3064 + _MARKETDEPTHUPDATE._serialized_start = 3067 + _MARKETDEPTHUPDATE._serialized_end = 3288 + _POSITION._serialized_start = 3291 + _POSITION._serialized_end = 3543 + _POSITIONTRADE._serialized_start = 3545 + _POSITIONTRADE._serialized_end = 3606 + _DEPOSIT._serialized_start = 3609 + _DEPOSIT._serialized_end = 3965 + _DEPOSIT_STATUS._serialized_start = 3872 + _DEPOSIT_STATUS._serialized_end = 3965 + _WITHDRAWAL._serialized_start = 3968 + _WITHDRAWAL._serialized_end = 4410 + _WITHDRAWAL_STATUS._serialized_start = 4318 + _WITHDRAWAL_STATUS._serialized_end = 4410 + _WITHDRAWEXT._serialized_start = 4412 + _WITHDRAWEXT._serialized_end = 4480 + _ERC20WITHDRAWEXT._serialized_start = 4482 + _ERC20WITHDRAWEXT._serialized_end = 4543 + _ACCOUNT._serialized_start = 4546 + _ACCOUNT._serialized_end = 4709 + _FINANCIALAMOUNT._serialized_start = 4711 + _FINANCIALAMOUNT._serialized_end = 4774 + _TRANSFER._serialized_start = 4777 + _TRANSFER._serialized_end = 4956 + _DISPATCHSTRATEGY._serialized_start = 4959 + _DISPATCHSTRATEGY._serialized_end = 5091 + _TRANSFERREQUEST._serialized_start = 5094 + _TRANSFERREQUEST._serialized_end = 5314 + _LEDGERENTRY._serialized_start = 5317 + _LEDGERENTRY._serialized_end = 5500 + _TRANSFERBALANCE._serialized_start = 5502 + _TRANSFERBALANCE._serialized_end = 5586 + _TRANSFERRESPONSE._serialized_start = 5588 + _TRANSFERRESPONSE._serialized_end = 5706 + _MARGINLEVELS._serialized_start = 5709 + _MARGINLEVELS._serialized_end = 6010 + _MARKETDATA._serialized_start = 6013 + _MARKETDATA._serialized_end = 7248 + _LIQUIDITYPROVIDERFEESHARE._serialized_start = 7251 + _LIQUIDITYPROVIDERFEESHARE._serialized_end = 7400 + _PRICEMONITORINGBOUNDS._serialized_start = 7403 + _PRICEMONITORINGBOUNDS._serialized_end = 7603 + _ERRORDETAIL._serialized_start = 7605 + _ERRORDETAIL._serialized_end = 7686 + _NETWORKPARAMETER._serialized_start = 7688 + _NETWORKPARAMETER._serialized_end = 7746 + _NETWORKLIMITS._serialized_start = 7749 + _NETWORKLIMITS._serialized_end = 8222 + _LIQUIDITYORDER._serialized_start = 8224 + _LIQUIDITYORDER._serialized_end = 8349 + _LIQUIDITYORDERREFERENCE._serialized_start = 8351 + _LIQUIDITYORDERREFERENCE._serialized_end = 8466 + _LIQUIDITYPROVISION._serialized_start = 8469 + _LIQUIDITYPROVISION._serialized_end = 9063 + _LIQUIDITYPROVISION_STATUS._serialized_start = 8906 + _LIQUIDITYPROVISION_STATUS._serialized_end = 9063 + _ETHEREUMCONFIG._serialized_start = 9066 + _ETHEREUMCONFIG._serialized_end = 9530 + _ETHEREUMCONTRACTCONFIG._serialized_start = 9532 + _ETHEREUMCONTRACTCONFIG._serialized_end = 9638 + _EPOCHTIMESTAMPS._serialized_start = 9641 + _EPOCHTIMESTAMPS._serialized_end = 9813 + _EPOCH._serialized_start = 9816 + _EPOCH._serialized_end = 9992 + _EPOCHPARTICIPATION._serialized_start = 9995 + _EPOCHPARTICIPATION._serialized_end = 10137 + _EPOCHDATA._serialized_start = 10139 + _EPOCHDATA._serialized_end = 10222 + _RANKINGSCORE._serialized_start = 10225 + _RANKINGSCORE._serialized_end = 10508 + _REWARDSCORE._serialized_start = 10511 + _REWARDSCORE._serialized_end = 10810 + _NODE._serialized_start = 10813 + _NODE._serialized_end = 11504 + _NODEDATA._serialized_start = 11507 + _NODEDATA._serialized_end = 11691 + _DELEGATION._serialized_start = 11693 + _DELEGATION._serialized_end = 11805 + _REWARD._serialized_start = 11808 + _REWARD._serialized_end = 12059 + _REWARDSUMMARY._serialized_start = 12061 + _REWARDSUMMARY._serialized_end = 12154 + _STATEVALUEPROPOSAL._serialized_start = 12156 + _STATEVALUEPROPOSAL._serialized_end = 12277 + _KEYVALUEBUNDLE._serialized_start = 12279 + _KEYVALUEBUNDLE._serialized_end = 12386 + _STATEVARVALUE._serialized_start = 12389 + _STATEVARVALUE._serialized_end = 12569 + _SCALARVALUE._serialized_start = 12571 + _SCALARVALUE._serialized_end = 12606 + _VECTORVALUE._serialized_start = 12608 + _VECTORVALUE._serialized_end = 12643 + _MATRIXVALUE._serialized_start = 12645 + _MATRIXVALUE._serialized_end = 12699 # @@protoc_insertion_point(module_scope) diff --git a/vega_sim/proto/vega/wallet/v1/wallet_pb2.py b/vega_sim/proto/vega/wallet/v1/wallet_pb2.py index e976c7ad2..f3c51795f 100644 --- a/vega_sim/proto/vega/wallet/v1/wallet_pb2.py +++ b/vega_sim/proto/vega/wallet/v1/wallet_pb2.py @@ -2,10 +2,9 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: vega/wallet/v1/wallet.proto """Generated protocol buffer code.""" +from google.protobuf.internal import builder as _builder from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool -from google.protobuf import message as _message -from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) @@ -21,22 +20,13 @@ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile( - b"\n\x1bvega/wallet/v1/wallet.proto\x12\x0evega.wallet.v1\x1a\x1fvega/commands/v1/commands.proto\x1a)vega/commands/v1/validator_commands.proto\x1a\x1evega/commands/v1/oracles.proto\"\x9f\r\n\x18SubmitTransactionRequest\x12\x0f\n\x07pub_key\x18\x01 \x01(\t\x12\x11\n\tpropagate\x18\x02 \x01(\x08\x12>\n\x10order_submission\x18\xe9\x07 \x01(\x0b\x32!.vega.commands.v1.OrderSubmissionH\x00\x12\x42\n\x12order_cancellation\x18\xea\x07 \x01(\x0b\x32#.vega.commands.v1.OrderCancellationH\x00\x12<\n\x0forder_amendment\x18\xeb\x07 \x01(\x0b\x32 .vega.commands.v1.OrderAmendmentH\x00\x12\x44\n\x13withdraw_submission\x18\xec\x07 \x01(\x0b\x32$.vega.commands.v1.WithdrawSubmissionH\x00\x12\x44\n\x13proposal_submission\x18\xed\x07 \x01(\x0b\x32$.vega.commands.v1.ProposalSubmissionH\x00\x12<\n\x0fvote_submission\x18\xee\x07 \x01(\x0b\x32 .vega.commands.v1.VoteSubmissionH\x00\x12Y\n\x1eliquidity_provision_submission\x18\xef\x07 \x01(\x0b\x32..vega.commands.v1.LiquidityProvisionSubmissionH\x00\x12\x44\n\x13\x64\x65legate_submission\x18\xf0\x07 \x01(\x0b\x32$.vega.commands.v1.DelegateSubmissionH\x00\x12H\n\x15undelegate_submission\x18\xf1\x07 \x01(\x0b\x32&.vega.commands.v1.UndelegateSubmissionH\x00\x12]\n liquidity_provision_cancellation\x18\xf2\x07 \x01(\x0b\x32\x30.vega.commands.v1.LiquidityProvisionCancellationH\x00\x12W\n\x1dliquidity_provision_amendment\x18\xf3\x07 \x01(\x0b\x32-.vega.commands.v1.LiquidityProvisionAmendmentH\x00\x12/\n\x08transfer\x18\xf4\x07 \x01(\x0b\x32\x1a.vega.commands.v1.TransferH\x00\x12<\n\x0f\x63\x61ncel_transfer\x18\xf5\x07 \x01(\x0b\x32 .vega.commands.v1.CancelTransferH\x00\x12\x38\n\rannounce_node\x18\xf6\x07 \x01(\x0b\x32\x1e.vega.commands.v1.AnnounceNodeH\x00\x12\x30\n\tnode_vote\x18\xd2\x0f \x01(\x0b\x32\x1a.vega.commands.v1.NodeVoteH\x00\x12:\n\x0enode_signature\x18\xd3\x0f \x01(\x0b\x32\x1f.vega.commands.v1.NodeSignatureH\x00\x12\x34\n\x0b\x63hain_event\x18\xd4\x0f \x01(\x0b\x32\x1c.vega.commands.v1.ChainEventH\x00\x12G\n\x15key_rotate_submission\x18\xd5\x0f \x01(\x0b\x32%.vega.commands.v1.KeyRotateSubmissionH\x00\x12K\n\x17state_variable_proposal\x18\xd6\x0f \x01(\x0b\x32'.vega.commands.v1.StateVariableProposalH\x00\x12\x44\n\x13validator_heartbeat\x18\xd7\x0f \x01(\x0b\x32$.vega.commands.v1.ValidatorHeartbeatH\x00\x12X\n\x1e\x65thereum_key_rotate_submission\x18\xd8\x0f \x01(\x0b\x32-.vega.commands.v1.EthereumKeyRotateSubmissionH\x00\x12O\n\x19protocol_upgrade_proposal\x18\xd9\x0f \x01(\x0b\x32).vega.commands.v1.ProtocolUpgradeProposalH\x00\x12I\n\x16oracle_data_submission\x18\xb9\x17 \x01(\x0b\x32&.vega.commands.v1.OracleDataSubmissionH\x00\x42\t\n\x07\x63ommandJ\x06\x08\xd1\x0f\x10\xd2\x0f\x42\x31Z/code.vegaprotocol.io/vega/protos/vega/wallet/v1b\x06proto3" + b"\n\x1bvega/wallet/v1/wallet.proto\x12\x0evega.wallet.v1\x1a\x1fvega/commands/v1/commands.proto\x1a)vega/commands/v1/validator_commands.proto\x1a\x1evega/commands/v1/oracles.proto\"\xfc\x10\n\x18SubmitTransactionRequest\x12\x17\n\x07pub_key\x18\x01 \x01(\tR\x06pubKey\x12\x1c\n\tpropagate\x18\x02 \x01(\x08R\tpropagate\x12O\n\x10order_submission\x18\xe9\x07 \x01(\x0b\x32!.vega.commands.v1.OrderSubmissionH\x00R\x0forderSubmission\x12U\n\x12order_cancellation\x18\xea\x07 \x01(\x0b\x32#.vega.commands.v1.OrderCancellationH\x00R\x11orderCancellation\x12L\n\x0forder_amendment\x18\xeb\x07 \x01(\x0b\x32 .vega.commands.v1.OrderAmendmentH\x00R\x0eorderAmendment\x12X\n\x13withdraw_submission\x18\xec\x07 \x01(\x0b\x32$.vega.commands.v1.WithdrawSubmissionH\x00R\x12withdrawSubmission\x12X\n\x13proposal_submission\x18\xed\x07 \x01(\x0b\x32$.vega.commands.v1.ProposalSubmissionH\x00R\x12proposalSubmission\x12L\n\x0fvote_submission\x18\xee\x07 \x01(\x0b\x32 .vega.commands.v1.VoteSubmissionH\x00R\x0evoteSubmission\x12w\n\x1eliquidity_provision_submission\x18\xef\x07 \x01(\x0b\x32..vega.commands.v1.LiquidityProvisionSubmissionH\x00R\x1cliquidityProvisionSubmission\x12X\n\x13\x64\x65legate_submission\x18\xf0\x07 \x01(\x0b\x32$.vega.commands.v1.DelegateSubmissionH\x00R\x12\x64\x65legateSubmission\x12^\n\x15undelegate_submission\x18\xf1\x07 \x01(\x0b\x32&.vega.commands.v1.UndelegateSubmissionH\x00R\x14undelegateSubmission\x12}\n liquidity_provision_cancellation\x18\xf2\x07 \x01(\x0b\x32\x30.vega.commands.v1.LiquidityProvisionCancellationH\x00R\x1eliquidityProvisionCancellation\x12t\n\x1dliquidity_provision_amendment\x18\xf3\x07 \x01(\x0b\x32-.vega.commands.v1.LiquidityProvisionAmendmentH\x00R\x1bliquidityProvisionAmendment\x12\x39\n\x08transfer\x18\xf4\x07 \x01(\x0b\x32\x1a.vega.commands.v1.TransferH\x00R\x08transfer\x12L\n\x0f\x63\x61ncel_transfer\x18\xf5\x07 \x01(\x0b\x32 .vega.commands.v1.CancelTransferH\x00R\x0e\x63\x61ncelTransfer\x12\x46\n\rannounce_node\x18\xf6\x07 \x01(\x0b\x32\x1e.vega.commands.v1.AnnounceNodeH\x00R\x0c\x61nnounceNode\x12:\n\tnode_vote\x18\xd2\x0f \x01(\x0b\x32\x1a.vega.commands.v1.NodeVoteH\x00R\x08nodeVote\x12I\n\x0enode_signature\x18\xd3\x0f \x01(\x0b\x32\x1f.vega.commands.v1.NodeSignatureH\x00R\rnodeSignature\x12@\n\x0b\x63hain_event\x18\xd4\x0f \x01(\x0b\x32\x1c.vega.commands.v1.ChainEventH\x00R\nchainEvent\x12\\\n\x15key_rotate_submission\x18\xd5\x0f \x01(\x0b\x32%.vega.commands.v1.KeyRotateSubmissionH\x00R\x13keyRotateSubmission\x12\x62\n\x17state_variable_proposal\x18\xd6\x0f \x01(\x0b\x32'.vega.commands.v1.StateVariableProposalH\x00R\x15stateVariableProposal\x12X\n\x13validator_heartbeat\x18\xd7\x0f \x01(\x0b\x32$.vega.commands.v1.ValidatorHeartbeatH\x00R\x12validatorHeartbeat\x12u\n\x1e\x65thereum_key_rotate_submission\x18\xd8\x0f \x01(\x0b\x32-.vega.commands.v1.EthereumKeyRotateSubmissionH\x00R\x1b\x65thereumKeyRotateSubmission\x12h\n\x19protocol_upgrade_proposal\x18\xd9\x0f \x01(\x0b\x32).vega.commands.v1.ProtocolUpgradeProposalH\x00R\x17protocolUpgradeProposal\x12_\n\x16oracle_data_submission\x18\xb9\x17 \x01(\x0b\x32&.vega.commands.v1.OracleDataSubmissionH\x00R\x14oracleDataSubmissionB\t\n\x07\x63ommandJ\x06\x08\xd1\x0f\x10\xd2\x0f\x42\x31Z/code.vegaprotocol.io/vega/protos/vega/wallet/v1b\x06proto3" ) - -_SUBMITTRANSACTIONREQUEST = DESCRIPTOR.message_types_by_name["SubmitTransactionRequest"] -SubmitTransactionRequest = _reflection.GeneratedProtocolMessageType( - "SubmitTransactionRequest", - (_message.Message,), - { - "DESCRIPTOR": _SUBMITTRANSACTIONREQUEST, - "__module__": "vega.wallet.v1.wallet_pb2" - # @@protoc_insertion_point(class_scope:vega.wallet.v1.SubmitTransactionRequest) - }, +_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) +_builder.BuildTopDescriptorsAndMessages( + DESCRIPTOR, "vega.wallet.v1.wallet_pb2", globals() ) -_sym_db.RegisterMessage(SubmitTransactionRequest) - if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None @@ -44,5 +34,5 @@ b"Z/code.vegaprotocol.io/vega/protos/vega/wallet/v1" ) _SUBMITTRANSACTIONREQUEST._serialized_start = 156 - _SUBMITTRANSACTIONREQUEST._serialized_end = 1851 + _SUBMITTRANSACTIONREQUEST._serialized_end = 2328 # @@protoc_insertion_point(module_scope) diff --git a/vega_sim/service.py b/vega_sim/service.py index 893a15383..f97ceeda8 100644 --- a/vega_sim/service.py +++ b/vega_sim/service.py @@ -307,7 +307,6 @@ def create_asset( wallet_name: str, name: str, symbol: str, - total_supply: int = 1, decimals: int = 0, quantum: int = 1, max_faucet_amount: int = 10e9, @@ -321,8 +320,6 @@ def create_asset( str, The name of the asset symbol: str, The symbol to use for the asset - total_supply: - int, The initial total supply of the asset (will increase when fauceted) decimals: int, The number of decimals in which to represent the asset. (e.g with 2 then integer value 101 is really 1.01) quantum: @@ -337,7 +334,6 @@ def create_asset( wallet_name=wallet_name, name=name, symbol=symbol, - total_supply=total_supply, decimals=decimals, max_faucet_amount=max_faucet_amount * 10**decimals, quantum=quantum, diff --git a/vega_sim/vegahome/genesis.json b/vega_sim/vegahome/genesis.json index 0ea3c77d7..858b7fbd9 100644 --- a/vega_sim/vegahome/genesis.json +++ b/vega_sim/vegahome/genesis.json @@ -37,7 +37,6 @@ "VOTE": { "name": "VOTE", "symbol": "VOTE", - "total_supply": "0", "decimals": 5, "min_lp_stake": "1", "source": {