meshtrade 0.0.1__py3-none-any.whl → 0.0.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of meshtrade might be problematic. Click here for more details.
- meshtrade/compliance/__init__.py +0 -0
- meshtrade/compliance/client/__init__.py +0 -0
- meshtrade/compliance/client/v1/__init__.py +0 -0
- meshtrade/compliance/client/v1/client_pb2.py +43 -0
- meshtrade/compliance/client/v1/client_pb2.pyi +40 -0
- meshtrade/compliance/client/v1/company_pb2.py +49 -0
- meshtrade/compliance/client/v1/company_pb2.pyi +85 -0
- meshtrade/compliance/client/v1/company_representative_pb2.py +42 -0
- meshtrade/compliance/client/v1/company_representative_pb2.pyi +27 -0
- meshtrade/compliance/client/v1/company_representative_role_pb2.py +37 -0
- meshtrade/compliance/client/v1/company_representative_role_pb2.pyi +26 -0
- meshtrade/compliance/client/v1/fund_pb2.py +38 -0
- meshtrade/compliance/client/v1/fund_pb2.pyi +21 -0
- meshtrade/compliance/client/v1/identification_document_type_pb2.py +37 -0
- meshtrade/compliance/client/v1/identification_document_type_pb2.pyi +18 -0
- meshtrade/compliance/client/v1/industry_classification_pb2.py +37 -0
- meshtrade/compliance/client/v1/industry_classification_pb2.pyi +25 -0
- meshtrade/compliance/client/v1/natural_person_connection_type_pb2.py +37 -0
- meshtrade/compliance/client/v1/natural_person_connection_type_pb2.pyi +40 -0
- meshtrade/compliance/client/v1/natural_person_pb2.py +44 -0
- meshtrade/compliance/client/v1/natural_person_pb2.pyi +44 -0
- meshtrade/compliance/client/v1/pep_status_pb2.py +37 -0
- meshtrade/compliance/client/v1/pep_status_pb2.pyi +16 -0
- meshtrade/compliance/client/v1/service_pb2.py +46 -0
- meshtrade/compliance/client/v1/service_pb2.pyi +30 -0
- meshtrade/compliance/client/v1/source_of_income_and_wealth_pb2.py +37 -0
- meshtrade/compliance/client/v1/source_of_income_and_wealth_pb2.pyi +54 -0
- meshtrade/compliance/client/v1/tax_residency_pb2.py +37 -0
- meshtrade/compliance/client/v1/tax_residency_pb2.pyi +13 -0
- meshtrade/compliance/client/v1/trust_pb2.py +38 -0
- meshtrade/compliance/client/v1/trust_pb2.pyi +21 -0
- meshtrade/compliance/client/v1/verification_status_pb2.py +37 -0
- meshtrade/compliance/client/v1/verification_status_pb2.pyi +18 -0
- meshtrade/iam/__init__.py +0 -0
- meshtrade/iam/group/__init__.py +0 -0
- meshtrade/iam/group/v1/__init__.py +0 -0
- meshtrade/{account/v1/account_pb2.py → iam/group/v1/group_pb2.py} +7 -7
- meshtrade/iam/group/v1/group_pb2.pyi +11 -0
- meshtrade/iam/group/v1/service_pb2.py +42 -0
- meshtrade/iam/group/v1/service_pb2.pyi +17 -0
- meshtrade/iam/role/__init__.py +0 -0
- meshtrade/iam/role/v1/__init__.py +0 -0
- meshtrade/iam/{v1/role_pb2.py → role/v1/permission_pb2.py} +7 -8
- meshtrade/iam/role/v1/role_pb2.py +38 -0
- meshtrade/iam/{v1 → role/v1}/role_pb2.pyi +1 -1
- meshtrade/iam/role/v1/service_pb2.py +42 -0
- meshtrade/iam/role/v1/service_pb2.pyi +17 -0
- meshtrade/{iam/v1/permission_pb2.py → issuance_hub/instrument/v1/instrument_pb2.py} +7 -7
- meshtrade/issuance_hub/instrument/v1/instrument_pb2.pyi +11 -0
- meshtrade/issuance_hub/instrument/v1/service_pb2.py +51 -0
- meshtrade/issuance_hub/instrument/v1/service_pb2.pyi +52 -0
- meshtrade/ledger/transaction/v1/transaction_action_pb2.py +37 -0
- meshtrade/ledger/transaction/v1/transaction_action_pb2.pyi +22 -0
- meshtrade/ledger/transaction/v1/transaction_state_pb2.py +37 -0
- meshtrade/ledger/transaction/v1/transaction_state_pb2.pyi +24 -0
- meshtrade/option/v1/auth_pb2.py +44 -0
- meshtrade/option/v1/auth_pb2.pyi +40 -0
- meshtrade/option/v1/service_type_pb2.py +38 -0
- meshtrade/option/v1/service_type_pb2.pyi +17 -0
- meshtrade/trading/__init__.py +0 -0
- meshtrade/trading/direct_order/__init__.py +0 -0
- meshtrade/trading/direct_order/v1/__init__.py +0 -0
- meshtrade/trading/direct_order/v1/direct_order_pb2.py +37 -0
- meshtrade/trading/direct_order/v1/direct_order_pb2.pyi +11 -0
- meshtrade/trading/direct_order/v1/service_pb2.py +42 -0
- meshtrade/trading/direct_order/v1/service_pb2.pyi +19 -0
- meshtrade/trading/limit_order/__init__.py +0 -0
- meshtrade/trading/limit_order/v1/__init__.py +0 -0
- meshtrade/trading/limit_order/v1/limit_order_pb2.py +37 -0
- meshtrade/trading/limit_order/v1/limit_order_pb2.pyi +11 -0
- meshtrade/trading/limit_order/v1/service_pb2.py +42 -0
- meshtrade/trading/limit_order/v1/service_pb2.pyi +19 -0
- meshtrade/trading/spot/__init__.py +0 -0
- meshtrade/trading/spot/v1/__init__.py +0 -0
- meshtrade/trading/spot/v1/service_pb2.py +42 -0
- meshtrade/{account → trading/spot}/v1/service_pb2.pyi +7 -7
- meshtrade/trading/spot/v1/spot_pb2.py +37 -0
- meshtrade/trading/spot/v1/spot_pb2.pyi +11 -0
- meshtrade/type/__init__.py +0 -0
- meshtrade/type/v1/__init__.py +0 -0
- meshtrade/type/v1/address_pb2.py +37 -0
- meshtrade/type/v1/address_pb2.pyi +23 -0
- meshtrade/type/v1/amount_pb2.py +39 -0
- meshtrade/type/v1/amount_pb2.pyi +16 -0
- meshtrade/type/v1/contact_details_pb2.py +37 -0
- meshtrade/type/v1/contact_details_pb2.pyi +27 -0
- meshtrade/type/v1/decimal_pb2.py +37 -0
- meshtrade/type/v1/decimal_pb2.pyi +11 -0
- meshtrade/type/v1/ledger_pb2.py +37 -0
- meshtrade/type/v1/ledger_pb2.pyi +24 -0
- meshtrade/type/v1/token_pb2.py +38 -0
- meshtrade/type/v1/token_pb2.pyi +16 -0
- meshtrade/wallet/__init__.py +0 -0
- meshtrade/wallet/account/v1/__init__.py +0 -0
- meshtrade/wallet/account/v1/account_pb2.py +37 -0
- meshtrade/wallet/account/v1/service_pb2.py +74 -0
- meshtrade/wallet/account/v1/service_pb2.pyi +64 -0
- {meshtrade-0.0.1.dist-info → meshtrade-0.0.4.dist-info}/METADATA +8 -2
- meshtrade-0.0.4.dist-info/RECORD +105 -0
- meshtrade/account/v1/__init__.py +0 -7
- meshtrade/account/v1/service_pb2.py +0 -42
- meshtrade/iam/v1/__init__.py +0 -11
- meshtrade-0.0.1.dist-info/RECORD +0 -16
- /meshtrade/iam/{v1 → role/v1}/permission_pb2.pyi +0 -0
- /meshtrade/{account → wallet/account}/v1/account_pb2.pyi +0 -0
- {meshtrade-0.0.1.dist-info → meshtrade-0.0.4.dist-info}/WHEEL +0 -0
- {meshtrade-0.0.1.dist-info → meshtrade-0.0.4.dist-info}/licenses/LICENSE +0 -0
- {meshtrade-0.0.1.dist-info → meshtrade-0.0.4.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: meshtrade/type/v1/token.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'meshtrade/type/v1/token.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from meshtrade.type.v1 import ledger_pb2 as meshtrade_dot_type_dot_v1_dot_ledger__pb2
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1dmeshtrade/type/v1/token.proto\x12\x11meshtrade.type.v1\x1a\x1emeshtrade/type/v1/ledger.proto\"f\n\x05Token\x12\x12\n\x04\x63ode\x18\x01 \x01(\tR\x04\x63ode\x12\x16\n\x06issuer\x18\x02 \x01(\tR\x06issuer\x12\x31\n\x06ledger\x18\x03 \x01(\x0e\x32\x19.meshtrade.type.v1.LedgerR\x06ledgerB,Z*github.com/meshtrade/api/go/type/v1;typev1b\x06proto3')
|
|
29
|
+
|
|
30
|
+
_globals = globals()
|
|
31
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
32
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.type.v1.token_pb2', _globals)
|
|
33
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
35
|
+
_globals['DESCRIPTOR']._serialized_options = b'Z*github.com/meshtrade/api/go/type/v1;typev1'
|
|
36
|
+
_globals['_TOKEN']._serialized_start=84
|
|
37
|
+
_globals['_TOKEN']._serialized_end=186
|
|
38
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
from meshtrade.type.v1 import ledger_pb2 as _ledger_pb2
|
|
2
|
+
from google.protobuf import descriptor as _descriptor
|
|
3
|
+
from google.protobuf import message as _message
|
|
4
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
5
|
+
|
|
6
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
7
|
+
|
|
8
|
+
class Token(_message.Message):
|
|
9
|
+
__slots__ = ("code", "issuer", "ledger")
|
|
10
|
+
CODE_FIELD_NUMBER: _ClassVar[int]
|
|
11
|
+
ISSUER_FIELD_NUMBER: _ClassVar[int]
|
|
12
|
+
LEDGER_FIELD_NUMBER: _ClassVar[int]
|
|
13
|
+
code: str
|
|
14
|
+
issuer: str
|
|
15
|
+
ledger: _ledger_pb2.Ledger
|
|
16
|
+
def __init__(self, code: _Optional[str] = ..., issuer: _Optional[str] = ..., ledger: _Optional[_Union[_ledger_pb2.Ledger, str]] = ...) -> None: ...
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: meshtrade/wallet/account/v1/account.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'meshtrade/wallet/account/v1/account.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)meshtrade/wallet/account/v1/account.proto\x12\x1bmeshtrade.wallet.account.v1\"\x1d\n\x07\x41\x63\x63ount\x12\x12\n\x04name\x18\x01 \x01(\tR\x04nameB9Z7github.com/meshtrade/api/go/wallet/account/v1;accountv1b\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.wallet.account.v1.account_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
34
|
+
_globals['DESCRIPTOR']._serialized_options = b'Z7github.com/meshtrade/api/go/wallet/account/v1;accountv1'
|
|
35
|
+
_globals['_ACCOUNT']._serialized_start=74
|
|
36
|
+
_globals['_ACCOUNT']._serialized_end=103
|
|
37
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: meshtrade/wallet/account/v1/service.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'meshtrade/wallet/account/v1/service.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
|
|
26
|
+
from meshtrade.option.v1 import auth_pb2 as meshtrade_dot_option_dot_v1_dot_auth__pb2
|
|
27
|
+
from meshtrade.option.v1 import service_type_pb2 as meshtrade_dot_option_dot_v1_dot_service__type__pb2
|
|
28
|
+
from meshtrade.type.v1 import ledger_pb2 as meshtrade_dot_type_dot_v1_dot_ledger__pb2
|
|
29
|
+
from meshtrade.wallet.account.v1 import account_pb2 as meshtrade_dot_wallet_dot_account_dot_v1_dot_account__pb2
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)meshtrade/wallet/account/v1/service.proto\x12\x1bmeshtrade.wallet.account.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x1emeshtrade/option/v1/auth.proto\x1a&meshtrade/option/v1/service_type.proto\x1a\x1emeshtrade/type/v1/ledger.proto\x1a)meshtrade/wallet/account/v1/account.proto\"\x8b\x01\n\x14\x43reateAccountRequest\x12\"\n\x05label\x18\x01 \x01(\tB\x0c\xbaH\tr\x04\x10\x03\x18\x32\xc8\x01\x01R\x05label\x12;\n\x06ledger\x18\x02 \x01(\x0e\x32\x19.meshtrade.type.v1.LedgerB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x06ledger\x12\x12\n\x04open\x18\x03 \x01(\x08R\x04open\"~\n\x15\x43reateAccountResponse\x12>\n\x07\x61\x63\x63ount\x18\x01 \x01(\x0b\x32$.meshtrade.wallet.account.v1.AccountR\x07\x61\x63\x63ount\x12%\n\x0etransaction_id\x18\x02 \x01(\tR\rtransactionId\"8\n\x11GetAccountRequest\x12#\n\x06number\x18\x01 \x01(\tB\x0b\xbaH\x08r\x03\x98\x01\x07\xc8\x01\x01R\x06number\"T\n\x12GetAccountResponse\x12>\n\x07\x61\x63\x63ount\x18\x01 \x01(\x0b\x32$.meshtrade.wallet.account.v1.AccountR\x07\x61\x63\x63ount\"\x15\n\x13ListAccountsRequest\"X\n\x14ListAccountsResponse\x12@\n\x08\x61\x63\x63ounts\x18\x01 \x03(\x0b\x32$.meshtrade.wallet.account.v1.AccountR\x08\x61\x63\x63ounts\";\n\x15SearchAccountsRequest\x12\"\n\x05label\x18\x01 \x01(\tB\x0c\xbaH\tr\x04\x10\x03\x18\x32\xc8\x01\x00R\x05label\"Z\n\x16SearchAccountsResponse\x12@\n\x08\x61\x63\x63ounts\x18\x01 \x03(\x0b\x32$.meshtrade.wallet.account.v1.AccountR\x08\x61\x63\x63ounts2\xca\x05\n\x0e\x41\x63\x63ountService\x12\xa3\x01\n\x06\x43reate\x12\x31.meshtrade.wallet.account.v1.CreateAccountRequest\x1a\x32.meshtrade.wallet.account.v1.CreateAccountResponse\"2\x92\xb5\x18*\n(meshtrade.wallet.account.v1.AccountAdmin\xa0\xb5\x18\x02\x12\xa7\x01\n\x03Get\x12..meshtrade.wallet.account.v1.GetAccountRequest\x1a/.meshtrade.wallet.account.v1.GetAccountResponse\"?\x8a\xb5\x18\x37\n5meshtrade.wallet.account.v1.AccountService.GetAccount\xa0\xb5\x18\x01\x12\xae\x01\n\x04List\x12\x30.meshtrade.wallet.account.v1.ListAccountsRequest\x1a\x31.meshtrade.wallet.account.v1.ListAccountsResponse\"A\x8a\xb5\x18\x39\n7meshtrade.wallet.account.v1.AccountService.ListAccounts\xa0\xb5\x18\x01\x12\xb6\x01\n\x06Search\x12\x32.meshtrade.wallet.account.v1.SearchAccountsRequest\x1a\x33.meshtrade.wallet.account.v1.SearchAccountsResponse\"C\x8a\xb5\x18;\n9meshtrade.wallet.account.v1.AccountService.SearchAccounts\xa0\xb5\x18\x01\x42\xa9\x04Z7github.com/meshtrade/api/go/wallet/account/v1;accountv1\x9a\xb5\x18\xeb\x03\n\xd6\x01\n)meshtrade.wallet.account.v1.AccountReader\x12\x35meshtrade.wallet.account.v1.AccountService.GetAccount\x12\x37meshtrade.wallet.account.v1.AccountService.ListAccounts\x12\x39meshtrade.wallet.account.v1.AccountService.SearchAccounts\n\x8f\x02\n(meshtrade.wallet.account.v1.AccountAdmin\x12\x38meshtrade.wallet.account.v1.AccountService.CreateAccount\x12\x35meshtrade.wallet.account.v1.AccountService.GetAccount\x12\x37meshtrade.wallet.account.v1.AccountService.ListAccounts\x12\x39meshtrade.wallet.account.v1.AccountService.SearchAccountsb\x06proto3')
|
|
33
|
+
|
|
34
|
+
_globals = globals()
|
|
35
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
36
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.wallet.account.v1.service_pb2', _globals)
|
|
37
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
38
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
39
|
+
_globals['DESCRIPTOR']._serialized_options = b'Z7github.com/meshtrade/api/go/wallet/account/v1;accountv1\232\265\030\353\003\n\326\001\n)meshtrade.wallet.account.v1.AccountReader\0225meshtrade.wallet.account.v1.AccountService.GetAccount\0227meshtrade.wallet.account.v1.AccountService.ListAccounts\0229meshtrade.wallet.account.v1.AccountService.SearchAccounts\n\217\002\n(meshtrade.wallet.account.v1.AccountAdmin\0228meshtrade.wallet.account.v1.AccountService.CreateAccount\0225meshtrade.wallet.account.v1.AccountService.GetAccount\0227meshtrade.wallet.account.v1.AccountService.ListAccounts\0229meshtrade.wallet.account.v1.AccountService.SearchAccounts'
|
|
40
|
+
_globals['_CREATEACCOUNTREQUEST'].fields_by_name['label']._loaded_options = None
|
|
41
|
+
_globals['_CREATEACCOUNTREQUEST'].fields_by_name['label']._serialized_options = b'\272H\tr\004\020\003\0302\310\001\001'
|
|
42
|
+
_globals['_CREATEACCOUNTREQUEST'].fields_by_name['ledger']._loaded_options = None
|
|
43
|
+
_globals['_CREATEACCOUNTREQUEST'].fields_by_name['ledger']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
44
|
+
_globals['_GETACCOUNTREQUEST'].fields_by_name['number']._loaded_options = None
|
|
45
|
+
_globals['_GETACCOUNTREQUEST'].fields_by_name['number']._serialized_options = b'\272H\010r\003\230\001\007\310\001\001'
|
|
46
|
+
_globals['_SEARCHACCOUNTSREQUEST'].fields_by_name['label']._loaded_options = None
|
|
47
|
+
_globals['_SEARCHACCOUNTSREQUEST'].fields_by_name['label']._serialized_options = b'\272H\tr\004\020\003\0302\310\001\000'
|
|
48
|
+
_globals['_ACCOUNTSERVICE'].methods_by_name['Create']._loaded_options = None
|
|
49
|
+
_globals['_ACCOUNTSERVICE'].methods_by_name['Create']._serialized_options = b'\222\265\030*\n(meshtrade.wallet.account.v1.AccountAdmin\240\265\030\002'
|
|
50
|
+
_globals['_ACCOUNTSERVICE'].methods_by_name['Get']._loaded_options = None
|
|
51
|
+
_globals['_ACCOUNTSERVICE'].methods_by_name['Get']._serialized_options = b'\212\265\0307\n5meshtrade.wallet.account.v1.AccountService.GetAccount\240\265\030\001'
|
|
52
|
+
_globals['_ACCOUNTSERVICE'].methods_by_name['List']._loaded_options = None
|
|
53
|
+
_globals['_ACCOUNTSERVICE'].methods_by_name['List']._serialized_options = b'\212\265\0309\n7meshtrade.wallet.account.v1.AccountService.ListAccounts\240\265\030\001'
|
|
54
|
+
_globals['_ACCOUNTSERVICE'].methods_by_name['Search']._loaded_options = None
|
|
55
|
+
_globals['_ACCOUNTSERVICE'].methods_by_name['Search']._serialized_options = b'\212\265\030;\n9meshtrade.wallet.account.v1.AccountService.SearchAccounts\240\265\030\001'
|
|
56
|
+
_globals['_CREATEACCOUNTREQUEST']._serialized_start=251
|
|
57
|
+
_globals['_CREATEACCOUNTREQUEST']._serialized_end=390
|
|
58
|
+
_globals['_CREATEACCOUNTRESPONSE']._serialized_start=392
|
|
59
|
+
_globals['_CREATEACCOUNTRESPONSE']._serialized_end=518
|
|
60
|
+
_globals['_GETACCOUNTREQUEST']._serialized_start=520
|
|
61
|
+
_globals['_GETACCOUNTREQUEST']._serialized_end=576
|
|
62
|
+
_globals['_GETACCOUNTRESPONSE']._serialized_start=578
|
|
63
|
+
_globals['_GETACCOUNTRESPONSE']._serialized_end=662
|
|
64
|
+
_globals['_LISTACCOUNTSREQUEST']._serialized_start=664
|
|
65
|
+
_globals['_LISTACCOUNTSREQUEST']._serialized_end=685
|
|
66
|
+
_globals['_LISTACCOUNTSRESPONSE']._serialized_start=687
|
|
67
|
+
_globals['_LISTACCOUNTSRESPONSE']._serialized_end=775
|
|
68
|
+
_globals['_SEARCHACCOUNTSREQUEST']._serialized_start=777
|
|
69
|
+
_globals['_SEARCHACCOUNTSREQUEST']._serialized_end=836
|
|
70
|
+
_globals['_SEARCHACCOUNTSRESPONSE']._serialized_start=838
|
|
71
|
+
_globals['_SEARCHACCOUNTSRESPONSE']._serialized_end=928
|
|
72
|
+
_globals['_ACCOUNTSERVICE']._serialized_start=931
|
|
73
|
+
_globals['_ACCOUNTSERVICE']._serialized_end=1645
|
|
74
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
from buf.validate import validate_pb2 as _validate_pb2
|
|
2
|
+
from meshtrade.option.v1 import auth_pb2 as _auth_pb2
|
|
3
|
+
from meshtrade.option.v1 import service_type_pb2 as _service_type_pb2
|
|
4
|
+
from meshtrade.type.v1 import ledger_pb2 as _ledger_pb2
|
|
5
|
+
from meshtrade.wallet.account.v1 import account_pb2 as _account_pb2
|
|
6
|
+
from google.protobuf.internal import containers as _containers
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import message as _message
|
|
9
|
+
from collections.abc import Iterable as _Iterable, Mapping as _Mapping
|
|
10
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
11
|
+
|
|
12
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
13
|
+
|
|
14
|
+
class CreateAccountRequest(_message.Message):
|
|
15
|
+
__slots__ = ("label", "ledger", "open")
|
|
16
|
+
LABEL_FIELD_NUMBER: _ClassVar[int]
|
|
17
|
+
LEDGER_FIELD_NUMBER: _ClassVar[int]
|
|
18
|
+
OPEN_FIELD_NUMBER: _ClassVar[int]
|
|
19
|
+
label: str
|
|
20
|
+
ledger: _ledger_pb2.Ledger
|
|
21
|
+
open: bool
|
|
22
|
+
def __init__(self, label: _Optional[str] = ..., ledger: _Optional[_Union[_ledger_pb2.Ledger, str]] = ..., open: bool = ...) -> None: ...
|
|
23
|
+
|
|
24
|
+
class CreateAccountResponse(_message.Message):
|
|
25
|
+
__slots__ = ("account", "transaction_id")
|
|
26
|
+
ACCOUNT_FIELD_NUMBER: _ClassVar[int]
|
|
27
|
+
TRANSACTION_ID_FIELD_NUMBER: _ClassVar[int]
|
|
28
|
+
account: _account_pb2.Account
|
|
29
|
+
transaction_id: str
|
|
30
|
+
def __init__(self, account: _Optional[_Union[_account_pb2.Account, _Mapping]] = ..., transaction_id: _Optional[str] = ...) -> None: ...
|
|
31
|
+
|
|
32
|
+
class GetAccountRequest(_message.Message):
|
|
33
|
+
__slots__ = ("number",)
|
|
34
|
+
NUMBER_FIELD_NUMBER: _ClassVar[int]
|
|
35
|
+
number: str
|
|
36
|
+
def __init__(self, number: _Optional[str] = ...) -> None: ...
|
|
37
|
+
|
|
38
|
+
class GetAccountResponse(_message.Message):
|
|
39
|
+
__slots__ = ("account",)
|
|
40
|
+
ACCOUNT_FIELD_NUMBER: _ClassVar[int]
|
|
41
|
+
account: _account_pb2.Account
|
|
42
|
+
def __init__(self, account: _Optional[_Union[_account_pb2.Account, _Mapping]] = ...) -> None: ...
|
|
43
|
+
|
|
44
|
+
class ListAccountsRequest(_message.Message):
|
|
45
|
+
__slots__ = ()
|
|
46
|
+
def __init__(self) -> None: ...
|
|
47
|
+
|
|
48
|
+
class ListAccountsResponse(_message.Message):
|
|
49
|
+
__slots__ = ("accounts",)
|
|
50
|
+
ACCOUNTS_FIELD_NUMBER: _ClassVar[int]
|
|
51
|
+
accounts: _containers.RepeatedCompositeFieldContainer[_account_pb2.Account]
|
|
52
|
+
def __init__(self, accounts: _Optional[_Iterable[_Union[_account_pb2.Account, _Mapping]]] = ...) -> None: ...
|
|
53
|
+
|
|
54
|
+
class SearchAccountsRequest(_message.Message):
|
|
55
|
+
__slots__ = ("label",)
|
|
56
|
+
LABEL_FIELD_NUMBER: _ClassVar[int]
|
|
57
|
+
label: str
|
|
58
|
+
def __init__(self, label: _Optional[str] = ...) -> None: ...
|
|
59
|
+
|
|
60
|
+
class SearchAccountsResponse(_message.Message):
|
|
61
|
+
__slots__ = ("accounts",)
|
|
62
|
+
ACCOUNTS_FIELD_NUMBER: _ClassVar[int]
|
|
63
|
+
accounts: _containers.RepeatedCompositeFieldContainer[_account_pb2.Account]
|
|
64
|
+
def __init__(self, accounts: _Optional[_Iterable[_Union[_account_pb2.Account, _Mapping]]] = ...) -> None: ...
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meshtrade
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.4
|
|
4
4
|
Summary: Integration SDK for Mesh API Services
|
|
5
5
|
Author-email: Bernard Bussy <bernard@meshtrade.co>
|
|
6
6
|
License-Expression: LicenseRef-My-Custom-License
|
|
@@ -20,6 +20,7 @@ Description-Content-Type: text/markdown
|
|
|
20
20
|
License-File: LICENSE
|
|
21
21
|
Requires-Dist: grpcio<2.0,>=1.73.0
|
|
22
22
|
Requires-Dist: protobuf<7.0,>=6.31.1
|
|
23
|
+
Requires-Dist: googleapis-common-protos<2.0.0,>=1.70.0
|
|
23
24
|
Provides-Extra: dev
|
|
24
25
|
Requires-Dist: ruff~=0.11.13; extra == "dev"
|
|
25
26
|
Requires-Dist: pytest~=8.4.0; extra == "dev"
|
|
@@ -29,6 +30,11 @@ Requires-Dist: tox~=4.26.0; extra == "dev"
|
|
|
29
30
|
Requires-Dist: types-protobuf~=6.30.2.20250516; extra == "dev"
|
|
30
31
|
Dynamic: license-file
|
|
31
32
|
|
|
33
|
+
---
|
|
34
|
+
parent: API Integration SDKs
|
|
35
|
+
title: Python
|
|
36
|
+
layout: page
|
|
37
|
+
---
|
|
32
38
|
# Python SDKs for Mesh APIs
|
|
33
39
|
|
|
34
40
|
[](https://github.com/meshtrade/api)
|
|
@@ -186,5 +192,5 @@ tox -e build
|
|
|
186
192
|
|
|
187
193
|
- *Publish to PyPi:* The `twine` tool is used to securely upload the built packages to PyPI. This is done as part of the official release process.
|
|
188
194
|
```
|
|
189
|
-
twine upload
|
|
195
|
+
twine upload ./dist/*
|
|
190
196
|
```
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
meshtrade/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
meshtrade/compliance/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
meshtrade/compliance/client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
meshtrade/compliance/client/v1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
+
meshtrade/compliance/client/v1/client_pb2.py,sha256=JHUUJSaDWEIL76ZpWikN5z3dME2t5i35kN0XvsjasDU,3553
|
|
6
|
+
meshtrade/compliance/client/v1/client_pb2.pyi,sha256=TTRVskF2-GWz9vpgYG7DLQ9RTpBSS07wWIAPkte5IeM,2598
|
|
7
|
+
meshtrade/compliance/client/v1/company_pb2.py,sha256=IHlphoJ2-8CuZVtPHFZplU6i7vq9C4texhDGNkqYJPI,5822
|
|
8
|
+
meshtrade/compliance/client/v1/company_pb2.pyi,sha256=vVAZY0eLTImihbMKvI8Ojfw60Cux3yGehPXKEfyfcLg,6551
|
|
9
|
+
meshtrade/compliance/client/v1/company_representative_pb2.py,sha256=mvftqWn_rsVzYFqGyK4EMELJnW_rdCJPFafL7deJ1LY,3065
|
|
10
|
+
meshtrade/compliance/client/v1/company_representative_pb2.pyi,sha256=jlmg_p6kkDzcSrJiuXIr9Km4JvO44-OGvFnvrCM2ufQ,1925
|
|
11
|
+
meshtrade/compliance/client/v1/company_representative_role_pb2.py,sha256=Wofhj-LiX92E2JD2LnDy-uvuqwrKKqwnh9GncUrX-p8,2217
|
|
12
|
+
meshtrade/compliance/client/v1/company_representative_role_pb2.pyi,sha256=-1G5XsOHquw6VXtdTzEAcurclTZm-Odm5rQA110gkk8,1697
|
|
13
|
+
meshtrade/compliance/client/v1/fund_pb2.py,sha256=l4sQUQ5BnIIiVj_XGMLe49SjDHeGi7ykrqRFrqh8KQU,1996
|
|
14
|
+
meshtrade/compliance/client/v1/fund_pb2.pyi,sha256=am7O53ZrkOQSgAc2RbbbYPWhIpNQQKUeCUZpwY7bqqI,1137
|
|
15
|
+
meshtrade/compliance/client/v1/identification_document_type_pb2.py,sha256=X24D81t_9kJf1Q3wyei8_ZpQ9-ymbe7fOIRwx-fr4cs,1988
|
|
16
|
+
meshtrade/compliance/client/v1/identification_document_type_pb2.pyi,sha256=Sl7t5fW9oC04jMWpYwKFZ-LsIJoLpG0NdJE2JkOxxxk,1094
|
|
17
|
+
meshtrade/compliance/client/v1/industry_classification_pb2.py,sha256=kBHcPngFeG3z9l7SLkwa7yoOpP9mE6mkKwLs42Wo0U8,2143
|
|
18
|
+
meshtrade/compliance/client/v1/industry_classification_pb2.pyi,sha256=sWu7pheba8b1cfwc3FBb_IKwsBMTb9OjB7bqNl3oLbU,1364
|
|
19
|
+
meshtrade/compliance/client/v1/natural_person_connection_type_pb2.py,sha256=1qVwy3m6YAOxDrWy07IH6SkGTRsZtHnp1Ozl6pqyP24,2668
|
|
20
|
+
meshtrade/compliance/client/v1/natural_person_connection_type_pb2.pyi,sha256=BXVfJJnIzy6P5UBGKFQogIvLd62LIdljFWo5CMDXXV4,2908
|
|
21
|
+
meshtrade/compliance/client/v1/natural_person_pb2.py,sha256=7d3wg1HoIY425NKtI_ICeXKfLk1sAQlrcJYdTRL7f0o,4146
|
|
22
|
+
meshtrade/compliance/client/v1/natural_person_pb2.pyi,sha256=sjtLLxbCQWsXUprMzzVGrplrkUK_yACweEDhc5VjOwI,3800
|
|
23
|
+
meshtrade/compliance/client/v1/pep_status_pb2.py,sha256=ySzRu23wQGU5WuJaGrMFPHLBxd51WVKy4PCh3Nh7VwI,1734
|
|
24
|
+
meshtrade/compliance/client/v1/pep_status_pb2.pyi,sha256=jBJjLEjA16K53Ss85Yab_KtrRG_2lWxFYcMJ0QuQpUk,622
|
|
25
|
+
meshtrade/compliance/client/v1/service_pb2.py,sha256=qtCItYxMP-3e7WghZGY_SuZy7TTvuIXlgqVZlgTk2P8,2771
|
|
26
|
+
meshtrade/compliance/client/v1/service_pb2.pyi,sha256=xFre3EXFX4wKri05evmWZoUhi-CM6kITpbjhRMqZOAg,1257
|
|
27
|
+
meshtrade/compliance/client/v1/source_of_income_and_wealth_pb2.py,sha256=awWA7CGZc7itD2XbiVPYW5s98ZbyyWg9rjgZzE8iPnk,3079
|
|
28
|
+
meshtrade/compliance/client/v1/source_of_income_and_wealth_pb2.pyi,sha256=c2RuUjrykzgnuiIfn1i-ClFdGocEhZjnFolNKFzn7Ac,3883
|
|
29
|
+
meshtrade/compliance/client/v1/tax_residency_pb2.py,sha256=Kx34evRFxurqxoZYY49pX3gZSNf0HyaTWYenib7xQWE,1686
|
|
30
|
+
meshtrade/compliance/client/v1/tax_residency_pb2.pyi,sha256=J2o8MGBTMY40_mlesQHwayM_ijx-MGPQ3AJKoaIWH2c,502
|
|
31
|
+
meshtrade/compliance/client/v1/trust_pb2.py,sha256=j2VKlU9fj6XETCfu2fCNYj-bAwyKDacJE3W2Bw-elwg,2000
|
|
32
|
+
meshtrade/compliance/client/v1/trust_pb2.pyi,sha256=9gxetO-sEGVEvg3OpsuI7--MTd32V0nH63BwAURVdpg,1138
|
|
33
|
+
meshtrade/compliance/client/v1/verification_status_pb2.py,sha256=hDbQfqXI8ysOHNaN3Gnf5LFC33CcGsSOFCWuolYF-0Y,1879
|
|
34
|
+
meshtrade/compliance/client/v1/verification_status_pb2.pyi,sha256=kqP24po3o2Ks8HWAoQ-tLlMirCJCKwxlQlWJXWkRmAI,880
|
|
35
|
+
meshtrade/iam/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
36
|
+
meshtrade/iam/group/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
37
|
+
meshtrade/iam/group/v1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
|
+
meshtrade/iam/group/v1/group_pb2.py,sha256=_RmnGfyVz05Rq1OupOIenN7MoQlqB4DFMJOJh9efp08,1519
|
|
39
|
+
meshtrade/iam/group/v1/group_pb2.pyi,sha256=hYHylacNV2llToNzhISbJ5GFXuGtZeEK95LHNnylK90,380
|
|
40
|
+
meshtrade/iam/group/v1/service_pb2.py,sha256=jvaUe-GwZiqZMvm0vjeW6jtOlmB03VN2y6sl4rZXQ60,2090
|
|
41
|
+
meshtrade/iam/group/v1/service_pb2.pyi,sha256=HAxNwcwvEWIuwIVeM4ojO-TLtI4d_D8Ih1ihwrGRyHw,660
|
|
42
|
+
meshtrade/iam/role/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
43
|
+
meshtrade/iam/role/v1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
44
|
+
meshtrade/iam/role/v1/permission_pb2.py,sha256=P2mwMGxALkROisdLlnf_xFx0kcJQCizNd1JvucWgjDg,1675
|
|
45
|
+
meshtrade/iam/role/v1/permission_pb2.pyi,sha256=4oJO_vn6w1d9drmu8velr0QrysJy5NIOMk7qPfpQHv8,648
|
|
46
|
+
meshtrade/iam/role/v1/role_pb2.py,sha256=Wr9KYr5i1MOGiupWZ8W5SqevQXiwxwE6iFPcCwGxhDU,1746
|
|
47
|
+
meshtrade/iam/role/v1/role_pb2.pyi,sha256=QOSM4_jVmDls_38sDoswWyc4eMQajEo_8PvM0pH8fEg,833
|
|
48
|
+
meshtrade/iam/role/v1/service_pb2.py,sha256=qe0NRzsC9W9yUXOQvtjiWnq2jDXtdqUI9flcPDVdq-A,2052
|
|
49
|
+
meshtrade/iam/role/v1/service_pb2.pyi,sha256=hdSinu-eqaVkzMfXm0ExxcQTAyUZeozS5tFh1_p7Ww0,647
|
|
50
|
+
meshtrade/issuance_hub/instrument/v1/instrument_pb2.py,sha256=MH12krsLsJjdhTQZoxiXxYqy5jQBgte2QutTyjLtbOE,1658
|
|
51
|
+
meshtrade/issuance_hub/instrument/v1/instrument_pb2.pyi,sha256=7OKPuALjJ0x_qPnAUKAh7jX0d65eSMA9GZrzSm_Lxvo,393
|
|
52
|
+
meshtrade/issuance_hub/instrument/v1/service_pb2.py,sha256=x4HF4x9VC3lopUaRBHtDJ4mU5r2F9OwKiO5lIUR08jk,4000
|
|
53
|
+
meshtrade/issuance_hub/instrument/v1/service_pb2.pyi,sha256=U-2Rc6QoDtFPs_lPptET5kmF0-XIoqqnMQ9nFzuCFHA,2337
|
|
54
|
+
meshtrade/ledger/transaction/v1/transaction_action_pb2.py,sha256=NZ6GOQmTVaYf1xJh1QdOQsezFvYtDhRmTgUMIcT5r1I,1981
|
|
55
|
+
meshtrade/ledger/transaction/v1/transaction_action_pb2.pyi,sha256=h85ohgkpEu2K6qP4Ge66PowcU2FNaEjXVLlOwff7Log,1067
|
|
56
|
+
meshtrade/ledger/transaction/v1/transaction_state_pb2.py,sha256=omGyMuS1vpyNBUmCIBc1Kqk7RbtZrpwprV7d79Y00BU,2033
|
|
57
|
+
meshtrade/ledger/transaction/v1/transaction_state_pb2.pyi,sha256=pl93a9UVYiVEPPrF1SuKUz47CDjytstLLROZ-YpvR8Y,1205
|
|
58
|
+
meshtrade/option/v1/auth_pb2.py,sha256=tRUy0yCLgtGhNXoFu7VDCKrvR7Pb7zciLAv4s58j8lA,2747
|
|
59
|
+
meshtrade/option/v1/auth_pb2.pyi,sha256=nFE9tgGqTATq5vPR9-aW3rY06ypK3Pz18Uh4wuuQqgw,1841
|
|
60
|
+
meshtrade/option/v1/service_type_pb2.py,sha256=FEl6PE8rZwuqXcsMpDGfMSjAW__QfLIf7rkdLoQf4wI,1884
|
|
61
|
+
meshtrade/option/v1/service_type_pb2.pyi,sha256=sWz7M90lqpbHJCdRyFmSDubuVFBoow6SX_vAYvq4LME,695
|
|
62
|
+
meshtrade/trading/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
63
|
+
meshtrade/trading/direct_order/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
64
|
+
meshtrade/trading/direct_order/v1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
65
|
+
meshtrade/trading/direct_order/v1/direct_order_pb2.py,sha256=b23kBE2YhzvDoYudEbpznmCMOf_C5e1jLBMQLo1D8iE,1655
|
|
66
|
+
meshtrade/trading/direct_order/v1/direct_order_pb2.pyi,sha256=NO_DHoHGFxzTiX5MHJhS7b0szZTXevRNDzxJt5wzt4E,394
|
|
67
|
+
meshtrade/trading/direct_order/v1/service_pb2.py,sha256=6nkCrZNYWonaTfrzd19YUa19TPWOMUTs2rsgGNibH90,2410
|
|
68
|
+
meshtrade/trading/direct_order/v1/service_pb2.pyi,sha256=YtVkTT9bApixPeqjQBbYkK0BEAJ3oG6nvKC1jkDNjMg,842
|
|
69
|
+
meshtrade/trading/limit_order/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
70
|
+
meshtrade/trading/limit_order/v1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
71
|
+
meshtrade/trading/limit_order/v1/limit_order_pb2.py,sha256=LPHGKwwh5ZLzwaWaPM7fMwh3_O20cUea9lNkK5_WIfw,1634
|
|
72
|
+
meshtrade/trading/limit_order/v1/limit_order_pb2.pyi,sha256=qqW6yIlOa146Cr7vuiHBLd8DSOvhhUy3CwJJeC52zFU,393
|
|
73
|
+
meshtrade/trading/limit_order/v1/service_pb2.py,sha256=Ltk3PK8FaGQvhEGLvJYVZaqJM2scSBW33g9ok_nhs6I,2365
|
|
74
|
+
meshtrade/trading/limit_order/v1/service_pb2.pyi,sha256=Q-xYi2x7d7Ujs10poYSslk_deJ4JcJRUMnuKuPHDSew,829
|
|
75
|
+
meshtrade/trading/spot/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
76
|
+
meshtrade/trading/spot/v1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
77
|
+
meshtrade/trading/spot/v1/service_pb2.py,sha256=etCzNV19hUuKGPIIi_5eV-zl6Rj9FtdvMd_OMcTWa3E,2154
|
|
78
|
+
meshtrade/trading/spot/v1/service_pb2.pyi,sha256=f0P_1fXtk9qWMRztTmSyq5t9a2zq44IzF678brRrSag,746
|
|
79
|
+
meshtrade/trading/spot/v1/spot_pb2.py,sha256=zXtfxzJdH_mfZpadjaIjLpg3rmBUi7sm_9i5-mvuVRc,1534
|
|
80
|
+
meshtrade/trading/spot/v1/spot_pb2.pyi,sha256=DELXsprA9tDCE2Pn1I7J3qIVgYVEI8oJiT6BPIwrR2I,387
|
|
81
|
+
meshtrade/type/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
82
|
+
meshtrade/type/v1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
83
|
+
meshtrade/type/v1/address_pb2.py,sha256=dRokCvBkbOIE_AxDfCtQnNUoFSNjZ8f9lFW2ii4yqQk,1795
|
|
84
|
+
meshtrade/type/v1/address_pb2.pyi,sha256=A1PdvzCZpd-JKQhTwwQ3gz2Kw9mOkH3S1imSm78_4Uw,1107
|
|
85
|
+
meshtrade/type/v1/amount_pb2.py,sha256=ympMEAxoG95ElDB_l5fk5y0dTLi5gXgwtD25_8ZNobM,1855
|
|
86
|
+
meshtrade/type/v1/amount_pb2.pyi,sha256=uI8D2Ch66e2hvzQCA5SARE8lrGdU_BYby__P_H-QwvY,749
|
|
87
|
+
meshtrade/type/v1/contact_details_pb2.py,sha256=fKhg7lUMJqa6XyA_cVDCin-hDg1garQ3-xYQlnuxPs0,2007
|
|
88
|
+
meshtrade/type/v1/contact_details_pb2.pyi,sha256=Wk9EFWI_rPuuOvPdKsW9Qo0_c8uNg61U-w__YwPQD9E,1292
|
|
89
|
+
meshtrade/type/v1/decimal_pb2.py,sha256=kzcMQ9eaGUWZlv06K6XftteRwX3vvudwrsKqmA_bkcI,1509
|
|
90
|
+
meshtrade/type/v1/decimal_pb2.pyi,sha256=8qhL7jqAhoYJNzTpEiEPKDSRAYSWgvKd8altyVLISFg,386
|
|
91
|
+
meshtrade/type/v1/ledger_pb2.py,sha256=8xJ_7ClfGDwRGImZerIA6D4Zdvdq6jQL0Ebv5XJUgc0,1747
|
|
92
|
+
meshtrade/type/v1/ledger_pb2.pyi,sha256=r3emyUDafn9p3XTzwpnM0gzLiwrmgXYTp8GwZxw8_FM,801
|
|
93
|
+
meshtrade/type/v1/token_pb2.py,sha256=48dMzVixXluV46B1Pqnfp-yLIeL0NYVg3ZzKQlX-ohc,1741
|
|
94
|
+
meshtrade/type/v1/token_pb2.pyi,sha256=vsEKtXtIo5xisr1I4oqxcaMMYyfV-GBMM_f9l8cRxlc,687
|
|
95
|
+
meshtrade/wallet/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
96
|
+
meshtrade/wallet/account/v1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
97
|
+
meshtrade/wallet/account/v1/account_pb2.py,sha256=Jh8Dnju5zktGXfzWY5HGrvq1iO82SNZintEZoIZhgXI,1581
|
|
98
|
+
meshtrade/wallet/account/v1/account_pb2.pyi,sha256=GN2bT5Ld2B0KyQUmkDQjHfeXEjLSwfuIE2j70jSMIJE,382
|
|
99
|
+
meshtrade/wallet/account/v1/service_pb2.py,sha256=djmoH_Hlld8RlZhtRxDS6Iw2wLwFoHhunExy9EQmbJc,8098
|
|
100
|
+
meshtrade/wallet/account/v1/service_pb2.pyi,sha256=K0d1vjgzzKdGrluF9h2InzFu3-lMy6UQIUqAmb0xDl4,2819
|
|
101
|
+
meshtrade-0.0.4.dist-info/licenses/LICENSE,sha256=7e68NmtCi6H_-e-fbQ82lyTjKKEnLX-Kob8NcYVNaDA,1095
|
|
102
|
+
meshtrade-0.0.4.dist-info/METADATA,sha256=20ufo2BXf7mq1KIMItUifOKcLqCG1fVSPGCMNQOhgOs,6680
|
|
103
|
+
meshtrade-0.0.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
104
|
+
meshtrade-0.0.4.dist-info/top_level.txt,sha256=L1riO18qkORBnB4bc8vQrHyXdTkgl61nII3cLYQYD_g,10
|
|
105
|
+
meshtrade-0.0.4.dist-info/RECORD,,
|
meshtrade/account/v1/__init__.py
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
-
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
-
# source: meshtrade/account/v1/service.proto
|
|
5
|
-
# Protobuf Python Version: 6.31.1
|
|
6
|
-
"""Generated protocol buffer code."""
|
|
7
|
-
from google.protobuf import descriptor as _descriptor
|
|
8
|
-
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
-
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
-
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
-
from google.protobuf.internal import builder as _builder
|
|
12
|
-
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
-
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
6,
|
|
15
|
-
31,
|
|
16
|
-
1,
|
|
17
|
-
'',
|
|
18
|
-
'meshtrade/account/v1/service.proto'
|
|
19
|
-
)
|
|
20
|
-
# @@protoc_insertion_point(imports)
|
|
21
|
-
|
|
22
|
-
_sym_db = _symbol_database.Default()
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
from meshtrade.account.v1 import account_pb2 as meshtrade_dot_account_dot_v1_dot_account__pb2
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"meshtrade/account/v1/service.proto\x12\x14meshtrade.account.v1\x1a\"meshtrade/account/v1/account.proto\"$\n\nGetRequest\x12\x16\n\x06number\x18\x01 \x01(\tR\x06number\"F\n\x0bGetResponse\x12\x37\n\x07\x61\x63\x63ount\x18\x01 \x01(\x0b\x32\x1d.meshtrade.account.v1.AccountR\x07\x61\x63\x63ount2U\n\x07Service\x12J\n\x03Get\x12 .meshtrade.account.v1.GetRequest\x1a!.meshtrade.account.v1.GetResponseB(Z&github.com/meshtrade/api/go/account/v1b\x06proto3')
|
|
29
|
-
|
|
30
|
-
_globals = globals()
|
|
31
|
-
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
32
|
-
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'meshtrade.account.v1.service_pb2', _globals)
|
|
33
|
-
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
|
-
_globals['DESCRIPTOR']._loaded_options = None
|
|
35
|
-
_globals['DESCRIPTOR']._serialized_options = b'Z&github.com/meshtrade/api/go/account/v1'
|
|
36
|
-
_globals['_GETREQUEST']._serialized_start=96
|
|
37
|
-
_globals['_GETREQUEST']._serialized_end=132
|
|
38
|
-
_globals['_GETRESPONSE']._serialized_start=134
|
|
39
|
-
_globals['_GETRESPONSE']._serialized_end=204
|
|
40
|
-
_globals['_SERVICE']._serialized_start=206
|
|
41
|
-
_globals['_SERVICE']._serialized_end=291
|
|
42
|
-
# @@protoc_insertion_point(module_scope)
|
meshtrade/iam/v1/__init__.py
DELETED
meshtrade-0.0.1.dist-info/RECORD
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
meshtrade/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
meshtrade/account/v1/__init__.py,sha256=TQv0EsXHYuA2vGmQlsuFi2R0sAMd0UriqKrKdhPkaUw,72
|
|
3
|
-
meshtrade/account/v1/account_pb2.py,sha256=pUULJb6C8UmdFf0KXFLzAe7A41PDXmfMHf3zsDUExT8,1512
|
|
4
|
-
meshtrade/account/v1/account_pb2.pyi,sha256=GN2bT5Ld2B0KyQUmkDQjHfeXEjLSwfuIE2j70jSMIJE,382
|
|
5
|
-
meshtrade/account/v1/service_pb2.py,sha256=Cg5EkC_k21CKaLPxDsrFapVMdsAwrTRQz1vf05JZW8c,2060
|
|
6
|
-
meshtrade/account/v1/service_pb2.pyi,sha256=z78IAbyJbUYHgc00NV11kTQuT1eWbc96_1S8-nM99PY,763
|
|
7
|
-
meshtrade/iam/v1/__init__.py,sha256=lDezZ8l7KUEWQuGu8P8p_v6dnNrM2jJyb3WFy1CL34I,129
|
|
8
|
-
meshtrade/iam/v1/permission_pb2.py,sha256=BWzaNLZmqk9DUTLqEjVMsFTnnCi61X-xz_XO3lJofS4,1628
|
|
9
|
-
meshtrade/iam/v1/permission_pb2.pyi,sha256=4oJO_vn6w1d9drmu8velr0QrysJy5NIOMk7qPfpQHv8,648
|
|
10
|
-
meshtrade/iam/v1/role_pb2.py,sha256=TU6dBIpBhcsh-_-2VAkwFTbLE9w3s56AjLmCjSszef4,1678
|
|
11
|
-
meshtrade/iam/v1/role_pb2.pyi,sha256=kssDvT8bUCS3UGrow_rJTaV62Kjb2q--Z4pjPBiVpYY,828
|
|
12
|
-
meshtrade-0.0.1.dist-info/licenses/LICENSE,sha256=7e68NmtCi6H_-e-fbQ82lyTjKKEnLX-Kob8NcYVNaDA,1095
|
|
13
|
-
meshtrade-0.0.1.dist-info/METADATA,sha256=Yimt9YLfl1dOhB-KzkLzkVdt7x0OkMiGwjUNUWRCWeE,6568
|
|
14
|
-
meshtrade-0.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
15
|
-
meshtrade-0.0.1.dist-info/top_level.txt,sha256=L1riO18qkORBnB4bc8vQrHyXdTkgl61nII3cLYQYD_g,10
|
|
16
|
-
meshtrade-0.0.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|