@meshtrade/api-web 1.30.0
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.
- package/README.md +68 -0
- package/dist/buf/validate/validate_pb.d.ts +4597 -0
- package/dist/buf/validate/validate_pb.js +354 -0
- package/dist/google/type/date_pb.d.ts +52 -0
- package/dist/google/type/date_pb.js +26 -0
- package/dist/meshtrade/common/config.d.ts +7 -0
- package/dist/meshtrade/common/config.js +9 -0
- package/dist/meshtrade/common/connectInterceptors.d.ts +73 -0
- package/dist/meshtrade/common/connectInterceptors.js +126 -0
- package/dist/meshtrade/common/validation.d.ts +62 -0
- package/dist/meshtrade/common/validation.js +77 -0
- package/dist/meshtrade/compliance/client/v1/client_pb.d.ts +138 -0
- package/dist/meshtrade/compliance/client/v1/client_pb.js +23 -0
- package/dist/meshtrade/compliance/client/v1/company_pb.d.ts +313 -0
- package/dist/meshtrade/compliance/client/v1/company_pb.js +100 -0
- package/dist/meshtrade/compliance/client/v1/company_representative_pb.d.ts +81 -0
- package/dist/meshtrade/compliance/client/v1/company_representative_pb.js +22 -0
- package/dist/meshtrade/compliance/client/v1/company_representative_role_pb.d.ts +88 -0
- package/dist/meshtrade/compliance/client/v1/company_representative_role_pb.js +95 -0
- package/dist/meshtrade/compliance/client/v1/fund_pb.d.ts +65 -0
- package/dist/meshtrade/compliance/client/v1/fund_pb.js +18 -0
- package/dist/meshtrade/compliance/client/v1/identification_document_type_pb.d.ts +55 -0
- package/dist/meshtrade/compliance/client/v1/identification_document_type_pb.js +62 -0
- package/dist/meshtrade/compliance/client/v1/index.d.ts +16 -0
- package/dist/meshtrade/compliance/client/v1/index.js +59 -0
- package/dist/meshtrade/compliance/client/v1/industry_classification_pb.d.ts +86 -0
- package/dist/meshtrade/compliance/client/v1/industry_classification_pb.js +16 -0
- package/dist/meshtrade/compliance/client/v1/natural_person_connection_type_pb.d.ts +133 -0
- package/dist/meshtrade/compliance/client/v1/natural_person_connection_type_pb.js +140 -0
- package/dist/meshtrade/compliance/client/v1/natural_person_pb.d.ts +143 -0
- package/dist/meshtrade/compliance/client/v1/natural_person_pb.js +24 -0
- package/dist/meshtrade/compliance/client/v1/pep_status_pb.d.ts +46 -0
- package/dist/meshtrade/compliance/client/v1/pep_status_pb.js +53 -0
- package/dist/meshtrade/compliance/client/v1/service_pb.d.ts +123 -0
- package/dist/meshtrade/compliance/client/v1/service_pb.js +45 -0
- package/dist/meshtrade/compliance/client/v1/service_web_meshts.d.ts +48 -0
- package/dist/meshtrade/compliance/client/v1/service_web_meshts.js +92 -0
- package/dist/meshtrade/compliance/client/v1/source_of_income_and_wealth_pb.d.ts +180 -0
- package/dist/meshtrade/compliance/client/v1/source_of_income_and_wealth_pb.js +187 -0
- package/dist/meshtrade/compliance/client/v1/tax_residency_pb.d.ts +40 -0
- package/dist/meshtrade/compliance/client/v1/tax_residency_pb.js +17 -0
- package/dist/meshtrade/compliance/client/v1/trust_pb.d.ts +65 -0
- package/dist/meshtrade/compliance/client/v1/trust_pb.js +18 -0
- package/dist/meshtrade/compliance/client/v1/verification_status_pb.d.ts +57 -0
- package/dist/meshtrade/compliance/client/v1/verification_status_pb.js +64 -0
- package/dist/meshtrade/iam/api_user/v1/api_credentials_pb.d.ts +43 -0
- package/dist/meshtrade/iam/api_user/v1/api_credentials_pb.js +17 -0
- package/dist/meshtrade/iam/api_user/v1/api_user_pb.d.ts +152 -0
- package/dist/meshtrade/iam/api_user/v1/api_user_pb.js +95 -0
- package/dist/meshtrade/iam/api_user/v1/index.d.ts +4 -0
- package/dist/meshtrade/iam/api_user/v1/index.js +45 -0
- package/dist/meshtrade/iam/api_user/v1/service_pb.d.ts +343 -0
- package/dist/meshtrade/iam/api_user/v1/service_pb.js +86 -0
- package/dist/meshtrade/iam/api_user/v1/service_web_meshts.d.ts +84 -0
- package/dist/meshtrade/iam/api_user/v1/service_web_meshts.js +152 -0
- package/dist/meshtrade/iam/group/v1/group_pb.d.ts +58 -0
- package/dist/meshtrade/iam/group/v1/group_pb.js +17 -0
- package/dist/meshtrade/iam/group/v1/index.d.ts +3 -0
- package/dist/meshtrade/iam/group/v1/index.js +44 -0
- package/dist/meshtrade/iam/group/v1/service_pb.d.ts +306 -0
- package/dist/meshtrade/iam/group/v1/service_pb.js +75 -0
- package/dist/meshtrade/iam/group/v1/service_web_meshts.d.ts +60 -0
- package/dist/meshtrade/iam/group/v1/service_web_meshts.js +112 -0
- package/dist/meshtrade/iam/role/v1/index.d.ts +2 -0
- package/dist/meshtrade/iam/role/v1/index.js +43 -0
- package/dist/meshtrade/iam/role/v1/role.d.ts +71 -0
- package/dist/meshtrade/iam/role/v1/role.js +192 -0
- package/dist/meshtrade/iam/role/v1/role_pb.d.ts +164 -0
- package/dist/meshtrade/iam/role/v1/role_pb.js +171 -0
- package/dist/meshtrade/iam/user/v1/index.d.ts +3 -0
- package/dist/meshtrade/iam/user/v1/index.js +44 -0
- package/dist/meshtrade/iam/user/v1/service_pb.d.ts +379 -0
- package/dist/meshtrade/iam/user/v1/service_pb.js +90 -0
- package/dist/meshtrade/iam/user/v1/service_web_meshts.d.ts +78 -0
- package/dist/meshtrade/iam/user/v1/service_web_meshts.js +142 -0
- package/dist/meshtrade/iam/user/v1/user_pb.d.ts +58 -0
- package/dist/meshtrade/iam/user/v1/user_pb.js +17 -0
- package/dist/meshtrade/ledger/transaction/v1/index.d.ts +5 -0
- package/dist/meshtrade/ledger/transaction/v1/index.js +46 -0
- package/dist/meshtrade/ledger/transaction/v1/service_pb.d.ts +102 -0
- package/dist/meshtrade/ledger/transaction/v1/service_pb.js +41 -0
- package/dist/meshtrade/ledger/transaction/v1/service_web_meshts.d.ts +50 -0
- package/dist/meshtrade/ledger/transaction/v1/service_web_meshts.js +91 -0
- package/dist/meshtrade/ledger/transaction/v1/transaction_action_pb.d.ts +46 -0
- package/dist/meshtrade/ledger/transaction/v1/transaction_action_pb.js +53 -0
- package/dist/meshtrade/ledger/transaction/v1/transaction_state.d.ts +14 -0
- package/dist/meshtrade/ledger/transaction/v1/transaction_state.js +64 -0
- package/dist/meshtrade/ledger/transaction/v1/transaction_state_pb.d.ts +50 -0
- package/dist/meshtrade/ledger/transaction/v1/transaction_state_pb.js +57 -0
- package/dist/meshtrade/market_data/price/v1/index.d.ts +3 -0
- package/dist/meshtrade/market_data/price/v1/index.js +44 -0
- package/dist/meshtrade/market_data/price/v1/price_pb.d.ts +50 -0
- package/dist/meshtrade/market_data/price/v1/price_pb.js +19 -0
- package/dist/meshtrade/market_data/price/v1/service_pb.d.ts +48 -0
- package/dist/meshtrade/market_data/price/v1/service_pb.js +27 -0
- package/dist/meshtrade/market_data/price/v1/service_web_meshts.d.ts +36 -0
- package/dist/meshtrade/market_data/price/v1/service_web_meshts.js +72 -0
- package/dist/meshtrade/option/method_options/v1/index.d.ts +1 -0
- package/dist/meshtrade/option/method_options/v1/index.js +42 -0
- package/dist/meshtrade/option/method_options/v1/method_options_pb.d.ts +132 -0
- package/dist/meshtrade/option/method_options/v1/method_options_pb.js +108 -0
- package/dist/meshtrade/reporting/account_report/v1/account_report_pb.d.ts +136 -0
- package/dist/meshtrade/reporting/account_report/v1/account_report_pb.js +28 -0
- package/dist/meshtrade/reporting/account_report/v1/disclaimer_pb.d.ts +39 -0
- package/dist/meshtrade/reporting/account_report/v1/disclaimer_pb.js +16 -0
- package/dist/meshtrade/reporting/account_report/v1/fee_entry_pb.d.ts +66 -0
- package/dist/meshtrade/reporting/account_report/v1/fee_entry_pb.js +18 -0
- package/dist/meshtrade/reporting/account_report/v1/income_entry_pb.d.ts +139 -0
- package/dist/meshtrade/reporting/account_report/v1/income_entry_pb.js +80 -0
- package/dist/meshtrade/reporting/account_report/v1/index.d.ts +7 -0
- package/dist/meshtrade/reporting/account_report/v1/index.js +48 -0
- package/dist/meshtrade/reporting/account_report/v1/service_pb.d.ts +162 -0
- package/dist/meshtrade/reporting/account_report/v1/service_pb.js +46 -0
- package/dist/meshtrade/reporting/account_report/v1/service_web_meshts.d.ts +42 -0
- package/dist/meshtrade/reporting/account_report/v1/service_web_meshts.js +82 -0
- package/dist/meshtrade/reporting/account_report/v1/trading_statement_entry_pb.d.ts +80 -0
- package/dist/meshtrade/reporting/account_report/v1/trading_statement_entry_pb.js +18 -0
- package/dist/meshtrade/studio/instrument/v1/index.d.ts +3 -0
- package/dist/meshtrade/studio/instrument/v1/index.js +44 -0
- package/dist/meshtrade/studio/instrument/v1/instrument_pb.d.ts +53 -0
- package/dist/meshtrade/studio/instrument/v1/instrument_pb.js +18 -0
- package/dist/meshtrade/studio/instrument/v1/instrument_type_pb.d.ts +214 -0
- package/dist/meshtrade/studio/instrument/v1/instrument_type_pb.js +221 -0
- package/dist/meshtrade/studio/instrument/v1/unit_pb.d.ts +148 -0
- package/dist/meshtrade/studio/instrument/v1/unit_pb.js +155 -0
- package/dist/meshtrade/trading/limit_order/v1/index.d.ts +3 -0
- package/dist/meshtrade/trading/limit_order/v1/index.js +44 -0
- package/dist/meshtrade/trading/limit_order/v1/limit_order_pb.d.ts +211 -0
- package/dist/meshtrade/trading/limit_order/v1/limit_order_pb.js +111 -0
- package/dist/meshtrade/trading/limit_order/v1/service_pb.d.ts +357 -0
- package/dist/meshtrade/trading/limit_order/v1/service_pb.js +73 -0
- package/dist/meshtrade/trading/limit_order/v1/service_web_meshts.d.ts +81 -0
- package/dist/meshtrade/trading/limit_order/v1/service_web_meshts.js +141 -0
- package/dist/meshtrade/trading/market_order/v1/index.d.ts +3 -0
- package/dist/meshtrade/trading/market_order/v1/index.js +44 -0
- package/dist/meshtrade/trading/market_order/v1/market_order_pb.d.ts +20 -0
- package/dist/meshtrade/trading/market_order/v1/market_order_pb.js +16 -0
- package/dist/meshtrade/trading/market_order/v1/service_pb.d.ts +34 -0
- package/dist/meshtrade/trading/market_order/v1/service_pb.js +22 -0
- package/dist/meshtrade/trading/market_order/v1/service_web_meshts.d.ts +36 -0
- package/dist/meshtrade/trading/market_order/v1/service_web_meshts.js +72 -0
- package/dist/meshtrade/type/v1/address_pb.d.ts +82 -0
- package/dist/meshtrade/type/v1/address_pb.js +16 -0
- package/dist/meshtrade/type/v1/amount.d.ts +13 -0
- package/dist/meshtrade/type/v1/amount.js +68 -0
- package/dist/meshtrade/type/v1/amountWrapper.d.ts +74 -0
- package/dist/meshtrade/type/v1/amountWrapper.js +98 -0
- package/dist/meshtrade/type/v1/amount_pb.d.ts +44 -0
- package/dist/meshtrade/type/v1/amount_pb.js +18 -0
- package/dist/meshtrade/type/v1/contact_details_pb.d.ts +98 -0
- package/dist/meshtrade/type/v1/contact_details_pb.js +16 -0
- package/dist/meshtrade/type/v1/date.d.ts +49 -0
- package/dist/meshtrade/type/v1/date.js +136 -0
- package/dist/meshtrade/type/v1/date_pb.d.ts +50 -0
- package/dist/meshtrade/type/v1/date_pb.js +16 -0
- package/dist/meshtrade/type/v1/decimalConversions.d.ts +24 -0
- package/dist/meshtrade/type/v1/decimalConversions.js +39 -0
- package/dist/meshtrade/type/v1/decimal_pb.d.ts +24 -0
- package/dist/meshtrade/type/v1/decimal_pb.js +16 -0
- package/dist/meshtrade/type/v1/index.d.ts +15 -0
- package/dist/meshtrade/type/v1/index.js +56 -0
- package/dist/meshtrade/type/v1/ledger.d.ts +27 -0
- package/dist/meshtrade/type/v1/ledger.js +115 -0
- package/dist/meshtrade/type/v1/ledger_pb.d.ts +83 -0
- package/dist/meshtrade/type/v1/ledger_pb.js +90 -0
- package/dist/meshtrade/type/v1/sorting_pb.d.ts +35 -0
- package/dist/meshtrade/type/v1/sorting_pb.js +42 -0
- package/dist/meshtrade/type/v1/time_of_day.d.ts +74 -0
- package/dist/meshtrade/type/v1/time_of_day.js +199 -0
- package/dist/meshtrade/type/v1/time_of_day_pb.d.ts +67 -0
- package/dist/meshtrade/type/v1/time_of_day_pb.js +16 -0
- package/dist/meshtrade/type/v1/token.d.ts +4 -0
- package/dist/meshtrade/type/v1/token.js +23 -0
- package/dist/meshtrade/type/v1/tokenWrapper.d.ts +49 -0
- package/dist/meshtrade/type/v1/tokenWrapper.js +92 -0
- package/dist/meshtrade/type/v1/token_pb.d.ts +56 -0
- package/dist/meshtrade/type/v1/token_pb.js +17 -0
- package/dist/meshtrade/wallet/account/v1/account_pb.d.ts +264 -0
- package/dist/meshtrade/wallet/account/v1/account_pb.js +74 -0
- package/dist/meshtrade/wallet/account/v1/index.d.ts +3 -0
- package/dist/meshtrade/wallet/account/v1/index.js +44 -0
- package/dist/meshtrade/wallet/account/v1/service_pb.d.ts +559 -0
- package/dist/meshtrade/wallet/account/v1/service_pb.js +112 -0
- package/dist/meshtrade/wallet/account/v1/service_web_meshts.d.ts +84 -0
- package/dist/meshtrade/wallet/account/v1/service_web_meshts.js +152 -0
- package/package.json +171 -0
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// ===================================================================
|
|
3
|
+
// AUTO-GENERATED SECTION - ONLY EDIT BELOW THE CLOSING COMMENT BLOCK
|
|
4
|
+
// ===================================================================
|
|
5
|
+
// This section is automatically managed by protoc-gen-meshts.
|
|
6
|
+
//
|
|
7
|
+
// DO NOT EDIT ANYTHING IN THIS SECTION MANUALLY!
|
|
8
|
+
// Your changes will be overwritten during code generation.
|
|
9
|
+
//
|
|
10
|
+
// To add custom exports, scroll down to the
|
|
11
|
+
// "MANUAL EXPORTS" section indicated below.
|
|
12
|
+
// ===================================================================
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
25
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
+
// Generated exports
|
|
29
|
+
__exportStar(require("./account_pb"), exports);
|
|
30
|
+
__exportStar(require("./service_pb"), exports);
|
|
31
|
+
__exportStar(require("./service_web_meshts"), exports);
|
|
32
|
+
// ===================================================================
|
|
33
|
+
// END OF AUTO-GENERATED SECTION
|
|
34
|
+
// ===================================================================
|
|
35
|
+
//
|
|
36
|
+
// MANUAL EXPORTS - ADD YOUR CUSTOM EXPORTS BELOW
|
|
37
|
+
//
|
|
38
|
+
// You can safely add your own export statements in this section.
|
|
39
|
+
// They will be preserved across code generation.
|
|
40
|
+
//
|
|
41
|
+
// Example:
|
|
42
|
+
// export * from "./my_custom_module";
|
|
43
|
+
// export { MyCustomClass } from "./another_module";
|
|
44
|
+
// ===================================================================
|
|
@@ -0,0 +1,559 @@
|
|
|
1
|
+
import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { SortingOrder } from "../../../type/v1/sorting_pb";
|
|
3
|
+
import type { Account, AccountSchema } from "./account_pb";
|
|
4
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
5
|
+
/**
|
|
6
|
+
* Describes the file meshtrade/wallet/account/v1/service.proto.
|
|
7
|
+
*/
|
|
8
|
+
export declare const file_meshtrade_wallet_account_v1_service: GenFile;
|
|
9
|
+
/**
|
|
10
|
+
*
|
|
11
|
+
* Request to create a new account.
|
|
12
|
+
*
|
|
13
|
+
* @generated from message meshtrade.wallet.account.v1.CreateAccountRequest
|
|
14
|
+
*/
|
|
15
|
+
export type CreateAccountRequest = Message<"meshtrade.wallet.account.v1.CreateAccountRequest"> & {
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* The account configuration for creation.
|
|
19
|
+
* The name, number, ledger_id, and owners fields will be ignored and assigned by the system.
|
|
20
|
+
*
|
|
21
|
+
* @generated from field: meshtrade.wallet.account.v1.Account account = 1;
|
|
22
|
+
*/
|
|
23
|
+
account?: Account;
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* Describes the message meshtrade.wallet.account.v1.CreateAccountRequest.
|
|
27
|
+
* Use `create(CreateAccountRequestSchema)` to create a new message.
|
|
28
|
+
*/
|
|
29
|
+
export declare const CreateAccountRequestSchema: GenMessage<CreateAccountRequest>;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* Request to update an existing account.
|
|
33
|
+
*
|
|
34
|
+
* @generated from message meshtrade.wallet.account.v1.UpdateAccountRequest
|
|
35
|
+
*/
|
|
36
|
+
export type UpdateAccountRequest = Message<"meshtrade.wallet.account.v1.UpdateAccountRequest"> & {
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* Complete account resource with updated fields.
|
|
40
|
+
* Only display_name can be modified.
|
|
41
|
+
*
|
|
42
|
+
* @generated from field: meshtrade.wallet.account.v1.Account account = 1;
|
|
43
|
+
*/
|
|
44
|
+
account?: Account;
|
|
45
|
+
};
|
|
46
|
+
/**
|
|
47
|
+
* Describes the message meshtrade.wallet.account.v1.UpdateAccountRequest.
|
|
48
|
+
* Use `create(UpdateAccountRequestSchema)` to create a new message.
|
|
49
|
+
*/
|
|
50
|
+
export declare const UpdateAccountRequestSchema: GenMessage<UpdateAccountRequest>;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* Request to open an account on the ledger.
|
|
54
|
+
*
|
|
55
|
+
* @generated from message meshtrade.wallet.account.v1.OpenAccountRequest
|
|
56
|
+
*/
|
|
57
|
+
export type OpenAccountRequest = Message<"meshtrade.wallet.account.v1.OpenAccountRequest"> & {
|
|
58
|
+
/**
|
|
59
|
+
*
|
|
60
|
+
* The resource name of the account to open.
|
|
61
|
+
* Format: accounts/{ULIDv2}.
|
|
62
|
+
*
|
|
63
|
+
* @generated from field: string name = 1;
|
|
64
|
+
*/
|
|
65
|
+
name: string;
|
|
66
|
+
};
|
|
67
|
+
/**
|
|
68
|
+
* Describes the message meshtrade.wallet.account.v1.OpenAccountRequest.
|
|
69
|
+
* Use `create(OpenAccountRequestSchema)` to create a new message.
|
|
70
|
+
*/
|
|
71
|
+
export declare const OpenAccountRequestSchema: GenMessage<OpenAccountRequest>;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* Response a transaction reference to monitor the ledger operation to open the account.
|
|
75
|
+
*
|
|
76
|
+
* @generated from message meshtrade.wallet.account.v1.OpenAccountResponse
|
|
77
|
+
*/
|
|
78
|
+
export type OpenAccountResponse = Message<"meshtrade.wallet.account.v1.OpenAccountResponse"> & {
|
|
79
|
+
/**
|
|
80
|
+
*
|
|
81
|
+
* Transaction reference for monitoring the ledger operation to open the account.
|
|
82
|
+
* The Account is open once this transaction has succeeded.
|
|
83
|
+
* Format: transactions/{ULIDv2}.
|
|
84
|
+
*
|
|
85
|
+
* @generated from field: string ledger_transaction = 1;
|
|
86
|
+
*/
|
|
87
|
+
ledgerTransaction: string;
|
|
88
|
+
};
|
|
89
|
+
/**
|
|
90
|
+
* Describes the message meshtrade.wallet.account.v1.OpenAccountResponse.
|
|
91
|
+
* Use `create(OpenAccountResponseSchema)` to create a new message.
|
|
92
|
+
*/
|
|
93
|
+
export declare const OpenAccountResponseSchema: GenMessage<OpenAccountResponse>;
|
|
94
|
+
/**
|
|
95
|
+
*
|
|
96
|
+
* Request to add signatories to an account on the ledger.
|
|
97
|
+
*
|
|
98
|
+
* @generated from message meshtrade.wallet.account.v1.AddSignatoriesToAccountRequest
|
|
99
|
+
*/
|
|
100
|
+
export type AddSignatoriesToAccountRequest = Message<"meshtrade.wallet.account.v1.AddSignatoriesToAccountRequest"> & {
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* The resource name of the account to which signatories should be added.
|
|
104
|
+
* Format: accounts/{ULIDv2}.
|
|
105
|
+
*
|
|
106
|
+
* @generated from field: string name = 1;
|
|
107
|
+
*/
|
|
108
|
+
name: string;
|
|
109
|
+
/**
|
|
110
|
+
*
|
|
111
|
+
* The resource names of the (api)users to add as signatories on the identified account.
|
|
112
|
+
* Format: api_users/{ULIDv2} or users/{ULIDv2}.
|
|
113
|
+
* At least one user must be provided.
|
|
114
|
+
*
|
|
115
|
+
* @generated from field: repeated string users = 2;
|
|
116
|
+
*/
|
|
117
|
+
users: string[];
|
|
118
|
+
};
|
|
119
|
+
/**
|
|
120
|
+
* Describes the message meshtrade.wallet.account.v1.AddSignatoriesToAccountRequest.
|
|
121
|
+
* Use `create(AddSignatoriesToAccountRequestSchema)` to create a new message.
|
|
122
|
+
*/
|
|
123
|
+
export declare const AddSignatoriesToAccountRequestSchema: GenMessage<AddSignatoriesToAccountRequest>;
|
|
124
|
+
/**
|
|
125
|
+
*
|
|
126
|
+
* Response containing a transaction reference to monitor the ledger operation to add signatories.
|
|
127
|
+
*
|
|
128
|
+
* @generated from message meshtrade.wallet.account.v1.AddSignatoriesToAccountResponse
|
|
129
|
+
*/
|
|
130
|
+
export type AddSignatoriesToAccountResponse = Message<"meshtrade.wallet.account.v1.AddSignatoriesToAccountResponse"> & {
|
|
131
|
+
/**
|
|
132
|
+
*
|
|
133
|
+
* Transaction reference for monitoring the ledger operation to add the given users as signatories.
|
|
134
|
+
* The signatories are added once this transaction has succeeded.
|
|
135
|
+
* Format: transactions/{ULIDv2}.
|
|
136
|
+
*
|
|
137
|
+
* @generated from field: string ledger_transaction = 1;
|
|
138
|
+
*/
|
|
139
|
+
ledgerTransaction: string;
|
|
140
|
+
};
|
|
141
|
+
/**
|
|
142
|
+
* Describes the message meshtrade.wallet.account.v1.AddSignatoriesToAccountResponse.
|
|
143
|
+
* Use `create(AddSignatoriesToAccountResponseSchema)` to create a new message.
|
|
144
|
+
*/
|
|
145
|
+
export declare const AddSignatoriesToAccountResponseSchema: GenMessage<AddSignatoriesToAccountResponse>;
|
|
146
|
+
/**
|
|
147
|
+
*
|
|
148
|
+
* Request to remove signatories from an account on the ledger.
|
|
149
|
+
*
|
|
150
|
+
* @generated from message meshtrade.wallet.account.v1.RemoveSignatoriesFromAccountRequest
|
|
151
|
+
*/
|
|
152
|
+
export type RemoveSignatoriesFromAccountRequest = Message<"meshtrade.wallet.account.v1.RemoveSignatoriesFromAccountRequest"> & {
|
|
153
|
+
/**
|
|
154
|
+
*
|
|
155
|
+
* The resource name of the account from which signatories should be removed.
|
|
156
|
+
* Format: accounts/{ULIDv2}.
|
|
157
|
+
*
|
|
158
|
+
* @generated from field: string name = 1;
|
|
159
|
+
*/
|
|
160
|
+
name: string;
|
|
161
|
+
/**
|
|
162
|
+
*
|
|
163
|
+
* The resource names of the (api)users to remove as signatories from the identified account.
|
|
164
|
+
* Format: api_users/{ULIDv2} or users/{ULIDv2}.
|
|
165
|
+
* At least one user must be provided.
|
|
166
|
+
*
|
|
167
|
+
* @generated from field: repeated string users = 2;
|
|
168
|
+
*/
|
|
169
|
+
users: string[];
|
|
170
|
+
};
|
|
171
|
+
/**
|
|
172
|
+
* Describes the message meshtrade.wallet.account.v1.RemoveSignatoriesFromAccountRequest.
|
|
173
|
+
* Use `create(RemoveSignatoriesFromAccountRequestSchema)` to create a new message.
|
|
174
|
+
*/
|
|
175
|
+
export declare const RemoveSignatoriesFromAccountRequestSchema: GenMessage<RemoveSignatoriesFromAccountRequest>;
|
|
176
|
+
/**
|
|
177
|
+
*
|
|
178
|
+
* Response containing a transaction reference to monitor the ledger operation to remove signatories.
|
|
179
|
+
*
|
|
180
|
+
* @generated from message meshtrade.wallet.account.v1.RemoveSignatoriesFromAccountResponse
|
|
181
|
+
*/
|
|
182
|
+
export type RemoveSignatoriesFromAccountResponse = Message<"meshtrade.wallet.account.v1.RemoveSignatoriesFromAccountResponse"> & {
|
|
183
|
+
/**
|
|
184
|
+
*
|
|
185
|
+
* Transaction reference for monitoring the ledger operation to remove the given users as signatories.
|
|
186
|
+
* The signatories are removed once this transaction has succeeded.
|
|
187
|
+
* Format: transactions/{ULIDv2}.
|
|
188
|
+
*
|
|
189
|
+
* @generated from field: string ledger_transaction = 1;
|
|
190
|
+
*/
|
|
191
|
+
ledgerTransaction: string;
|
|
192
|
+
};
|
|
193
|
+
/**
|
|
194
|
+
* Describes the message meshtrade.wallet.account.v1.RemoveSignatoriesFromAccountResponse.
|
|
195
|
+
* Use `create(RemoveSignatoriesFromAccountResponseSchema)` to create a new message.
|
|
196
|
+
*/
|
|
197
|
+
export declare const RemoveSignatoriesFromAccountResponseSchema: GenMessage<RemoveSignatoriesFromAccountResponse>;
|
|
198
|
+
/**
|
|
199
|
+
*
|
|
200
|
+
* Request to retrieve a specific account.
|
|
201
|
+
*
|
|
202
|
+
* @generated from message meshtrade.wallet.account.v1.GetAccountRequest
|
|
203
|
+
*/
|
|
204
|
+
export type GetAccountRequest = Message<"meshtrade.wallet.account.v1.GetAccountRequest"> & {
|
|
205
|
+
/**
|
|
206
|
+
*
|
|
207
|
+
* The resource name of the account to retrieve.
|
|
208
|
+
* Format: accounts/{ULIDv2}.
|
|
209
|
+
*
|
|
210
|
+
* @generated from field: string name = 1;
|
|
211
|
+
*/
|
|
212
|
+
name: string;
|
|
213
|
+
/**
|
|
214
|
+
*
|
|
215
|
+
* When true, fetches current balances and state from the ledger.
|
|
216
|
+
* When false, returns only stored metadata without live data.
|
|
217
|
+
*
|
|
218
|
+
* @generated from field: bool populate_ledger_data = 2;
|
|
219
|
+
*/
|
|
220
|
+
populateLedgerData: boolean;
|
|
221
|
+
};
|
|
222
|
+
/**
|
|
223
|
+
* Describes the message meshtrade.wallet.account.v1.GetAccountRequest.
|
|
224
|
+
* Use `create(GetAccountRequestSchema)` to create a new message.
|
|
225
|
+
*/
|
|
226
|
+
export declare const GetAccountRequestSchema: GenMessage<GetAccountRequest>;
|
|
227
|
+
/**
|
|
228
|
+
*
|
|
229
|
+
* Request to retrieve an account by its account number.
|
|
230
|
+
*
|
|
231
|
+
* @generated from message meshtrade.wallet.account.v1.GetAccountByNumberRequest
|
|
232
|
+
*/
|
|
233
|
+
export type GetAccountByNumberRequest = Message<"meshtrade.wallet.account.v1.GetAccountByNumberRequest"> & {
|
|
234
|
+
/**
|
|
235
|
+
*
|
|
236
|
+
* The Account Number.
|
|
237
|
+
* Must be a 7-digit number starting with '1'.
|
|
238
|
+
*
|
|
239
|
+
* @generated from field: string account_number = 1;
|
|
240
|
+
*/
|
|
241
|
+
accountNumber: string;
|
|
242
|
+
/**
|
|
243
|
+
*
|
|
244
|
+
* When true, fetches current balances and state from the ledger.
|
|
245
|
+
* When false, returns only stored metadata without live data.
|
|
246
|
+
*
|
|
247
|
+
* @generated from field: bool populate_ledger_data = 2;
|
|
248
|
+
*/
|
|
249
|
+
populateLedgerData: boolean;
|
|
250
|
+
};
|
|
251
|
+
/**
|
|
252
|
+
* Describes the message meshtrade.wallet.account.v1.GetAccountByNumberRequest.
|
|
253
|
+
* Use `create(GetAccountByNumberRequestSchema)` to create a new message.
|
|
254
|
+
*/
|
|
255
|
+
export declare const GetAccountByNumberRequestSchema: GenMessage<GetAccountByNumberRequest>;
|
|
256
|
+
/**
|
|
257
|
+
*
|
|
258
|
+
* Request to list all accounts in the hierarchy.
|
|
259
|
+
*
|
|
260
|
+
* @generated from message meshtrade.wallet.account.v1.ListAccountsRequest
|
|
261
|
+
*/
|
|
262
|
+
export type ListAccountsRequest = Message<"meshtrade.wallet.account.v1.ListAccountsRequest"> & {
|
|
263
|
+
/**
|
|
264
|
+
*
|
|
265
|
+
* Optional sorting configuration.
|
|
266
|
+
*
|
|
267
|
+
* @generated from field: meshtrade.wallet.account.v1.ListAccountsRequest.Sorting sorting = 1;
|
|
268
|
+
*/
|
|
269
|
+
sorting?: ListAccountsRequest_Sorting;
|
|
270
|
+
/**
|
|
271
|
+
*
|
|
272
|
+
* When true, fetches current balances and state from the ledger.
|
|
273
|
+
* When false, returns only stored metadata without live data.
|
|
274
|
+
*
|
|
275
|
+
* @generated from field: bool populate_ledger_data = 2;
|
|
276
|
+
*/
|
|
277
|
+
populateLedgerData: boolean;
|
|
278
|
+
};
|
|
279
|
+
/**
|
|
280
|
+
* Describes the message meshtrade.wallet.account.v1.ListAccountsRequest.
|
|
281
|
+
* Use `create(ListAccountsRequestSchema)` to create a new message.
|
|
282
|
+
*/
|
|
283
|
+
export declare const ListAccountsRequestSchema: GenMessage<ListAccountsRequest>;
|
|
284
|
+
/**
|
|
285
|
+
*
|
|
286
|
+
* Sorting configuration for organizing results.
|
|
287
|
+
*
|
|
288
|
+
* @generated from message meshtrade.wallet.account.v1.ListAccountsRequest.Sorting
|
|
289
|
+
*/
|
|
290
|
+
export type ListAccountsRequest_Sorting = Message<"meshtrade.wallet.account.v1.ListAccountsRequest.Sorting"> & {
|
|
291
|
+
/**
|
|
292
|
+
*
|
|
293
|
+
* Field to sort by.
|
|
294
|
+
* Supported values: "number" or empty string for default ordering.
|
|
295
|
+
*
|
|
296
|
+
* @generated from field: string field = 1;
|
|
297
|
+
*/
|
|
298
|
+
field: string;
|
|
299
|
+
/**
|
|
300
|
+
*
|
|
301
|
+
* Sort order for results.
|
|
302
|
+
*
|
|
303
|
+
* @generated from field: meshtrade.type.v1.SortingOrder order = 2;
|
|
304
|
+
*/
|
|
305
|
+
order: SortingOrder;
|
|
306
|
+
};
|
|
307
|
+
/**
|
|
308
|
+
* Describes the message meshtrade.wallet.account.v1.ListAccountsRequest.Sorting.
|
|
309
|
+
* Use `create(ListAccountsRequest_SortingSchema)` to create a new message.
|
|
310
|
+
*/
|
|
311
|
+
export declare const ListAccountsRequest_SortingSchema: GenMessage<ListAccountsRequest_Sorting>;
|
|
312
|
+
/**
|
|
313
|
+
*
|
|
314
|
+
* Response containing a list of accounts.
|
|
315
|
+
*
|
|
316
|
+
* @generated from message meshtrade.wallet.account.v1.ListAccountsResponse
|
|
317
|
+
*/
|
|
318
|
+
export type ListAccountsResponse = Message<"meshtrade.wallet.account.v1.ListAccountsResponse"> & {
|
|
319
|
+
/**
|
|
320
|
+
*
|
|
321
|
+
* Collection of accounts in the hierarchy.
|
|
322
|
+
*
|
|
323
|
+
* @generated from field: repeated meshtrade.wallet.account.v1.Account accounts = 1;
|
|
324
|
+
*/
|
|
325
|
+
accounts: Account[];
|
|
326
|
+
};
|
|
327
|
+
/**
|
|
328
|
+
* Describes the message meshtrade.wallet.account.v1.ListAccountsResponse.
|
|
329
|
+
* Use `create(ListAccountsResponseSchema)` to create a new message.
|
|
330
|
+
*/
|
|
331
|
+
export declare const ListAccountsResponseSchema: GenMessage<ListAccountsResponse>;
|
|
332
|
+
/**
|
|
333
|
+
*
|
|
334
|
+
* Request to search accounts with filtering criteria.
|
|
335
|
+
*
|
|
336
|
+
* @generated from message meshtrade.wallet.account.v1.SearchAccountsRequest
|
|
337
|
+
*/
|
|
338
|
+
export type SearchAccountsRequest = Message<"meshtrade.wallet.account.v1.SearchAccountsRequest"> & {
|
|
339
|
+
/**
|
|
340
|
+
*
|
|
341
|
+
* Optional sorting configuration.
|
|
342
|
+
*
|
|
343
|
+
* @generated from field: meshtrade.wallet.account.v1.SearchAccountsRequest.Sorting sorting = 1;
|
|
344
|
+
*/
|
|
345
|
+
sorting?: SearchAccountsRequest_Sorting;
|
|
346
|
+
/**
|
|
347
|
+
*
|
|
348
|
+
* Optional substring to search for in account display names.
|
|
349
|
+
* Case-insensitive partial matching.
|
|
350
|
+
*
|
|
351
|
+
* @generated from field: string display_name = 2;
|
|
352
|
+
*/
|
|
353
|
+
displayName: string;
|
|
354
|
+
/**
|
|
355
|
+
*
|
|
356
|
+
* When true, fetches current balances and state from the ledger.
|
|
357
|
+
* When false, returns only stored metadata without live data.
|
|
358
|
+
*
|
|
359
|
+
* @generated from field: bool populate_ledger_data = 3;
|
|
360
|
+
*/
|
|
361
|
+
populateLedgerData: boolean;
|
|
362
|
+
};
|
|
363
|
+
/**
|
|
364
|
+
* Describes the message meshtrade.wallet.account.v1.SearchAccountsRequest.
|
|
365
|
+
* Use `create(SearchAccountsRequestSchema)` to create a new message.
|
|
366
|
+
*/
|
|
367
|
+
export declare const SearchAccountsRequestSchema: GenMessage<SearchAccountsRequest>;
|
|
368
|
+
/**
|
|
369
|
+
*
|
|
370
|
+
* Sorting configuration for organizing results.
|
|
371
|
+
*
|
|
372
|
+
* @generated from message meshtrade.wallet.account.v1.SearchAccountsRequest.Sorting
|
|
373
|
+
*/
|
|
374
|
+
export type SearchAccountsRequest_Sorting = Message<"meshtrade.wallet.account.v1.SearchAccountsRequest.Sorting"> & {
|
|
375
|
+
/**
|
|
376
|
+
*
|
|
377
|
+
* Field to sort by.
|
|
378
|
+
* Supported values: "number" or empty string for default ordering.
|
|
379
|
+
*
|
|
380
|
+
* @generated from field: string field = 1;
|
|
381
|
+
*/
|
|
382
|
+
field: string;
|
|
383
|
+
/**
|
|
384
|
+
*
|
|
385
|
+
* Sort order for results.
|
|
386
|
+
*
|
|
387
|
+
* @generated from field: meshtrade.type.v1.SortingOrder order = 2;
|
|
388
|
+
*/
|
|
389
|
+
order: SortingOrder;
|
|
390
|
+
};
|
|
391
|
+
/**
|
|
392
|
+
* Describes the message meshtrade.wallet.account.v1.SearchAccountsRequest.Sorting.
|
|
393
|
+
* Use `create(SearchAccountsRequest_SortingSchema)` to create a new message.
|
|
394
|
+
*/
|
|
395
|
+
export declare const SearchAccountsRequest_SortingSchema: GenMessage<SearchAccountsRequest_Sorting>;
|
|
396
|
+
/**
|
|
397
|
+
*
|
|
398
|
+
* Response containing search results.
|
|
399
|
+
*
|
|
400
|
+
* @generated from message meshtrade.wallet.account.v1.SearchAccountsResponse
|
|
401
|
+
*/
|
|
402
|
+
export type SearchAccountsResponse = Message<"meshtrade.wallet.account.v1.SearchAccountsResponse"> & {
|
|
403
|
+
/**
|
|
404
|
+
*
|
|
405
|
+
* Collection of accounts matching the search criteria.
|
|
406
|
+
*
|
|
407
|
+
* @generated from field: repeated meshtrade.wallet.account.v1.Account accounts = 1;
|
|
408
|
+
*/
|
|
409
|
+
accounts: Account[];
|
|
410
|
+
};
|
|
411
|
+
/**
|
|
412
|
+
* Describes the message meshtrade.wallet.account.v1.SearchAccountsResponse.
|
|
413
|
+
* Use `create(SearchAccountsResponseSchema)` to create a new message.
|
|
414
|
+
*/
|
|
415
|
+
export declare const SearchAccountsResponseSchema: GenMessage<SearchAccountsResponse>;
|
|
416
|
+
/**
|
|
417
|
+
*
|
|
418
|
+
* AccountService manages ledger wallet accounts and their lifecycle operations (BETA).
|
|
419
|
+
*
|
|
420
|
+
* This service provides comprehensive account management capabilities across multiple
|
|
421
|
+
* ledger networks (Stellar, Solana, Bitcoin, Ethereum). Accounts serve as the
|
|
422
|
+
* primary containers for holding and managing digital assets on the Mesh platform.
|
|
423
|
+
*
|
|
424
|
+
* Key capabilities include account creation, opening on-chain, balance queries,
|
|
425
|
+
* and account lifecycle management. All operations are scoped to the authenticated
|
|
426
|
+
* group's hierarchy and require appropriate wallet domain permissions.
|
|
427
|
+
*
|
|
428
|
+
* Note: This service is currently in BETA. Interface and functionality may change.
|
|
429
|
+
*
|
|
430
|
+
* @generated from service meshtrade.wallet.account.v1.AccountService
|
|
431
|
+
*/
|
|
432
|
+
export declare const AccountService: GenService<{
|
|
433
|
+
/**
|
|
434
|
+
*
|
|
435
|
+
* Creates a new account record in the system (off-chain).
|
|
436
|
+
*
|
|
437
|
+
* The account is created in a pending state and must be explicitly opened
|
|
438
|
+
* on the ledger using OpenAccount before it can receive funds or execute
|
|
439
|
+
* transactions. Account ownership must match the executing context.
|
|
440
|
+
*
|
|
441
|
+
* @generated from rpc meshtrade.wallet.account.v1.AccountService.CreateAccount
|
|
442
|
+
*/
|
|
443
|
+
createAccount: {
|
|
444
|
+
methodKind: "unary";
|
|
445
|
+
input: typeof CreateAccountRequestSchema;
|
|
446
|
+
output: typeof AccountSchema;
|
|
447
|
+
};
|
|
448
|
+
/**
|
|
449
|
+
*
|
|
450
|
+
* Updates an existing account's mutable metadata.
|
|
451
|
+
*
|
|
452
|
+
* Only the display_name field can be modified. All other fields including
|
|
453
|
+
* ownership, ledger, and account number are immutable after creation.
|
|
454
|
+
*
|
|
455
|
+
* @generated from rpc meshtrade.wallet.account.v1.AccountService.UpdateAccount
|
|
456
|
+
*/
|
|
457
|
+
updateAccount: {
|
|
458
|
+
methodKind: "unary";
|
|
459
|
+
input: typeof UpdateAccountRequestSchema;
|
|
460
|
+
output: typeof AccountSchema;
|
|
461
|
+
};
|
|
462
|
+
/**
|
|
463
|
+
*
|
|
464
|
+
* Opens an account on the ledger.
|
|
465
|
+
*
|
|
466
|
+
* Initializes the account on-chain, making it ready to receive deposits
|
|
467
|
+
* and execute transactions. Returns the opened account and a transaction
|
|
468
|
+
* reference for monitoring the ledger operation.
|
|
469
|
+
*
|
|
470
|
+
* @generated from rpc meshtrade.wallet.account.v1.AccountService.OpenAccount
|
|
471
|
+
*/
|
|
472
|
+
openAccount: {
|
|
473
|
+
methodKind: "unary";
|
|
474
|
+
input: typeof OpenAccountRequestSchema;
|
|
475
|
+
output: typeof OpenAccountResponseSchema;
|
|
476
|
+
};
|
|
477
|
+
/**
|
|
478
|
+
*
|
|
479
|
+
* Adds the given users as signatories to an account on the ledger.
|
|
480
|
+
*
|
|
481
|
+
* Returns a transaction reference for monitoring the ledger operation.
|
|
482
|
+
*
|
|
483
|
+
* @generated from rpc meshtrade.wallet.account.v1.AccountService.AddSignatoriesToAccount
|
|
484
|
+
*/
|
|
485
|
+
addSignatoriesToAccount: {
|
|
486
|
+
methodKind: "unary";
|
|
487
|
+
input: typeof AddSignatoriesToAccountRequestSchema;
|
|
488
|
+
output: typeof AddSignatoriesToAccountResponseSchema;
|
|
489
|
+
};
|
|
490
|
+
/**
|
|
491
|
+
*
|
|
492
|
+
* Removes the given users as signatories from an account on the ledger.
|
|
493
|
+
*
|
|
494
|
+
* Returns a transaction reference for monitoring the ledger operation.
|
|
495
|
+
*
|
|
496
|
+
* @generated from rpc meshtrade.wallet.account.v1.AccountService.RemoveSignatoriesFromAccount
|
|
497
|
+
*/
|
|
498
|
+
removeSignatoriesFromAccount: {
|
|
499
|
+
methodKind: "unary";
|
|
500
|
+
input: typeof RemoveSignatoriesFromAccountRequestSchema;
|
|
501
|
+
output: typeof RemoveSignatoriesFromAccountResponseSchema;
|
|
502
|
+
};
|
|
503
|
+
/**
|
|
504
|
+
*
|
|
505
|
+
* Retrieves a specific account by its resource identifier.
|
|
506
|
+
*
|
|
507
|
+
* Provides access to account metadata and optionally fetches live
|
|
508
|
+
* balance data from the ledger when populate_ledger_data is true.
|
|
509
|
+
*
|
|
510
|
+
* @generated from rpc meshtrade.wallet.account.v1.AccountService.GetAccount
|
|
511
|
+
*/
|
|
512
|
+
getAccount: {
|
|
513
|
+
methodKind: "unary";
|
|
514
|
+
input: typeof GetAccountRequestSchema;
|
|
515
|
+
output: typeof AccountSchema;
|
|
516
|
+
};
|
|
517
|
+
/**
|
|
518
|
+
*
|
|
519
|
+
* Retrieves an account using its Account Number.
|
|
520
|
+
*
|
|
521
|
+
* Provides a convenient lookup method using the 7-digit account number.
|
|
522
|
+
* Optionally fetches live balance data when populate_ledger_data is true.
|
|
523
|
+
*
|
|
524
|
+
* @generated from rpc meshtrade.wallet.account.v1.AccountService.GetAccountByNumber
|
|
525
|
+
*/
|
|
526
|
+
getAccountByNumber: {
|
|
527
|
+
methodKind: "unary";
|
|
528
|
+
input: typeof GetAccountByNumberRequestSchema;
|
|
529
|
+
output: typeof AccountSchema;
|
|
530
|
+
};
|
|
531
|
+
/**
|
|
532
|
+
*
|
|
533
|
+
* Lists all accounts within the authenticated group's hierarchical scope.
|
|
534
|
+
*
|
|
535
|
+
* Returns the complete set of accounts accessible to the executing context,
|
|
536
|
+
* including accounts owned by the group and all descendant groups.
|
|
537
|
+
*
|
|
538
|
+
* @generated from rpc meshtrade.wallet.account.v1.AccountService.ListAccounts
|
|
539
|
+
*/
|
|
540
|
+
listAccounts: {
|
|
541
|
+
methodKind: "unary";
|
|
542
|
+
input: typeof ListAccountsRequestSchema;
|
|
543
|
+
output: typeof ListAccountsResponseSchema;
|
|
544
|
+
};
|
|
545
|
+
/**
|
|
546
|
+
*
|
|
547
|
+
* Searches accounts using flexible text criteria within the hierarchy.
|
|
548
|
+
*
|
|
549
|
+
* Performs case-insensitive substring matching on display names,
|
|
550
|
+
* returning accounts that match the search criteria.
|
|
551
|
+
*
|
|
552
|
+
* @generated from rpc meshtrade.wallet.account.v1.AccountService.SearchAccounts
|
|
553
|
+
*/
|
|
554
|
+
searchAccounts: {
|
|
555
|
+
methodKind: "unary";
|
|
556
|
+
input: typeof SearchAccountsRequestSchema;
|
|
557
|
+
output: typeof SearchAccountsResponseSchema;
|
|
558
|
+
};
|
|
559
|
+
}>;
|