@sentio/sdk 3.8.0-rc.2 → 3.9.0-rc.10

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 (235) hide show
  1. package/lib/aptos/aptos-processor.d.ts +3 -3
  2. package/lib/aptos/aptos-processor.d.ts.map +1 -1
  3. package/lib/aptos/aptos-processor.js.map +1 -1
  4. package/lib/aptos/builtin/0x1.d.ts +897 -0
  5. package/lib/aptos/builtin/0x1.d.ts.map +1 -1
  6. package/lib/aptos/builtin/0x1.js +1322 -91
  7. package/lib/aptos/builtin/0x1.js.map +1 -1
  8. package/lib/aptos/builtin/0x3.js +1 -1
  9. package/lib/aptos/builtin/0x3.js.map +1 -1
  10. package/lib/aptos/builtin/0x4.d.ts +4 -4
  11. package/lib/aptos/builtin/0x4.d.ts.map +1 -1
  12. package/lib/aptos/builtin/0x4.js +16 -16
  13. package/lib/aptos/builtin/0x4.js.map +1 -1
  14. package/lib/core/normalization.d.ts.map +1 -1
  15. package/lib/core/normalization.js +1 -1
  16. package/lib/core/normalization.js.map +1 -1
  17. package/lib/core/partition-handler-manager.d.ts.map +1 -1
  18. package/lib/core/partition-handler-manager.js +1 -1
  19. package/lib/core/partition-handler-manager.js.map +1 -1
  20. package/lib/eth/base-processor-template.d.ts.map +1 -1
  21. package/lib/eth/base-processor-template.js +2 -0
  22. package/lib/eth/base-processor-template.js.map +1 -1
  23. package/lib/eth/base-processor.d.ts +2 -2
  24. package/lib/eth/base-processor.d.ts.map +1 -1
  25. package/lib/eth/base-processor.js.map +1 -1
  26. package/lib/eth/eth.d.ts +1 -1
  27. package/lib/eth/eth.d.ts.map +1 -1
  28. package/lib/eth/eth.js +6 -5
  29. package/lib/eth/eth.js.map +1 -1
  30. package/lib/fuel/fuel-processor-template.d.ts.map +1 -1
  31. package/lib/fuel/fuel-processor-template.js +2 -0
  32. package/lib/fuel/fuel-processor-template.js.map +1 -1
  33. package/lib/fuel/transaction.js +8 -3
  34. package/lib/fuel/transaction.js.map +1 -1
  35. package/lib/iota/builtin/0x2.d.ts +95 -0
  36. package/lib/iota/builtin/0x2.d.ts.map +1 -1
  37. package/lib/iota/builtin/0x2.js +586 -1
  38. package/lib/iota/builtin/0x2.js.map +1 -1
  39. package/lib/iota/iota-processor.d.ts +2 -2
  40. package/lib/iota/iota-processor.d.ts.map +1 -1
  41. package/lib/iota/iota-processor.js +2 -2
  42. package/lib/iota/iota-processor.js.map +1 -1
  43. package/lib/solana/builtin/index.d.ts +1 -0
  44. package/lib/solana/builtin/index.d.ts.map +1 -1
  45. package/lib/solana/builtin/index.js +1 -0
  46. package/lib/solana/builtin/index.js.map +1 -1
  47. package/lib/solana/builtin/spl-token-2022-processor.d.ts +46 -0
  48. package/lib/solana/builtin/spl-token-2022-processor.d.ts.map +1 -0
  49. package/lib/solana/builtin/spl-token-2022-processor.js +132 -0
  50. package/lib/solana/builtin/spl-token-2022-processor.js.map +1 -0
  51. package/lib/solana/builtin/spl-token-processor.d.ts +30 -30
  52. package/lib/solana/builtin/spl-token-processor.d.ts.map +1 -1
  53. package/lib/solana/builtin/types.d.ts +1699 -81
  54. package/lib/solana/builtin/types.d.ts.map +1 -1
  55. package/lib/solana/builtin/types.js +520 -72
  56. package/lib/solana/builtin/types.js.map +1 -1
  57. package/lib/solana/codegen/codegen.js +2 -2
  58. package/lib/solana/codegen/codegen.js.map +1 -1
  59. package/lib/solana/index.d.ts +1 -1
  60. package/lib/solana/index.js +1 -1
  61. package/lib/solana/solana-context.d.ts +1 -1
  62. package/lib/solana/solana-context.d.ts.map +1 -1
  63. package/lib/solana/solana-processor.d.ts +4 -4
  64. package/lib/solana/solana-processor.d.ts.map +1 -1
  65. package/lib/solana/solana-processor.js.map +1 -1
  66. package/lib/solana/solana-rpc-types.d.ts +75 -0
  67. package/lib/solana/solana-rpc-types.d.ts.map +1 -0
  68. package/lib/solana/solana-rpc-types.js +2 -0
  69. package/lib/solana/solana-rpc-types.js.map +1 -0
  70. package/lib/store/codegen.js +2 -2
  71. package/lib/store/codegen.js.map +1 -1
  72. package/lib/store/decorators.d.ts.map +1 -1
  73. package/lib/store/decorators.js +1 -1
  74. package/lib/store/decorators.js.map +1 -1
  75. package/lib/store/store.js.map +1 -1
  76. package/lib/sui/builtin/0x1.d.ts +382 -270
  77. package/lib/sui/builtin/0x1.d.ts.map +1 -1
  78. package/lib/sui/builtin/0x1.js +2571 -805
  79. package/lib/sui/builtin/0x1.js.map +1 -1
  80. package/lib/sui/builtin/0x2.d.ts +1013 -730
  81. package/lib/sui/builtin/0x2.d.ts.map +1 -1
  82. package/lib/sui/builtin/0x2.js +7419 -2616
  83. package/lib/sui/builtin/0x2.js.map +1 -1
  84. package/lib/sui/builtin/0x3.d.ts +297 -297
  85. package/lib/sui/builtin/0x3.d.ts.map +1 -1
  86. package/lib/sui/builtin/0x3.js +2364 -904
  87. package/lib/sui/builtin/0x3.js.map +1 -1
  88. package/lib/sui/codegen/codegen.d.ts.map +1 -1
  89. package/lib/sui/codegen/codegen.js.map +1 -1
  90. package/lib/sui/context.d.ts +10 -9
  91. package/lib/sui/context.d.ts.map +1 -1
  92. package/lib/sui/context.js.map +1 -1
  93. package/lib/sui/ext/coin.d.ts.map +1 -1
  94. package/lib/sui/ext/coin.js +1 -1
  95. package/lib/sui/ext/coin.js.map +1 -1
  96. package/lib/sui/ext/move-dex.d.ts +3 -3
  97. package/lib/sui/ext/move-dex.d.ts.map +1 -1
  98. package/lib/sui/models.d.ts +5 -4
  99. package/lib/sui/models.d.ts.map +1 -1
  100. package/lib/sui/move-coder.d.ts.map +1 -1
  101. package/lib/sui/move-coder.js +1 -0
  102. package/lib/sui/move-coder.js.map +1 -1
  103. package/lib/sui/network.d.ts +2 -2
  104. package/lib/sui/network.d.ts.map +1 -1
  105. package/lib/sui/network.js +8 -8
  106. package/lib/sui/network.js.map +1 -1
  107. package/lib/sui/sui-object-processor-template.d.ts +6 -5
  108. package/lib/sui/sui-object-processor-template.d.ts.map +1 -1
  109. package/lib/sui/sui-object-processor-template.js.map +1 -1
  110. package/lib/sui/sui-object-processor.d.ts +15 -13
  111. package/lib/sui/sui-object-processor.d.ts.map +1 -1
  112. package/lib/sui/sui-object-processor.js +4 -2
  113. package/lib/sui/sui-object-processor.js.map +1 -1
  114. package/lib/sui/sui-processor.d.ts +8 -6
  115. package/lib/sui/sui-processor.d.ts.map +1 -1
  116. package/lib/sui/sui-processor.js +8 -12
  117. package/lib/sui/sui-processor.js.map +1 -1
  118. package/lib/sui/utils.d.ts +3 -2
  119. package/lib/sui/utils.d.ts.map +1 -1
  120. package/lib/sui/utils.js +9 -9
  121. package/lib/sui/utils.js.map +1 -1
  122. package/lib/testing/memory-database.d.ts.map +1 -1
  123. package/lib/testing/memory-database.js +4 -1
  124. package/lib/testing/memory-database.js.map +1 -1
  125. package/lib/testing/sui-facet.d.ts +5 -5
  126. package/lib/testing/sui-facet.d.ts.map +1 -1
  127. package/lib/testing/sui-facet.js +5 -5
  128. package/lib/testing/sui-facet.js.map +1 -1
  129. package/lib/utils/block.d.ts +1 -1
  130. package/lib/utils/block.d.ts.map +1 -1
  131. package/lib/utils/call.js +1 -1
  132. package/lib/utils/call.js.map +1 -1
  133. package/lib/utils/dex-price.js +1 -1
  134. package/lib/utils/dex-price.js.map +1 -1
  135. package/package.json +29 -22
  136. package/src/aptos/abis/0x1.json +8161 -2996
  137. package/src/aptos/abis/0x3.json +140 -75
  138. package/src/aptos/abis/0x4.json +75 -52
  139. package/src/aptos/aptos-processor.ts +9 -9
  140. package/src/aptos/builtin/0x1.ts +2577 -58
  141. package/src/aptos/builtin/0x3.ts +1 -1
  142. package/src/aptos/builtin/0x4.ts +18 -19
  143. package/src/core/normalization.ts +3 -1
  144. package/src/core/partition-handler-manager.ts +4 -1
  145. package/src/eth/base-processor-template.ts +5 -1
  146. package/src/eth/base-processor.ts +11 -11
  147. package/src/eth/eth.ts +7 -6
  148. package/src/fuel/fuel-processor-template.ts +3 -1
  149. package/src/fuel/transaction.ts +5 -5
  150. package/src/iota/abis/0x2.json +464 -4
  151. package/src/iota/builtin/0x2.ts +911 -77
  152. package/src/iota/iota-processor.ts +10 -10
  153. package/src/solana/builtin/index.ts +2 -1
  154. package/src/solana/builtin/spl-token-2022-processor.ts +324 -0
  155. package/src/solana/builtin/spl-token-processor.ts +30 -30
  156. package/src/solana/builtin/types.ts +659 -144
  157. package/src/solana/codegen/codegen.ts +6 -6
  158. package/src/solana/index.ts +1 -1
  159. package/src/solana/solana-context.ts +1 -1
  160. package/src/solana/solana-plugin.ts +1 -1
  161. package/src/solana/solana-processor.ts +11 -7
  162. package/src/solana/solana-rpc-types.ts +73 -0
  163. package/src/store/codegen.ts +2 -2
  164. package/src/store/decorators.ts +3 -1
  165. package/src/store/store.ts +1 -1
  166. package/src/sui/abis/0x1.json +8996 -5745
  167. package/src/sui/abis/0x2.json +38135 -28859
  168. package/src/sui/abis/0x3.json +14723 -10726
  169. package/src/sui/builtin/0x1.ts +4071 -1897
  170. package/src/sui/builtin/0x2.ts +14397 -7968
  171. package/src/sui/builtin/0x3.ts +3780 -2021
  172. package/src/sui/codegen/codegen.ts +4 -5
  173. package/src/sui/context.ts +15 -16
  174. package/src/sui/ext/coin.ts +4 -2
  175. package/src/sui/ext/move-dex.ts +5 -5
  176. package/src/sui/models.ts +5 -4
  177. package/src/sui/move-coder.ts +1 -0
  178. package/src/sui/network.ts +10 -9
  179. package/src/sui/sui-object-processor-template.ts +7 -6
  180. package/src/sui/sui-object-processor.ts +29 -21
  181. package/src/sui/sui-processor.ts +33 -36
  182. package/src/sui/utils.ts +14 -17
  183. package/src/testing/memory-database.ts +4 -1
  184. package/src/testing/sui-facet.ts +13 -13
  185. package/src/utils/block.ts +1 -1
  186. package/src/utils/call.ts +2 -2
  187. package/src/utils/dex-price.ts +1 -1
  188. package/lib/aptos/codegen/types.test.d.ts +0 -2
  189. package/lib/aptos/codegen/types.test.d.ts.map +0 -1
  190. package/lib/aptos/codegen/types.test.js.map +0 -1
  191. package/lib/aptos/ext/coin-event.test.d.ts +0 -2
  192. package/lib/aptos/ext/coin-event.test.d.ts.map +0 -1
  193. package/lib/aptos/ext/coin-event.test.js.map +0 -1
  194. package/lib/aptos/ext/coin.test.d.ts +0 -2
  195. package/lib/aptos/ext/coin.test.d.ts.map +0 -1
  196. package/lib/aptos/ext/coin.test.js.map +0 -1
  197. package/lib/core/database-schema.test.d.ts +0 -2
  198. package/lib/core/database-schema.test.d.ts.map +0 -1
  199. package/lib/core/database-schema.test.js.map +0 -1
  200. package/lib/core/event-logger.test.d.ts +0 -2
  201. package/lib/core/event-logger.test.d.ts.map +0 -1
  202. package/lib/core/event-logger.test.js.map +0 -1
  203. package/lib/core/normalization.test.d.ts +0 -2
  204. package/lib/core/normalization.test.d.ts.map +0 -1
  205. package/lib/core/normalization.test.js.map +0 -1
  206. package/lib/core/numberish.test.d.ts +0 -2
  207. package/lib/core/numberish.test.d.ts.map +0 -1
  208. package/lib/core/numberish.test.js.map +0 -1
  209. package/lib/eth/base-processor.test.d.ts +0 -2
  210. package/lib/eth/base-processor.test.d.ts.map +0 -1
  211. package/lib/eth/base-processor.test.js.map +0 -1
  212. package/lib/eth/eth.test.d.ts +0 -2
  213. package/lib/eth/eth.test.d.ts.map +0 -1
  214. package/lib/eth/eth.test.js.map +0 -1
  215. package/lib/eth/generic-processor.test.d.ts +0 -2
  216. package/lib/eth/generic-processor.test.d.ts.map +0 -1
  217. package/lib/eth/generic-processor.test.js.map +0 -1
  218. package/lib/eth/provider.test.d.ts +0 -2
  219. package/lib/eth/provider.test.d.ts.map +0 -1
  220. package/lib/eth/provider.test.js.map +0 -1
  221. package/lib/store/convert.test.d.ts +0 -2
  222. package/lib/store/convert.test.d.ts.map +0 -1
  223. package/lib/store/convert.test.js.map +0 -1
  224. package/lib/utils/block.test.d.ts +0 -2
  225. package/lib/utils/block.test.d.ts.map +0 -1
  226. package/lib/utils/block.test.js.map +0 -1
  227. package/lib/utils/dex-price.test.d.ts +0 -2
  228. package/lib/utils/dex-price.test.d.ts.map +0 -1
  229. package/lib/utils/dex-price.test.js.map +0 -1
  230. package/lib/utils/erc20.test.d.ts +0 -2
  231. package/lib/utils/erc20.test.d.ts.map +0 -1
  232. package/lib/utils/erc20.test.js.map +0 -1
  233. package/lib/utils/price.test.d.ts +0 -2
  234. package/lib/utils/price.test.d.ts.map +0 -1
  235. package/lib/utils/price.test.js.map +0 -1
@@ -1,8 +1,8 @@
1
1
  import { TypeDescriptor } from "@typemove/move";
2
2
  import { MoveCoder, TypedEventInstance } from "@typemove/sui";
3
- import { TypedDevInspectResults } from "@typemove/sui";
3
+ import { TypedSimulateResults } from "@typemove/sui";
4
4
  import { Transaction, TransactionArgument, TransactionObjectArgument } from "@mysten/sui/transactions";
5
- import { SuiJsonRpcClient } from "@mysten/sui/jsonRpc";
5
+ import { SuiGrpcClient } from "@mysten/sui/grpc";
6
6
  import { CallFilter, MoveFetchConfig, EventFilter } from "@sentio/sdk/move";
7
7
  import { HandlerOptions } from "@sentio/sdk";
8
8
  import { SuiBindOptions, SuiBaseProcessor, TypedFunctionPayload, SuiContext } from "@sentio/sdk/sui";
@@ -103,23 +103,23 @@ export declare namespace accumulator {
103
103
  ];
104
104
  }
105
105
  namespace view {
106
- function accumulatorAddress<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
107
- function accumulatorKey<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[accumulator.Key<T0>]>>;
108
- function accumulatorU128Exists<T0 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
109
- function accumulatorU128Read<T0 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
110
- function createU128(client: SuiJsonRpcClient, args: [bigint]): Promise<TypedDevInspectResults<[accumulator.U128]>>;
111
- function destroyU128(client: SuiJsonRpcClient, args: [accumulator.U128]): Promise<TypedDevInspectResults<[]>>;
112
- function emitDepositEvent<T0 = any>(client: SuiJsonRpcClient, args: [string, string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
113
- function emitWithdrawEvent<T0 = any>(client: SuiJsonRpcClient, args: [string, string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
114
- function isZeroU128(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[boolean]>>;
115
- function rootAddAccumulator<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, accumulator.Key<T0>, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
116
- function rootBorrowAccumulator<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, accumulator.Key<T0>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
117
- function rootBorrowAccumulatorMut<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, accumulator.Key<T0>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
118
- function rootHasAccumulator<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, accumulator.Key<T0>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
119
- function rootId(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
120
- function rootIdMut(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
121
- function rootRemoveAccumulator<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, accumulator.Key<T0>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T1]>>;
122
- function updateU128(client: SuiJsonRpcClient, args: [string, bigint, bigint]): Promise<TypedDevInspectResults<[]>>;
106
+ function accumulatorAddress<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
107
+ function accumulatorKey<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[accumulator.Key<T0>]>>;
108
+ function accumulatorU128Exists<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
109
+ function accumulatorU128Read<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[bigint]>>;
110
+ function createU128(client: SuiGrpcClient, args: [bigint]): Promise<TypedSimulateResults<[accumulator.U128]>>;
111
+ function destroyU128(client: SuiGrpcClient, args: [accumulator.U128]): Promise<TypedSimulateResults<[]>>;
112
+ function emitDepositEvent<T0 = any>(client: SuiGrpcClient, args: [string, string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
113
+ function emitWithdrawEvent<T0 = any>(client: SuiGrpcClient, args: [string, string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
114
+ function isZeroU128(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[boolean]>>;
115
+ function rootAddAccumulator<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, accumulator.Key<T0>, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[]>>;
116
+ function rootBorrowAccumulator<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, accumulator.Key<T0>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[string]>>;
117
+ function rootBorrowAccumulatorMut<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, accumulator.Key<T0>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[string]>>;
118
+ function rootHasAccumulator<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, accumulator.Key<T0>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[boolean]>>;
119
+ function rootId(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string]>>;
120
+ function rootIdMut(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string]>>;
121
+ function rootRemoveAccumulator<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, accumulator.Key<T0>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[T1]>>;
122
+ function updateU128(client: SuiGrpcClient, args: [string, bigint, bigint]): Promise<TypedSimulateResults<[]>>;
123
123
  }
124
124
  }
125
125
  export declare class accumulator_metadata extends SuiBaseProcessor {
@@ -208,15 +208,15 @@ export declare namespace address {
208
208
  function toU256(tx: Transaction, args: [string | TransactionArgument]): TransactionArgument & [TransactionArgument];
209
209
  }
210
210
  namespace view {
211
- function fromAsciiBytes(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
212
- function fromBytes(client: SuiJsonRpcClient, args: [string[]]): Promise<TypedDevInspectResults<[string]>>;
213
- function fromU256(client: SuiJsonRpcClient, args: [bigint]): Promise<TypedDevInspectResults<[string]>>;
214
- function length(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[bigint]>>;
215
- function max(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[bigint]>>;
216
- function toAsciiString(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[_0x1.ascii.String]>>;
217
- function toBytes(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[number[]]>>;
218
- function toString(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
219
- function toU256(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
211
+ function fromAsciiBytes(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string]>>;
212
+ function fromBytes(client: SuiGrpcClient, args: [string[]]): Promise<TypedSimulateResults<[string]>>;
213
+ function fromU256(client: SuiGrpcClient, args: [bigint]): Promise<TypedSimulateResults<[string]>>;
214
+ function length(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[bigint]>>;
215
+ function max(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[bigint]>>;
216
+ function toAsciiString(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[_0x1.ascii.String]>>;
217
+ function toBytes(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[number[]]>>;
218
+ function toString(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string]>>;
219
+ function toU256(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[bigint]>>;
220
220
  }
221
221
  }
222
222
  export declare class address_alias extends SuiBaseProcessor {
@@ -381,16 +381,16 @@ export declare namespace bag {
381
381
  function remove<T0 = any, T1 = any>(tx: Transaction, args: [string | TransactionObjectArgument, T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
382
382
  }
383
383
  namespace view {
384
- function add<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
385
- function borrow<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
386
- function borrowMut<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
387
- function contains<T0 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
388
- function containsWithType<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
389
- function destroyEmpty(client: SuiJsonRpcClient, args: [bag.Bag]): Promise<TypedDevInspectResults<[]>>;
390
- function isEmpty(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[boolean]>>;
391
- function length(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
392
- function new$(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[bag.Bag]>>;
393
- function remove<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T1]>>;
384
+ function add<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[]>>;
385
+ function borrow<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[string]>>;
386
+ function borrowMut<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[string]>>;
387
+ function contains<T0 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
388
+ function containsWithType<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[boolean]>>;
389
+ function destroyEmpty(client: SuiGrpcClient, args: [bag.Bag]): Promise<TypedSimulateResults<[]>>;
390
+ function isEmpty(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[boolean]>>;
391
+ function length(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[bigint]>>;
392
+ function new$(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[bag.Bag]>>;
393
+ function remove<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[T1]>>;
394
394
  }
395
395
  }
396
396
  export declare namespace balance {
@@ -436,24 +436,22 @@ export declare namespace balance {
436
436
  function zero<T0 = any>(tx: Transaction, args: [], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [];
437
437
  }
438
438
  namespace view {
439
- function createSupply<T0 = any>(client: SuiJsonRpcClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[balance.Supply<T0>]>>;
440
- function createSupplyInternal<T0 = any>(client: SuiJsonRpcClient, args: [], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[balance.Supply<T0>]>>;
441
- function decreaseSupply<T0 = any>(client: SuiJsonRpcClient, args: [string, balance.Balance<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
442
- function destroySupply<T0 = any>(client: SuiJsonRpcClient, args: [balance.Supply<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
443
- function destroyZero<T0 = any>(client: SuiJsonRpcClient, args: [balance.Balance<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
444
- function increaseSupply<T0 = any>(client: SuiJsonRpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[balance.Balance<T0>]>>;
445
- function join<T0 = any>(client: SuiJsonRpcClient, args: [string, balance.Balance<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
446
- function redeemFunds<T0 = any>(client: SuiJsonRpcClient, args: [funds_accumulator.Withdrawal<balance.Balance<T0>>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[balance.Balance<T0>]>>;
447
- function sendFunds<T0 = any>(client: SuiJsonRpcClient, args: [balance.Balance<T0>, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
448
- function settledFundsValue<T0 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
449
- function split<T0 = any>(client: SuiJsonRpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[balance.Balance<T0>]>>;
450
- function supplyValue<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
451
- function value<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
452
- function withdrawAll<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[balance.Balance<T0>]>>;
453
- function withdrawFundsFromObject<T0 = any>(client: SuiJsonRpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
454
- funds_accumulator.Withdrawal<balance.Balance<T0>>
455
- ]>>;
456
- function zero<T0 = any>(client: SuiJsonRpcClient, args: [], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[balance.Balance<T0>]>>;
439
+ function createSupply<T0 = any>(client: SuiGrpcClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[balance.Supply<T0>]>>;
440
+ function createSupplyInternal<T0 = any>(client: SuiGrpcClient, args: [], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[balance.Supply<T0>]>>;
441
+ function decreaseSupply<T0 = any>(client: SuiGrpcClient, args: [string, balance.Balance<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[bigint]>>;
442
+ function destroySupply<T0 = any>(client: SuiGrpcClient, args: [balance.Supply<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[bigint]>>;
443
+ function destroyZero<T0 = any>(client: SuiGrpcClient, args: [balance.Balance<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
444
+ function increaseSupply<T0 = any>(client: SuiGrpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[balance.Balance<T0>]>>;
445
+ function join<T0 = any>(client: SuiGrpcClient, args: [string, balance.Balance<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[bigint]>>;
446
+ function redeemFunds<T0 = any>(client: SuiGrpcClient, args: [funds_accumulator.Withdrawal<balance.Balance<T0>>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[balance.Balance<T0>]>>;
447
+ function sendFunds<T0 = any>(client: SuiGrpcClient, args: [balance.Balance<T0>, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
448
+ function settledFundsValue<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[bigint]>>;
449
+ function split<T0 = any>(client: SuiGrpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[balance.Balance<T0>]>>;
450
+ function supplyValue<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[bigint]>>;
451
+ function value<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[bigint]>>;
452
+ function withdrawAll<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[balance.Balance<T0>]>>;
453
+ function withdrawFundsFromObject<T0 = any>(client: SuiGrpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[funds_accumulator.Withdrawal<balance.Balance<T0>>]>>;
454
+ function zero<T0 = any>(client: SuiGrpcClient, args: [], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[balance.Balance<T0>]>>;
457
455
  }
458
456
  }
459
457
  export declare class bcs extends SuiBaseProcessor {
@@ -507,36 +505,36 @@ export declare namespace bcs {
507
505
  function toBytes<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
508
506
  }
509
507
  namespace view {
510
- function intoRemainderBytes(client: SuiJsonRpcClient, args: [bcs.BCS]): Promise<TypedDevInspectResults<[number[]]>>;
511
- function new$(client: SuiJsonRpcClient, args: [string[]]): Promise<TypedDevInspectResults<[bcs.BCS]>>;
512
- function peelAddress(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
513
- function peelBool(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[boolean]>>;
514
- function peelEnumTag(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[number]>>;
515
- function peelOptionAddress(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[_0x1.option.Option<string>]>>;
516
- function peelOptionBool(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[_0x1.option.Option<boolean>]>>;
517
- function peelOptionU128(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[_0x1.option.Option<bigint>]>>;
518
- function peelOptionU16(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[_0x1.option.Option<number>]>>;
519
- function peelOptionU256(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[_0x1.option.Option<bigint>]>>;
520
- function peelOptionU32(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[_0x1.option.Option<number>]>>;
521
- function peelOptionU64(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[_0x1.option.Option<bigint>]>>;
522
- function peelOptionU8(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[_0x1.option.Option<number>]>>;
523
- function peelU128(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
524
- function peelU16(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[number]>>;
525
- function peelU256(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
526
- function peelU32(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[number]>>;
527
- function peelU64(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
528
- function peelU8(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[number]>>;
529
- function peelVecAddress(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string[]]>>;
530
- function peelVecBool(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[boolean[]]>>;
531
- function peelVecLength(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
532
- function peelVecU128(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[bigint[]]>>;
533
- function peelVecU16(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[number[]]>>;
534
- function peelVecU256(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[bigint[]]>>;
535
- function peelVecU32(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[number[]]>>;
536
- function peelVecU64(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[bigint[]]>>;
537
- function peelVecU8(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[number[]]>>;
538
- function peelVecVecU8(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[number[][]]>>;
539
- function toBytes<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[number[]]>>;
508
+ function intoRemainderBytes(client: SuiGrpcClient, args: [bcs.BCS]): Promise<TypedSimulateResults<[number[]]>>;
509
+ function new$(client: SuiGrpcClient, args: [string[]]): Promise<TypedSimulateResults<[bcs.BCS]>>;
510
+ function peelAddress(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string]>>;
511
+ function peelBool(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[boolean]>>;
512
+ function peelEnumTag(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[number]>>;
513
+ function peelOptionAddress(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[_0x1.option.Option<string>]>>;
514
+ function peelOptionBool(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[_0x1.option.Option<boolean>]>>;
515
+ function peelOptionU128(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[_0x1.option.Option<bigint>]>>;
516
+ function peelOptionU16(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[_0x1.option.Option<number>]>>;
517
+ function peelOptionU256(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[_0x1.option.Option<bigint>]>>;
518
+ function peelOptionU32(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[_0x1.option.Option<number>]>>;
519
+ function peelOptionU64(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[_0x1.option.Option<bigint>]>>;
520
+ function peelOptionU8(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[_0x1.option.Option<number>]>>;
521
+ function peelU128(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[bigint]>>;
522
+ function peelU16(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[number]>>;
523
+ function peelU256(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[bigint]>>;
524
+ function peelU32(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[number]>>;
525
+ function peelU64(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[bigint]>>;
526
+ function peelU8(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[number]>>;
527
+ function peelVecAddress(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string[]]>>;
528
+ function peelVecBool(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[boolean[]]>>;
529
+ function peelVecLength(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[bigint]>>;
530
+ function peelVecU128(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[bigint[]]>>;
531
+ function peelVecU16(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[number[]]>>;
532
+ function peelVecU256(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[bigint[]]>>;
533
+ function peelVecU32(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[number[]]>>;
534
+ function peelVecU64(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[bigint[]]>>;
535
+ function peelVecU8(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[number[]]>>;
536
+ function peelVecVecU8(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[number[][]]>>;
537
+ function toBytes<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[number[]]>>;
540
538
  }
541
539
  }
542
540
  export declare namespace bls12381 {
@@ -694,49 +692,49 @@ export declare namespace bls12381 {
694
692
  function uncompressedG1ToG1(tx: Transaction, args: [string | TransactionObjectArgument]): TransactionArgument & [TransactionArgument];
695
693
  }
696
694
  namespace view {
697
- function bls12381MinPkVerify(client: SuiJsonRpcClient, args: [string, string, string]): Promise<TypedDevInspectResults<[boolean]>>;
698
- function bls12381MinSigVerify(client: SuiJsonRpcClient, args: [string, string, string]): Promise<TypedDevInspectResults<[boolean]>>;
699
- function g1Add(client: SuiJsonRpcClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G1>]>>;
700
- function g1Div(client: SuiJsonRpcClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G1>]>>;
701
- function g1FromBytes(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G1>]>>;
702
- function g1Generator(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G1>]>>;
703
- function g1Identity(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G1>]>>;
704
- function g1Mul(client: SuiJsonRpcClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G1>]>>;
705
- function g1MultiScalarMultiplication(client: SuiJsonRpcClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G1>]>>;
706
- function g1Neg(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G1>]>>;
707
- function g1Sub(client: SuiJsonRpcClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G1>]>>;
708
- function g1ToUncompressedG1(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.UncompressedG1>]>>;
709
- function g2Add(client: SuiJsonRpcClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G2>]>>;
710
- function g2Div(client: SuiJsonRpcClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G2>]>>;
711
- function g2FromBytes(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G2>]>>;
712
- function g2Generator(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G2>]>>;
713
- function g2Identity(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G2>]>>;
714
- function g2Mul(client: SuiJsonRpcClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G2>]>>;
715
- function g2MultiScalarMultiplication(client: SuiJsonRpcClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G2>]>>;
716
- function g2Neg(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G2>]>>;
717
- function g2Sub(client: SuiJsonRpcClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G2>]>>;
718
- function gtAdd(client: SuiJsonRpcClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.GT>]>>;
719
- function gtDiv(client: SuiJsonRpcClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.GT>]>>;
720
- function gtGenerator(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.GT>]>>;
721
- function gtIdentity(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.GT>]>>;
722
- function gtMul(client: SuiJsonRpcClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.GT>]>>;
723
- function gtNeg(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.GT>]>>;
724
- function gtSub(client: SuiJsonRpcClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.GT>]>>;
725
- function hashToG1(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G1>]>>;
726
- function hashToG2(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G2>]>>;
727
- function pairing(client: SuiJsonRpcClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.GT>]>>;
728
- function scalarAdd(client: SuiJsonRpcClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.Scalar>]>>;
729
- function scalarDiv(client: SuiJsonRpcClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.Scalar>]>>;
730
- function scalarFromBytes(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.Scalar>]>>;
731
- function scalarFromU64(client: SuiJsonRpcClient, args: [bigint]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.Scalar>]>>;
732
- function scalarInv(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.Scalar>]>>;
733
- function scalarMul(client: SuiJsonRpcClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.Scalar>]>>;
734
- function scalarNeg(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.Scalar>]>>;
735
- function scalarOne(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.Scalar>]>>;
736
- function scalarSub(client: SuiJsonRpcClient, args: [string, string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.Scalar>]>>;
737
- function scalarZero(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.Scalar>]>>;
738
- function uncompressedG1Sum(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.UncompressedG1>]>>;
739
- function uncompressedG1ToG1(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[group_ops.Element<bls12381.G1>]>>;
695
+ function bls12381MinPkVerify(client: SuiGrpcClient, args: [string, string, string]): Promise<TypedSimulateResults<[boolean]>>;
696
+ function bls12381MinSigVerify(client: SuiGrpcClient, args: [string, string, string]): Promise<TypedSimulateResults<[boolean]>>;
697
+ function g1Add(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.G1>]>>;
698
+ function g1Div(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.G1>]>>;
699
+ function g1FromBytes(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.G1>]>>;
700
+ function g1Generator(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[group_ops.Element<bls12381.G1>]>>;
701
+ function g1Identity(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[group_ops.Element<bls12381.G1>]>>;
702
+ function g1Mul(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.G1>]>>;
703
+ function g1MultiScalarMultiplication(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.G1>]>>;
704
+ function g1Neg(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.G1>]>>;
705
+ function g1Sub(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.G1>]>>;
706
+ function g1ToUncompressedG1(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.UncompressedG1>]>>;
707
+ function g2Add(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.G2>]>>;
708
+ function g2Div(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.G2>]>>;
709
+ function g2FromBytes(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.G2>]>>;
710
+ function g2Generator(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[group_ops.Element<bls12381.G2>]>>;
711
+ function g2Identity(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[group_ops.Element<bls12381.G2>]>>;
712
+ function g2Mul(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.G2>]>>;
713
+ function g2MultiScalarMultiplication(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.G2>]>>;
714
+ function g2Neg(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.G2>]>>;
715
+ function g2Sub(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.G2>]>>;
716
+ function gtAdd(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.GT>]>>;
717
+ function gtDiv(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.GT>]>>;
718
+ function gtGenerator(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[group_ops.Element<bls12381.GT>]>>;
719
+ function gtIdentity(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[group_ops.Element<bls12381.GT>]>>;
720
+ function gtMul(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.GT>]>>;
721
+ function gtNeg(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.GT>]>>;
722
+ function gtSub(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.GT>]>>;
723
+ function hashToG1(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.G1>]>>;
724
+ function hashToG2(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.G2>]>>;
725
+ function pairing(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.GT>]>>;
726
+ function scalarAdd(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.Scalar>]>>;
727
+ function scalarDiv(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.Scalar>]>>;
728
+ function scalarFromBytes(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.Scalar>]>>;
729
+ function scalarFromU64(client: SuiGrpcClient, args: [bigint]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.Scalar>]>>;
730
+ function scalarInv(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.Scalar>]>>;
731
+ function scalarMul(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.Scalar>]>>;
732
+ function scalarNeg(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.Scalar>]>>;
733
+ function scalarOne(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[group_ops.Element<bls12381.Scalar>]>>;
734
+ function scalarSub(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.Scalar>]>>;
735
+ function scalarZero(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[group_ops.Element<bls12381.Scalar>]>>;
736
+ function uncompressedG1Sum(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.UncompressedG1>]>>;
737
+ function uncompressedG1ToG1(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[group_ops.Element<bls12381.G1>]>>;
740
738
  }
741
739
  }
742
740
  export declare namespace borrow {
@@ -771,10 +769,10 @@ export declare namespace borrow {
771
769
  ];
772
770
  }
773
771
  namespace view {
774
- function borrow<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0, borrow.Borrow]>>;
775
- function destroy<T0 = any>(client: SuiJsonRpcClient, args: [borrow.Referent<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0]>>;
776
- function new$<T0 = any>(client: SuiJsonRpcClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[borrow.Referent<T0>]>>;
777
- function putBack<T0 = any>(client: SuiJsonRpcClient, args: [string, T0, borrow.Borrow], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
772
+ function borrow<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[T0, borrow.Borrow]>>;
773
+ function destroy<T0 = any>(client: SuiGrpcClient, args: [borrow.Referent<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[T0]>>;
774
+ function new$<T0 = any>(client: SuiGrpcClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[borrow.Referent<T0>]>>;
775
+ function putBack<T0 = any>(client: SuiGrpcClient, args: [string, T0, borrow.Borrow], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
778
776
  }
779
777
  }
780
778
  export declare namespace clock {
@@ -790,7 +788,7 @@ export declare namespace clock {
790
788
  function timestampMs(tx: Transaction, args: [string | TransactionObjectArgument]): TransactionArgument & [TransactionArgument];
791
789
  }
792
790
  namespace view {
793
- function timestampMs(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
791
+ function timestampMs(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[bigint]>>;
794
792
  }
795
793
  }
796
794
  export declare class coin extends SuiBaseProcessor {
@@ -1089,31 +1087,31 @@ export declare namespace coin {
1089
1087
  function zero<T0 = any>(tx: Transaction, args: [], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [];
1090
1088
  }
1091
1089
  namespace view {
1092
- function allowGlobalPause<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
1093
- function balance<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
1094
- function balanceMut<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
1095
- function burn<T0 = any>(client: SuiJsonRpcClient, args: [string, coin.Coin<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
1096
- function createCurrency<T0 = any>(client: SuiJsonRpcClient, args: [
1090
+ function allowGlobalPause<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
1091
+ function balance<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
1092
+ function balanceMut<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
1093
+ function burn<T0 = any>(client: SuiGrpcClient, args: [string, coin.Coin<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[bigint]>>;
1094
+ function createCurrency<T0 = any>(client: SuiGrpcClient, args: [
1097
1095
  T0,
1098
1096
  number,
1099
1097
  string[],
1100
1098
  string[],
1101
1099
  string[],
1102
1100
  _0x1.option.Option<url.Url>
1103
- ], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.TreasuryCap<T0>, coin.CoinMetadata<T0>]>>;
1104
- function createRegulatedCurrency<T0 = any>(client: SuiJsonRpcClient, args: [
1101
+ ], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[coin.TreasuryCap<T0>, coin.CoinMetadata<T0>]>>;
1102
+ function createRegulatedCurrency<T0 = any>(client: SuiGrpcClient, args: [
1105
1103
  T0,
1106
1104
  number,
1107
1105
  string[],
1108
1106
  string[],
1109
1107
  string[],
1110
1108
  _0x1.option.Option<url.Url>
1111
- ], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
1109
+ ], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[
1112
1110
  coin.TreasuryCap<T0>,
1113
1111
  coin.DenyCap<T0>,
1114
1112
  coin.CoinMetadata<T0>
1115
1113
  ]>>;
1116
- function createRegulatedCurrencyV2<T0 = any>(client: SuiJsonRpcClient, args: [
1114
+ function createRegulatedCurrencyV2<T0 = any>(client: SuiGrpcClient, args: [
1117
1115
  T0,
1118
1116
  number,
1119
1117
  string[],
@@ -1121,58 +1119,58 @@ export declare namespace coin {
1121
1119
  string[],
1122
1120
  _0x1.option.Option<url.Url>,
1123
1121
  boolean
1124
- ], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
1122
+ ], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[
1125
1123
  coin.TreasuryCap<T0>,
1126
1124
  coin.DenyCapV2<T0>,
1127
1125
  coin.CoinMetadata<T0>
1128
1126
  ]>>;
1129
- function denyCapId<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[object$.ID]>>;
1130
- function denyListAdd<T0 = any>(client: SuiJsonRpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1131
- function denyListContains<T0 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
1132
- function denyListRemove<T0 = any>(client: SuiJsonRpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1133
- function denyListV2Add<T0 = any>(client: SuiJsonRpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1134
- function denyListV2ContainsCurrentEpoch<T0 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
1135
- function denyListV2ContainsNextEpoch<T0 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
1136
- function denyListV2DisableGlobalPause<T0 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1137
- function denyListV2EnableGlobalPause<T0 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1138
- function denyListV2IsGlobalPauseEnabledCurrentEpoch<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
1139
- function denyListV2IsGlobalPauseEnabledNextEpoch<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
1140
- function denyListV2Remove<T0 = any>(client: SuiJsonRpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1141
- function destroyMetadata<T0 = any>(client: SuiJsonRpcClient, args: [coin.CoinMetadata<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1142
- function destroyZero<T0 = any>(client: SuiJsonRpcClient, args: [coin.Coin<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1143
- function divideIntoN<T0 = any>(client: SuiJsonRpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.Coin<T0>[]]>>;
1144
- function fromBalance<T0 = any>(client: SuiJsonRpcClient, args: [balance.Balance<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.Coin<T0>]>>;
1145
- function getDecimals<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[number]>>;
1146
- function getDescription<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
1147
- function getIconUrl<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<url.Url>]>>;
1148
- function getName<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
1149
- function getSymbol<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[_0x1.ascii.String]>>;
1150
- function intoBalance<T0 = any>(client: SuiJsonRpcClient, args: [coin.Coin<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[balance.Balance<T0>]>>;
1151
- function join<T0 = any>(client: SuiJsonRpcClient, args: [string, coin.Coin<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1152
- function migrateRegulatedCurrencyToV2<T0 = any>(client: SuiJsonRpcClient, args: [string, coin.DenyCap<T0>, boolean], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.DenyCapV2<T0>]>>;
1153
- function mint<T0 = any>(client: SuiJsonRpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.Coin<T0>]>>;
1154
- function mintAndTransfer<T0 = any>(client: SuiJsonRpcClient, args: [string, bigint, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1155
- function mintBalance<T0 = any>(client: SuiJsonRpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[balance.Balance<T0>]>>;
1156
- function newCoinMetadata<T0 = any>(client: SuiJsonRpcClient, args: [number, string, _0x1.ascii.String, string, _0x1.ascii.String], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.CoinMetadata<T0>]>>;
1157
- function newDenyCapV2<T0 = any>(client: SuiJsonRpcClient, args: [boolean], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.DenyCapV2<T0>]>>;
1158
- function newTreasuryCap<T0 = any>(client: SuiJsonRpcClient, args: [], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.TreasuryCap<T0>]>>;
1159
- function put<T0 = any>(client: SuiJsonRpcClient, args: [string, coin.Coin<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1160
- function redeemFunds<T0 = any>(client: SuiJsonRpcClient, args: [funds_accumulator.Withdrawal<balance.Balance<T0>>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.Coin<T0>]>>;
1161
- function sendFunds<T0 = any>(client: SuiJsonRpcClient, args: [coin.Coin<T0>, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1162
- function split<T0 = any>(client: SuiJsonRpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.Coin<T0>]>>;
1163
- function supply<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
1164
- function supplyImmut<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
1165
- function supplyMut<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
1166
- function take<T0 = any>(client: SuiJsonRpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.Coin<T0>]>>;
1167
- function totalSupply<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
1168
- function treasuryIntoSupply<T0 = any>(client: SuiJsonRpcClient, args: [coin.TreasuryCap<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[balance.Supply<T0>]>>;
1169
- function updateCoinMetadata<T0 = any>(client: SuiJsonRpcClient, args: [string, string, _0x1.ascii.String, string, _0x1.ascii.String], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1170
- function updateDescription<T0 = any>(client: SuiJsonRpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1171
- function updateIconUrl<T0 = any>(client: SuiJsonRpcClient, args: [string, string, _0x1.ascii.String], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1172
- function updateName<T0 = any>(client: SuiJsonRpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1173
- function updateSymbol<T0 = any>(client: SuiJsonRpcClient, args: [string, string, _0x1.ascii.String], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1174
- function value<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
1175
- function zero<T0 = any>(client: SuiJsonRpcClient, args: [], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.Coin<T0>]>>;
1127
+ function denyCapId<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[object$.ID]>>;
1128
+ function denyListAdd<T0 = any>(client: SuiGrpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1129
+ function denyListContains<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
1130
+ function denyListRemove<T0 = any>(client: SuiGrpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1131
+ function denyListV2Add<T0 = any>(client: SuiGrpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1132
+ function denyListV2ContainsCurrentEpoch<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
1133
+ function denyListV2ContainsNextEpoch<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
1134
+ function denyListV2DisableGlobalPause<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1135
+ function denyListV2EnableGlobalPause<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1136
+ function denyListV2IsGlobalPauseEnabledCurrentEpoch<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
1137
+ function denyListV2IsGlobalPauseEnabledNextEpoch<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
1138
+ function denyListV2Remove<T0 = any>(client: SuiGrpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1139
+ function destroyMetadata<T0 = any>(client: SuiGrpcClient, args: [coin.CoinMetadata<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1140
+ function destroyZero<T0 = any>(client: SuiGrpcClient, args: [coin.Coin<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1141
+ function divideIntoN<T0 = any>(client: SuiGrpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[coin.Coin<T0>[]]>>;
1142
+ function fromBalance<T0 = any>(client: SuiGrpcClient, args: [balance.Balance<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[coin.Coin<T0>]>>;
1143
+ function getDecimals<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[number]>>;
1144
+ function getDescription<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
1145
+ function getIconUrl<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[_0x1.option.Option<url.Url>]>>;
1146
+ function getName<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
1147
+ function getSymbol<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[_0x1.ascii.String]>>;
1148
+ function intoBalance<T0 = any>(client: SuiGrpcClient, args: [coin.Coin<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[balance.Balance<T0>]>>;
1149
+ function join<T0 = any>(client: SuiGrpcClient, args: [string, coin.Coin<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1150
+ function migrateRegulatedCurrencyToV2<T0 = any>(client: SuiGrpcClient, args: [string, coin.DenyCap<T0>, boolean], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[coin.DenyCapV2<T0>]>>;
1151
+ function mint<T0 = any>(client: SuiGrpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[coin.Coin<T0>]>>;
1152
+ function mintAndTransfer<T0 = any>(client: SuiGrpcClient, args: [string, bigint, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1153
+ function mintBalance<T0 = any>(client: SuiGrpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[balance.Balance<T0>]>>;
1154
+ function newCoinMetadata<T0 = any>(client: SuiGrpcClient, args: [number, string, _0x1.ascii.String, string, _0x1.ascii.String], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[coin.CoinMetadata<T0>]>>;
1155
+ function newDenyCapV2<T0 = any>(client: SuiGrpcClient, args: [boolean], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[coin.DenyCapV2<T0>]>>;
1156
+ function newTreasuryCap<T0 = any>(client: SuiGrpcClient, args: [], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[coin.TreasuryCap<T0>]>>;
1157
+ function put<T0 = any>(client: SuiGrpcClient, args: [string, coin.Coin<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1158
+ function redeemFunds<T0 = any>(client: SuiGrpcClient, args: [funds_accumulator.Withdrawal<balance.Balance<T0>>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[coin.Coin<T0>]>>;
1159
+ function sendFunds<T0 = any>(client: SuiGrpcClient, args: [coin.Coin<T0>, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1160
+ function split<T0 = any>(client: SuiGrpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[coin.Coin<T0>]>>;
1161
+ function supply<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
1162
+ function supplyImmut<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
1163
+ function supplyMut<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
1164
+ function take<T0 = any>(client: SuiGrpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[coin.Coin<T0>]>>;
1165
+ function totalSupply<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[bigint]>>;
1166
+ function treasuryIntoSupply<T0 = any>(client: SuiGrpcClient, args: [coin.TreasuryCap<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[balance.Supply<T0>]>>;
1167
+ function updateCoinMetadata<T0 = any>(client: SuiGrpcClient, args: [string, string, _0x1.ascii.String, string, _0x1.ascii.String], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1168
+ function updateDescription<T0 = any>(client: SuiGrpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1169
+ function updateIconUrl<T0 = any>(client: SuiGrpcClient, args: [string, string, _0x1.ascii.String], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1170
+ function updateName<T0 = any>(client: SuiGrpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1171
+ function updateSymbol<T0 = any>(client: SuiGrpcClient, args: [string, string, _0x1.ascii.String], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1172
+ function value<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[bigint]>>;
1173
+ function zero<T0 = any>(client: SuiGrpcClient, args: [], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[coin.Coin<T0>]>>;
1176
1174
  }
1177
1175
  interface BurnPayload<T0 = any> extends TypedFunctionPayload<[string, coin.Coin<T0>]> {
1178
1176
  arguments_decoded: [string, coin.Coin<T0>];
@@ -1213,7 +1211,7 @@ export declare class coin_registry extends SuiBaseProcessor {
1213
1211
  export declare namespace coin_registry {
1214
1212
  interface MetadataCapState {
1215
1213
  fields: {};
1216
- variant: "Claimed" | "Deleted" | "Unclaimed";
1214
+ variant: "Claimed" | "Unclaimed" | "Deleted";
1217
1215
  }
1218
1216
  namespace MetadataCapState {
1219
1217
  const TYPE_QNAME = "0x2::coin_registry::MetadataCapState";
@@ -1221,7 +1219,7 @@ export declare namespace coin_registry {
1221
1219
  }
1222
1220
  interface RegulatedState {
1223
1221
  fields: {};
1224
- variant: "Regulated" | "Unknown" | "Unregulated";
1222
+ variant: "Regulated" | "Unregulated" | "Unknown";
1225
1223
  }
1226
1224
  namespace RegulatedState {
1227
1225
  const TYPE_QNAME = "0x2::coin_registry::RegulatedState";
@@ -1229,7 +1227,7 @@ export declare namespace coin_registry {
1229
1227
  }
1230
1228
  interface SupplyState<T0> {
1231
1229
  fields: {};
1232
- variant: "BurnOnly" | "Fixed" | "Unknown";
1230
+ variant: "Fixed" | "BurnOnly" | "Unknown";
1233
1231
  }
1234
1232
  namespace SupplyState {
1235
1233
  const TYPE_QNAME = "0x2::coin_registry::SupplyState";
@@ -1460,52 +1458,52 @@ export declare namespace coin_registry {
1460
1458
  ], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
1461
1459
  }
1462
1460
  namespace view {
1463
- function borrowLegacyMetadata<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.CoinMetadata<T0>, coin_registry.Borrow<T0>]>>;
1464
- function burn<T0 = any>(client: SuiJsonRpcClient, args: [string, coin.Coin<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1465
- function burnBalance<T0 = any>(client: SuiJsonRpcClient, args: [string, balance.Balance<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1466
- function claimMetadataCap<T0 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin_registry.MetadataCap<T0>]>>;
1467
- function decimals<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[number]>>;
1468
- function deleteMetadataCap<T0 = any>(client: SuiJsonRpcClient, args: [string, coin_registry.MetadataCap<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1469
- function deleteMigratedLegacyMetadata<T0 = any>(client: SuiJsonRpcClient, args: [string, coin.CoinMetadata<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1470
- function denyCapId<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<object$.ID>]>>;
1471
- function description<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
1472
- function exists<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
1473
- function finalize<T0 = any>(client: SuiJsonRpcClient, args: [coin_registry.CurrencyInitializer<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin_registry.MetadataCap<T0>]>>;
1474
- function finalizeAndDeleteMetadataCap<T0 = any>(client: SuiJsonRpcClient, args: [coin_registry.CurrencyInitializer<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1475
- function finalizeRegistration<T0 = any>(client: SuiJsonRpcClient, args: [string, transfer.Receiving<coin_registry.Currency<T0>>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1476
- function iconUrl<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
1477
- function isMetadataCapClaimed<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
1478
- function isMetadataCapDeleted<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
1479
- function isRegulated<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
1480
- function isSupplyBurnOnly<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
1481
- function isSupplyFixed<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
1482
- function makeRegulated<T0 = any>(client: SuiJsonRpcClient, args: [string, boolean], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.DenyCapV2<T0>]>>;
1483
- function makeSupplyBurnOnly<T0 = any>(client: SuiJsonRpcClient, args: [string, coin.TreasuryCap<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1484
- function makeSupplyBurnOnlyInit<T0 = any>(client: SuiJsonRpcClient, args: [string, coin.TreasuryCap<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1485
- function makeSupplyFixed<T0 = any>(client: SuiJsonRpcClient, args: [string, coin.TreasuryCap<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1486
- function makeSupplyFixedInit<T0 = any>(client: SuiJsonRpcClient, args: [string, coin.TreasuryCap<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1487
- function metadataCapId<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<object$.ID>]>>;
1488
- function migrateLegacyMetadata<T0 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1489
- function migrateRegulatedStateByCap<T0 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1490
- function migrateRegulatedStateByMetadata<T0 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1491
- function name<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
1492
- function newCurrency<T0 = any>(client: SuiJsonRpcClient, args: [string, number, string, string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
1461
+ function borrowLegacyMetadata<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[coin.CoinMetadata<T0>, coin_registry.Borrow<T0>]>>;
1462
+ function burn<T0 = any>(client: SuiGrpcClient, args: [string, coin.Coin<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1463
+ function burnBalance<T0 = any>(client: SuiGrpcClient, args: [string, balance.Balance<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1464
+ function claimMetadataCap<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[coin_registry.MetadataCap<T0>]>>;
1465
+ function decimals<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[number]>>;
1466
+ function deleteMetadataCap<T0 = any>(client: SuiGrpcClient, args: [string, coin_registry.MetadataCap<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1467
+ function deleteMigratedLegacyMetadata<T0 = any>(client: SuiGrpcClient, args: [string, coin.CoinMetadata<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1468
+ function denyCapId<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[_0x1.option.Option<object$.ID>]>>;
1469
+ function description<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
1470
+ function exists<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
1471
+ function finalize<T0 = any>(client: SuiGrpcClient, args: [coin_registry.CurrencyInitializer<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[coin_registry.MetadataCap<T0>]>>;
1472
+ function finalizeAndDeleteMetadataCap<T0 = any>(client: SuiGrpcClient, args: [coin_registry.CurrencyInitializer<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1473
+ function finalizeRegistration<T0 = any>(client: SuiGrpcClient, args: [string, transfer.Receiving<coin_registry.Currency<T0>>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1474
+ function iconUrl<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
1475
+ function isMetadataCapClaimed<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
1476
+ function isMetadataCapDeleted<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
1477
+ function isRegulated<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
1478
+ function isSupplyBurnOnly<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
1479
+ function isSupplyFixed<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
1480
+ function makeRegulated<T0 = any>(client: SuiGrpcClient, args: [string, boolean], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[coin.DenyCapV2<T0>]>>;
1481
+ function makeSupplyBurnOnly<T0 = any>(client: SuiGrpcClient, args: [string, coin.TreasuryCap<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1482
+ function makeSupplyBurnOnlyInit<T0 = any>(client: SuiGrpcClient, args: [string, coin.TreasuryCap<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1483
+ function makeSupplyFixed<T0 = any>(client: SuiGrpcClient, args: [string, coin.TreasuryCap<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1484
+ function makeSupplyFixedInit<T0 = any>(client: SuiGrpcClient, args: [string, coin.TreasuryCap<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1485
+ function metadataCapId<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[_0x1.option.Option<object$.ID>]>>;
1486
+ function migrateLegacyMetadata<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1487
+ function migrateRegulatedStateByCap<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1488
+ function migrateRegulatedStateByMetadata<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1489
+ function name<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
1490
+ function newCurrency<T0 = any>(client: SuiGrpcClient, args: [string, number, string, string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[
1493
1491
  coin_registry.CurrencyInitializer<T0>,
1494
1492
  coin.TreasuryCap<T0>
1495
1493
  ]>>;
1496
- function newCurrencyWithOtw<T0 = any>(client: SuiJsonRpcClient, args: [T0, number, string, string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
1494
+ function newCurrencyWithOtw<T0 = any>(client: SuiGrpcClient, args: [T0, number, string, string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[
1497
1495
  coin_registry.CurrencyInitializer<T0>,
1498
1496
  coin.TreasuryCap<T0>
1499
1497
  ]>>;
1500
- function returnBorrowedLegacyMetadata<T0 = any>(client: SuiJsonRpcClient, args: [string, coin.CoinMetadata<T0>, coin_registry.Borrow<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1501
- function setDescription<T0 = any>(client: SuiJsonRpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1502
- function setIconUrl<T0 = any>(client: SuiJsonRpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1503
- function setName<T0 = any>(client: SuiJsonRpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1504
- function setTreasuryCapId<T0 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1505
- function symbol$<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
1506
- function totalSupply<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<bigint>]>>;
1507
- function treasuryCapId<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<object$.ID>]>>;
1508
- function updateFromLegacyMetadata<T0 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1498
+ function returnBorrowedLegacyMetadata<T0 = any>(client: SuiGrpcClient, args: [string, coin.CoinMetadata<T0>, coin_registry.Borrow<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1499
+ function setDescription<T0 = any>(client: SuiGrpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1500
+ function setIconUrl<T0 = any>(client: SuiGrpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1501
+ function setName<T0 = any>(client: SuiGrpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1502
+ function setTreasuryCapId<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1503
+ function symbol$<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
1504
+ function totalSupply<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[_0x1.option.Option<bigint>]>>;
1505
+ function treasuryCapId<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[_0x1.option.Option<object$.ID>]>>;
1506
+ function updateFromLegacyMetadata<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1509
1507
  }
1510
1508
  }
1511
1509
  export declare namespace config {
@@ -1598,40 +1596,40 @@ export declare namespace config {
1598
1596
  ], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
1599
1597
  }
1600
1598
  namespace view {
1601
- function addForNextEpoch<T0 = any, T1 = any, T2 = any>(client: SuiJsonRpcClient, args: [string, string, T1, T2], typeArguments: [
1599
+ function addForNextEpoch<T0 = any, T1 = any, T2 = any>(client: SuiGrpcClient, args: [string, string, T1, T2], typeArguments: [
1602
1600
  TypeDescriptor<T0> | string,
1603
1601
  TypeDescriptor<T1> | string,
1604
1602
  TypeDescriptor<T2> | string
1605
- ]): Promise<TypedDevInspectResults<[_0x1.option.Option<T2>]>>;
1606
- function borrowForNextEpochMut<T0 = any, T1 = any, T2 = any>(client: SuiJsonRpcClient, args: [string, string, T1], typeArguments: [
1603
+ ]): Promise<TypedSimulateResults<[_0x1.option.Option<T2>]>>;
1604
+ function borrowForNextEpochMut<T0 = any, T1 = any, T2 = any>(client: SuiGrpcClient, args: [string, string, T1], typeArguments: [
1607
1605
  TypeDescriptor<T0> | string,
1608
1606
  TypeDescriptor<T1> | string,
1609
1607
  TypeDescriptor<T2> | string
1610
- ]): Promise<TypedDevInspectResults<[string]>>;
1611
- function existsWithType<T0 = any, T1 = any, T2 = any>(client: SuiJsonRpcClient, args: [string, T1], typeArguments: [
1608
+ ]): Promise<TypedSimulateResults<[string]>>;
1609
+ function existsWithType<T0 = any, T1 = any, T2 = any>(client: SuiGrpcClient, args: [string, T1], typeArguments: [
1612
1610
  TypeDescriptor<T0> | string,
1613
1611
  TypeDescriptor<T1> | string,
1614
1612
  TypeDescriptor<T2> | string
1615
- ]): Promise<TypedDevInspectResults<[boolean]>>;
1616
- function existsWithTypeForNextEpoch<T0 = any, T1 = any, T2 = any>(client: SuiJsonRpcClient, args: [string, T1], typeArguments: [
1613
+ ]): Promise<TypedSimulateResults<[boolean]>>;
1614
+ function existsWithTypeForNextEpoch<T0 = any, T1 = any, T2 = any>(client: SuiGrpcClient, args: [string, T1], typeArguments: [
1617
1615
  TypeDescriptor<T0> | string,
1618
1616
  TypeDescriptor<T1> | string,
1619
1617
  TypeDescriptor<T2> | string
1620
- ]): Promise<TypedDevInspectResults<[boolean]>>;
1621
- function new$<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[config.Config<T0>]>>;
1622
- function readSetting<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [object$.ID, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<T1>]>>;
1623
- function readSettingForNextEpoch<T0 = any, T1 = any, T2 = any>(client: SuiJsonRpcClient, args: [string, T1], typeArguments: [
1618
+ ]): Promise<TypedSimulateResults<[boolean]>>;
1619
+ function new$<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[config.Config<T0>]>>;
1620
+ function readSetting<T0 = any, T1 = any>(client: SuiGrpcClient, args: [object$.ID, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[_0x1.option.Option<T1>]>>;
1621
+ function readSettingForNextEpoch<T0 = any, T1 = any, T2 = any>(client: SuiGrpcClient, args: [string, T1], typeArguments: [
1624
1622
  TypeDescriptor<T0> | string,
1625
1623
  TypeDescriptor<T1> | string,
1626
1624
  TypeDescriptor<T2> | string
1627
- ]): Promise<TypedDevInspectResults<[_0x1.option.Option<T2>]>>;
1628
- function removeForNextEpoch<T0 = any, T1 = any, T2 = any>(client: SuiJsonRpcClient, args: [string, string, T1], typeArguments: [
1625
+ ]): Promise<TypedSimulateResults<[_0x1.option.Option<T2>]>>;
1626
+ function removeForNextEpoch<T0 = any, T1 = any, T2 = any>(client: SuiGrpcClient, args: [string, string, T1], typeArguments: [
1629
1627
  TypeDescriptor<T0> | string,
1630
1628
  TypeDescriptor<T1> | string,
1631
1629
  TypeDescriptor<T2> | string
1632
- ]): Promise<TypedDevInspectResults<[_0x1.option.Option<T2>]>>;
1633
- function share<T0 = any>(client: SuiJsonRpcClient, args: [config.Config<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1634
- function transfer<T0 = any>(client: SuiJsonRpcClient, args: [config.Config<T0>, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1630
+ ]): Promise<TypedSimulateResults<[_0x1.option.Option<T2>]>>;
1631
+ function share<T0 = any>(client: SuiGrpcClient, args: [config.Config<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1632
+ function transfer<T0 = any>(client: SuiGrpcClient, args: [config.Config<T0>, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1635
1633
  }
1636
1634
  }
1637
1635
  export declare class deny_list extends SuiBaseProcessor {
@@ -1839,18 +1837,18 @@ export declare namespace deny_list {
1839
1837
  ];
1840
1838
  }
1841
1839
  namespace view {
1842
- function migrateV1ToV2(client: SuiJsonRpcClient, args: [string, bigint, string[]]): Promise<TypedDevInspectResults<[]>>;
1843
- function v1Add(client: SuiJsonRpcClient, args: [string, bigint, string[], string]): Promise<TypedDevInspectResults<[]>>;
1844
- function v1Contains(client: SuiJsonRpcClient, args: [string, bigint, string[], string]): Promise<TypedDevInspectResults<[boolean]>>;
1845
- function v1Remove(client: SuiJsonRpcClient, args: [string, bigint, string[], string]): Promise<TypedDevInspectResults<[]>>;
1846
- function v2Add(client: SuiJsonRpcClient, args: [string, bigint, string[], string]): Promise<TypedDevInspectResults<[]>>;
1847
- function v2ContainsCurrentEpoch(client: SuiJsonRpcClient, args: [string, bigint, string[], string]): Promise<TypedDevInspectResults<[boolean]>>;
1848
- function v2ContainsNextEpoch(client: SuiJsonRpcClient, args: [string, bigint, string[], string]): Promise<TypedDevInspectResults<[boolean]>>;
1849
- function v2DisableGlobalPause(client: SuiJsonRpcClient, args: [string, bigint, string[]]): Promise<TypedDevInspectResults<[]>>;
1850
- function v2EnableGlobalPause(client: SuiJsonRpcClient, args: [string, bigint, string[]]): Promise<TypedDevInspectResults<[]>>;
1851
- function v2IsGlobalPauseEnabledCurrentEpoch(client: SuiJsonRpcClient, args: [string, bigint, string[]]): Promise<TypedDevInspectResults<[boolean]>>;
1852
- function v2IsGlobalPauseEnabledNextEpoch(client: SuiJsonRpcClient, args: [string, bigint, string[]]): Promise<TypedDevInspectResults<[boolean]>>;
1853
- function v2Remove(client: SuiJsonRpcClient, args: [string, bigint, string[], string]): Promise<TypedDevInspectResults<[]>>;
1840
+ function migrateV1ToV2(client: SuiGrpcClient, args: [string, bigint, string[]]): Promise<TypedSimulateResults<[]>>;
1841
+ function v1Add(client: SuiGrpcClient, args: [string, bigint, string[], string]): Promise<TypedSimulateResults<[]>>;
1842
+ function v1Contains(client: SuiGrpcClient, args: [string, bigint, string[], string]): Promise<TypedSimulateResults<[boolean]>>;
1843
+ function v1Remove(client: SuiGrpcClient, args: [string, bigint, string[], string]): Promise<TypedSimulateResults<[]>>;
1844
+ function v2Add(client: SuiGrpcClient, args: [string, bigint, string[], string]): Promise<TypedSimulateResults<[]>>;
1845
+ function v2ContainsCurrentEpoch(client: SuiGrpcClient, args: [string, bigint, string[], string]): Promise<TypedSimulateResults<[boolean]>>;
1846
+ function v2ContainsNextEpoch(client: SuiGrpcClient, args: [string, bigint, string[], string]): Promise<TypedSimulateResults<[boolean]>>;
1847
+ function v2DisableGlobalPause(client: SuiGrpcClient, args: [string, bigint, string[]]): Promise<TypedSimulateResults<[]>>;
1848
+ function v2EnableGlobalPause(client: SuiGrpcClient, args: [string, bigint, string[]]): Promise<TypedSimulateResults<[]>>;
1849
+ function v2IsGlobalPauseEnabledCurrentEpoch(client: SuiGrpcClient, args: [string, bigint, string[]]): Promise<TypedSimulateResults<[boolean]>>;
1850
+ function v2IsGlobalPauseEnabledNextEpoch(client: SuiGrpcClient, args: [string, bigint, string[]]): Promise<TypedSimulateResults<[boolean]>>;
1851
+ function v2Remove(client: SuiGrpcClient, args: [string, bigint, string[], string]): Promise<TypedSimulateResults<[]>>;
1854
1852
  }
1855
1853
  }
1856
1854
  export declare class derived_object extends SuiBaseProcessor {
@@ -1897,9 +1895,9 @@ export declare namespace derived_object {
1897
1895
  function exists<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument, T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
1898
1896
  }
1899
1897
  namespace view {
1900
- function claim<T0 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[object$.UID]>>;
1901
- function deriveAddress<T0 = any>(client: SuiJsonRpcClient, args: [object$.ID, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
1902
- function exists<T0 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
1898
+ function claim<T0 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[object$.UID]>>;
1899
+ function deriveAddress<T0 = any>(client: SuiGrpcClient, args: [object$.ID, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
1900
+ function exists<T0 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
1903
1901
  }
1904
1902
  }
1905
1903
  export declare class display extends SuiBaseProcessor {
@@ -1969,6 +1967,7 @@ export declare namespace display {
1969
1967
  TransactionArgument
1970
1968
  ];
1971
1969
  function createAndKeep<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
1970
+ function destroy<T0 = any>(tx: Transaction, args: [display.Display<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
1972
1971
  function edit<T0 = any>(tx: Transaction, args: [
1973
1972
  string | TransactionObjectArgument,
1974
1973
  string | TransactionArgument,
@@ -1995,17 +1994,18 @@ export declare namespace display {
1995
1994
  function version<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
1996
1995
  }
1997
1996
  namespace view {
1998
- function add<T0 = any>(client: SuiJsonRpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
1999
- function addMultiple<T0 = any>(client: SuiJsonRpcClient, args: [string, string[], string[]], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
2000
- function createAndKeep<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
2001
- function edit<T0 = any>(client: SuiJsonRpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
2002
- function fields<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
2003
- function isAuthorized<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
2004
- function new$<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[display.Display<T0>]>>;
2005
- function newWithFields<T0 = any>(client: SuiJsonRpcClient, args: [string, string[], string[]], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[display.Display<T0>]>>;
2006
- function remove<T0 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
2007
- function updateVersion<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
2008
- function version<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[number]>>;
1997
+ function add<T0 = any>(client: SuiGrpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1998
+ function addMultiple<T0 = any>(client: SuiGrpcClient, args: [string, string[], string[]], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
1999
+ function createAndKeep<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
2000
+ function destroy<T0 = any>(client: SuiGrpcClient, args: [display.Display<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
2001
+ function edit<T0 = any>(client: SuiGrpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
2002
+ function fields<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
2003
+ function isAuthorized<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
2004
+ function new$<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[display.Display<T0>]>>;
2005
+ function newWithFields<T0 = any>(client: SuiGrpcClient, args: [string, string[], string[]], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[display.Display<T0>]>>;
2006
+ function remove<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
2007
+ function updateVersion<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
2008
+ function version<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[number]>>;
2009
2009
  }
2010
2010
  interface AddPayload<T0 = any> extends TypedFunctionPayload<[string, string, string]> {
2011
2011
  arguments_decoded: [string, string, string];
@@ -2032,6 +2032,163 @@ export declare namespace display {
2032
2032
  type_arguments: [string];
2033
2033
  }
2034
2034
  }
2035
+ export declare class display_registry extends SuiBaseProcessor {
2036
+ constructor(options: SuiBindOptions);
2037
+ static DEFAULT_OPTIONS: SuiBindOptions;
2038
+ static bind(options?: Partial<SuiBindOptions>): display_registry;
2039
+ onEntryDestroySystemMigrationCap(func: (call: display_registry.DestroySystemMigrationCapPayload, ctx: SuiContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, display_registry.DestroySystemMigrationCapPayload>): display_registry;
2040
+ onEntryTransferMigrationCap(func: (call: display_registry.TransferMigrationCapPayload, ctx: SuiContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, display_registry.TransferMigrationCapPayload>): display_registry;
2041
+ onEventDisplayKey(func: (event: display_registry.DisplayKeyInstance, ctx: SuiContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, display_registry.DisplayKeyInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): display_registry;
2042
+ }
2043
+ export declare namespace display_registry {
2044
+ interface Display<T0> {
2045
+ id: object$.UID;
2046
+ fields: vec_map.VecMap<string, string>;
2047
+ cap_id: _0x1.option.Option<object$.ID>;
2048
+ }
2049
+ namespace Display {
2050
+ const TYPE_QNAME = "0x2::display_registry::Display";
2051
+ function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<Display<T0>>;
2052
+ }
2053
+ interface DisplayCap<T0> {
2054
+ id: object$.UID;
2055
+ }
2056
+ namespace DisplayCap {
2057
+ const TYPE_QNAME = "0x2::display_registry::DisplayCap";
2058
+ function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<DisplayCap<T0>>;
2059
+ }
2060
+ interface DisplayKey<T0> {
2061
+ dummy_field: boolean;
2062
+ }
2063
+ namespace DisplayKey {
2064
+ const TYPE_QNAME = "0x2::display_registry::DisplayKey";
2065
+ function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<DisplayKey<T0>>;
2066
+ }
2067
+ type DisplayKeyInstance = TypedEventInstance<DisplayKey<any>> & {
2068
+ data_decoded: DisplayKey<any>;
2069
+ type_arguments: [string];
2070
+ };
2071
+ interface DisplayRegistry {
2072
+ id: object$.UID;
2073
+ }
2074
+ namespace DisplayRegistry {
2075
+ const TYPE_QNAME = "0x2::display_registry::DisplayRegistry";
2076
+ function type(): TypeDescriptor<DisplayRegistry>;
2077
+ }
2078
+ interface SystemMigrationCap {
2079
+ id: object$.UID;
2080
+ }
2081
+ namespace SystemMigrationCap {
2082
+ const TYPE_QNAME = "0x2::display_registry::SystemMigrationCap";
2083
+ function type(): TypeDescriptor<SystemMigrationCap>;
2084
+ }
2085
+ namespace builder {
2086
+ function capId<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
2087
+ function claim<T0 = any>(tx: Transaction, args: [
2088
+ string | TransactionObjectArgument,
2089
+ display.Display<T0> | TransactionArgument
2090
+ ], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
2091
+ function claimWithPublisher<T0 = any>(tx: Transaction, args: [
2092
+ string | TransactionObjectArgument,
2093
+ string | TransactionObjectArgument
2094
+ ], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
2095
+ function clear<T0 = any>(tx: Transaction, args: [
2096
+ string | TransactionObjectArgument,
2097
+ string | TransactionObjectArgument
2098
+ ], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
2099
+ function deleteLegacy<T0 = any>(tx: Transaction, args: [
2100
+ string | TransactionObjectArgument,
2101
+ display.Display<T0> | TransactionArgument
2102
+ ], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
2103
+ function destroySystemMigrationCap(tx: Transaction, args: [display_registry.SystemMigrationCap | TransactionArgument]): TransactionArgument & [TransactionArgument];
2104
+ function fields<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
2105
+ function migrateV1ToV2<T0 = any>(tx: Transaction, args: [
2106
+ string | TransactionObjectArgument,
2107
+ display.Display<T0> | TransactionArgument
2108
+ ], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
2109
+ function migrationCapReceiver(tx: Transaction, args: []): TransactionArgument & [];
2110
+ function new$<T0 = any>(tx: Transaction, args: [
2111
+ string | TransactionObjectArgument,
2112
+ _0x1.internal.Permit<T0> | TransactionArgument
2113
+ ], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
2114
+ function newWithPublisher<T0 = any>(tx: Transaction, args: [
2115
+ string | TransactionObjectArgument,
2116
+ string | TransactionObjectArgument
2117
+ ], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
2118
+ function set<T0 = any>(tx: Transaction, args: [
2119
+ string | TransactionObjectArgument,
2120
+ string | TransactionObjectArgument,
2121
+ string | TransactionArgument,
2122
+ string | TransactionArgument
2123
+ ], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [
2124
+ TransactionArgument,
2125
+ TransactionArgument,
2126
+ TransactionArgument,
2127
+ TransactionArgument
2128
+ ];
2129
+ function share<T0 = any>(tx: Transaction, args: [display_registry.Display<T0> | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
2130
+ function systemMigration<T0 = any>(tx: Transaction, args: [
2131
+ string | TransactionObjectArgument,
2132
+ string | TransactionObjectArgument,
2133
+ (string | TransactionObjectArgument)[] | TransactionArgument,
2134
+ (string | TransactionObjectArgument)[] | TransactionArgument
2135
+ ], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [
2136
+ TransactionArgument,
2137
+ TransactionArgument,
2138
+ TransactionArgument,
2139
+ TransactionArgument
2140
+ ];
2141
+ function transferMigrationCap(tx: Transaction, args: [
2142
+ display_registry.SystemMigrationCap | TransactionArgument,
2143
+ string | TransactionArgument
2144
+ ]): TransactionArgument & [TransactionArgument, TransactionArgument];
2145
+ function unset<T0 = any>(tx: Transaction, args: [
2146
+ string | TransactionObjectArgument,
2147
+ string | TransactionObjectArgument,
2148
+ string | TransactionArgument
2149
+ ], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [
2150
+ TransactionArgument,
2151
+ TransactionArgument,
2152
+ TransactionArgument
2153
+ ];
2154
+ }
2155
+ namespace view {
2156
+ function capId<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[_0x1.option.Option<object$.ID>]>>;
2157
+ function claim<T0 = any>(client: SuiGrpcClient, args: [string, display.Display<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[display_registry.DisplayCap<T0>]>>;
2158
+ function claimWithPublisher<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[display_registry.DisplayCap<T0>]>>;
2159
+ function clear<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
2160
+ function deleteLegacy<T0 = any>(client: SuiGrpcClient, args: [string, display.Display<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
2161
+ function fields<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
2162
+ function migrateV1ToV2<T0 = any>(client: SuiGrpcClient, args: [string, display.Display<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[
2163
+ display_registry.Display<T0>,
2164
+ display_registry.DisplayCap<T0>
2165
+ ]>>;
2166
+ function migrationCapReceiver(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[string]>>;
2167
+ function new$<T0 = any>(client: SuiGrpcClient, args: [string, _0x1.internal.Permit<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[
2168
+ display_registry.Display<T0>,
2169
+ display_registry.DisplayCap<T0>
2170
+ ]>>;
2171
+ function newWithPublisher<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[
2172
+ display_registry.Display<T0>,
2173
+ display_registry.DisplayCap<T0>
2174
+ ]>>;
2175
+ function set<T0 = any>(client: SuiGrpcClient, args: [string, string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
2176
+ function share<T0 = any>(client: SuiGrpcClient, args: [display_registry.Display<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
2177
+ function systemMigration<T0 = any>(client: SuiGrpcClient, args: [string, string, string[], string[]], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
2178
+ function unset<T0 = any>(client: SuiGrpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
2179
+ }
2180
+ interface DestroySystemMigrationCapPayload extends TypedFunctionPayload<[display_registry.SystemMigrationCap]> {
2181
+ arguments_decoded: [display_registry.SystemMigrationCap];
2182
+ type_arguments: [];
2183
+ }
2184
+ interface TransferMigrationCapPayload extends TypedFunctionPayload<[
2185
+ display_registry.SystemMigrationCap,
2186
+ string
2187
+ ]> {
2188
+ arguments_decoded: [display_registry.SystemMigrationCap, string];
2189
+ type_arguments: [];
2190
+ }
2191
+ }
2035
2192
  export declare namespace dynamic_field {
2036
2193
  interface Field<T0, T1> {
2037
2194
  id: object$.UID;
@@ -2057,6 +2214,7 @@ export declare namespace dynamic_field {
2057
2214
  function borrowChildObject<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument, string | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
2058
2215
  function borrowChildObjectMut<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument, string | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
2059
2216
  function borrowMut<T0 = any, T1 = any>(tx: Transaction, args: [string | TransactionObjectArgument, T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
2217
+ function exists<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument, T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
2060
2218
  function exists_<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument, T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
2061
2219
  function existsWithType<T0 = any, T1 = any>(tx: Transaction, args: [string | TransactionObjectArgument, T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
2062
2220
  function fieldInfo<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument, T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
@@ -2067,24 +2225,45 @@ export declare namespace dynamic_field {
2067
2225
  function remove<T0 = any, T1 = any>(tx: Transaction, args: [string | TransactionObjectArgument, T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
2068
2226
  function removeChildObject<T0 = any>(tx: Transaction, args: [string | TransactionArgument, string | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
2069
2227
  function removeIfExists<T0 = any, T1 = any>(tx: Transaction, args: [string | TransactionObjectArgument, T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
2228
+ function removeOpt<T0 = any, T1 = any>(tx: Transaction, args: [string | TransactionObjectArgument, T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
2229
+ function replace<T0 = any, T1 = any, T2 = any>(tx: Transaction, args: [
2230
+ string | TransactionObjectArgument,
2231
+ T0 | TransactionArgument,
2232
+ T1 | TransactionArgument
2233
+ ], typeArguments: [
2234
+ TypeDescriptor<T0> | string,
2235
+ TypeDescriptor<T1> | string,
2236
+ TypeDescriptor<T2> | string
2237
+ ]): TransactionArgument & [
2238
+ TransactionArgument,
2239
+ TransactionArgument,
2240
+ TransactionArgument
2241
+ ];
2070
2242
  }
2071
2243
  namespace view {
2072
- function add<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
2073
- function addChildObject<T0 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
2074
- function borrow<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
2075
- function borrowChildObject<T0 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
2076
- function borrowChildObjectMut<T0 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
2077
- function borrowMut<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
2078
- function exists_<T0 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
2079
- function existsWithType<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
2080
- function fieldInfo<T0 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string, string]>>;
2081
- function fieldInfoMut<T0 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string, string]>>;
2082
- function hasChildObject(client: SuiJsonRpcClient, args: [string, string]): Promise<TypedDevInspectResults<[boolean]>>;
2083
- function hasChildObjectWithTy<T0 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
2084
- function hashTypeAndKey<T0 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
2085
- function remove<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T1]>>;
2086
- function removeChildObject<T0 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0]>>;
2087
- function removeIfExists<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<T1>]>>;
2244
+ function add<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[]>>;
2245
+ function addChildObject<T0 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
2246
+ function borrow<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[string]>>;
2247
+ function borrowChildObject<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
2248
+ function borrowChildObjectMut<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
2249
+ function borrowMut<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[string]>>;
2250
+ function exists<T0 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
2251
+ function exists_<T0 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
2252
+ function existsWithType<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[boolean]>>;
2253
+ function fieldInfo<T0 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string, string]>>;
2254
+ function fieldInfoMut<T0 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string, string]>>;
2255
+ function hasChildObject(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[boolean]>>;
2256
+ function hasChildObjectWithTy<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
2257
+ function hashTypeAndKey<T0 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
2258
+ function remove<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[T1]>>;
2259
+ function removeChildObject<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[T0]>>;
2260
+ function removeIfExists<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[_0x1.option.Option<T1>]>>;
2261
+ function removeOpt<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[_0x1.option.Option<T1>]>>;
2262
+ function replace<T0 = any, T1 = any, T2 = any>(client: SuiGrpcClient, args: [string, T0, T1], typeArguments: [
2263
+ TypeDescriptor<T0> | string,
2264
+ TypeDescriptor<T1> | string,
2265
+ TypeDescriptor<T2> | string
2266
+ ]): Promise<TypedSimulateResults<[_0x1.option.Option<T2>]>>;
2088
2267
  }
2089
2268
  }
2090
2269
  export declare class dynamic_object_field extends SuiBaseProcessor {
@@ -2117,6 +2296,7 @@ export declare namespace dynamic_object_field {
2117
2296
  ];
2118
2297
  function borrow<T0 = any, T1 = any>(tx: Transaction, args: [string | TransactionObjectArgument, T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
2119
2298
  function borrowMut<T0 = any, T1 = any>(tx: Transaction, args: [string | TransactionObjectArgument, T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
2299
+ function exists<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument, T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
2120
2300
  function exists_<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument, T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
2121
2301
  function existsWithType<T0 = any, T1 = any>(tx: Transaction, args: [string | TransactionObjectArgument, T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
2122
2302
  function id<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument, T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
@@ -2134,20 +2314,41 @@ export declare namespace dynamic_object_field {
2134
2314
  function internalExistsWithType<T0 = any, T1 = any>(tx: Transaction, args: [string | TransactionObjectArgument, T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
2135
2315
  function internalRemove<T0 = any, T1 = any>(tx: Transaction, args: [string | TransactionObjectArgument, T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
2136
2316
  function remove<T0 = any, T1 = any>(tx: Transaction, args: [string | TransactionObjectArgument, T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
2317
+ function removeOpt<T0 = any, T1 = any>(tx: Transaction, args: [string | TransactionObjectArgument, T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
2318
+ function replace<T0 = any, T1 = any, T2 = any>(tx: Transaction, args: [
2319
+ string | TransactionObjectArgument,
2320
+ T0 | TransactionArgument,
2321
+ T1 | TransactionArgument
2322
+ ], typeArguments: [
2323
+ TypeDescriptor<T0> | string,
2324
+ TypeDescriptor<T1> | string,
2325
+ TypeDescriptor<T2> | string
2326
+ ]): TransactionArgument & [
2327
+ TransactionArgument,
2328
+ TransactionArgument,
2329
+ TransactionArgument
2330
+ ];
2137
2331
  }
2138
2332
  namespace view {
2139
- function add<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
2140
- function borrow<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
2141
- function borrowMut<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
2142
- function exists_<T0 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
2143
- function existsWithType<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
2144
- function id<T0 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<object$.ID>]>>;
2145
- function internalAdd<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
2146
- function internalBorrow<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
2147
- function internalBorrowMut<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
2148
- function internalExistsWithType<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
2149
- function internalRemove<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T1]>>;
2150
- function remove<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T1]>>;
2333
+ function add<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[]>>;
2334
+ function borrow<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[string]>>;
2335
+ function borrowMut<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[string]>>;
2336
+ function exists<T0 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
2337
+ function exists_<T0 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
2338
+ function existsWithType<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[boolean]>>;
2339
+ function id<T0 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[_0x1.option.Option<object$.ID>]>>;
2340
+ function internalAdd<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[]>>;
2341
+ function internalBorrow<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[string]>>;
2342
+ function internalBorrowMut<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[string]>>;
2343
+ function internalExistsWithType<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[boolean]>>;
2344
+ function internalRemove<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[T1]>>;
2345
+ function remove<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[T1]>>;
2346
+ function removeOpt<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[_0x1.option.Option<T1>]>>;
2347
+ function replace<T0 = any, T1 = any, T2 = any>(client: SuiGrpcClient, args: [string, T0, T1], typeArguments: [
2348
+ TypeDescriptor<T0> | string,
2349
+ TypeDescriptor<T1> | string,
2350
+ TypeDescriptor<T2> | string
2351
+ ]): Promise<TypedSimulateResults<[_0x1.option.Option<T2>]>>;
2151
2352
  }
2152
2353
  }
2153
2354
  export declare namespace ecdsa_k1 {
@@ -2175,9 +2376,9 @@ export declare namespace ecdsa_k1 {
2175
2376
  ];
2176
2377
  }
2177
2378
  namespace view {
2178
- function decompressPubkey(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[number[]]>>;
2179
- function secp256k1Ecrecover(client: SuiJsonRpcClient, args: [string, string, number]): Promise<TypedDevInspectResults<[number[]]>>;
2180
- function secp256k1Verify(client: SuiJsonRpcClient, args: [string, string, string, number]): Promise<TypedDevInspectResults<[boolean]>>;
2379
+ function decompressPubkey(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[number[]]>>;
2380
+ function secp256k1Ecrecover(client: SuiGrpcClient, args: [string, string, number]): Promise<TypedSimulateResults<[number[]]>>;
2381
+ function secp256k1Verify(client: SuiGrpcClient, args: [string, string, string, number]): Promise<TypedSimulateResults<[boolean]>>;
2181
2382
  }
2182
2383
  }
2183
2384
  export declare namespace ecdsa_r1 {
@@ -2204,8 +2405,8 @@ export declare namespace ecdsa_r1 {
2204
2405
  ];
2205
2406
  }
2206
2407
  namespace view {
2207
- function secp256r1Ecrecover(client: SuiJsonRpcClient, args: [string, string, number]): Promise<TypedDevInspectResults<[number[]]>>;
2208
- function secp256r1Verify(client: SuiJsonRpcClient, args: [string, string, string, number]): Promise<TypedDevInspectResults<[boolean]>>;
2408
+ function secp256r1Ecrecover(client: SuiGrpcClient, args: [string, string, number]): Promise<TypedSimulateResults<[number[]]>>;
2409
+ function secp256r1Verify(client: SuiGrpcClient, args: [string, string, string, number]): Promise<TypedSimulateResults<[boolean]>>;
2209
2410
  }
2210
2411
  }
2211
2412
  export declare namespace ecvrf {
@@ -2223,7 +2424,7 @@ export declare namespace ecvrf {
2223
2424
  ];
2224
2425
  }
2225
2426
  namespace view {
2226
- function ecvrfVerify(client: SuiJsonRpcClient, args: [string, string, string, string]): Promise<TypedDevInspectResults<[boolean]>>;
2427
+ function ecvrfVerify(client: SuiGrpcClient, args: [string, string, string, string]): Promise<TypedSimulateResults<[boolean]>>;
2227
2428
  }
2228
2429
  }
2229
2430
  export declare namespace ed25519 {
@@ -2239,7 +2440,7 @@ export declare namespace ed25519 {
2239
2440
  ];
2240
2441
  }
2241
2442
  namespace view {
2242
- function ed25519Verify(client: SuiJsonRpcClient, args: [string, string, string]): Promise<TypedDevInspectResults<[boolean]>>;
2443
+ function ed25519Verify(client: SuiGrpcClient, args: [string, string, string]): Promise<TypedSimulateResults<[boolean]>>;
2243
2444
  }
2244
2445
  }
2245
2446
  export declare namespace event {
@@ -2248,8 +2449,8 @@ export declare namespace event {
2248
2449
  function emitAuthenticated<T0 = any>(tx: Transaction, args: [T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
2249
2450
  }
2250
2451
  namespace view {
2251
- function emit<T0 = any>(client: SuiJsonRpcClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
2252
- function emitAuthenticated<T0 = any>(client: SuiJsonRpcClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
2452
+ function emit<T0 = any>(client: SuiGrpcClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
2453
+ function emitAuthenticated<T0 = any>(client: SuiGrpcClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
2253
2454
  }
2254
2455
  }
2255
2456
  export declare namespace funds_accumulator {
@@ -2278,14 +2479,14 @@ export declare namespace funds_accumulator {
2278
2479
  function withdrawalSplit<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument, bigint | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
2279
2480
  }
2280
2481
  namespace view {
2281
- function addImpl<T0 = any>(client: SuiJsonRpcClient, args: [T0, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
2282
- function createWithdrawal<T0 = any>(client: SuiJsonRpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[funds_accumulator.Withdrawal<T0>]>>;
2283
- function redeem<T0 = any>(client: SuiJsonRpcClient, args: [funds_accumulator.Withdrawal<T0>, _0x1.internal.Permit<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0]>>;
2284
- function withdrawFromObject<T0 = any>(client: SuiJsonRpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[funds_accumulator.Withdrawal<T0>]>>;
2285
- function withdrawalJoin<T0 = any>(client: SuiJsonRpcClient, args: [string, funds_accumulator.Withdrawal<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
2286
- function withdrawalLimit<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
2287
- function withdrawalOwner<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
2288
- function withdrawalSplit<T0 = any>(client: SuiJsonRpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[funds_accumulator.Withdrawal<T0>]>>;
2482
+ function addImpl<T0 = any>(client: SuiGrpcClient, args: [T0, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
2483
+ function createWithdrawal<T0 = any>(client: SuiGrpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[funds_accumulator.Withdrawal<T0>]>>;
2484
+ function redeem<T0 = any>(client: SuiGrpcClient, args: [funds_accumulator.Withdrawal<T0>, _0x1.internal.Permit<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[T0]>>;
2485
+ function withdrawFromObject<T0 = any>(client: SuiGrpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[funds_accumulator.Withdrawal<T0>]>>;
2486
+ function withdrawalJoin<T0 = any>(client: SuiGrpcClient, args: [string, funds_accumulator.Withdrawal<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
2487
+ function withdrawalLimit<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[bigint]>>;
2488
+ function withdrawalOwner<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
2489
+ function withdrawalSplit<T0 = any>(client: SuiGrpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[funds_accumulator.Withdrawal<T0>]>>;
2289
2490
  }
2290
2491
  }
2291
2492
  export declare class groth16 extends SuiBaseProcessor {
@@ -2379,14 +2580,14 @@ export declare namespace groth16 {
2379
2580
  ];
2380
2581
  }
2381
2582
  namespace view {
2382
- function bls12381(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[groth16.Curve]>>;
2383
- function bn254(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[groth16.Curve]>>;
2384
- function prepareVerifyingKey(client: SuiJsonRpcClient, args: [string, string]): Promise<TypedDevInspectResults<[groth16.PreparedVerifyingKey]>>;
2385
- function proofPointsFromBytes(client: SuiJsonRpcClient, args: [string[]]): Promise<TypedDevInspectResults<[groth16.ProofPoints]>>;
2386
- function publicProofInputsFromBytes(client: SuiJsonRpcClient, args: [string[]]): Promise<TypedDevInspectResults<[groth16.PublicProofInputs]>>;
2387
- function pvkFromBytes(client: SuiJsonRpcClient, args: [string[], string[], string[], string[]]): Promise<TypedDevInspectResults<[groth16.PreparedVerifyingKey]>>;
2388
- function pvkToBytes(client: SuiJsonRpcClient, args: [groth16.PreparedVerifyingKey]): Promise<TypedDevInspectResults<[number[][]]>>;
2389
- function verifyGroth16Proof(client: SuiJsonRpcClient, args: [string, string, string, string]): Promise<TypedDevInspectResults<[boolean]>>;
2583
+ function bls12381(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[groth16.Curve]>>;
2584
+ function bn254(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[groth16.Curve]>>;
2585
+ function prepareVerifyingKey(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[groth16.PreparedVerifyingKey]>>;
2586
+ function proofPointsFromBytes(client: SuiGrpcClient, args: [string[]]): Promise<TypedSimulateResults<[groth16.ProofPoints]>>;
2587
+ function publicProofInputsFromBytes(client: SuiGrpcClient, args: [string[]]): Promise<TypedSimulateResults<[groth16.PublicProofInputs]>>;
2588
+ function pvkFromBytes(client: SuiGrpcClient, args: [string[], string[], string[], string[]]): Promise<TypedSimulateResults<[groth16.PreparedVerifyingKey]>>;
2589
+ function pvkToBytes(client: SuiGrpcClient, args: [groth16.PreparedVerifyingKey]): Promise<TypedSimulateResults<[number[][]]>>;
2590
+ function verifyGroth16Proof(client: SuiGrpcClient, args: [string, string, string, string]): Promise<TypedSimulateResults<[boolean]>>;
2390
2591
  }
2391
2592
  }
2392
2593
  export declare class group_ops extends SuiBaseProcessor {
@@ -2502,23 +2703,23 @@ export declare namespace group_ops {
2502
2703
  function sum<T0 = any>(tx: Transaction, args: [number | TransactionArgument, string | TransactionObjectArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
2503
2704
  }
2504
2705
  namespace view {
2505
- function add<T0 = any>(client: SuiJsonRpcClient, args: [number, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[group_ops.Element<T0>]>>;
2506
- function bytes<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
2507
- function convert<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [number, number, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[group_ops.Element<T1>]>>;
2508
- function div<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [number, string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[group_ops.Element<T1>]>>;
2509
- function equal<T0 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
2510
- function fromBytes<T0 = any>(client: SuiJsonRpcClient, args: [number, string[], boolean], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[group_ops.Element<T0>]>>;
2511
- function hashTo<T0 = any>(client: SuiJsonRpcClient, args: [number, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[group_ops.Element<T0>]>>;
2512
- function mul<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [number, string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[group_ops.Element<T1>]>>;
2513
- function multiScalarMultiplication<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [number, string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[group_ops.Element<T1>]>>;
2514
- function pairing<T0 = any, T1 = any, T2 = any>(client: SuiJsonRpcClient, args: [number, string, string], typeArguments: [
2706
+ function add<T0 = any>(client: SuiGrpcClient, args: [number, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[group_ops.Element<T0>]>>;
2707
+ function bytes<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
2708
+ function convert<T0 = any, T1 = any>(client: SuiGrpcClient, args: [number, number, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[group_ops.Element<T1>]>>;
2709
+ function div<T0 = any, T1 = any>(client: SuiGrpcClient, args: [number, string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[group_ops.Element<T1>]>>;
2710
+ function equal<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
2711
+ function fromBytes<T0 = any>(client: SuiGrpcClient, args: [number, string[], boolean], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[group_ops.Element<T0>]>>;
2712
+ function hashTo<T0 = any>(client: SuiGrpcClient, args: [number, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[group_ops.Element<T0>]>>;
2713
+ function mul<T0 = any, T1 = any>(client: SuiGrpcClient, args: [number, string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[group_ops.Element<T1>]>>;
2714
+ function multiScalarMultiplication<T0 = any, T1 = any>(client: SuiGrpcClient, args: [number, string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[group_ops.Element<T1>]>>;
2715
+ function pairing<T0 = any, T1 = any, T2 = any>(client: SuiGrpcClient, args: [number, string, string], typeArguments: [
2515
2716
  TypeDescriptor<T0> | string,
2516
2717
  TypeDescriptor<T1> | string,
2517
2718
  TypeDescriptor<T2> | string
2518
- ]): Promise<TypedDevInspectResults<[group_ops.Element<T2>]>>;
2519
- function setAsPrefix(client: SuiJsonRpcClient, args: [bigint, boolean, string]): Promise<TypedDevInspectResults<[]>>;
2520
- function sub<T0 = any>(client: SuiJsonRpcClient, args: [number, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[group_ops.Element<T0>]>>;
2521
- function sum<T0 = any>(client: SuiJsonRpcClient, args: [number, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[group_ops.Element<T0>]>>;
2719
+ ]): Promise<TypedSimulateResults<[group_ops.Element<T2>]>>;
2720
+ function setAsPrefix(client: SuiGrpcClient, args: [bigint, boolean, string]): Promise<TypedSimulateResults<[]>>;
2721
+ function sub<T0 = any>(client: SuiGrpcClient, args: [number, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[group_ops.Element<T0>]>>;
2722
+ function sum<T0 = any>(client: SuiGrpcClient, args: [number, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[group_ops.Element<T0>]>>;
2522
2723
  }
2523
2724
  }
2524
2725
  export declare namespace hash {
@@ -2527,8 +2728,8 @@ export declare namespace hash {
2527
2728
  function keccak256(tx: Transaction, args: [string | TransactionObjectArgument]): TransactionArgument & [TransactionArgument];
2528
2729
  }
2529
2730
  namespace view {
2530
- function blake2b256(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[number[]]>>;
2531
- function keccak256(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[number[]]>>;
2731
+ function blake2b256(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[number[]]>>;
2732
+ function keccak256(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[number[]]>>;
2532
2733
  }
2533
2734
  }
2534
2735
  export declare namespace hex {
@@ -2537,8 +2738,8 @@ export declare namespace hex {
2537
2738
  function encode(tx: Transaction, args: [(string | TransactionObjectArgument)[] | TransactionArgument]): TransactionArgument & [TransactionArgument];
2538
2739
  }
2539
2740
  namespace view {
2540
- function decode(client: SuiJsonRpcClient, args: [string[]]): Promise<TypedDevInspectResults<[number[]]>>;
2541
- function encode(client: SuiJsonRpcClient, args: [string[]]): Promise<TypedDevInspectResults<[number[]]>>;
2741
+ function decode(client: SuiGrpcClient, args: [string[]]): Promise<TypedSimulateResults<[number[]]>>;
2742
+ function encode(client: SuiGrpcClient, args: [string[]]): Promise<TypedSimulateResults<[number[]]>>;
2542
2743
  }
2543
2744
  }
2544
2745
  export declare namespace hmac {
@@ -2549,7 +2750,7 @@ export declare namespace hmac {
2549
2750
  ]): TransactionArgument & [TransactionArgument, TransactionArgument];
2550
2751
  }
2551
2752
  namespace view {
2552
- function hmacSha3256(client: SuiJsonRpcClient, args: [string, string]): Promise<TypedDevInspectResults<[number[]]>>;
2753
+ function hmacSha3256(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[number[]]>>;
2553
2754
  }
2554
2755
  }
2555
2756
  export declare class kiosk extends SuiBaseProcessor {
@@ -2887,46 +3088,46 @@ export declare namespace kiosk {
2887
3088
  ];
2888
3089
  }
2889
3090
  namespace view {
2890
- function borrow<T0 = any>(client: SuiJsonRpcClient, args: [string, string, object$.ID], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
2891
- function borrowMut<T0 = any>(client: SuiJsonRpcClient, args: [string, string, object$.ID], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
2892
- function borrowVal<T0 = any>(client: SuiJsonRpcClient, args: [string, string, object$.ID], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0, kiosk.Borrow]>>;
2893
- function closeAndWithdraw(client: SuiJsonRpcClient, args: [kiosk.Kiosk, kiosk.KioskOwnerCap]): Promise<TypedDevInspectResults<[coin.Coin<sui.SUI>]>>;
2894
- function delist<T0 = any>(client: SuiJsonRpcClient, args: [string, string, object$.ID], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
2895
- function hasAccess(client: SuiJsonRpcClient, args: [string, string]): Promise<TypedDevInspectResults<[boolean]>>;
2896
- function hasItem(client: SuiJsonRpcClient, args: [string, object$.ID]): Promise<TypedDevInspectResults<[boolean]>>;
2897
- function hasItemWithType<T0 = any>(client: SuiJsonRpcClient, args: [string, object$.ID], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
2898
- function isListed(client: SuiJsonRpcClient, args: [string, object$.ID]): Promise<TypedDevInspectResults<[boolean]>>;
2899
- function isListedExclusively(client: SuiJsonRpcClient, args: [string, object$.ID]): Promise<TypedDevInspectResults<[boolean]>>;
2900
- function isLocked(client: SuiJsonRpcClient, args: [string, object$.ID]): Promise<TypedDevInspectResults<[boolean]>>;
2901
- function itemCount(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[number]>>;
2902
- function kioskOwnerCapFor(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[object$.ID]>>;
2903
- function list<T0 = any>(client: SuiJsonRpcClient, args: [string, string, object$.ID, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
2904
- function listWithPurchaseCap<T0 = any>(client: SuiJsonRpcClient, args: [string, string, object$.ID, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[kiosk.PurchaseCap<T0>]>>;
2905
- function lock<T0 = any>(client: SuiJsonRpcClient, args: [string, string, string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
2906
- function lockInternal<T0 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
2907
- function new$(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[kiosk.Kiosk, kiosk.KioskOwnerCap]>>;
2908
- function owner(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
2909
- function place<T0 = any>(client: SuiJsonRpcClient, args: [string, string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
2910
- function placeAndList<T0 = any>(client: SuiJsonRpcClient, args: [string, string, T0, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
2911
- function placeInternal<T0 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
2912
- function profitsAmount(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
2913
- function profitsMut(client: SuiJsonRpcClient, args: [string, string]): Promise<TypedDevInspectResults<[string]>>;
2914
- function purchase<T0 = any>(client: SuiJsonRpcClient, args: [string, object$.ID, coin.Coin<sui.SUI>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0, transfer_policy.TransferRequest<T0>]>>;
2915
- function purchaseCapItem<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[object$.ID]>>;
2916
- function purchaseCapKiosk<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[object$.ID]>>;
2917
- function purchaseCapMinPrice<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
2918
- function purchaseWithCap<T0 = any>(client: SuiJsonRpcClient, args: [string, kiosk.PurchaseCap<T0>, coin.Coin<sui.SUI>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0, transfer_policy.TransferRequest<T0>]>>;
2919
- function returnPurchaseCap<T0 = any>(client: SuiJsonRpcClient, args: [string, kiosk.PurchaseCap<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
2920
- function returnVal<T0 = any>(client: SuiJsonRpcClient, args: [string, T0, kiosk.Borrow], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
2921
- function setAllowExtensions(client: SuiJsonRpcClient, args: [string, string, boolean]): Promise<TypedDevInspectResults<[]>>;
2922
- function setOwner(client: SuiJsonRpcClient, args: [string, string]): Promise<TypedDevInspectResults<[]>>;
2923
- function setOwnerCustom(client: SuiJsonRpcClient, args: [string, string, string]): Promise<TypedDevInspectResults<[]>>;
2924
- function take<T0 = any>(client: SuiJsonRpcClient, args: [string, string, object$.ID], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0]>>;
2925
- function uid(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
2926
- function uidMut(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
2927
- function uidMutAsOwner(client: SuiJsonRpcClient, args: [string, string]): Promise<TypedDevInspectResults<[string]>>;
2928
- function uidMutInternal(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
2929
- function withdraw(client: SuiJsonRpcClient, args: [string, string, _0x1.option.Option<bigint>]): Promise<TypedDevInspectResults<[coin.Coin<sui.SUI>]>>;
3091
+ function borrow<T0 = any>(client: SuiGrpcClient, args: [string, string, object$.ID], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
3092
+ function borrowMut<T0 = any>(client: SuiGrpcClient, args: [string, string, object$.ID], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
3093
+ function borrowVal<T0 = any>(client: SuiGrpcClient, args: [string, string, object$.ID], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[T0, kiosk.Borrow]>>;
3094
+ function closeAndWithdraw(client: SuiGrpcClient, args: [kiosk.Kiosk, kiosk.KioskOwnerCap]): Promise<TypedSimulateResults<[coin.Coin<sui.SUI>]>>;
3095
+ function delist<T0 = any>(client: SuiGrpcClient, args: [string, string, object$.ID], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
3096
+ function hasAccess(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[boolean]>>;
3097
+ function hasItem(client: SuiGrpcClient, args: [string, object$.ID]): Promise<TypedSimulateResults<[boolean]>>;
3098
+ function hasItemWithType<T0 = any>(client: SuiGrpcClient, args: [string, object$.ID], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
3099
+ function isListed(client: SuiGrpcClient, args: [string, object$.ID]): Promise<TypedSimulateResults<[boolean]>>;
3100
+ function isListedExclusively(client: SuiGrpcClient, args: [string, object$.ID]): Promise<TypedSimulateResults<[boolean]>>;
3101
+ function isLocked(client: SuiGrpcClient, args: [string, object$.ID]): Promise<TypedSimulateResults<[boolean]>>;
3102
+ function itemCount(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[number]>>;
3103
+ function kioskOwnerCapFor(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[object$.ID]>>;
3104
+ function list<T0 = any>(client: SuiGrpcClient, args: [string, string, object$.ID, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
3105
+ function listWithPurchaseCap<T0 = any>(client: SuiGrpcClient, args: [string, string, object$.ID, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[kiosk.PurchaseCap<T0>]>>;
3106
+ function lock<T0 = any>(client: SuiGrpcClient, args: [string, string, string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
3107
+ function lockInternal<T0 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
3108
+ function new$(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[kiosk.Kiosk, kiosk.KioskOwnerCap]>>;
3109
+ function owner(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string]>>;
3110
+ function place<T0 = any>(client: SuiGrpcClient, args: [string, string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
3111
+ function placeAndList<T0 = any>(client: SuiGrpcClient, args: [string, string, T0, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
3112
+ function placeInternal<T0 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
3113
+ function profitsAmount(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[bigint]>>;
3114
+ function profitsMut(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[string]>>;
3115
+ function purchase<T0 = any>(client: SuiGrpcClient, args: [string, object$.ID, coin.Coin<sui.SUI>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[T0, transfer_policy.TransferRequest<T0>]>>;
3116
+ function purchaseCapItem<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[object$.ID]>>;
3117
+ function purchaseCapKiosk<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[object$.ID]>>;
3118
+ function purchaseCapMinPrice<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[bigint]>>;
3119
+ function purchaseWithCap<T0 = any>(client: SuiGrpcClient, args: [string, kiosk.PurchaseCap<T0>, coin.Coin<sui.SUI>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[T0, transfer_policy.TransferRequest<T0>]>>;
3120
+ function returnPurchaseCap<T0 = any>(client: SuiGrpcClient, args: [string, kiosk.PurchaseCap<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
3121
+ function returnVal<T0 = any>(client: SuiGrpcClient, args: [string, T0, kiosk.Borrow], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
3122
+ function setAllowExtensions(client: SuiGrpcClient, args: [string, string, boolean]): Promise<TypedSimulateResults<[]>>;
3123
+ function setOwner(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[]>>;
3124
+ function setOwnerCustom(client: SuiGrpcClient, args: [string, string, string]): Promise<TypedSimulateResults<[]>>;
3125
+ function take<T0 = any>(client: SuiGrpcClient, args: [string, string, object$.ID], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[T0]>>;
3126
+ function uid(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string]>>;
3127
+ function uidMut(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string]>>;
3128
+ function uidMutAsOwner(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[string]>>;
3129
+ function uidMutInternal(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string]>>;
3130
+ function withdraw(client: SuiGrpcClient, args: [string, string, _0x1.option.Option<bigint>]): Promise<TypedSimulateResults<[coin.Coin<sui.SUI>]>>;
2930
3131
  }
2931
3132
  interface DefaultPayload extends TypedFunctionPayload<[string]> {
2932
3133
  arguments_decoded: [string];
@@ -3014,18 +3215,18 @@ export declare namespace kiosk_extension {
3014
3215
  function storageMut<T0 = any>(tx: Transaction, args: [T0 | TransactionArgument, string | TransactionObjectArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
3015
3216
  }
3016
3217
  namespace view {
3017
- function add<T0 = any>(client: SuiJsonRpcClient, args: [T0, string, string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
3018
- function canLock<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
3019
- function canPlace<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
3020
- function disable<T0 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
3021
- function enable<T0 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
3022
- function isEnabled<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
3023
- function isInstalled<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
3024
- function lock<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [T0, string, T1, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
3025
- function place<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [T0, string, T1, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
3026
- function remove<T0 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
3027
- function storage<T0 = any>(client: SuiJsonRpcClient, args: [T0, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
3028
- function storageMut<T0 = any>(client: SuiJsonRpcClient, args: [T0, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
3218
+ function add<T0 = any>(client: SuiGrpcClient, args: [T0, string, string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
3219
+ function canLock<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
3220
+ function canPlace<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
3221
+ function disable<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
3222
+ function enable<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
3223
+ function isEnabled<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
3224
+ function isInstalled<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
3225
+ function lock<T0 = any, T1 = any>(client: SuiGrpcClient, args: [T0, string, T1, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[]>>;
3226
+ function place<T0 = any, T1 = any>(client: SuiGrpcClient, args: [T0, string, T1, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[]>>;
3227
+ function remove<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
3228
+ function storage<T0 = any>(client: SuiGrpcClient, args: [T0, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
3229
+ function storageMut<T0 = any>(client: SuiGrpcClient, args: [T0, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
3029
3230
  }
3030
3231
  }
3031
3232
  export declare namespace linked_table {
@@ -3084,23 +3285,23 @@ export declare namespace linked_table {
3084
3285
  function remove<T0 = any, T1 = any>(tx: Transaction, args: [string | TransactionObjectArgument, T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
3085
3286
  }
3086
3287
  namespace view {
3087
- function back<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
3088
- function borrow<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
3089
- function borrowMut<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
3090
- function contains<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
3091
- function destroyEmpty<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [linked_table.LinkedTable<T0, T1>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
3092
- function drop<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [linked_table.LinkedTable<T0, T1>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
3093
- function front<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
3094
- function isEmpty<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
3095
- function length<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[bigint]>>;
3096
- function new$<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[linked_table.LinkedTable<T0, T1>]>>;
3097
- function next<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
3098
- function popBack<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T0, T1]>>;
3099
- function popFront<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T0, T1]>>;
3100
- function prev<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
3101
- function pushBack<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
3102
- function pushFront<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
3103
- function remove<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T1]>>;
3288
+ function back<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[string]>>;
3289
+ function borrow<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[string]>>;
3290
+ function borrowMut<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[string]>>;
3291
+ function contains<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[boolean]>>;
3292
+ function destroyEmpty<T0 = any, T1 = any>(client: SuiGrpcClient, args: [linked_table.LinkedTable<T0, T1>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[]>>;
3293
+ function drop<T0 = any, T1 = any>(client: SuiGrpcClient, args: [linked_table.LinkedTable<T0, T1>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[]>>;
3294
+ function front<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[string]>>;
3295
+ function isEmpty<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[boolean]>>;
3296
+ function length<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[bigint]>>;
3297
+ function new$<T0 = any, T1 = any>(client: SuiGrpcClient, args: [], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[linked_table.LinkedTable<T0, T1>]>>;
3298
+ function next<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[string]>>;
3299
+ function popBack<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[T0, T1]>>;
3300
+ function popFront<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[T0, T1]>>;
3301
+ function prev<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[string]>>;
3302
+ function pushBack<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[]>>;
3303
+ function pushFront<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[]>>;
3304
+ function remove<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[T1]>>;
3104
3305
  }
3105
3306
  }
3106
3307
  export declare namespace math {
@@ -3114,13 +3315,13 @@ export declare namespace math {
3114
3315
  function sqrtU128(tx: Transaction, args: [bigint | TransactionArgument]): TransactionArgument & [TransactionArgument];
3115
3316
  }
3116
3317
  namespace view {
3117
- function diff(client: SuiJsonRpcClient, args: [bigint, bigint]): Promise<TypedDevInspectResults<[bigint]>>;
3118
- function divideAndRoundUp(client: SuiJsonRpcClient, args: [bigint, bigint]): Promise<TypedDevInspectResults<[bigint]>>;
3119
- function max(client: SuiJsonRpcClient, args: [bigint, bigint]): Promise<TypedDevInspectResults<[bigint]>>;
3120
- function min(client: SuiJsonRpcClient, args: [bigint, bigint]): Promise<TypedDevInspectResults<[bigint]>>;
3121
- function pow(client: SuiJsonRpcClient, args: [bigint, number]): Promise<TypedDevInspectResults<[bigint]>>;
3122
- function sqrt(client: SuiJsonRpcClient, args: [bigint]): Promise<TypedDevInspectResults<[bigint]>>;
3123
- function sqrtU128(client: SuiJsonRpcClient, args: [bigint]): Promise<TypedDevInspectResults<[bigint]>>;
3318
+ function diff(client: SuiGrpcClient, args: [bigint, bigint]): Promise<TypedSimulateResults<[bigint]>>;
3319
+ function divideAndRoundUp(client: SuiGrpcClient, args: [bigint, bigint]): Promise<TypedSimulateResults<[bigint]>>;
3320
+ function max(client: SuiGrpcClient, args: [bigint, bigint]): Promise<TypedSimulateResults<[bigint]>>;
3321
+ function min(client: SuiGrpcClient, args: [bigint, bigint]): Promise<TypedSimulateResults<[bigint]>>;
3322
+ function pow(client: SuiGrpcClient, args: [bigint, number]): Promise<TypedSimulateResults<[bigint]>>;
3323
+ function sqrt(client: SuiGrpcClient, args: [bigint]): Promise<TypedSimulateResults<[bigint]>>;
3324
+ function sqrtU128(client: SuiGrpcClient, args: [bigint]): Promise<TypedSimulateResults<[bigint]>>;
3124
3325
  }
3125
3326
  }
3126
3327
  export declare class nitro_attestation extends SuiBaseProcessor {
@@ -3167,15 +3368,15 @@ export declare namespace nitro_attestation {
3167
3368
  function value(tx: Transaction, args: [string | TransactionObjectArgument]): TransactionArgument & [TransactionArgument];
3168
3369
  }
3169
3370
  namespace view {
3170
- function digest(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
3171
- function index(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[number]>>;
3172
- function moduleId(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
3173
- function nonce(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
3174
- function pcrs(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
3175
- function publicKey(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
3176
- function timestamp(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
3177
- function userData(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
3178
- function value(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
3371
+ function digest(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string]>>;
3372
+ function index(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[number]>>;
3373
+ function moduleId(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string]>>;
3374
+ function nonce(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string]>>;
3375
+ function pcrs(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string]>>;
3376
+ function publicKey(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string]>>;
3377
+ function timestamp(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string]>>;
3378
+ function userData(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string]>>;
3379
+ function value(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string]>>;
3179
3380
  }
3180
3381
  interface LoadNitroAttestationPayload extends TypedFunctionPayload<[number[], string]> {
3181
3382
  arguments_decoded: [number[], string];
@@ -3216,36 +3417,40 @@ export declare namespace object$ {
3216
3417
  function suiCoinRegistryAddress(tx: Transaction, args: []): TransactionArgument & [];
3217
3418
  function suiCoinRegistryObjectId(tx: Transaction, args: []): TransactionArgument & [];
3218
3419
  function suiDenyListObjectId(tx: Transaction, args: []): TransactionArgument & [];
3420
+ function suiDisplayRegistryAddress(tx: Transaction, args: []): TransactionArgument & [];
3421
+ function suiDisplayRegistryObjectId(tx: Transaction, args: []): TransactionArgument & [];
3219
3422
  function uidAsInner(tx: Transaction, args: [string | TransactionObjectArgument]): TransactionArgument & [TransactionArgument];
3220
3423
  function uidToAddress(tx: Transaction, args: [string | TransactionObjectArgument]): TransactionArgument & [TransactionArgument];
3221
3424
  function uidToBytes(tx: Transaction, args: [string | TransactionObjectArgument]): TransactionArgument & [TransactionArgument];
3222
3425
  function uidToInner(tx: Transaction, args: [string | TransactionObjectArgument]): TransactionArgument & [TransactionArgument];
3223
3426
  }
3224
3427
  namespace view {
3225
- function addressAliasState(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[object$.UID]>>;
3226
- function authenticatorState(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[object$.UID]>>;
3227
- function borrowId<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
3228
- function clock(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[object$.UID]>>;
3229
- function delete$(client: SuiJsonRpcClient, args: [object$.UID]): Promise<TypedDevInspectResults<[]>>;
3230
- function id<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[object$.ID]>>;
3231
- function idAddress<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
3232
- function idBytes<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[number[]]>>;
3233
- function idFromAddress(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[object$.ID]>>;
3234
- function idFromBytes(client: SuiJsonRpcClient, args: [string[]]): Promise<TypedDevInspectResults<[object$.ID]>>;
3235
- function idToAddress(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
3236
- function idToBytes(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[number[]]>>;
3237
- function new$(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[object$.UID]>>;
3238
- function newUidFromHash(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[object$.UID]>>;
3239
- function randomnessState(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[object$.UID]>>;
3240
- function suiAccumulatorRootAddress(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[string]>>;
3241
- function suiAccumulatorRootObjectId(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[object$.UID]>>;
3242
- function suiCoinRegistryAddress(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[string]>>;
3243
- function suiCoinRegistryObjectId(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[object$.UID]>>;
3244
- function suiDenyListObjectId(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[object$.UID]>>;
3245
- function uidAsInner(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
3246
- function uidToAddress(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
3247
- function uidToBytes(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[number[]]>>;
3248
- function uidToInner(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[object$.ID]>>;
3428
+ function addressAliasState(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[object$.UID]>>;
3429
+ function authenticatorState(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[object$.UID]>>;
3430
+ function borrowId<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
3431
+ function clock(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[object$.UID]>>;
3432
+ function delete$(client: SuiGrpcClient, args: [object$.UID]): Promise<TypedSimulateResults<[]>>;
3433
+ function id<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[object$.ID]>>;
3434
+ function idAddress<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
3435
+ function idBytes<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[number[]]>>;
3436
+ function idFromAddress(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[object$.ID]>>;
3437
+ function idFromBytes(client: SuiGrpcClient, args: [string[]]): Promise<TypedSimulateResults<[object$.ID]>>;
3438
+ function idToAddress(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string]>>;
3439
+ function idToBytes(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[number[]]>>;
3440
+ function new$(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[object$.UID]>>;
3441
+ function newUidFromHash(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[object$.UID]>>;
3442
+ function randomnessState(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[object$.UID]>>;
3443
+ function suiAccumulatorRootAddress(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[string]>>;
3444
+ function suiAccumulatorRootObjectId(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[object$.UID]>>;
3445
+ function suiCoinRegistryAddress(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[string]>>;
3446
+ function suiCoinRegistryObjectId(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[object$.UID]>>;
3447
+ function suiDenyListObjectId(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[object$.UID]>>;
3448
+ function suiDisplayRegistryAddress(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[string]>>;
3449
+ function suiDisplayRegistryObjectId(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[object$.UID]>>;
3450
+ function uidAsInner(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string]>>;
3451
+ function uidToAddress(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string]>>;
3452
+ function uidToBytes(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[number[]]>>;
3453
+ function uidToInner(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[object$.ID]>>;
3249
3454
  }
3250
3455
  }
3251
3456
  export declare namespace object_bag {
@@ -3279,17 +3484,17 @@ export declare namespace object_bag {
3279
3484
  function valueId<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument, T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
3280
3485
  }
3281
3486
  namespace view {
3282
- function add<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
3283
- function borrow<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
3284
- function borrowMut<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
3285
- function contains<T0 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
3286
- function containsWithType<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
3287
- function destroyEmpty(client: SuiJsonRpcClient, args: [object_bag.ObjectBag]): Promise<TypedDevInspectResults<[]>>;
3288
- function isEmpty(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[boolean]>>;
3289
- function length(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
3290
- function new$(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[object_bag.ObjectBag]>>;
3291
- function remove<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T1]>>;
3292
- function valueId<T0 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<object$.ID>]>>;
3487
+ function add<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[]>>;
3488
+ function borrow<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[string]>>;
3489
+ function borrowMut<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[string]>>;
3490
+ function contains<T0 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
3491
+ function containsWithType<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[boolean]>>;
3492
+ function destroyEmpty(client: SuiGrpcClient, args: [object_bag.ObjectBag]): Promise<TypedSimulateResults<[]>>;
3493
+ function isEmpty(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[boolean]>>;
3494
+ function length(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[bigint]>>;
3495
+ function new$(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[object_bag.ObjectBag]>>;
3496
+ function remove<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[T1]>>;
3497
+ function valueId<T0 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[_0x1.option.Option<object$.ID>]>>;
3293
3498
  }
3294
3499
  }
3295
3500
  export declare namespace object_table {
@@ -3322,16 +3527,16 @@ export declare namespace object_table {
3322
3527
  function valueId<T0 = any, T1 = any>(tx: Transaction, args: [string | TransactionObjectArgument, T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
3323
3528
  }
3324
3529
  namespace view {
3325
- function add<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
3326
- function borrow<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
3327
- function borrowMut<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
3328
- function contains<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
3329
- function destroyEmpty<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [object_table.ObjectTable<T0, T1>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
3330
- function isEmpty<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
3331
- function length<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[bigint]>>;
3332
- function new$<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[object_table.ObjectTable<T0, T1>]>>;
3333
- function remove<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T1]>>;
3334
- function valueId<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<object$.ID>]>>;
3530
+ function add<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[]>>;
3531
+ function borrow<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[string]>>;
3532
+ function borrowMut<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[string]>>;
3533
+ function contains<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[boolean]>>;
3534
+ function destroyEmpty<T0 = any, T1 = any>(client: SuiGrpcClient, args: [object_table.ObjectTable<T0, T1>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[]>>;
3535
+ function isEmpty<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[boolean]>>;
3536
+ function length<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[bigint]>>;
3537
+ function new$<T0 = any, T1 = any>(client: SuiGrpcClient, args: [], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[object_table.ObjectTable<T0, T1>]>>;
3538
+ function remove<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[T1]>>;
3539
+ function valueId<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[_0x1.option.Option<object$.ID>]>>;
3335
3540
  }
3336
3541
  }
3337
3542
  export declare class package$ extends SuiBaseProcessor {
@@ -3417,29 +3622,29 @@ export declare namespace package$ {
3417
3622
  function version(tx: Transaction, args: [string | TransactionObjectArgument]): TransactionArgument & [TransactionArgument];
3418
3623
  }
3419
3624
  namespace view {
3420
- function additivePolicy(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[number]>>;
3421
- function authorizeUpgrade(client: SuiJsonRpcClient, args: [string, number, string[]]): Promise<TypedDevInspectResults<[package$.UpgradeTicket]>>;
3422
- function burnPublisher(client: SuiJsonRpcClient, args: [package$.Publisher]): Promise<TypedDevInspectResults<[]>>;
3423
- function claim<T0 = any>(client: SuiJsonRpcClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[package$.Publisher]>>;
3424
- function claimAndKeep<T0 = any>(client: SuiJsonRpcClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
3425
- function commitUpgrade(client: SuiJsonRpcClient, args: [string, package$.UpgradeReceipt]): Promise<TypedDevInspectResults<[]>>;
3426
- function compatiblePolicy(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[number]>>;
3427
- function depOnlyPolicy(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[number]>>;
3428
- function fromModule<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
3429
- function fromPackage<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
3430
- function makeImmutable(client: SuiJsonRpcClient, args: [package$.UpgradeCap]): Promise<TypedDevInspectResults<[]>>;
3431
- function onlyAdditiveUpgrades(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[]>>;
3432
- function onlyDepUpgrades(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[]>>;
3433
- function publishedModule(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
3434
- function publishedPackage(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
3435
- function receiptCap(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[object$.ID]>>;
3436
- function receiptPackage(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[object$.ID]>>;
3437
- function ticketDigest(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
3438
- function ticketPackage(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[object$.ID]>>;
3439
- function ticketPolicy(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[number]>>;
3440
- function upgradePackage(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[object$.ID]>>;
3441
- function upgradePolicy(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[number]>>;
3442
- function version(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
3625
+ function additivePolicy(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[number]>>;
3626
+ function authorizeUpgrade(client: SuiGrpcClient, args: [string, number, string[]]): Promise<TypedSimulateResults<[package$.UpgradeTicket]>>;
3627
+ function burnPublisher(client: SuiGrpcClient, args: [package$.Publisher]): Promise<TypedSimulateResults<[]>>;
3628
+ function claim<T0 = any>(client: SuiGrpcClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[package$.Publisher]>>;
3629
+ function claimAndKeep<T0 = any>(client: SuiGrpcClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
3630
+ function commitUpgrade(client: SuiGrpcClient, args: [string, package$.UpgradeReceipt]): Promise<TypedSimulateResults<[]>>;
3631
+ function compatiblePolicy(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[number]>>;
3632
+ function depOnlyPolicy(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[number]>>;
3633
+ function fromModule<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
3634
+ function fromPackage<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
3635
+ function makeImmutable(client: SuiGrpcClient, args: [package$.UpgradeCap]): Promise<TypedSimulateResults<[]>>;
3636
+ function onlyAdditiveUpgrades(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[]>>;
3637
+ function onlyDepUpgrades(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[]>>;
3638
+ function publishedModule(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string]>>;
3639
+ function publishedPackage(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string]>>;
3640
+ function receiptCap(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[object$.ID]>>;
3641
+ function receiptPackage(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[object$.ID]>>;
3642
+ function ticketDigest(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string]>>;
3643
+ function ticketPackage(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[object$.ID]>>;
3644
+ function ticketPolicy(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[number]>>;
3645
+ function upgradePackage(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[object$.ID]>>;
3646
+ function upgradePolicy(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[number]>>;
3647
+ function version(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[bigint]>>;
3443
3648
  }
3444
3649
  interface MakeImmutablePayload extends TypedFunctionPayload<[package$.UpgradeCap]> {
3445
3650
  arguments_decoded: [package$.UpgradeCap];
@@ -3491,9 +3696,9 @@ export declare namespace party {
3491
3696
  function singleOwner(tx: Transaction, args: [string | TransactionArgument]): TransactionArgument & [TransactionArgument];
3492
3697
  }
3493
3698
  namespace view {
3494
- function intoNative(client: SuiJsonRpcClient, args: [party.Party]): Promise<TypedDevInspectResults<[bigint, string[], bigint[]]>>;
3495
- function isSingleOwner(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[boolean]>>;
3496
- function singleOwner(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[party.Party]>>;
3699
+ function intoNative(client: SuiGrpcClient, args: [party.Party]): Promise<TypedSimulateResults<[bigint, string[], bigint[]]>>;
3700
+ function isSingleOwner(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[boolean]>>;
3701
+ function singleOwner(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[party.Party]>>;
3497
3702
  }
3498
3703
  }
3499
3704
  export declare class pay extends SuiBaseProcessor {
@@ -3540,14 +3745,14 @@ export declare namespace pay {
3540
3745
  ], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
3541
3746
  }
3542
3747
  namespace view {
3543
- function divideAndKeep<T0 = any>(client: SuiJsonRpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
3544
- function join<T0 = any>(client: SuiJsonRpcClient, args: [string, coin.Coin<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
3545
- function joinVec<T0 = any>(client: SuiJsonRpcClient, args: [string, string[]], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
3546
- function joinVecAndTransfer<T0 = any>(client: SuiJsonRpcClient, args: [string[], string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
3547
- function keep<T0 = any>(client: SuiJsonRpcClient, args: [coin.Coin<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
3548
- function split<T0 = any>(client: SuiJsonRpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
3549
- function splitAndTransfer<T0 = any>(client: SuiJsonRpcClient, args: [string, bigint, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
3550
- function splitVec<T0 = any>(client: SuiJsonRpcClient, args: [string, string[]], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
3748
+ function divideAndKeep<T0 = any>(client: SuiGrpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
3749
+ function join<T0 = any>(client: SuiGrpcClient, args: [string, coin.Coin<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
3750
+ function joinVec<T0 = any>(client: SuiGrpcClient, args: [string, string[]], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
3751
+ function joinVecAndTransfer<T0 = any>(client: SuiGrpcClient, args: [string[], string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
3752
+ function keep<T0 = any>(client: SuiGrpcClient, args: [coin.Coin<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
3753
+ function split<T0 = any>(client: SuiGrpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
3754
+ function splitAndTransfer<T0 = any>(client: SuiGrpcClient, args: [string, bigint, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
3755
+ function splitVec<T0 = any>(client: SuiGrpcClient, args: [string, string[]], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
3551
3756
  }
3552
3757
  interface DivideAndKeepPayload<T0 = any> extends TypedFunctionPayload<[string, bigint, string]> {
3553
3758
  arguments_decoded: [string, bigint, string];
@@ -3583,7 +3788,7 @@ export declare namespace poseidon {
3583
3788
  function poseidonBn254(tx: Transaction, args: [string | TransactionObjectArgument]): TransactionArgument & [TransactionArgument];
3584
3789
  }
3585
3790
  namespace view {
3586
- function poseidonBn254(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
3791
+ function poseidonBn254(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[bigint]>>;
3587
3792
  }
3588
3793
  }
3589
3794
  export declare namespace priority_queue {
@@ -3622,12 +3827,12 @@ export declare namespace priority_queue {
3622
3827
  function priorities<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
3623
3828
  }
3624
3829
  namespace view {
3625
- function createEntries<T0 = any>(client: SuiJsonRpcClient, args: [string[], string[]], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[priority_queue.Entry<T0>[]]>>;
3626
- function insert<T0 = any>(client: SuiJsonRpcClient, args: [string, bigint, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
3627
- function new$<T0 = any>(client: SuiJsonRpcClient, args: [string[]], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[priority_queue.PriorityQueue<T0>]>>;
3628
- function newEntry<T0 = any>(client: SuiJsonRpcClient, args: [bigint, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[priority_queue.Entry<T0>]>>;
3629
- function popMax<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint, T0]>>;
3630
- function priorities<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint[]]>>;
3830
+ function createEntries<T0 = any>(client: SuiGrpcClient, args: [string[], string[]], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[priority_queue.Entry<T0>[]]>>;
3831
+ function insert<T0 = any>(client: SuiGrpcClient, args: [string, bigint, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
3832
+ function new$<T0 = any>(client: SuiGrpcClient, args: [string[]], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[priority_queue.PriorityQueue<T0>]>>;
3833
+ function newEntry<T0 = any>(client: SuiGrpcClient, args: [bigint, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[priority_queue.Entry<T0>]>>;
3834
+ function popMax<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[bigint, T0]>>;
3835
+ function priorities<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[bigint[]]>>;
3631
3836
  }
3632
3837
  }
3633
3838
  export declare namespace protocol_config {
@@ -3635,7 +3840,7 @@ export declare namespace protocol_config {
3635
3840
  function isFeatureEnabled(tx: Transaction, args: [(string | TransactionObjectArgument)[] | TransactionArgument]): TransactionArgument & [TransactionArgument];
3636
3841
  }
3637
3842
  namespace view {
3638
- function isFeatureEnabled(client: SuiJsonRpcClient, args: [string[]]): Promise<TypedDevInspectResults<[boolean]>>;
3843
+ function isFeatureEnabled(client: SuiGrpcClient, args: [string[]]): Promise<TypedSimulateResults<[boolean]>>;
3639
3844
  }
3640
3845
  }
3641
3846
  export declare namespace prover {
@@ -3731,21 +3936,119 @@ export declare namespace random {
3731
3936
  ], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
3732
3937
  }
3733
3938
  namespace view {
3734
- function generateBool(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[boolean]>>;
3735
- function generateBytes(client: SuiJsonRpcClient, args: [string, number]): Promise<TypedDevInspectResults<[number[]]>>;
3736
- function generateU128(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
3737
- function generateU128InRange(client: SuiJsonRpcClient, args: [string, bigint, bigint]): Promise<TypedDevInspectResults<[bigint]>>;
3738
- function generateU16(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[number]>>;
3739
- function generateU16InRange(client: SuiJsonRpcClient, args: [string, number, number]): Promise<TypedDevInspectResults<[number]>>;
3740
- function generateU256(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
3741
- function generateU32(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[number]>>;
3742
- function generateU32InRange(client: SuiJsonRpcClient, args: [string, number, number]): Promise<TypedDevInspectResults<[number]>>;
3743
- function generateU64(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
3744
- function generateU64InRange(client: SuiJsonRpcClient, args: [string, bigint, bigint]): Promise<TypedDevInspectResults<[bigint]>>;
3745
- function generateU8(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[number]>>;
3746
- function generateU8InRange(client: SuiJsonRpcClient, args: [string, number, number]): Promise<TypedDevInspectResults<[number]>>;
3747
- function newGenerator(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[random.RandomGenerator]>>;
3748
- function shuffle<T0 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
3939
+ function generateBool(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[boolean]>>;
3940
+ function generateBytes(client: SuiGrpcClient, args: [string, number]): Promise<TypedSimulateResults<[number[]]>>;
3941
+ function generateU128(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[bigint]>>;
3942
+ function generateU128InRange(client: SuiGrpcClient, args: [string, bigint, bigint]): Promise<TypedSimulateResults<[bigint]>>;
3943
+ function generateU16(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[number]>>;
3944
+ function generateU16InRange(client: SuiGrpcClient, args: [string, number, number]): Promise<TypedSimulateResults<[number]>>;
3945
+ function generateU256(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[bigint]>>;
3946
+ function generateU32(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[number]>>;
3947
+ function generateU32InRange(client: SuiGrpcClient, args: [string, number, number]): Promise<TypedSimulateResults<[number]>>;
3948
+ function generateU64(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[bigint]>>;
3949
+ function generateU64InRange(client: SuiGrpcClient, args: [string, bigint, bigint]): Promise<TypedSimulateResults<[bigint]>>;
3950
+ function generateU8(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[number]>>;
3951
+ function generateU8InRange(client: SuiGrpcClient, args: [string, number, number]): Promise<TypedSimulateResults<[number]>>;
3952
+ function newGenerator(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[random.RandomGenerator]>>;
3953
+ function shuffle<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
3954
+ }
3955
+ }
3956
+ export declare namespace rangeproofs {
3957
+ namespace builder {
3958
+ function verifyBulletproofsRistretto255(tx: Transaction, args: [
3959
+ string | TransactionObjectArgument,
3960
+ number | TransactionArgument,
3961
+ string | TransactionObjectArgument,
3962
+ number | TransactionArgument
3963
+ ]): TransactionArgument & [
3964
+ TransactionArgument,
3965
+ TransactionArgument,
3966
+ TransactionArgument,
3967
+ TransactionArgument
3968
+ ];
3969
+ }
3970
+ namespace view {
3971
+ function verifyBulletproofsRistretto255(client: SuiGrpcClient, args: [string, number, string, number]): Promise<TypedSimulateResults<[boolean]>>;
3972
+ }
3973
+ }
3974
+ export declare namespace ristretto255 {
3975
+ interface G {
3976
+ dummy_field: boolean;
3977
+ }
3978
+ namespace G {
3979
+ const TYPE_QNAME = "0x2::ristretto255::G";
3980
+ function type(): TypeDescriptor<G>;
3981
+ }
3982
+ interface Scalar {
3983
+ dummy_field: boolean;
3984
+ }
3985
+ namespace Scalar {
3986
+ const TYPE_QNAME = "0x2::ristretto255::Scalar";
3987
+ function type(): TypeDescriptor<Scalar>;
3988
+ }
3989
+ namespace builder {
3990
+ function gAdd(tx: Transaction, args: [
3991
+ string | TransactionObjectArgument,
3992
+ string | TransactionObjectArgument
3993
+ ]): TransactionArgument & [TransactionArgument, TransactionArgument];
3994
+ function gDiv(tx: Transaction, args: [
3995
+ string | TransactionObjectArgument,
3996
+ string | TransactionObjectArgument
3997
+ ]): TransactionArgument & [TransactionArgument, TransactionArgument];
3998
+ function gFromBytes(tx: Transaction, args: [string | TransactionObjectArgument]): TransactionArgument & [TransactionArgument];
3999
+ function gGenerator(tx: Transaction, args: []): TransactionArgument & [];
4000
+ function gIdentity(tx: Transaction, args: []): TransactionArgument & [];
4001
+ function gMul(tx: Transaction, args: [
4002
+ string | TransactionObjectArgument,
4003
+ string | TransactionObjectArgument
4004
+ ]): TransactionArgument & [TransactionArgument, TransactionArgument];
4005
+ function gNeg(tx: Transaction, args: [string | TransactionObjectArgument]): TransactionArgument & [TransactionArgument];
4006
+ function gSub(tx: Transaction, args: [
4007
+ string | TransactionObjectArgument,
4008
+ string | TransactionObjectArgument
4009
+ ]): TransactionArgument & [TransactionArgument, TransactionArgument];
4010
+ function scalarAdd(tx: Transaction, args: [
4011
+ string | TransactionObjectArgument,
4012
+ string | TransactionObjectArgument
4013
+ ]): TransactionArgument & [TransactionArgument, TransactionArgument];
4014
+ function scalarDiv(tx: Transaction, args: [
4015
+ string | TransactionObjectArgument,
4016
+ string | TransactionObjectArgument
4017
+ ]): TransactionArgument & [TransactionArgument, TransactionArgument];
4018
+ function scalarFromBytes(tx: Transaction, args: [string | TransactionObjectArgument]): TransactionArgument & [TransactionArgument];
4019
+ function scalarFromU64(tx: Transaction, args: [bigint | TransactionArgument]): TransactionArgument & [TransactionArgument];
4020
+ function scalarInv(tx: Transaction, args: [string | TransactionObjectArgument]): TransactionArgument & [TransactionArgument];
4021
+ function scalarMul(tx: Transaction, args: [
4022
+ string | TransactionObjectArgument,
4023
+ string | TransactionObjectArgument
4024
+ ]): TransactionArgument & [TransactionArgument, TransactionArgument];
4025
+ function scalarNeg(tx: Transaction, args: [string | TransactionObjectArgument]): TransactionArgument & [TransactionArgument];
4026
+ function scalarOne(tx: Transaction, args: []): TransactionArgument & [];
4027
+ function scalarSub(tx: Transaction, args: [
4028
+ string | TransactionObjectArgument,
4029
+ string | TransactionObjectArgument
4030
+ ]): TransactionArgument & [TransactionArgument, TransactionArgument];
4031
+ function scalarZero(tx: Transaction, args: []): TransactionArgument & [];
4032
+ }
4033
+ namespace view {
4034
+ function gAdd(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[group_ops.Element<ristretto255.G>]>>;
4035
+ function gDiv(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[group_ops.Element<ristretto255.G>]>>;
4036
+ function gFromBytes(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[group_ops.Element<ristretto255.G>]>>;
4037
+ function gGenerator(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[group_ops.Element<ristretto255.G>]>>;
4038
+ function gIdentity(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[group_ops.Element<ristretto255.G>]>>;
4039
+ function gMul(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[group_ops.Element<ristretto255.G>]>>;
4040
+ function gNeg(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[group_ops.Element<ristretto255.G>]>>;
4041
+ function gSub(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[group_ops.Element<ristretto255.G>]>>;
4042
+ function scalarAdd(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[group_ops.Element<ristretto255.Scalar>]>>;
4043
+ function scalarDiv(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[group_ops.Element<ristretto255.Scalar>]>>;
4044
+ function scalarFromBytes(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[group_ops.Element<ristretto255.Scalar>]>>;
4045
+ function scalarFromU64(client: SuiGrpcClient, args: [bigint]): Promise<TypedSimulateResults<[group_ops.Element<ristretto255.Scalar>]>>;
4046
+ function scalarInv(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[group_ops.Element<ristretto255.Scalar>]>>;
4047
+ function scalarMul(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[group_ops.Element<ristretto255.Scalar>]>>;
4048
+ function scalarNeg(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[group_ops.Element<ristretto255.Scalar>]>>;
4049
+ function scalarOne(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[group_ops.Element<ristretto255.Scalar>]>>;
4050
+ function scalarSub(client: SuiGrpcClient, args: [string, string]): Promise<TypedSimulateResults<[group_ops.Element<ristretto255.Scalar>]>>;
4051
+ function scalarZero(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[group_ops.Element<ristretto255.Scalar>]>>;
3749
4052
  }
3750
4053
  }
3751
4054
  export declare class sui extends SuiBaseProcessor {
@@ -3769,7 +4072,7 @@ export declare namespace sui {
3769
4072
  ]): TransactionArgument & [TransactionArgument, TransactionArgument];
3770
4073
  }
3771
4074
  namespace view {
3772
- function transfer(client: SuiJsonRpcClient, args: [coin.Coin<sui.SUI>, string]): Promise<TypedDevInspectResults<[]>>;
4075
+ function transfer(client: SuiGrpcClient, args: [coin.Coin<sui.SUI>, string]): Promise<TypedSimulateResults<[]>>;
3773
4076
  }
3774
4077
  interface TransferPayload extends TypedFunctionPayload<[coin.Coin<sui.SUI>, string]> {
3775
4078
  arguments_decoded: [coin.Coin<sui.SUI>, string];
@@ -3806,16 +4109,16 @@ export declare namespace table {
3806
4109
  function remove<T0 = any, T1 = any>(tx: Transaction, args: [string | TransactionObjectArgument, T0 | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
3807
4110
  }
3808
4111
  namespace view {
3809
- function add<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
3810
- function borrow<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
3811
- function borrowMut<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
3812
- function contains<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
3813
- function destroyEmpty<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [table.Table<T0, T1>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
3814
- function drop<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [table.Table<T0, T1>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
3815
- function isEmpty<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
3816
- function length<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[bigint]>>;
3817
- function new$<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[table.Table<T0, T1>]>>;
3818
- function remove<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T1]>>;
4112
+ function add<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[]>>;
4113
+ function borrow<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[string]>>;
4114
+ function borrowMut<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[string]>>;
4115
+ function contains<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[boolean]>>;
4116
+ function destroyEmpty<T0 = any, T1 = any>(client: SuiGrpcClient, args: [table.Table<T0, T1>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[]>>;
4117
+ function drop<T0 = any, T1 = any>(client: SuiGrpcClient, args: [table.Table<T0, T1>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[]>>;
4118
+ function isEmpty<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[boolean]>>;
4119
+ function length<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[bigint]>>;
4120
+ function new$<T0 = any, T1 = any>(client: SuiGrpcClient, args: [], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[table.Table<T0, T1>]>>;
4121
+ function remove<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[T1]>>;
3819
4122
  }
3820
4123
  }
3821
4124
  export declare namespace table_vec {
@@ -3849,18 +4152,18 @@ export declare namespace table_vec {
3849
4152
  function swapRemove<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument, bigint | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
3850
4153
  }
3851
4154
  namespace view {
3852
- function borrow<T0 = any>(client: SuiJsonRpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
3853
- function borrowMut<T0 = any>(client: SuiJsonRpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
3854
- function destroyEmpty<T0 = any>(client: SuiJsonRpcClient, args: [table_vec.TableVec<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
3855
- function drop<T0 = any>(client: SuiJsonRpcClient, args: [table_vec.TableVec<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
3856
- function empty<T0 = any>(client: SuiJsonRpcClient, args: [], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[table_vec.TableVec<T0>]>>;
3857
- function isEmpty<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
3858
- function length<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
3859
- function popBack<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0]>>;
3860
- function pushBack<T0 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
3861
- function singleton<T0 = any>(client: SuiJsonRpcClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[table_vec.TableVec<T0>]>>;
3862
- function swap<T0 = any>(client: SuiJsonRpcClient, args: [string, bigint, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
3863
- function swapRemove<T0 = any>(client: SuiJsonRpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0]>>;
4155
+ function borrow<T0 = any>(client: SuiGrpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
4156
+ function borrowMut<T0 = any>(client: SuiGrpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
4157
+ function destroyEmpty<T0 = any>(client: SuiGrpcClient, args: [table_vec.TableVec<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
4158
+ function drop<T0 = any>(client: SuiGrpcClient, args: [table_vec.TableVec<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
4159
+ function empty<T0 = any>(client: SuiGrpcClient, args: [], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[table_vec.TableVec<T0>]>>;
4160
+ function isEmpty<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
4161
+ function length<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[bigint]>>;
4162
+ function popBack<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[T0]>>;
4163
+ function pushBack<T0 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
4164
+ function singleton<T0 = any>(client: SuiGrpcClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[table_vec.TableVec<T0>]>>;
4165
+ function swap<T0 = any>(client: SuiGrpcClient, args: [string, bigint, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
4166
+ function swapRemove<T0 = any>(client: SuiGrpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[T0]>>;
3864
4167
  }
3865
4168
  }
3866
4169
  export declare class token extends SuiBaseProcessor {
@@ -4091,95 +4394,75 @@ export declare namespace token {
4091
4394
  function zero<T0 = any>(tx: Transaction, args: [], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [];
4092
4395
  }
4093
4396
  namespace view {
4094
- function action<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
4095
- function addApproval<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [T1, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
4096
- function addRuleConfig<T0 = any, T1 = any, T2 = any>(client: SuiJsonRpcClient, args: [T1, string, string, T2], typeArguments: [
4397
+ function action<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
4398
+ function addApproval<T0 = any, T1 = any>(client: SuiGrpcClient, args: [T1, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[]>>;
4399
+ function addRuleConfig<T0 = any, T1 = any, T2 = any>(client: SuiGrpcClient, args: [T1, string, string, T2], typeArguments: [
4097
4400
  TypeDescriptor<T0> | string,
4098
4401
  TypeDescriptor<T1> | string,
4099
4402
  TypeDescriptor<T2> | string
4100
- ]): Promise<TypedDevInspectResults<[]>>;
4101
- function addRuleForAction<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
4102
- function allow<T0 = any>(client: SuiJsonRpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
4103
- function amount<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
4104
- function approvals<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[vec_set.VecSet<_0x1.type_name.TypeName>]>>;
4105
- function burn<T0 = any>(client: SuiJsonRpcClient, args: [string, token.Token<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
4106
- function confirmRequest<T0 = any>(client: SuiJsonRpcClient, args: [string, token.ActionRequest<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
4107
- string,
4108
- bigint,
4109
- string,
4110
- _0x1.option.Option<string>
4111
- ]>>;
4112
- function confirmRequestMut<T0 = any>(client: SuiJsonRpcClient, args: [string, token.ActionRequest<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
4113
- string,
4114
- bigint,
4115
- string,
4116
- _0x1.option.Option<string>
4117
- ]>>;
4118
- function confirmWithPolicyCap<T0 = any>(client: SuiJsonRpcClient, args: [string, token.ActionRequest<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
4119
- string,
4120
- bigint,
4121
- string,
4122
- _0x1.option.Option<string>
4123
- ]>>;
4124
- function confirmWithTreasuryCap<T0 = any>(client: SuiJsonRpcClient, args: [string, token.ActionRequest<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
4125
- string,
4126
- bigint,
4127
- string,
4128
- _0x1.option.Option<string>
4129
- ]>>;
4130
- function destroyZero<T0 = any>(client: SuiJsonRpcClient, args: [token.Token<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
4131
- function disallow<T0 = any>(client: SuiJsonRpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
4132
- function flush<T0 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
4133
- function fromCoin<T0 = any>(client: SuiJsonRpcClient, args: [coin.Coin<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[token.Token<T0>, token.ActionRequest<T0>]>>;
4134
- function fromCoinAction(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[string]>>;
4135
- function hasRuleConfig<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
4136
- function hasRuleConfigWithType<T0 = any, T1 = any, T2 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [
4403
+ ]): Promise<TypedSimulateResults<[]>>;
4404
+ function addRuleForAction<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[]>>;
4405
+ function allow<T0 = any>(client: SuiGrpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
4406
+ function amount<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[bigint]>>;
4407
+ function approvals<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[vec_set.VecSet<_0x1.type_name.TypeName>]>>;
4408
+ function burn<T0 = any>(client: SuiGrpcClient, args: [string, token.Token<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
4409
+ function confirmRequest<T0 = any>(client: SuiGrpcClient, args: [string, token.ActionRequest<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string, bigint, string, _0x1.option.Option<string>]>>;
4410
+ function confirmRequestMut<T0 = any>(client: SuiGrpcClient, args: [string, token.ActionRequest<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string, bigint, string, _0x1.option.Option<string>]>>;
4411
+ function confirmWithPolicyCap<T0 = any>(client: SuiGrpcClient, args: [string, token.ActionRequest<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string, bigint, string, _0x1.option.Option<string>]>>;
4412
+ function confirmWithTreasuryCap<T0 = any>(client: SuiGrpcClient, args: [string, token.ActionRequest<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string, bigint, string, _0x1.option.Option<string>]>>;
4413
+ function destroyZero<T0 = any>(client: SuiGrpcClient, args: [token.Token<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
4414
+ function disallow<T0 = any>(client: SuiGrpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
4415
+ function flush<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[bigint]>>;
4416
+ function fromCoin<T0 = any>(client: SuiGrpcClient, args: [coin.Coin<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[token.Token<T0>, token.ActionRequest<T0>]>>;
4417
+ function fromCoinAction(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[string]>>;
4418
+ function hasRuleConfig<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[boolean]>>;
4419
+ function hasRuleConfigWithType<T0 = any, T1 = any, T2 = any>(client: SuiGrpcClient, args: [string], typeArguments: [
4137
4420
  TypeDescriptor<T0> | string,
4138
4421
  TypeDescriptor<T1> | string,
4139
4422
  TypeDescriptor<T2> | string
4140
- ]): Promise<TypedDevInspectResults<[boolean]>>;
4141
- function isAllowed<T0 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
4142
- function join<T0 = any>(client: SuiJsonRpcClient, args: [string, token.Token<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
4143
- function keep<T0 = any>(client: SuiJsonRpcClient, args: [token.Token<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
4144
- function mint<T0 = any>(client: SuiJsonRpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[token.Token<T0>]>>;
4145
- function newPolicy<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[token.TokenPolicy<T0>, token.TokenPolicyCap<T0>]>>;
4146
- function newRequest<T0 = any>(client: SuiJsonRpcClient, args: [
4423
+ ]): Promise<TypedSimulateResults<[boolean]>>;
4424
+ function isAllowed<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
4425
+ function join<T0 = any>(client: SuiGrpcClient, args: [string, token.Token<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
4426
+ function keep<T0 = any>(client: SuiGrpcClient, args: [token.Token<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
4427
+ function mint<T0 = any>(client: SuiGrpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[token.Token<T0>]>>;
4428
+ function newPolicy<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[token.TokenPolicy<T0>, token.TokenPolicyCap<T0>]>>;
4429
+ function newRequest<T0 = any>(client: SuiGrpcClient, args: [
4147
4430
  string,
4148
4431
  bigint,
4149
4432
  _0x1.option.Option<string>,
4150
4433
  _0x1.option.Option<balance.Balance<T0>>
4151
- ], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[token.ActionRequest<T0>]>>;
4152
- function recipient<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<string>]>>;
4153
- function removeRuleConfig<T0 = any, T1 = any, T2 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [
4434
+ ], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[token.ActionRequest<T0>]>>;
4435
+ function recipient<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[_0x1.option.Option<string>]>>;
4436
+ function removeRuleConfig<T0 = any, T1 = any, T2 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [
4154
4437
  TypeDescriptor<T0> | string,
4155
4438
  TypeDescriptor<T1> | string,
4156
4439
  TypeDescriptor<T2> | string
4157
- ]): Promise<TypedDevInspectResults<[T2]>>;
4158
- function removeRuleForAction<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
4159
- function ruleConfig<T0 = any, T1 = any, T2 = any>(client: SuiJsonRpcClient, args: [T1, string], typeArguments: [
4440
+ ]): Promise<TypedSimulateResults<[T2]>>;
4441
+ function removeRuleForAction<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[]>>;
4442
+ function ruleConfig<T0 = any, T1 = any, T2 = any>(client: SuiGrpcClient, args: [T1, string], typeArguments: [
4160
4443
  TypeDescriptor<T0> | string,
4161
4444
  TypeDescriptor<T1> | string,
4162
4445
  TypeDescriptor<T2> | string
4163
- ]): Promise<TypedDevInspectResults<[string]>>;
4164
- function ruleConfigMut<T0 = any, T1 = any, T2 = any>(client: SuiJsonRpcClient, args: [T1, string, string], typeArguments: [
4446
+ ]): Promise<TypedSimulateResults<[string]>>;
4447
+ function ruleConfigMut<T0 = any, T1 = any, T2 = any>(client: SuiGrpcClient, args: [T1, string, string], typeArguments: [
4165
4448
  TypeDescriptor<T0> | string,
4166
4449
  TypeDescriptor<T1> | string,
4167
4450
  TypeDescriptor<T2> | string
4168
- ]): Promise<TypedDevInspectResults<[string]>>;
4169
- function rules<T0 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[vec_set.VecSet<_0x1.type_name.TypeName>]>>;
4170
- function sender<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
4171
- function sharePolicy<T0 = any>(client: SuiJsonRpcClient, args: [token.TokenPolicy<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
4172
- function spend<T0 = any>(client: SuiJsonRpcClient, args: [token.Token<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[token.ActionRequest<T0>]>>;
4173
- function spendAction(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[string]>>;
4174
- function spent<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<bigint>]>>;
4175
- function spentBalance<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
4176
- function split<T0 = any>(client: SuiJsonRpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[token.Token<T0>]>>;
4177
- function toCoin<T0 = any>(client: SuiJsonRpcClient, args: [token.Token<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.Coin<T0>, token.ActionRequest<T0>]>>;
4178
- function toCoinAction(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[string]>>;
4179
- function transfer<T0 = any>(client: SuiJsonRpcClient, args: [token.Token<T0>, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[token.ActionRequest<T0>]>>;
4180
- function transferAction(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[string]>>;
4181
- function value<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
4182
- function zero<T0 = any>(client: SuiJsonRpcClient, args: [], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[token.Token<T0>]>>;
4451
+ ]): Promise<TypedSimulateResults<[string]>>;
4452
+ function rules<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[vec_set.VecSet<_0x1.type_name.TypeName>]>>;
4453
+ function sender<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
4454
+ function sharePolicy<T0 = any>(client: SuiGrpcClient, args: [token.TokenPolicy<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
4455
+ function spend<T0 = any>(client: SuiGrpcClient, args: [token.Token<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[token.ActionRequest<T0>]>>;
4456
+ function spendAction(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[string]>>;
4457
+ function spent<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[_0x1.option.Option<bigint>]>>;
4458
+ function spentBalance<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[bigint]>>;
4459
+ function split<T0 = any>(client: SuiGrpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[token.Token<T0>]>>;
4460
+ function toCoin<T0 = any>(client: SuiGrpcClient, args: [token.Token<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[coin.Coin<T0>, token.ActionRequest<T0>]>>;
4461
+ function toCoinAction(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[string]>>;
4462
+ function transfer<T0 = any>(client: SuiGrpcClient, args: [token.Token<T0>, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[token.ActionRequest<T0>]>>;
4463
+ function transferAction(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[string]>>;
4464
+ function value<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[bigint]>>;
4465
+ function zero<T0 = any>(client: SuiGrpcClient, args: [], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[token.Token<T0>]>>;
4183
4466
  }
4184
4467
  }
4185
4468
  export declare namespace transfer {
@@ -4225,21 +4508,21 @@ export declare namespace transfer {
4225
4508
  function transferImpl<T0 = any>(tx: Transaction, args: [T0 | TransactionArgument, string | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
4226
4509
  }
4227
4510
  namespace view {
4228
- function freezeObject<T0 = any>(client: SuiJsonRpcClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
4229
- function freezeObjectImpl<T0 = any>(client: SuiJsonRpcClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
4230
- function partyTransfer<T0 = any>(client: SuiJsonRpcClient, args: [T0, party.Party], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
4231
- function partyTransferImpl<T0 = any>(client: SuiJsonRpcClient, args: [T0, bigint, string[], string[]], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
4232
- function publicFreezeObject<T0 = any>(client: SuiJsonRpcClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
4233
- function publicPartyTransfer<T0 = any>(client: SuiJsonRpcClient, args: [T0, party.Party], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
4234
- function publicReceive<T0 = any>(client: SuiJsonRpcClient, args: [string, transfer.Receiving<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0]>>;
4235
- function publicShareObject<T0 = any>(client: SuiJsonRpcClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
4236
- function publicTransfer<T0 = any>(client: SuiJsonRpcClient, args: [T0, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
4237
- function receive<T0 = any>(client: SuiJsonRpcClient, args: [string, transfer.Receiving<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0]>>;
4238
- function receivingObjectId<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[object$.ID]>>;
4239
- function shareObject<T0 = any>(client: SuiJsonRpcClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
4240
- function shareObjectImpl<T0 = any>(client: SuiJsonRpcClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
4241
- function transfer<T0 = any>(client: SuiJsonRpcClient, args: [T0, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
4242
- function transferImpl<T0 = any>(client: SuiJsonRpcClient, args: [T0, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
4511
+ function freezeObject<T0 = any>(client: SuiGrpcClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
4512
+ function freezeObjectImpl<T0 = any>(client: SuiGrpcClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
4513
+ function partyTransfer<T0 = any>(client: SuiGrpcClient, args: [T0, party.Party], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
4514
+ function partyTransferImpl<T0 = any>(client: SuiGrpcClient, args: [T0, bigint, string[], string[]], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
4515
+ function publicFreezeObject<T0 = any>(client: SuiGrpcClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
4516
+ function publicPartyTransfer<T0 = any>(client: SuiGrpcClient, args: [T0, party.Party], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
4517
+ function publicReceive<T0 = any>(client: SuiGrpcClient, args: [string, transfer.Receiving<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[T0]>>;
4518
+ function publicShareObject<T0 = any>(client: SuiGrpcClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
4519
+ function publicTransfer<T0 = any>(client: SuiGrpcClient, args: [T0, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
4520
+ function receive<T0 = any>(client: SuiGrpcClient, args: [string, transfer.Receiving<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[T0]>>;
4521
+ function receivingObjectId<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[object$.ID]>>;
4522
+ function shareObject<T0 = any>(client: SuiGrpcClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
4523
+ function shareObjectImpl<T0 = any>(client: SuiGrpcClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
4524
+ function transfer<T0 = any>(client: SuiGrpcClient, args: [T0, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
4525
+ function transferImpl<T0 = any>(client: SuiGrpcClient, args: [T0, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
4243
4526
  }
4244
4527
  }
4245
4528
  export declare class transfer_policy extends SuiBaseProcessor {
@@ -4391,41 +4674,41 @@ export declare namespace transfer_policy {
4391
4674
  ];
4392
4675
  }
4393
4676
  namespace view {
4394
- function addReceipt<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [T1, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
4395
- function addRule<T0 = any, T1 = any, T2 = any>(client: SuiJsonRpcClient, args: [T1, string, string, T2], typeArguments: [
4677
+ function addReceipt<T0 = any, T1 = any>(client: SuiGrpcClient, args: [T1, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[]>>;
4678
+ function addRule<T0 = any, T1 = any, T2 = any>(client: SuiGrpcClient, args: [T1, string, string, T2], typeArguments: [
4396
4679
  TypeDescriptor<T0> | string,
4397
4680
  TypeDescriptor<T1> | string,
4398
4681
  TypeDescriptor<T2> | string
4399
- ]): Promise<TypedDevInspectResults<[]>>;
4400
- function addToBalance<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [T1, string, coin.Coin<sui.SUI>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
4401
- function confirmRequest<T0 = any>(client: SuiJsonRpcClient, args: [string, transfer_policy.TransferRequest<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[object$.ID, bigint, object$.ID]>>;
4402
- function destroyAndWithdraw<T0 = any>(client: SuiJsonRpcClient, args: [
4682
+ ]): Promise<TypedSimulateResults<[]>>;
4683
+ function addToBalance<T0 = any, T1 = any>(client: SuiGrpcClient, args: [T1, string, coin.Coin<sui.SUI>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[]>>;
4684
+ function confirmRequest<T0 = any>(client: SuiGrpcClient, args: [string, transfer_policy.TransferRequest<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[object$.ID, bigint, object$.ID]>>;
4685
+ function destroyAndWithdraw<T0 = any>(client: SuiGrpcClient, args: [
4403
4686
  transfer_policy.TransferPolicy<T0>,
4404
4687
  transfer_policy.TransferPolicyCap<T0>
4405
- ], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.Coin<sui.SUI>]>>;
4406
- function from$<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[object$.ID]>>;
4407
- function getRule<T0 = any, T1 = any, T2 = any>(client: SuiJsonRpcClient, args: [T1, string], typeArguments: [
4688
+ ], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[coin.Coin<sui.SUI>]>>;
4689
+ function from$<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[object$.ID]>>;
4690
+ function getRule<T0 = any, T1 = any, T2 = any>(client: SuiGrpcClient, args: [T1, string], typeArguments: [
4408
4691
  TypeDescriptor<T0> | string,
4409
4692
  TypeDescriptor<T1> | string,
4410
4693
  TypeDescriptor<T2> | string
4411
- ]): Promise<TypedDevInspectResults<[string]>>;
4412
- function hasRule<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
4413
- function item<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[object$.ID]>>;
4414
- function new$<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[
4694
+ ]): Promise<TypedSimulateResults<[string]>>;
4695
+ function hasRule<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[boolean]>>;
4696
+ function item<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[object$.ID]>>;
4697
+ function new$<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[
4415
4698
  transfer_policy.TransferPolicy<T0>,
4416
4699
  transfer_policy.TransferPolicyCap<T0>
4417
4700
  ]>>;
4418
- function newRequest<T0 = any>(client: SuiJsonRpcClient, args: [object$.ID, bigint, object$.ID], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[transfer_policy.TransferRequest<T0>]>>;
4419
- function paid<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
4420
- function removeRule<T0 = any, T1 = any, T2 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [
4701
+ function newRequest<T0 = any>(client: SuiGrpcClient, args: [object$.ID, bigint, object$.ID], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[transfer_policy.TransferRequest<T0>]>>;
4702
+ function paid<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[bigint]>>;
4703
+ function removeRule<T0 = any, T1 = any, T2 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [
4421
4704
  TypeDescriptor<T0> | string,
4422
4705
  TypeDescriptor<T1> | string,
4423
4706
  TypeDescriptor<T2> | string
4424
- ]): Promise<TypedDevInspectResults<[]>>;
4425
- function rules<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
4426
- function uid<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
4427
- function uidMutAsOwner<T0 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
4428
- function withdraw<T0 = any>(client: SuiJsonRpcClient, args: [string, string, _0x1.option.Option<bigint>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.Coin<sui.SUI>]>>;
4707
+ ]): Promise<TypedSimulateResults<[]>>;
4708
+ function rules<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
4709
+ function uid<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
4710
+ function uidMutAsOwner<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
4711
+ function withdraw<T0 = any>(client: SuiGrpcClient, args: [string, string, _0x1.option.Option<bigint>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[coin.Coin<sui.SUI>]>>;
4429
4712
  }
4430
4713
  interface DefaultPayload<T0 = any> extends TypedFunctionPayload<[string, string]> {
4431
4714
  arguments_decoded: [string, string];
@@ -4455,14 +4738,14 @@ export declare namespace tx_context {
4455
4738
  function sponsor(tx: Transaction, args: []): TransactionArgument & [];
4456
4739
  }
4457
4740
  namespace view {
4458
- function digest(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[string]>>;
4459
- function epoch(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[bigint]>>;
4460
- function epochTimestampMs(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[bigint]>>;
4461
- function freshObjectAddress(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[string]>>;
4462
- function gasPrice(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[bigint]>>;
4463
- function referenceGasPrice(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[bigint]>>;
4464
- function sender(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[string]>>;
4465
- function sponsor(client: SuiJsonRpcClient, args: []): Promise<TypedDevInspectResults<[_0x1.option.Option<string>]>>;
4741
+ function digest(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[string]>>;
4742
+ function epoch(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[bigint]>>;
4743
+ function epochTimestampMs(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[bigint]>>;
4744
+ function freshObjectAddress(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[string]>>;
4745
+ function gasPrice(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[bigint]>>;
4746
+ function referenceGasPrice(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[bigint]>>;
4747
+ function sender(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[string]>>;
4748
+ function sponsor(client: SuiGrpcClient, args: []): Promise<TypedSimulateResults<[_0x1.option.Option<string>]>>;
4466
4749
  }
4467
4750
  }
4468
4751
  export declare namespace types {
@@ -4470,7 +4753,7 @@ export declare namespace types {
4470
4753
  function isOneTimeWitness<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
4471
4754
  }
4472
4755
  namespace view {
4473
- function isOneTimeWitness<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
4756
+ function isOneTimeWitness<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
4474
4757
  }
4475
4758
  }
4476
4759
  export declare class url extends SuiBaseProcessor {
@@ -4501,10 +4784,10 @@ export declare namespace url {
4501
4784
  ]): TransactionArgument & [TransactionArgument, TransactionArgument];
4502
4785
  }
4503
4786
  namespace view {
4504
- function innerUrl(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[_0x1.ascii.String]>>;
4505
- function newUnsafe(client: SuiJsonRpcClient, args: [_0x1.ascii.String]): Promise<TypedDevInspectResults<[url.Url]>>;
4506
- function newUnsafeFromBytes(client: SuiJsonRpcClient, args: [string[]]): Promise<TypedDevInspectResults<[url.Url]>>;
4507
- function update(client: SuiJsonRpcClient, args: [string, _0x1.ascii.String]): Promise<TypedDevInspectResults<[]>>;
4787
+ function innerUrl(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[_0x1.ascii.String]>>;
4788
+ function newUnsafe(client: SuiGrpcClient, args: [_0x1.ascii.String]): Promise<TypedSimulateResults<[url.Url]>>;
4789
+ function newUnsafeFromBytes(client: SuiGrpcClient, args: [string[]]): Promise<TypedSimulateResults<[url.Url]>>;
4790
+ function update(client: SuiGrpcClient, args: [string, _0x1.ascii.String]): Promise<TypedSimulateResults<[]>>;
4508
4791
  }
4509
4792
  }
4510
4793
  export declare namespace vdf {
@@ -4523,8 +4806,8 @@ export declare namespace vdf {
4523
4806
  ];
4524
4807
  }
4525
4808
  namespace view {
4526
- function hashToInput(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[number[]]>>;
4527
- function vdfVerify(client: SuiJsonRpcClient, args: [string, string, string, bigint]): Promise<TypedDevInspectResults<[boolean]>>;
4809
+ function hashToInput(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[number[]]>>;
4810
+ function vdfVerify(client: SuiGrpcClient, args: [string, string, string, bigint]): Promise<TypedSimulateResults<[boolean]>>;
4528
4811
  }
4529
4812
  }
4530
4813
  export declare class vec_map extends SuiBaseProcessor {
@@ -4613,26 +4896,26 @@ export declare namespace vec_map {
4613
4896
  ], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
4614
4897
  }
4615
4898
  namespace view {
4616
- function contains<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
4617
- function destroyEmpty<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [vec_map.VecMap<T0, T1>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
4618
- function empty<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[vec_map.VecMap<T0, T1>]>>;
4619
- function fromKeysValues<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string[], string[]], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[vec_map.VecMap<T0, T1>]>>;
4620
- function get<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
4621
- function getEntryByIdx<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string, string]>>;
4622
- function getEntryByIdxMut<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string, string]>>;
4623
- function getIdx<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[bigint]>>;
4624
- function getIdxOpt<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<bigint>]>>;
4625
- function getMut<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[string]>>;
4626
- function insert<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[]>>;
4627
- function intoKeysValues<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [vec_map.VecMap<T0, T1>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T0[], T1[]]>>;
4628
- function isEmpty<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[boolean]>>;
4629
- function keys<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T0[]]>>;
4630
- function length<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[bigint]>>;
4631
- function pop<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T0, T1]>>;
4632
- function remove<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T0, T1]>>;
4633
- function removeEntryByIdx<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[T0, T1]>>;
4634
- function size<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[bigint]>>;
4635
- function tryGet<T0 = any, T1 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedDevInspectResults<[_0x1.option.Option<T1>]>>;
4899
+ function contains<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[boolean]>>;
4900
+ function destroyEmpty<T0 = any, T1 = any>(client: SuiGrpcClient, args: [vec_map.VecMap<T0, T1>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[]>>;
4901
+ function empty<T0 = any, T1 = any>(client: SuiGrpcClient, args: [], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[vec_map.VecMap<T0, T1>]>>;
4902
+ function fromKeysValues<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string[], string[]], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[vec_map.VecMap<T0, T1>]>>;
4903
+ function get<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[string]>>;
4904
+ function getEntryByIdx<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[string, string]>>;
4905
+ function getEntryByIdxMut<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[string, string]>>;
4906
+ function getIdx<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[bigint]>>;
4907
+ function getIdxOpt<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[_0x1.option.Option<bigint>]>>;
4908
+ function getMut<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[string]>>;
4909
+ function insert<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, T0, T1], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[]>>;
4910
+ function intoKeysValues<T0 = any, T1 = any>(client: SuiGrpcClient, args: [vec_map.VecMap<T0, T1>], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[T0[], T1[]]>>;
4911
+ function isEmpty<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[boolean]>>;
4912
+ function keys<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[T0[]]>>;
4913
+ function length<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[bigint]>>;
4914
+ function pop<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[T0, T1]>>;
4915
+ function remove<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[T0, T1]>>;
4916
+ function removeEntryByIdx<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, bigint], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[T0, T1]>>;
4917
+ function size<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[bigint]>>;
4918
+ function tryGet<T0 = any, T1 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string, TypeDescriptor<T1> | string]): Promise<TypedSimulateResults<[_0x1.option.Option<T1>]>>;
4636
4919
  }
4637
4920
  }
4638
4921
  export declare class vec_set extends SuiBaseProcessor {
@@ -4673,17 +4956,17 @@ export declare namespace vec_set {
4673
4956
  function size<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
4674
4957
  }
4675
4958
  namespace view {
4676
- function contains<T0 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
4677
- function empty<T0 = any>(client: SuiJsonRpcClient, args: [], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[vec_set.VecSet<T0>]>>;
4678
- function fromKeys<T0 = any>(client: SuiJsonRpcClient, args: [string[]], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[vec_set.VecSet<T0>]>>;
4679
- function insert<T0 = any>(client: SuiJsonRpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
4680
- function intoKeys<T0 = any>(client: SuiJsonRpcClient, args: [vec_set.VecSet<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0[]]>>;
4681
- function isEmpty<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[boolean]>>;
4682
- function keys<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
4683
- function length<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
4684
- function remove<T0 = any>(client: SuiJsonRpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
4685
- function singleton<T0 = any>(client: SuiJsonRpcClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[vec_set.VecSet<T0>]>>;
4686
- function size<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[bigint]>>;
4959
+ function contains<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
4960
+ function empty<T0 = any>(client: SuiGrpcClient, args: [], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[vec_set.VecSet<T0>]>>;
4961
+ function fromKeys<T0 = any>(client: SuiGrpcClient, args: [string[]], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[vec_set.VecSet<T0>]>>;
4962
+ function insert<T0 = any>(client: SuiGrpcClient, args: [string, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
4963
+ function intoKeys<T0 = any>(client: SuiGrpcClient, args: [vec_set.VecSet<T0>], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[T0[]]>>;
4964
+ function isEmpty<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[boolean]>>;
4965
+ function keys<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
4966
+ function length<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[bigint]>>;
4967
+ function remove<T0 = any>(client: SuiGrpcClient, args: [string, string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
4968
+ function singleton<T0 = any>(client: SuiGrpcClient, args: [T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[vec_set.VecSet<T0>]>>;
4969
+ function size<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[bigint]>>;
4687
4970
  }
4688
4971
  }
4689
4972
  export declare namespace versioned {
@@ -4723,13 +5006,13 @@ export declare namespace versioned {
4723
5006
  function version(tx: Transaction, args: [string | TransactionObjectArgument]): TransactionArgument & [TransactionArgument];
4724
5007
  }
4725
5008
  namespace view {
4726
- function create<T0 = any>(client: SuiJsonRpcClient, args: [bigint, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[versioned.Versioned]>>;
4727
- function destroy<T0 = any>(client: SuiJsonRpcClient, args: [versioned.Versioned], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0]>>;
4728
- function loadValue<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
4729
- function loadValueMut<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[string]>>;
4730
- function removeValueForUpgrade<T0 = any>(client: SuiJsonRpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[T0, versioned.VersionChangeCap]>>;
4731
- function upgrade<T0 = any>(client: SuiJsonRpcClient, args: [string, bigint, T0, versioned.VersionChangeCap], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[]>>;
4732
- function version(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[bigint]>>;
5009
+ function create<T0 = any>(client: SuiGrpcClient, args: [bigint, T0], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[versioned.Versioned]>>;
5010
+ function destroy<T0 = any>(client: SuiGrpcClient, args: [versioned.Versioned], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[T0]>>;
5011
+ function loadValue<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
5012
+ function loadValueMut<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[string]>>;
5013
+ function removeValueForUpgrade<T0 = any>(client: SuiGrpcClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[T0, versioned.VersionChangeCap]>>;
5014
+ function upgrade<T0 = any>(client: SuiGrpcClient, args: [string, bigint, T0, versioned.VersionChangeCap], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedSimulateResults<[]>>;
5015
+ function version(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[bigint]>>;
4733
5016
  }
4734
5017
  }
4735
5018
  export declare namespace zklogin_verified_id {
@@ -4782,14 +5065,14 @@ export declare namespace zklogin_verified_id {
4782
5065
  ];
4783
5066
  }
4784
5067
  namespace view {
4785
- function audience(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
4786
- function checkZkloginId(client: SuiJsonRpcClient, args: [string, string, string, string, string, bigint]): Promise<TypedDevInspectResults<[boolean]>>;
4787
- function delete$(client: SuiJsonRpcClient, args: [zklogin_verified_id.VerifiedID]): Promise<TypedDevInspectResults<[]>>;
4788
- function issuer(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
4789
- function keyClaimName(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
4790
- function keyClaimValue(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
4791
- function owner(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
4792
- function verifyZkloginId(client: SuiJsonRpcClient, args: [string, string, string, string, bigint]): Promise<TypedDevInspectResults<[]>>;
5068
+ function audience(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string]>>;
5069
+ function checkZkloginId(client: SuiGrpcClient, args: [string, string, string, string, string, bigint]): Promise<TypedSimulateResults<[boolean]>>;
5070
+ function delete$(client: SuiGrpcClient, args: [zklogin_verified_id.VerifiedID]): Promise<TypedSimulateResults<[]>>;
5071
+ function issuer(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string]>>;
5072
+ function keyClaimName(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string]>>;
5073
+ function keyClaimValue(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string]>>;
5074
+ function owner(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string]>>;
5075
+ function verifyZkloginId(client: SuiGrpcClient, args: [string, string, string, string, bigint]): Promise<TypedSimulateResults<[]>>;
4793
5076
  }
4794
5077
  }
4795
5078
  export declare namespace zklogin_verified_issuer {
@@ -4818,11 +5101,11 @@ export declare namespace zklogin_verified_issuer {
4818
5101
  function verifyZkloginIssuer(tx: Transaction, args: [bigint | TransactionArgument, string | TransactionArgument]): TransactionArgument & [TransactionArgument, TransactionArgument];
4819
5102
  }
4820
5103
  namespace view {
4821
- function checkZkloginIssuer(client: SuiJsonRpcClient, args: [string, bigint, string]): Promise<TypedDevInspectResults<[boolean]>>;
4822
- function delete$(client: SuiJsonRpcClient, args: [zklogin_verified_issuer.VerifiedIssuer]): Promise<TypedDevInspectResults<[]>>;
4823
- function issuer(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
4824
- function owner(client: SuiJsonRpcClient, args: [string]): Promise<TypedDevInspectResults<[string]>>;
4825
- function verifyZkloginIssuer(client: SuiJsonRpcClient, args: [bigint, string]): Promise<TypedDevInspectResults<[]>>;
5104
+ function checkZkloginIssuer(client: SuiGrpcClient, args: [string, bigint, string]): Promise<TypedSimulateResults<[boolean]>>;
5105
+ function delete$(client: SuiGrpcClient, args: [zklogin_verified_issuer.VerifiedIssuer]): Promise<TypedSimulateResults<[]>>;
5106
+ function issuer(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string]>>;
5107
+ function owner(client: SuiGrpcClient, args: [string]): Promise<TypedSimulateResults<[string]>>;
5108
+ function verifyZkloginIssuer(client: SuiGrpcClient, args: [bigint, string]): Promise<TypedSimulateResults<[]>>;
4826
5109
  }
4827
5110
  }
4828
5111
  export declare function loadAllTypes(coder: MoveCoder): void;