@injectivelabs/indexer-proto-ts-v2 1.0.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.
Files changed (79) hide show
  1. package/generated/event_provider_api_pb.client.d.ts +156 -0
  2. package/generated/event_provider_api_pb.client.js +76 -0
  3. package/generated/event_provider_api_pb.d.ts +1980 -0
  4. package/generated/event_provider_api_pb.js +1776 -0
  5. package/generated/health_pb.client.d.ts +53 -0
  6. package/generated/health_pb.client.js +22 -0
  7. package/generated/health_pb.d.ts +309 -0
  8. package/generated/health_pb.js +265 -0
  9. package/generated/injective_accounts_rpc_pb.client.d.ts +211 -0
  10. package/generated/injective_accounts_rpc_pb.client.js +105 -0
  11. package/generated/injective_accounts_rpc_pb.d.ts +5307 -0
  12. package/generated/injective_accounts_rpc_pb.js +4784 -0
  13. package/generated/injective_archiver_rpc_pb.client.d.ts +224 -0
  14. package/generated/injective_archiver_rpc_pb.client.js +112 -0
  15. package/generated/injective_archiver_rpc_pb.d.ts +2944 -0
  16. package/generated/injective_archiver_rpc_pb.js +2603 -0
  17. package/generated/injective_auction_rpc_pb.client.d.ts +190 -0
  18. package/generated/injective_auction_rpc_pb.client.js +94 -0
  19. package/generated/injective_auction_rpc_pb.d.ts +2131 -0
  20. package/generated/injective_auction_rpc_pb.js +1917 -0
  21. package/generated/injective_campaign_rpc_pb.client.d.ts +138 -0
  22. package/generated/injective_campaign_rpc_pb.client.js +67 -0
  23. package/generated/injective_campaign_rpc_pb.d.ts +2766 -0
  24. package/generated/injective_campaign_rpc_pb.js +2542 -0
  25. package/generated/injective_chart_rpc_pb.client.d.ts +159 -0
  26. package/generated/injective_chart_rpc_pb.client.js +78 -0
  27. package/generated/injective_chart_rpc_pb.d.ts +1840 -0
  28. package/generated/injective_chart_rpc_pb.js +1690 -0
  29. package/generated/injective_derivative_exchange_rpc_pb.client.d.ts +504 -0
  30. package/generated/injective_derivative_exchange_rpc_pb.client.js +259 -0
  31. package/generated/injective_derivative_exchange_rpc_pb.d.ts +9214 -0
  32. package/generated/injective_derivative_exchange_rpc_pb.js +8407 -0
  33. package/generated/injective_exchange_rpc_pb.client.d.ts +155 -0
  34. package/generated/injective_exchange_rpc_pb.client.js +76 -0
  35. package/generated/injective_exchange_rpc_pb.d.ts +1925 -0
  36. package/generated/injective_exchange_rpc_pb.js +1740 -0
  37. package/generated/injective_explorer_rpc_pb.client.d.ts +495 -0
  38. package/generated/injective_explorer_rpc_pb.client.js +255 -0
  39. package/generated/injective_explorer_rpc_pb.d.ts +9394 -0
  40. package/generated/injective_explorer_rpc_pb.js +8921 -0
  41. package/generated/injective_insurance_rpc_pb.client.d.ts +87 -0
  42. package/generated/injective_insurance_rpc_pb.client.js +40 -0
  43. package/generated/injective_insurance_rpc_pb.d.ts +904 -0
  44. package/generated/injective_insurance_rpc_pb.js +807 -0
  45. package/generated/injective_megavault_rpc_pb.client.d.ts +155 -0
  46. package/generated/injective_megavault_rpc_pb.client.js +76 -0
  47. package/generated/injective_megavault_rpc_pb.d.ts +3408 -0
  48. package/generated/injective_megavault_rpc_pb.js +3019 -0
  49. package/generated/injective_meta_rpc_pb.client.d.ts +124 -0
  50. package/generated/injective_meta_rpc_pb.client.js +59 -0
  51. package/generated/injective_meta_rpc_pb.d.ts +825 -0
  52. package/generated/injective_meta_rpc_pb.js +716 -0
  53. package/generated/injective_oracle_rpc_pb.client.d.ts +124 -0
  54. package/generated/injective_oracle_rpc_pb.client.js +59 -0
  55. package/generated/injective_oracle_rpc_pb.d.ts +1117 -0
  56. package/generated/injective_oracle_rpc_pb.js +987 -0
  57. package/generated/injective_portfolio_rpc_pb.client.d.ts +105 -0
  58. package/generated/injective_portfolio_rpc_pb.client.js +49 -0
  59. package/generated/injective_portfolio_rpc_pb.d.ts +1492 -0
  60. package/generated/injective_portfolio_rpc_pb.js +1314 -0
  61. package/generated/injective_referral_rpc_pb.client.d.ts +89 -0
  62. package/generated/injective_referral_rpc_pb.client.js +41 -0
  63. package/generated/injective_referral_rpc_pb.d.ts +575 -0
  64. package/generated/injective_referral_rpc_pb.js +497 -0
  65. package/generated/injective_rfqrpc_pb.client.d.ts +208 -0
  66. package/generated/injective_rfqrpc_pb.client.js +103 -0
  67. package/generated/injective_rfqrpc_pb.d.ts +2241 -0
  68. package/generated/injective_rfqrpc_pb.js +1940 -0
  69. package/generated/injective_spot_exchange_rpc_pb.client.d.ts +343 -0
  70. package/generated/injective_spot_exchange_rpc_pb.client.js +175 -0
  71. package/generated/injective_spot_exchange_rpc_pb.d.ts +5958 -0
  72. package/generated/injective_spot_exchange_rpc_pb.js +5426 -0
  73. package/generated/injective_trading_rpc_pb.client.d.ts +90 -0
  74. package/generated/injective_trading_rpc_pb.client.js +40 -0
  75. package/generated/injective_trading_rpc_pb.d.ts +1882 -0
  76. package/generated/injective_trading_rpc_pb.js +1754 -0
  77. package/index.d.ts +43 -0
  78. package/index.js +78 -0
  79. package/package.json +37 -0
@@ -0,0 +1,190 @@
1
+ // @generated by protobuf-ts 2.11.1 with parameter add_pb_suffix
2
+ // @generated from protobuf file "injective_auction_rpc.proto" (package "injective_auction_rpc", syntax proto3)
3
+ // tslint:disable
4
+ //
5
+ // Code generated with goa v3.7.0, DO NOT EDIT.
6
+ //
7
+ // InjectiveAuctionRPC protocol buffer definition
8
+ //
9
+ // Command:
10
+ // $ goa gen github.com/InjectiveLabs/injective-indexer/api/design -o ../
11
+ //
12
+ import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
13
+ import type { ServiceInfo } from "@protobuf-ts/runtime-rpc";
14
+ import { InjectiveAuctionRPC } from "./injective_auction_rpc_pb";
15
+ import type { AuctionsStatsResponse } from "./injective_auction_rpc_pb";
16
+ import type { AuctionsStatsRequest } from "./injective_auction_rpc_pb";
17
+ import type { InjBurntEndpointResponse } from "./injective_auction_rpc_pb";
18
+ import type { InjBurntEndpointRequest } from "./injective_auction_rpc_pb";
19
+ import type { StreamBidsResponse } from "./injective_auction_rpc_pb";
20
+ import type { StreamBidsRequest } from "./injective_auction_rpc_pb";
21
+ import type { ServerStreamingCall } from "@protobuf-ts/runtime-rpc";
22
+ import type { AuctionAccountStatusResponse } from "./injective_auction_rpc_pb";
23
+ import type { AuctionAccountStatusRequest } from "./injective_auction_rpc_pb";
24
+ import type { AccountAuctionsV2Response } from "./injective_auction_rpc_pb";
25
+ import type { AccountAuctionsV2Request } from "./injective_auction_rpc_pb";
26
+ import type { AuctionV2Response } from "./injective_auction_rpc_pb";
27
+ import type { AuctionV2Request } from "./injective_auction_rpc_pb";
28
+ import type { AuctionsHistoryV2Response } from "./injective_auction_rpc_pb";
29
+ import type { AuctionsHistoryV2Request } from "./injective_auction_rpc_pb";
30
+ import type { AuctionsResponse } from "./injective_auction_rpc_pb";
31
+ import type { AuctionsRequest } from "./injective_auction_rpc_pb";
32
+ import { stackIntercept } from "@protobuf-ts/runtime-rpc";
33
+ import type { AuctionEndpointResponse } from "./injective_auction_rpc_pb";
34
+ import type { AuctionEndpointRequest } from "./injective_auction_rpc_pb";
35
+ import type { UnaryCall } from "@protobuf-ts/runtime-rpc";
36
+ import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
37
+ /**
38
+ * InjectiveAuctionRPC defines gRPC API of the Auction API.
39
+ *
40
+ * @generated from protobuf service injective_auction_rpc.InjectiveAuctionRPC
41
+ */
42
+ export interface IInjectiveAuctionRPCClient {
43
+ /**
44
+ * Provide historical auction info for a given auction
45
+ *
46
+ * @generated from protobuf rpc: AuctionEndpoint
47
+ */
48
+ auctionEndpoint(input: AuctionEndpointRequest, options?: RpcOptions): UnaryCall<AuctionEndpointRequest, AuctionEndpointResponse>;
49
+ /**
50
+ * Provide the historical auctions info
51
+ *
52
+ * @generated from protobuf rpc: Auctions
53
+ */
54
+ auctions(input: AuctionsRequest, options?: RpcOptions): UnaryCall<AuctionsRequest, AuctionsResponse>;
55
+ /**
56
+ * Provide the historical auctions info
57
+ *
58
+ * @generated from protobuf rpc: AuctionsHistoryV2
59
+ */
60
+ auctionsHistoryV2(input: AuctionsHistoryV2Request, options?: RpcOptions): UnaryCall<AuctionsHistoryV2Request, AuctionsHistoryV2Response>;
61
+ /**
62
+ * Provide historical auction info for a given auction
63
+ *
64
+ * @generated from protobuf rpc: AuctionV2
65
+ */
66
+ auctionV2(input: AuctionV2Request, options?: RpcOptions): UnaryCall<AuctionV2Request, AuctionV2Response>;
67
+ /**
68
+ * Provide the historical auctions info for a given account
69
+ *
70
+ * @generated from protobuf rpc: AccountAuctionsV2
71
+ */
72
+ accountAuctionsV2(input: AccountAuctionsV2Request, options?: RpcOptions): UnaryCall<AccountAuctionsV2Request, AccountAuctionsV2Response>;
73
+ /**
74
+ * Get the allowlist status for a specific account in an auction round
75
+ *
76
+ * @generated from protobuf rpc: AuctionAccountStatus
77
+ */
78
+ auctionAccountStatus(input: AuctionAccountStatusRequest, options?: RpcOptions): UnaryCall<AuctionAccountStatusRequest, AuctionAccountStatusResponse>;
79
+ /**
80
+ * StreamBids streams new bids of an auction.
81
+ *
82
+ * @generated from protobuf rpc: StreamBids
83
+ */
84
+ streamBids(input: StreamBidsRequest, options?: RpcOptions): ServerStreamingCall<StreamBidsRequest, StreamBidsResponse>;
85
+ /**
86
+ * InjBurntEndpoint returns the total amount of INJ burnt in auctions.
87
+ *
88
+ * @generated from protobuf rpc: InjBurntEndpoint
89
+ */
90
+ injBurntEndpoint(input: InjBurntEndpointRequest, options?: RpcOptions): UnaryCall<InjBurntEndpointRequest, InjBurntEndpointResponse>;
91
+ /**
92
+ * Returns total INJ burnt and its total USD value in auctions.
93
+ *
94
+ * @generated from protobuf rpc: AuctionsStats
95
+ */
96
+ auctionsStats(input: AuctionsStatsRequest, options?: RpcOptions): UnaryCall<AuctionsStatsRequest, AuctionsStatsResponse>;
97
+ }
98
+ /**
99
+ * InjectiveAuctionRPC defines gRPC API of the Auction API.
100
+ *
101
+ * @generated from protobuf service injective_auction_rpc.InjectiveAuctionRPC
102
+ */
103
+ export class InjectiveAuctionRPCClient implements IInjectiveAuctionRPCClient, ServiceInfo {
104
+ typeName = InjectiveAuctionRPC.typeName;
105
+ methods = InjectiveAuctionRPC.methods;
106
+ options = InjectiveAuctionRPC.options;
107
+ constructor(private readonly _transport: RpcTransport) {
108
+ }
109
+ /**
110
+ * Provide historical auction info for a given auction
111
+ *
112
+ * @generated from protobuf rpc: AuctionEndpoint
113
+ */
114
+ auctionEndpoint(input: AuctionEndpointRequest, options?: RpcOptions): UnaryCall<AuctionEndpointRequest, AuctionEndpointResponse> {
115
+ const method = this.methods[0], opt = this._transport.mergeOptions(options);
116
+ return stackIntercept<AuctionEndpointRequest, AuctionEndpointResponse>("unary", this._transport, method, opt, input);
117
+ }
118
+ /**
119
+ * Provide the historical auctions info
120
+ *
121
+ * @generated from protobuf rpc: Auctions
122
+ */
123
+ auctions(input: AuctionsRequest, options?: RpcOptions): UnaryCall<AuctionsRequest, AuctionsResponse> {
124
+ const method = this.methods[1], opt = this._transport.mergeOptions(options);
125
+ return stackIntercept<AuctionsRequest, AuctionsResponse>("unary", this._transport, method, opt, input);
126
+ }
127
+ /**
128
+ * Provide the historical auctions info
129
+ *
130
+ * @generated from protobuf rpc: AuctionsHistoryV2
131
+ */
132
+ auctionsHistoryV2(input: AuctionsHistoryV2Request, options?: RpcOptions): UnaryCall<AuctionsHistoryV2Request, AuctionsHistoryV2Response> {
133
+ const method = this.methods[2], opt = this._transport.mergeOptions(options);
134
+ return stackIntercept<AuctionsHistoryV2Request, AuctionsHistoryV2Response>("unary", this._transport, method, opt, input);
135
+ }
136
+ /**
137
+ * Provide historical auction info for a given auction
138
+ *
139
+ * @generated from protobuf rpc: AuctionV2
140
+ */
141
+ auctionV2(input: AuctionV2Request, options?: RpcOptions): UnaryCall<AuctionV2Request, AuctionV2Response> {
142
+ const method = this.methods[3], opt = this._transport.mergeOptions(options);
143
+ return stackIntercept<AuctionV2Request, AuctionV2Response>("unary", this._transport, method, opt, input);
144
+ }
145
+ /**
146
+ * Provide the historical auctions info for a given account
147
+ *
148
+ * @generated from protobuf rpc: AccountAuctionsV2
149
+ */
150
+ accountAuctionsV2(input: AccountAuctionsV2Request, options?: RpcOptions): UnaryCall<AccountAuctionsV2Request, AccountAuctionsV2Response> {
151
+ const method = this.methods[4], opt = this._transport.mergeOptions(options);
152
+ return stackIntercept<AccountAuctionsV2Request, AccountAuctionsV2Response>("unary", this._transport, method, opt, input);
153
+ }
154
+ /**
155
+ * Get the allowlist status for a specific account in an auction round
156
+ *
157
+ * @generated from protobuf rpc: AuctionAccountStatus
158
+ */
159
+ auctionAccountStatus(input: AuctionAccountStatusRequest, options?: RpcOptions): UnaryCall<AuctionAccountStatusRequest, AuctionAccountStatusResponse> {
160
+ const method = this.methods[5], opt = this._transport.mergeOptions(options);
161
+ return stackIntercept<AuctionAccountStatusRequest, AuctionAccountStatusResponse>("unary", this._transport, method, opt, input);
162
+ }
163
+ /**
164
+ * StreamBids streams new bids of an auction.
165
+ *
166
+ * @generated from protobuf rpc: StreamBids
167
+ */
168
+ streamBids(input: StreamBidsRequest, options?: RpcOptions): ServerStreamingCall<StreamBidsRequest, StreamBidsResponse> {
169
+ const method = this.methods[6], opt = this._transport.mergeOptions(options);
170
+ return stackIntercept<StreamBidsRequest, StreamBidsResponse>("serverStreaming", this._transport, method, opt, input);
171
+ }
172
+ /**
173
+ * InjBurntEndpoint returns the total amount of INJ burnt in auctions.
174
+ *
175
+ * @generated from protobuf rpc: InjBurntEndpoint
176
+ */
177
+ injBurntEndpoint(input: InjBurntEndpointRequest, options?: RpcOptions): UnaryCall<InjBurntEndpointRequest, InjBurntEndpointResponse> {
178
+ const method = this.methods[7], opt = this._transport.mergeOptions(options);
179
+ return stackIntercept<InjBurntEndpointRequest, InjBurntEndpointResponse>("unary", this._transport, method, opt, input);
180
+ }
181
+ /**
182
+ * Returns total INJ burnt and its total USD value in auctions.
183
+ *
184
+ * @generated from protobuf rpc: AuctionsStats
185
+ */
186
+ auctionsStats(input: AuctionsStatsRequest, options?: RpcOptions): UnaryCall<AuctionsStatsRequest, AuctionsStatsResponse> {
187
+ const method = this.methods[8], opt = this._transport.mergeOptions(options);
188
+ return stackIntercept<AuctionsStatsRequest, AuctionsStatsResponse>("unary", this._transport, method, opt, input);
189
+ }
190
+ }
@@ -0,0 +1,94 @@
1
+ import { InjectiveAuctionRPC } from "./injective_auction_rpc_pb.js";
2
+ import { stackIntercept } from "@protobuf-ts/runtime-rpc";
3
+ class InjectiveAuctionRPCClient {
4
+ constructor(_transport) {
5
+ this._transport = _transport;
6
+ this.typeName = InjectiveAuctionRPC.typeName;
7
+ this.methods = InjectiveAuctionRPC.methods;
8
+ this.options = InjectiveAuctionRPC.options;
9
+ }
10
+ /**
11
+ * Provide historical auction info for a given auction
12
+ *
13
+ * @generated from protobuf rpc: AuctionEndpoint
14
+ */
15
+ auctionEndpoint(input, options) {
16
+ const method = this.methods[0], opt = this._transport.mergeOptions(options);
17
+ return stackIntercept("unary", this._transport, method, opt, input);
18
+ }
19
+ /**
20
+ * Provide the historical auctions info
21
+ *
22
+ * @generated from protobuf rpc: Auctions
23
+ */
24
+ auctions(input, options) {
25
+ const method = this.methods[1], opt = this._transport.mergeOptions(options);
26
+ return stackIntercept("unary", this._transport, method, opt, input);
27
+ }
28
+ /**
29
+ * Provide the historical auctions info
30
+ *
31
+ * @generated from protobuf rpc: AuctionsHistoryV2
32
+ */
33
+ auctionsHistoryV2(input, options) {
34
+ const method = this.methods[2], opt = this._transport.mergeOptions(options);
35
+ return stackIntercept("unary", this._transport, method, opt, input);
36
+ }
37
+ /**
38
+ * Provide historical auction info for a given auction
39
+ *
40
+ * @generated from protobuf rpc: AuctionV2
41
+ */
42
+ auctionV2(input, options) {
43
+ const method = this.methods[3], opt = this._transport.mergeOptions(options);
44
+ return stackIntercept("unary", this._transport, method, opt, input);
45
+ }
46
+ /**
47
+ * Provide the historical auctions info for a given account
48
+ *
49
+ * @generated from protobuf rpc: AccountAuctionsV2
50
+ */
51
+ accountAuctionsV2(input, options) {
52
+ const method = this.methods[4], opt = this._transport.mergeOptions(options);
53
+ return stackIntercept("unary", this._transport, method, opt, input);
54
+ }
55
+ /**
56
+ * Get the allowlist status for a specific account in an auction round
57
+ *
58
+ * @generated from protobuf rpc: AuctionAccountStatus
59
+ */
60
+ auctionAccountStatus(input, options) {
61
+ const method = this.methods[5], opt = this._transport.mergeOptions(options);
62
+ return stackIntercept("unary", this._transport, method, opt, input);
63
+ }
64
+ /**
65
+ * StreamBids streams new bids of an auction.
66
+ *
67
+ * @generated from protobuf rpc: StreamBids
68
+ */
69
+ streamBids(input, options) {
70
+ const method = this.methods[6], opt = this._transport.mergeOptions(options);
71
+ return stackIntercept("serverStreaming", this._transport, method, opt, input);
72
+ }
73
+ /**
74
+ * InjBurntEndpoint returns the total amount of INJ burnt in auctions.
75
+ *
76
+ * @generated from protobuf rpc: InjBurntEndpoint
77
+ */
78
+ injBurntEndpoint(input, options) {
79
+ const method = this.methods[7], opt = this._transport.mergeOptions(options);
80
+ return stackIntercept("unary", this._transport, method, opt, input);
81
+ }
82
+ /**
83
+ * Returns total INJ burnt and its total USD value in auctions.
84
+ *
85
+ * @generated from protobuf rpc: AuctionsStats
86
+ */
87
+ auctionsStats(input, options) {
88
+ const method = this.methods[8], opt = this._transport.mergeOptions(options);
89
+ return stackIntercept("unary", this._transport, method, opt, input);
90
+ }
91
+ }
92
+ export {
93
+ InjectiveAuctionRPCClient
94
+ };