coreum-js 2.11.0 → 2.13.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 (243) hide show
  1. package/dist/main/client/index.d.ts +2 -1
  2. package/dist/main/coreum/asset/ft/v1/genesis.d.ts +1 -1
  3. package/dist/main/coreum/asset/ft/v1/genesis.js +25 -12
  4. package/dist/main/coreum/asset/ft/v1/params.d.ts +1 -1
  5. package/dist/main/coreum/asset/ft/v1/params.js +14 -6
  6. package/dist/main/coreum/asset/ft/v1/query.d.ts +2 -2
  7. package/dist/main/coreum/asset/ft/v1/query.js +116 -54
  8. package/dist/main/coreum/asset/ft/v1/token.d.ts +1 -0
  9. package/dist/main/coreum/asset/ft/v1/token.js +6 -0
  10. package/dist/main/coreum/asset/ft/v1/tx.d.ts +1 -1
  11. package/dist/main/coreum/asset/ft/v1/tx.js +1 -1
  12. package/dist/main/coreum/asset/nft/v1/genesis.d.ts +2 -2
  13. package/dist/main/coreum/asset/nft/v1/params.d.ts +1 -1
  14. package/dist/main/coreum/asset/nft/v1/params.js +14 -6
  15. package/dist/main/coreum/asset/nft/v1/query.d.ts +3 -3
  16. package/dist/main/coreum/asset/nft/v1/query.js +49 -22
  17. package/dist/main/coreum/feemodel/v1/genesis.d.ts +1 -1
  18. package/dist/main/coreum/feemodel/v1/genesis.js +17 -10
  19. package/dist/main/coreum/feemodel/v1/query.d.ts +1 -1
  20. package/dist/main/coreum/feemodel/v1/query.js +22 -11
  21. package/dist/main/coreum/nft/v1beta1/query.d.ts +1 -1
  22. package/dist/main/coreum/nft/v1beta1/query.js +83 -39
  23. package/dist/main/cosmos/extensions/bank.d.ts +8 -8
  24. package/dist/main/cosmos/extensions/bank.js +2 -2
  25. package/dist/main/cosmos/extensions/distribution.d.ts +11 -11
  26. package/dist/main/cosmos/extensions/distribution.js +1 -1
  27. package/dist/main/cosmos/extensions/gov.d.ts +21 -21
  28. package/dist/main/cosmos/extensions/gov.js +1 -1
  29. package/dist/main/cosmos/index.d.ts +12 -21
  30. package/dist/main/cosmos/index.js +50 -42
  31. package/dist/main/types/msgs.d.ts +4 -4
  32. package/dist/main/wasm/v1/authz.d.ts +1 -1
  33. package/dist/main/wasm/v1/authz.js +1 -1
  34. package/dist/main/wasm/v1/proposal.d.ts +1 -1
  35. package/dist/main/wasm/v1/proposal.js +1 -1
  36. package/dist/main/wasm/v1/tx.d.ts +1 -1
  37. package/dist/main/wasm/v1/tx.js +1 -1
  38. package/dist/module/client/index.d.ts +2 -1
  39. package/dist/module/coreum/asset/ft/v1/genesis.d.ts +1 -1
  40. package/dist/module/coreum/asset/ft/v1/genesis.js +25 -12
  41. package/dist/module/coreum/asset/ft/v1/params.d.ts +1 -1
  42. package/dist/module/coreum/asset/ft/v1/params.js +14 -6
  43. package/dist/module/coreum/asset/ft/v1/query.d.ts +2 -2
  44. package/dist/module/coreum/asset/ft/v1/query.js +116 -54
  45. package/dist/module/coreum/asset/ft/v1/token.d.ts +1 -0
  46. package/dist/module/coreum/asset/ft/v1/token.js +6 -0
  47. package/dist/module/coreum/asset/ft/v1/tx.d.ts +1 -1
  48. package/dist/module/coreum/asset/ft/v1/tx.js +1 -1
  49. package/dist/module/coreum/asset/nft/v1/genesis.d.ts +2 -2
  50. package/dist/module/coreum/asset/nft/v1/params.d.ts +1 -1
  51. package/dist/module/coreum/asset/nft/v1/params.js +14 -6
  52. package/dist/module/coreum/asset/nft/v1/query.d.ts +3 -3
  53. package/dist/module/coreum/asset/nft/v1/query.js +49 -22
  54. package/dist/module/coreum/feemodel/v1/genesis.d.ts +1 -1
  55. package/dist/module/coreum/feemodel/v1/genesis.js +17 -10
  56. package/dist/module/coreum/feemodel/v1/query.d.ts +1 -1
  57. package/dist/module/coreum/feemodel/v1/query.js +22 -11
  58. package/dist/module/coreum/nft/v1beta1/query.d.ts +1 -1
  59. package/dist/module/coreum/nft/v1beta1/query.js +83 -39
  60. package/dist/module/cosmos/extensions/bank.d.ts +8 -8
  61. package/dist/module/cosmos/extensions/bank.js +2 -2
  62. package/dist/module/cosmos/extensions/distribution.d.ts +11 -11
  63. package/dist/module/cosmos/extensions/distribution.js +1 -1
  64. package/dist/module/cosmos/extensions/gov.d.ts +21 -21
  65. package/dist/module/cosmos/extensions/gov.js +1 -1
  66. package/dist/module/cosmos/index.d.ts +12 -21
  67. package/dist/module/cosmos/index.js +29 -19
  68. package/dist/module/types/msgs.d.ts +4 -4
  69. package/dist/module/wasm/v1/authz.d.ts +1 -1
  70. package/dist/module/wasm/v1/authz.js +1 -1
  71. package/dist/module/wasm/v1/proposal.d.ts +1 -1
  72. package/dist/module/wasm/v1/proposal.js +1 -1
  73. package/dist/module/wasm/v1/tx.d.ts +1 -1
  74. package/dist/module/wasm/v1/tx.js +1 -1
  75. package/package.json +1 -1
  76. package/dist/main/cosmos/auth/v1beta1/auth.d.ts +0 -229
  77. package/dist/main/cosmos/auth/v1beta1/auth.js +0 -437
  78. package/dist/main/cosmos/authz/v1beta1/authz.d.ts +0 -167
  79. package/dist/main/cosmos/authz/v1beta1/authz.js +0 -319
  80. package/dist/main/cosmos/authz/v1beta1/event.d.ts +0 -80
  81. package/dist/main/cosmos/authz/v1beta1/event.js +0 -162
  82. package/dist/main/cosmos/authz/v1beta1/genesis.d.ts +0 -121
  83. package/dist/main/cosmos/authz/v1beta1/genesis.js +0 -68
  84. package/dist/main/cosmos/authz/v1beta1/pagination.d.ts +0 -128
  85. package/dist/main/cosmos/authz/v1beta1/pagination.js +0 -227
  86. package/dist/main/cosmos/authz/v1beta1/query.d.ts +0 -616
  87. package/dist/main/cosmos/authz/v1beta1/query.js +0 -512
  88. package/dist/main/cosmos/authz/v1beta1/tx.d.ts +0 -264
  89. package/dist/main/cosmos/authz/v1beta1/tx.js +0 -435
  90. package/dist/main/cosmos/bank/v1beta1/authz.d.ts +0 -80
  91. package/dist/main/cosmos/bank/v1beta1/authz.js +0 -83
  92. package/dist/main/cosmos/bank/v1beta1/bank.d.ts +0 -440
  93. package/dist/main/cosmos/bank/v1beta1/bank.js +0 -556
  94. package/dist/main/cosmos/bank/v1beta1/genesis.d.ts +0 -473
  95. package/dist/main/cosmos/bank/v1beta1/genesis.js +0 -207
  96. package/dist/main/cosmos/bank/v1beta1/pagination.d.ts +0 -128
  97. package/dist/main/cosmos/bank/v1beta1/pagination.js +0 -227
  98. package/dist/main/cosmos/bank/v1beta1/query.d.ts +0 -1633
  99. package/dist/main/cosmos/bank/v1beta1/query.js +0 -1595
  100. package/dist/main/cosmos/bank/v1beta1/tx.d.ts +0 -514
  101. package/dist/main/cosmos/bank/v1beta1/tx.js +0 -498
  102. package/dist/main/cosmos/base/query/v1beta1/pagination.d.ts +0 -470
  103. package/dist/main/cosmos/base/query/v1beta1/pagination.js +0 -241
  104. package/dist/main/cosmos/base/v1beta1/coin.d.ts +0 -114
  105. package/dist/main/cosmos/base/v1beta1/coin.js +0 -241
  106. package/dist/main/cosmos/crypto/multisig/v1beta1/multisig.d.ts +0 -67
  107. package/dist/main/cosmos/crypto/multisig/v1beta1/multisig.js +0 -172
  108. package/dist/main/cosmos/distribution/v1beta1/distribution.d.ts +0 -638
  109. package/dist/main/cosmos/distribution/v1beta1/distribution.js +0 -887
  110. package/dist/main/cosmos/distribution/v1beta1/genesis.d.ts +0 -1259
  111. package/dist/main/cosmos/distribution/v1beta1/genesis.js +0 -784
  112. package/dist/main/cosmos/distribution/v1beta1/pagination.d.ts +0 -128
  113. package/dist/main/cosmos/distribution/v1beta1/pagination.js +0 -227
  114. package/dist/main/cosmos/distribution/v1beta1/query.d.ts +0 -995
  115. package/dist/main/cosmos/distribution/v1beta1/query.js +0 -1335
  116. package/dist/main/cosmos/distribution/v1beta1/tx.d.ts +0 -593
  117. package/dist/main/cosmos/distribution/v1beta1/tx.js +0 -824
  118. package/dist/main/cosmos/feegrant/v1beta1/feegrant.d.ts +0 -367
  119. package/dist/main/cosmos/feegrant/v1beta1/feegrant.js +0 -412
  120. package/dist/main/cosmos/feegrant/v1beta1/genesis.d.ts +0 -111
  121. package/dist/main/cosmos/feegrant/v1beta1/genesis.js +0 -66
  122. package/dist/main/cosmos/feegrant/v1beta1/pagination.d.ts +0 -128
  123. package/dist/main/cosmos/feegrant/v1beta1/pagination.js +0 -227
  124. package/dist/main/cosmos/feegrant/v1beta1/query.d.ts +0 -512
  125. package/dist/main/cosmos/feegrant/v1beta1/query.js +0 -460
  126. package/dist/main/cosmos/feegrant/v1beta1/tx.d.ts +0 -143
  127. package/dist/main/cosmos/feegrant/v1beta1/tx.js +0 -252
  128. package/dist/main/cosmos/gov/v1beta1/genesis.d.ts +0 -639
  129. package/dist/main/cosmos/gov/v1beta1/genesis.js +0 -194
  130. package/dist/main/cosmos/gov/v1beta1/gov.d.ts +0 -620
  131. package/dist/main/cosmos/gov/v1beta1/gov.js +0 -1037
  132. package/dist/main/cosmos/gov/v1beta1/pagination.d.ts +0 -128
  133. package/dist/main/cosmos/gov/v1beta1/pagination.js +0 -227
  134. package/dist/main/cosmos/gov/v1beta1/query.d.ts +0 -1511
  135. package/dist/main/cosmos/gov/v1beta1/query.js +0 -1186
  136. package/dist/main/cosmos/gov/v1beta1/tx.d.ts +0 -350
  137. package/dist/main/cosmos/gov/v1beta1/tx.js +0 -566
  138. package/dist/main/cosmos/msg/v1/msg.d.ts +0 -1
  139. package/dist/main/cosmos/msg/v1/msg.js +0 -5
  140. package/dist/main/cosmos/staking/v1beta1/authz.d.ts +0 -145
  141. package/dist/main/cosmos/staking/v1beta1/authz.js +0 -224
  142. package/dist/main/cosmos/staking/v1beta1/genesis.d.ts +0 -899
  143. package/dist/main/cosmos/staking/v1beta1/genesis.js +0 -305
  144. package/dist/main/cosmos/staking/v1beta1/pagination.d.ts +0 -128
  145. package/dist/main/cosmos/staking/v1beta1/pagination.js +0 -227
  146. package/dist/main/cosmos/staking/v1beta1/query.d.ts +0 -4165
  147. package/dist/main/cosmos/staking/v1beta1/query.js +0 -2019
  148. package/dist/main/cosmos/staking/v1beta1/staking.d.ts +0 -2059
  149. package/dist/main/cosmos/staking/v1beta1/staking.js +0 -2127
  150. package/dist/main/cosmos/staking/v1beta1/tx.d.ts +0 -748
  151. package/dist/main/cosmos/staking/v1beta1/tx.js +0 -1141
  152. package/dist/main/cosmos/tx/signing/v1beta1/signing.d.ts +0 -1938
  153. package/dist/main/cosmos/tx/signing/v1beta1/signing.js +0 -546
  154. package/dist/main/cosmos/tx/v1beta1/tx.d.ts +0 -3468
  155. package/dist/main/cosmos/tx/v1beta1/tx.js +0 -1276
  156. package/dist/main/cosmos/vesting/v1beta1/tx.d.ts +0 -350
  157. package/dist/main/cosmos/vesting/v1beta1/tx.js +0 -454
  158. package/dist/main/cosmos/vesting/v1beta1/vesting.d.ts +0 -1305
  159. package/dist/main/cosmos/vesting/v1beta1/vesting.js +0 -498
  160. package/dist/module/cosmos/auth/v1beta1/auth.d.ts +0 -229
  161. package/dist/module/cosmos/auth/v1beta1/auth.js +0 -427
  162. package/dist/module/cosmos/authz/v1beta1/authz.d.ts +0 -167
  163. package/dist/module/cosmos/authz/v1beta1/authz.js +0 -309
  164. package/dist/module/cosmos/authz/v1beta1/event.d.ts +0 -80
  165. package/dist/module/cosmos/authz/v1beta1/event.js +0 -154
  166. package/dist/module/cosmos/authz/v1beta1/genesis.d.ts +0 -121
  167. package/dist/module/cosmos/authz/v1beta1/genesis.js +0 -61
  168. package/dist/module/cosmos/authz/v1beta1/pagination.d.ts +0 -128
  169. package/dist/module/cosmos/authz/v1beta1/pagination.js +0 -219
  170. package/dist/module/cosmos/authz/v1beta1/query.d.ts +0 -616
  171. package/dist/module/cosmos/authz/v1beta1/query.js +0 -501
  172. package/dist/module/cosmos/authz/v1beta1/tx.d.ts +0 -264
  173. package/dist/module/cosmos/authz/v1beta1/tx.js +0 -426
  174. package/dist/module/cosmos/bank/v1beta1/authz.d.ts +0 -80
  175. package/dist/module/cosmos/bank/v1beta1/authz.js +0 -76
  176. package/dist/module/cosmos/bank/v1beta1/bank.d.ts +0 -440
  177. package/dist/module/cosmos/bank/v1beta1/bank.js +0 -543
  178. package/dist/module/cosmos/bank/v1beta1/genesis.d.ts +0 -473
  179. package/dist/module/cosmos/bank/v1beta1/genesis.js +0 -199
  180. package/dist/module/cosmos/bank/v1beta1/pagination.d.ts +0 -128
  181. package/dist/module/cosmos/bank/v1beta1/pagination.js +0 -219
  182. package/dist/module/cosmos/bank/v1beta1/query.d.ts +0 -1633
  183. package/dist/module/cosmos/bank/v1beta1/query.js +0 -1575
  184. package/dist/module/cosmos/bank/v1beta1/tx.d.ts +0 -514
  185. package/dist/module/cosmos/bank/v1beta1/tx.js +0 -489
  186. package/dist/module/cosmos/base/query/v1beta1/pagination.d.ts +0 -470
  187. package/dist/module/cosmos/base/query/v1beta1/pagination.js +0 -233
  188. package/dist/module/cosmos/base/v1beta1/coin.d.ts +0 -114
  189. package/dist/module/cosmos/base/v1beta1/coin.js +0 -231
  190. package/dist/module/cosmos/crypto/multisig/v1beta1/multisig.d.ts +0 -67
  191. package/dist/module/cosmos/crypto/multisig/v1beta1/multisig.js +0 -164
  192. package/dist/module/cosmos/distribution/v1beta1/distribution.d.ts +0 -638
  193. package/dist/module/cosmos/distribution/v1beta1/distribution.js +0 -869
  194. package/dist/module/cosmos/distribution/v1beta1/genesis.d.ts +0 -1259
  195. package/dist/module/cosmos/distribution/v1beta1/genesis.js +0 -770
  196. package/dist/module/cosmos/distribution/v1beta1/pagination.d.ts +0 -128
  197. package/dist/module/cosmos/distribution/v1beta1/pagination.js +0 -219
  198. package/dist/module/cosmos/distribution/v1beta1/query.d.ts +0 -995
  199. package/dist/module/cosmos/distribution/v1beta1/query.js +0 -1315
  200. package/dist/module/cosmos/distribution/v1beta1/tx.d.ts +0 -593
  201. package/dist/module/cosmos/distribution/v1beta1/tx.js +0 -810
  202. package/dist/module/cosmos/feegrant/v1beta1/feegrant.d.ts +0 -367
  203. package/dist/module/cosmos/feegrant/v1beta1/feegrant.js +0 -402
  204. package/dist/module/cosmos/feegrant/v1beta1/genesis.d.ts +0 -111
  205. package/dist/module/cosmos/feegrant/v1beta1/genesis.js +0 -59
  206. package/dist/module/cosmos/feegrant/v1beta1/pagination.d.ts +0 -128
  207. package/dist/module/cosmos/feegrant/v1beta1/pagination.js +0 -219
  208. package/dist/module/cosmos/feegrant/v1beta1/query.d.ts +0 -512
  209. package/dist/module/cosmos/feegrant/v1beta1/query.js +0 -450
  210. package/dist/module/cosmos/feegrant/v1beta1/tx.d.ts +0 -143
  211. package/dist/module/cosmos/feegrant/v1beta1/tx.js +0 -245
  212. package/dist/module/cosmos/gov/v1beta1/genesis.d.ts +0 -639
  213. package/dist/module/cosmos/gov/v1beta1/genesis.js +0 -187
  214. package/dist/module/cosmos/gov/v1beta1/gov.d.ts +0 -620
  215. package/dist/module/cosmos/gov/v1beta1/gov.js +0 -1019
  216. package/dist/module/cosmos/gov/v1beta1/pagination.d.ts +0 -128
  217. package/dist/module/cosmos/gov/v1beta1/pagination.js +0 -219
  218. package/dist/module/cosmos/gov/v1beta1/query.d.ts +0 -1511
  219. package/dist/module/cosmos/gov/v1beta1/query.js +0 -1170
  220. package/dist/module/cosmos/gov/v1beta1/tx.d.ts +0 -350
  221. package/dist/module/cosmos/gov/v1beta1/tx.js +0 -556
  222. package/dist/module/cosmos/msg/v1/msg.d.ts +0 -1
  223. package/dist/module/cosmos/msg/v1/msg.js +0 -2
  224. package/dist/module/cosmos/staking/v1beta1/authz.d.ts +0 -145
  225. package/dist/module/cosmos/staking/v1beta1/authz.js +0 -214
  226. package/dist/module/cosmos/staking/v1beta1/genesis.d.ts +0 -899
  227. package/dist/module/cosmos/staking/v1beta1/genesis.js +0 -297
  228. package/dist/module/cosmos/staking/v1beta1/pagination.d.ts +0 -128
  229. package/dist/module/cosmos/staking/v1beta1/pagination.js +0 -219
  230. package/dist/module/cosmos/staking/v1beta1/query.d.ts +0 -4165
  231. package/dist/module/cosmos/staking/v1beta1/query.js +0 -1995
  232. package/dist/module/cosmos/staking/v1beta1/staking.d.ts +0 -2059
  233. package/dist/module/cosmos/staking/v1beta1/staking.js +0 -2097
  234. package/dist/module/cosmos/staking/v1beta1/tx.d.ts +0 -748
  235. package/dist/module/cosmos/staking/v1beta1/tx.js +0 -1127
  236. package/dist/module/cosmos/tx/signing/v1beta1/signing.d.ts +0 -1938
  237. package/dist/module/cosmos/tx/signing/v1beta1/signing.js +0 -534
  238. package/dist/module/cosmos/tx/v1beta1/tx.d.ts +0 -3468
  239. package/dist/module/cosmos/tx/v1beta1/tx.js +0 -1258
  240. package/dist/module/cosmos/vesting/v1beta1/tx.d.ts +0 -350
  241. package/dist/module/cosmos/vesting/v1beta1/tx.js +0 -446
  242. package/dist/module/cosmos/vesting/v1beta1/vesting.d.ts +0 -1305
  243. package/dist/module/cosmos/vesting/v1beta1/vesting.js +0 -488
@@ -1,470 +0,0 @@
1
- import Long from "long";
2
- import _m0 from "protobufjs/minimal";
3
- export declare const protobufPackage = "cosmos.base.query.v1beta1";
4
- /**
5
- * PageRequest is to be embedded in gRPC request messages for efficient
6
- * pagination. Ex:
7
- *
8
- * message SomeRequest {
9
- * Foo some_parameter = 1;
10
- * PageRequest pagination = 2;
11
- * }
12
- */
13
- export interface PageRequest {
14
- /**
15
- * key is a value returned in PageResponse.next_key to begin
16
- * querying the next page most efficiently. Only one of offset or key
17
- * should be set.
18
- */
19
- key: Uint8Array;
20
- /**
21
- * offset is a numeric offset that can be used when key is unavailable.
22
- * It is less efficient than using key. Only one of offset or key should
23
- * be set.
24
- */
25
- offset: Long;
26
- /**
27
- * limit is the total number of results to be returned in the result page.
28
- * If left empty it will default to a value to be set by each app.
29
- */
30
- limit: Long;
31
- /**
32
- * count_total is set to true to indicate that the result set should include
33
- * a count of the total number of items available for pagination in UIs.
34
- * count_total is only respected when offset is used. It is ignored when key
35
- * is set.
36
- */
37
- countTotal: boolean;
38
- /**
39
- * reverse is set to true if results are to be returned in the descending order.
40
- *
41
- * Since: cosmos-sdk 0.43
42
- */
43
- reverse: boolean;
44
- }
45
- /**
46
- * PageResponse is to be embedded in gRPC response messages where the
47
- * corresponding request message has used PageRequest.
48
- *
49
- * message SomeResponse {
50
- * repeated Bar results = 1;
51
- * PageResponse page = 2;
52
- * }
53
- */
54
- export interface PageResponse {
55
- /**
56
- * next_key is the key to be passed to PageRequest.key to
57
- * query the next page most efficiently
58
- */
59
- nextKey: Uint8Array;
60
- /**
61
- * total is total number of results available if PageRequest.count_total
62
- * was set, its value is undefined otherwise
63
- */
64
- total: Long;
65
- }
66
- export declare const PageRequest: {
67
- encode(message: PageRequest, writer?: _m0.Writer): _m0.Writer;
68
- decode(input: _m0.Reader | Uint8Array, length?: number): PageRequest;
69
- fromJSON(object: any): PageRequest;
70
- toJSON(message: PageRequest): unknown;
71
- create<I extends {
72
- key?: Uint8Array;
73
- offset?: string | number | Long.Long;
74
- limit?: string | number | Long.Long;
75
- countTotal?: boolean;
76
- reverse?: boolean;
77
- } & {
78
- key?: Uint8Array;
79
- offset?: string | number | (Long.Long & {
80
- high: number;
81
- low: number;
82
- unsigned: boolean;
83
- add: (addend: string | number | Long.Long) => Long.Long;
84
- and: (other: string | number | Long.Long) => Long.Long;
85
- compare: (other: string | number | Long.Long) => number;
86
- comp: (other: string | number | Long.Long) => number;
87
- divide: (divisor: string | number | Long.Long) => Long.Long;
88
- div: (divisor: string | number | Long.Long) => Long.Long;
89
- equals: (other: string | number | Long.Long) => boolean;
90
- eq: (other: string | number | Long.Long) => boolean;
91
- getHighBits: () => number;
92
- getHighBitsUnsigned: () => number;
93
- getLowBits: () => number;
94
- getLowBitsUnsigned: () => number;
95
- getNumBitsAbs: () => number;
96
- greaterThan: (other: string | number | Long.Long) => boolean;
97
- gt: (other: string | number | Long.Long) => boolean;
98
- greaterThanOrEqual: (other: string | number | Long.Long) => boolean;
99
- gte: (other: string | number | Long.Long) => boolean;
100
- isEven: () => boolean;
101
- isNegative: () => boolean;
102
- isOdd: () => boolean;
103
- isPositive: () => boolean;
104
- isZero: () => boolean;
105
- lessThan: (other: string | number | Long.Long) => boolean;
106
- lt: (other: string | number | Long.Long) => boolean;
107
- lessThanOrEqual: (other: string | number | Long.Long) => boolean;
108
- lte: (other: string | number | Long.Long) => boolean;
109
- modulo: (other: string | number | Long.Long) => Long.Long;
110
- mod: (other: string | number | Long.Long) => Long.Long;
111
- multiply: (multiplier: string | number | Long.Long) => Long.Long;
112
- mul: (multiplier: string | number | Long.Long) => Long.Long;
113
- negate: () => Long.Long;
114
- neg: () => Long.Long;
115
- not: () => Long.Long;
116
- notEquals: (other: string | number | Long.Long) => boolean;
117
- neq: (other: string | number | Long.Long) => boolean;
118
- or: (other: string | number | Long.Long) => Long.Long;
119
- shiftLeft: (numBits: number | Long.Long) => Long.Long;
120
- shl: (numBits: number | Long.Long) => Long.Long;
121
- shiftRight: (numBits: number | Long.Long) => Long.Long;
122
- shr: (numBits: number | Long.Long) => Long.Long;
123
- shiftRightUnsigned: (numBits: number | Long.Long) => Long.Long;
124
- shru: (numBits: number | Long.Long) => Long.Long;
125
- subtract: (subtrahend: string | number | Long.Long) => Long.Long;
126
- sub: (subtrahend: string | number | Long.Long) => Long.Long;
127
- toInt: () => number;
128
- toNumber: () => number;
129
- toBytes: (le?: boolean) => number[];
130
- toBytesLE: () => number[];
131
- toBytesBE: () => number[];
132
- toSigned: () => Long.Long;
133
- toString: (radix?: number) => string;
134
- toUnsigned: () => Long.Long;
135
- xor: (other: string | number | Long.Long) => Long.Long;
136
- } & { [K in Exclude<keyof I["offset"], keyof Long.Long>]: never; });
137
- limit?: string | number | (Long.Long & {
138
- high: number;
139
- low: number;
140
- unsigned: boolean;
141
- add: (addend: string | number | Long.Long) => Long.Long;
142
- and: (other: string | number | Long.Long) => Long.Long;
143
- compare: (other: string | number | Long.Long) => number;
144
- comp: (other: string | number | Long.Long) => number;
145
- divide: (divisor: string | number | Long.Long) => Long.Long;
146
- div: (divisor: string | number | Long.Long) => Long.Long;
147
- equals: (other: string | number | Long.Long) => boolean;
148
- eq: (other: string | number | Long.Long) => boolean;
149
- getHighBits: () => number;
150
- getHighBitsUnsigned: () => number;
151
- getLowBits: () => number;
152
- getLowBitsUnsigned: () => number;
153
- getNumBitsAbs: () => number;
154
- greaterThan: (other: string | number | Long.Long) => boolean;
155
- gt: (other: string | number | Long.Long) => boolean;
156
- greaterThanOrEqual: (other: string | number | Long.Long) => boolean;
157
- gte: (other: string | number | Long.Long) => boolean;
158
- isEven: () => boolean;
159
- isNegative: () => boolean;
160
- isOdd: () => boolean;
161
- isPositive: () => boolean;
162
- isZero: () => boolean;
163
- lessThan: (other: string | number | Long.Long) => boolean;
164
- lt: (other: string | number | Long.Long) => boolean;
165
- lessThanOrEqual: (other: string | number | Long.Long) => boolean;
166
- lte: (other: string | number | Long.Long) => boolean;
167
- modulo: (other: string | number | Long.Long) => Long.Long;
168
- mod: (other: string | number | Long.Long) => Long.Long;
169
- multiply: (multiplier: string | number | Long.Long) => Long.Long;
170
- mul: (multiplier: string | number | Long.Long) => Long.Long;
171
- negate: () => Long.Long;
172
- neg: () => Long.Long;
173
- not: () => Long.Long;
174
- notEquals: (other: string | number | Long.Long) => boolean;
175
- neq: (other: string | number | Long.Long) => boolean;
176
- or: (other: string | number | Long.Long) => Long.Long;
177
- shiftLeft: (numBits: number | Long.Long) => Long.Long;
178
- shl: (numBits: number | Long.Long) => Long.Long;
179
- shiftRight: (numBits: number | Long.Long) => Long.Long;
180
- shr: (numBits: number | Long.Long) => Long.Long;
181
- shiftRightUnsigned: (numBits: number | Long.Long) => Long.Long;
182
- shru: (numBits: number | Long.Long) => Long.Long;
183
- subtract: (subtrahend: string | number | Long.Long) => Long.Long;
184
- sub: (subtrahend: string | number | Long.Long) => Long.Long;
185
- toInt: () => number;
186
- toNumber: () => number;
187
- toBytes: (le?: boolean) => number[];
188
- toBytesLE: () => number[];
189
- toBytesBE: () => number[];
190
- toSigned: () => Long.Long;
191
- toString: (radix?: number) => string;
192
- toUnsigned: () => Long.Long;
193
- xor: (other: string | number | Long.Long) => Long.Long;
194
- } & { [K_1 in Exclude<keyof I["limit"], keyof Long.Long>]: never; });
195
- countTotal?: boolean;
196
- reverse?: boolean;
197
- } & { [K_2 in Exclude<keyof I, keyof PageRequest>]: never; }>(base?: I): PageRequest;
198
- fromPartial<I_1 extends {
199
- key?: Uint8Array;
200
- offset?: string | number | Long.Long;
201
- limit?: string | number | Long.Long;
202
- countTotal?: boolean;
203
- reverse?: boolean;
204
- } & {
205
- key?: Uint8Array;
206
- offset?: string | number | (Long.Long & {
207
- high: number;
208
- low: number;
209
- unsigned: boolean;
210
- add: (addend: string | number | Long.Long) => Long.Long;
211
- and: (other: string | number | Long.Long) => Long.Long;
212
- compare: (other: string | number | Long.Long) => number;
213
- comp: (other: string | number | Long.Long) => number;
214
- divide: (divisor: string | number | Long.Long) => Long.Long;
215
- div: (divisor: string | number | Long.Long) => Long.Long;
216
- equals: (other: string | number | Long.Long) => boolean;
217
- eq: (other: string | number | Long.Long) => boolean;
218
- getHighBits: () => number;
219
- getHighBitsUnsigned: () => number;
220
- getLowBits: () => number;
221
- getLowBitsUnsigned: () => number;
222
- getNumBitsAbs: () => number;
223
- greaterThan: (other: string | number | Long.Long) => boolean;
224
- gt: (other: string | number | Long.Long) => boolean;
225
- greaterThanOrEqual: (other: string | number | Long.Long) => boolean;
226
- gte: (other: string | number | Long.Long) => boolean;
227
- isEven: () => boolean;
228
- isNegative: () => boolean;
229
- isOdd: () => boolean;
230
- isPositive: () => boolean;
231
- isZero: () => boolean;
232
- lessThan: (other: string | number | Long.Long) => boolean;
233
- lt: (other: string | number | Long.Long) => boolean;
234
- lessThanOrEqual: (other: string | number | Long.Long) => boolean;
235
- lte: (other: string | number | Long.Long) => boolean;
236
- modulo: (other: string | number | Long.Long) => Long.Long;
237
- mod: (other: string | number | Long.Long) => Long.Long;
238
- multiply: (multiplier: string | number | Long.Long) => Long.Long;
239
- mul: (multiplier: string | number | Long.Long) => Long.Long;
240
- negate: () => Long.Long;
241
- neg: () => Long.Long;
242
- not: () => Long.Long;
243
- notEquals: (other: string | number | Long.Long) => boolean;
244
- neq: (other: string | number | Long.Long) => boolean;
245
- or: (other: string | number | Long.Long) => Long.Long;
246
- shiftLeft: (numBits: number | Long.Long) => Long.Long;
247
- shl: (numBits: number | Long.Long) => Long.Long;
248
- shiftRight: (numBits: number | Long.Long) => Long.Long;
249
- shr: (numBits: number | Long.Long) => Long.Long;
250
- shiftRightUnsigned: (numBits: number | Long.Long) => Long.Long;
251
- shru: (numBits: number | Long.Long) => Long.Long;
252
- subtract: (subtrahend: string | number | Long.Long) => Long.Long;
253
- sub: (subtrahend: string | number | Long.Long) => Long.Long;
254
- toInt: () => number;
255
- toNumber: () => number;
256
- toBytes: (le?: boolean) => number[];
257
- toBytesLE: () => number[];
258
- toBytesBE: () => number[];
259
- toSigned: () => Long.Long;
260
- toString: (radix?: number) => string;
261
- toUnsigned: () => Long.Long;
262
- xor: (other: string | number | Long.Long) => Long.Long;
263
- } & { [K_3 in Exclude<keyof I_1["offset"], keyof Long.Long>]: never; });
264
- limit?: string | number | (Long.Long & {
265
- high: number;
266
- low: number;
267
- unsigned: boolean;
268
- add: (addend: string | number | Long.Long) => Long.Long;
269
- and: (other: string | number | Long.Long) => Long.Long;
270
- compare: (other: string | number | Long.Long) => number;
271
- comp: (other: string | number | Long.Long) => number;
272
- divide: (divisor: string | number | Long.Long) => Long.Long;
273
- div: (divisor: string | number | Long.Long) => Long.Long;
274
- equals: (other: string | number | Long.Long) => boolean;
275
- eq: (other: string | number | Long.Long) => boolean;
276
- getHighBits: () => number;
277
- getHighBitsUnsigned: () => number;
278
- getLowBits: () => number;
279
- getLowBitsUnsigned: () => number;
280
- getNumBitsAbs: () => number;
281
- greaterThan: (other: string | number | Long.Long) => boolean;
282
- gt: (other: string | number | Long.Long) => boolean;
283
- greaterThanOrEqual: (other: string | number | Long.Long) => boolean;
284
- gte: (other: string | number | Long.Long) => boolean;
285
- isEven: () => boolean;
286
- isNegative: () => boolean;
287
- isOdd: () => boolean;
288
- isPositive: () => boolean;
289
- isZero: () => boolean;
290
- lessThan: (other: string | number | Long.Long) => boolean;
291
- lt: (other: string | number | Long.Long) => boolean;
292
- lessThanOrEqual: (other: string | number | Long.Long) => boolean;
293
- lte: (other: string | number | Long.Long) => boolean;
294
- modulo: (other: string | number | Long.Long) => Long.Long;
295
- mod: (other: string | number | Long.Long) => Long.Long;
296
- multiply: (multiplier: string | number | Long.Long) => Long.Long;
297
- mul: (multiplier: string | number | Long.Long) => Long.Long;
298
- negate: () => Long.Long;
299
- neg: () => Long.Long;
300
- not: () => Long.Long;
301
- notEquals: (other: string | number | Long.Long) => boolean;
302
- neq: (other: string | number | Long.Long) => boolean;
303
- or: (other: string | number | Long.Long) => Long.Long;
304
- shiftLeft: (numBits: number | Long.Long) => Long.Long;
305
- shl: (numBits: number | Long.Long) => Long.Long;
306
- shiftRight: (numBits: number | Long.Long) => Long.Long;
307
- shr: (numBits: number | Long.Long) => Long.Long;
308
- shiftRightUnsigned: (numBits: number | Long.Long) => Long.Long;
309
- shru: (numBits: number | Long.Long) => Long.Long;
310
- subtract: (subtrahend: string | number | Long.Long) => Long.Long;
311
- sub: (subtrahend: string | number | Long.Long) => Long.Long;
312
- toInt: () => number;
313
- toNumber: () => number;
314
- toBytes: (le?: boolean) => number[];
315
- toBytesLE: () => number[];
316
- toBytesBE: () => number[];
317
- toSigned: () => Long.Long;
318
- toString: (radix?: number) => string;
319
- toUnsigned: () => Long.Long;
320
- xor: (other: string | number | Long.Long) => Long.Long;
321
- } & { [K_4 in Exclude<keyof I_1["limit"], keyof Long.Long>]: never; });
322
- countTotal?: boolean;
323
- reverse?: boolean;
324
- } & { [K_5 in Exclude<keyof I_1, keyof PageRequest>]: never; }>(object: I_1): PageRequest;
325
- };
326
- export declare const PageResponse: {
327
- encode(message: PageResponse, writer?: _m0.Writer): _m0.Writer;
328
- decode(input: _m0.Reader | Uint8Array, length?: number): PageResponse;
329
- fromJSON(object: any): PageResponse;
330
- toJSON(message: PageResponse): unknown;
331
- create<I extends {
332
- nextKey?: Uint8Array;
333
- total?: string | number | Long.Long;
334
- } & {
335
- nextKey?: Uint8Array;
336
- total?: string | number | (Long.Long & {
337
- high: number;
338
- low: number;
339
- unsigned: boolean;
340
- add: (addend: string | number | Long.Long) => Long.Long;
341
- and: (other: string | number | Long.Long) => Long.Long;
342
- compare: (other: string | number | Long.Long) => number;
343
- comp: (other: string | number | Long.Long) => number;
344
- divide: (divisor: string | number | Long.Long) => Long.Long;
345
- div: (divisor: string | number | Long.Long) => Long.Long;
346
- equals: (other: string | number | Long.Long) => boolean;
347
- eq: (other: string | number | Long.Long) => boolean;
348
- getHighBits: () => number;
349
- getHighBitsUnsigned: () => number;
350
- getLowBits: () => number;
351
- getLowBitsUnsigned: () => number;
352
- getNumBitsAbs: () => number;
353
- greaterThan: (other: string | number | Long.Long) => boolean;
354
- gt: (other: string | number | Long.Long) => boolean;
355
- greaterThanOrEqual: (other: string | number | Long.Long) => boolean;
356
- gte: (other: string | number | Long.Long) => boolean;
357
- isEven: () => boolean;
358
- isNegative: () => boolean;
359
- isOdd: () => boolean;
360
- isPositive: () => boolean;
361
- isZero: () => boolean;
362
- lessThan: (other: string | number | Long.Long) => boolean;
363
- lt: (other: string | number | Long.Long) => boolean;
364
- lessThanOrEqual: (other: string | number | Long.Long) => boolean;
365
- lte: (other: string | number | Long.Long) => boolean;
366
- modulo: (other: string | number | Long.Long) => Long.Long;
367
- mod: (other: string | number | Long.Long) => Long.Long;
368
- multiply: (multiplier: string | number | Long.Long) => Long.Long;
369
- mul: (multiplier: string | number | Long.Long) => Long.Long;
370
- negate: () => Long.Long;
371
- neg: () => Long.Long;
372
- not: () => Long.Long;
373
- notEquals: (other: string | number | Long.Long) => boolean;
374
- neq: (other: string | number | Long.Long) => boolean;
375
- or: (other: string | number | Long.Long) => Long.Long;
376
- shiftLeft: (numBits: number | Long.Long) => Long.Long;
377
- shl: (numBits: number | Long.Long) => Long.Long;
378
- shiftRight: (numBits: number | Long.Long) => Long.Long;
379
- shr: (numBits: number | Long.Long) => Long.Long;
380
- shiftRightUnsigned: (numBits: number | Long.Long) => Long.Long;
381
- shru: (numBits: number | Long.Long) => Long.Long;
382
- subtract: (subtrahend: string | number | Long.Long) => Long.Long;
383
- sub: (subtrahend: string | number | Long.Long) => Long.Long;
384
- toInt: () => number;
385
- toNumber: () => number;
386
- toBytes: (le?: boolean) => number[];
387
- toBytesLE: () => number[];
388
- toBytesBE: () => number[];
389
- toSigned: () => Long.Long;
390
- toString: (radix?: number) => string;
391
- toUnsigned: () => Long.Long;
392
- xor: (other: string | number | Long.Long) => Long.Long;
393
- } & { [K in Exclude<keyof I["total"], keyof Long.Long>]: never; });
394
- } & { [K_1 in Exclude<keyof I, keyof PageResponse>]: never; }>(base?: I): PageResponse;
395
- fromPartial<I_1 extends {
396
- nextKey?: Uint8Array;
397
- total?: string | number | Long.Long;
398
- } & {
399
- nextKey?: Uint8Array;
400
- total?: string | number | (Long.Long & {
401
- high: number;
402
- low: number;
403
- unsigned: boolean;
404
- add: (addend: string | number | Long.Long) => Long.Long;
405
- and: (other: string | number | Long.Long) => Long.Long;
406
- compare: (other: string | number | Long.Long) => number;
407
- comp: (other: string | number | Long.Long) => number;
408
- divide: (divisor: string | number | Long.Long) => Long.Long;
409
- div: (divisor: string | number | Long.Long) => Long.Long;
410
- equals: (other: string | number | Long.Long) => boolean;
411
- eq: (other: string | number | Long.Long) => boolean;
412
- getHighBits: () => number;
413
- getHighBitsUnsigned: () => number;
414
- getLowBits: () => number;
415
- getLowBitsUnsigned: () => number;
416
- getNumBitsAbs: () => number;
417
- greaterThan: (other: string | number | Long.Long) => boolean;
418
- gt: (other: string | number | Long.Long) => boolean;
419
- greaterThanOrEqual: (other: string | number | Long.Long) => boolean;
420
- gte: (other: string | number | Long.Long) => boolean;
421
- isEven: () => boolean;
422
- isNegative: () => boolean;
423
- isOdd: () => boolean;
424
- isPositive: () => boolean;
425
- isZero: () => boolean;
426
- lessThan: (other: string | number | Long.Long) => boolean;
427
- lt: (other: string | number | Long.Long) => boolean;
428
- lessThanOrEqual: (other: string | number | Long.Long) => boolean;
429
- lte: (other: string | number | Long.Long) => boolean;
430
- modulo: (other: string | number | Long.Long) => Long.Long;
431
- mod: (other: string | number | Long.Long) => Long.Long;
432
- multiply: (multiplier: string | number | Long.Long) => Long.Long;
433
- mul: (multiplier: string | number | Long.Long) => Long.Long;
434
- negate: () => Long.Long;
435
- neg: () => Long.Long;
436
- not: () => Long.Long;
437
- notEquals: (other: string | number | Long.Long) => boolean;
438
- neq: (other: string | number | Long.Long) => boolean;
439
- or: (other: string | number | Long.Long) => Long.Long;
440
- shiftLeft: (numBits: number | Long.Long) => Long.Long;
441
- shl: (numBits: number | Long.Long) => Long.Long;
442
- shiftRight: (numBits: number | Long.Long) => Long.Long;
443
- shr: (numBits: number | Long.Long) => Long.Long;
444
- shiftRightUnsigned: (numBits: number | Long.Long) => Long.Long;
445
- shru: (numBits: number | Long.Long) => Long.Long;
446
- subtract: (subtrahend: string | number | Long.Long) => Long.Long;
447
- sub: (subtrahend: string | number | Long.Long) => Long.Long;
448
- toInt: () => number;
449
- toNumber: () => number;
450
- toBytes: (le?: boolean) => number[];
451
- toBytesLE: () => number[];
452
- toBytesBE: () => number[];
453
- toSigned: () => Long.Long;
454
- toString: (radix?: number) => string;
455
- toUnsigned: () => Long.Long;
456
- xor: (other: string | number | Long.Long) => Long.Long;
457
- } & { [K_2 in Exclude<keyof I_1["total"], keyof Long.Long>]: never; });
458
- } & { [K_3 in Exclude<keyof I_1, keyof PageResponse>]: never; }>(object: I_1): PageResponse;
459
- };
460
- type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
461
- export type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
462
- [K in keyof T]?: DeepPartial<T[K]>;
463
- } : Partial<T>;
464
- type KeysOfUnion<T> = T extends T ? keyof T : never;
465
- export type Exact<P, I extends P> = P extends Builtin ? P : P & {
466
- [K in keyof P]: Exact<P[K], I[K]>;
467
- } & {
468
- [K in Exclude<keyof I, KeysOfUnion<P>>]: never;
469
- };
470
- export {};