wowok 2.2.4 → 2.2.5

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 (189) hide show
  1. package/dist/cjs/_deps/bcs/bcs-type.d.ts +127 -0
  2. package/dist/cjs/_deps/bcs/bcs-type.js +1 -0
  3. package/dist/cjs/_deps/bcs/bcs.d.ts +49 -0
  4. package/dist/cjs/_deps/bcs/bcs.js +1 -0
  5. package/dist/cjs/_deps/bcs/index.d.ts +16 -0
  6. package/dist/cjs/_deps/bcs/index.js +1 -0
  7. package/dist/cjs/_deps/bcs/reader.d.ts +15 -0
  8. package/dist/cjs/_deps/bcs/reader.js +1 -0
  9. package/dist/cjs/_deps/bcs/types.d.ts +24 -0
  10. package/dist/cjs/_deps/bcs/types.js +1 -0
  11. package/dist/cjs/_deps/bcs/uleb.d.ts +5 -0
  12. package/dist/cjs/_deps/bcs/uleb.js +1 -0
  13. package/dist/cjs/_deps/bcs/utils.d.ts +4 -0
  14. package/dist/cjs/_deps/bcs/utils.js +1 -0
  15. package/dist/cjs/_deps/bcs/writer.d.ts +28 -0
  16. package/dist/cjs/_deps/bcs/writer.js +1 -0
  17. package/dist/cjs/_deps/utils/b58.d.ts +2 -0
  18. package/dist/cjs/_deps/utils/b58.js +1 -0
  19. package/dist/cjs/_deps/utils/b64.d.ts +2 -0
  20. package/dist/cjs/_deps/utils/b64.js +1 -0
  21. package/dist/cjs/_deps/utils/chunk.d.ts +1 -0
  22. package/dist/cjs/_deps/utils/chunk.js +1 -0
  23. package/dist/cjs/_deps/utils/dataloader.d.ts +43 -0
  24. package/dist/cjs/_deps/utils/dataloader.js +1 -0
  25. package/dist/cjs/_deps/utils/hex.d.ts +2 -0
  26. package/dist/cjs/_deps/utils/hex.js +1 -0
  27. package/dist/cjs/_deps/utils/index.d.ts +7 -0
  28. package/dist/cjs/_deps/utils/index.js +1 -0
  29. package/dist/cjs/_deps/utils/types.d.ts +4 -0
  30. package/dist/cjs/_deps/utils/types.js +1 -0
  31. package/dist/cjs/_deps/utils/with-resolver.d.ts +6 -0
  32. package/dist/cjs/_deps/utils/with-resolver.js +1 -0
  33. package/dist/cjs/bcs/bcs.d.ts +245 -245
  34. package/dist/cjs/bcs/bcs.js +1 -1
  35. package/dist/cjs/bcs/effects.d.ts +193 -193
  36. package/dist/cjs/bcs/effects.js +1 -1
  37. package/dist/cjs/bcs/index.d.ts +1 -1
  38. package/dist/cjs/bcs/index.js +1 -1
  39. package/dist/cjs/bcs/pure.d.ts +1 -1
  40. package/dist/cjs/bcs/pure.js +1 -1
  41. package/dist/cjs/bcs/type-tag-serializer.js +1 -1
  42. package/dist/cjs/cryptography/keypair.js +1 -1
  43. package/dist/cjs/cryptography/mnemonics.js +1 -1
  44. package/dist/cjs/cryptography/publickey.js +1 -1
  45. package/dist/cjs/cryptography/signature.js +1 -1
  46. package/dist/cjs/experimental/client.d.ts +1 -1
  47. package/dist/cjs/grpc/core.js +1 -1
  48. package/dist/cjs/jsonRpc/client.js +1 -1
  49. package/dist/cjs/jsonRpc/core.js +1 -1
  50. package/dist/cjs/jsonRpc/json-rpc-resolver.js +1 -1
  51. package/dist/cjs/keypairs/falcon512/publickey.js +1 -1
  52. package/dist/cjs/multisig/publickey.js +1 -1
  53. package/dist/cjs/multisig/signer.js +1 -1
  54. package/dist/cjs/transactions/Commands.js +1 -1
  55. package/dist/cjs/transactions/Inputs.d.ts +1 -1
  56. package/dist/cjs/transactions/Inputs.js +1 -1
  57. package/dist/cjs/transactions/Transaction.d.ts +5 -5
  58. package/dist/cjs/transactions/Transaction.js +1 -1
  59. package/dist/cjs/transactions/TransactionData.js +1 -1
  60. package/dist/cjs/transactions/__tests__/Transaction.test.js +1 -1
  61. package/dist/cjs/transactions/__tests__/bcs.test.js +1 -1
  62. package/dist/cjs/transactions/data/internal.d.ts +2 -2
  63. package/dist/cjs/transactions/data/v1.d.ts +2 -2
  64. package/dist/cjs/transactions/data/v1.js +1 -1
  65. package/dist/cjs/transactions/data/v2.d.ts +1 -1
  66. package/dist/cjs/transactions/executor/parallel.js +1 -1
  67. package/dist/cjs/transactions/executor/serial.js +1 -1
  68. package/dist/cjs/transactions/pure.d.ts +1 -1
  69. package/dist/cjs/transactions/pure.js +1 -1
  70. package/dist/cjs/transactions/serializer.d.ts +1 -1
  71. package/dist/cjs/utils/dynamic-fields.js +1 -1
  72. package/dist/cjs/utils/index.d.ts +1 -1
  73. package/dist/cjs/utils/index.js +1 -1
  74. package/dist/cjs/utils/sui-types.js +1 -1
  75. package/dist/cjs/verify/verify.js +1 -1
  76. package/dist/cjs/w/call/arbitration.js +1 -1
  77. package/dist/cjs/w/call/base.js +1 -1
  78. package/dist/cjs/w/call/contact.js +1 -1
  79. package/dist/cjs/w/call/demand.js +1 -1
  80. package/dist/cjs/w/call/guard.js +1 -1
  81. package/dist/cjs/w/call/machine.js +1 -1
  82. package/dist/cjs/w/call/personal.js +1 -1
  83. package/dist/cjs/w/call/repository.js +1 -1
  84. package/dist/cjs/w/call/reward.js +1 -1
  85. package/dist/cjs/w/call/service.js +1 -1
  86. package/dist/cjs/w/call/treasury.js +1 -1
  87. package/dist/cjs/w/local/storage.js +1 -1
  88. package/dist/cjs/w/local/util.js +1 -1
  89. package/dist/cjs/w/local/wip.js +1 -1
  90. package/dist/cjs/w/messenger/messenger-api.js +1 -1
  91. package/dist/cjs/w/messenger/messenger.js +1 -1
  92. package/dist/cjs/w/messenger/pq/crypto.js +1 -1
  93. package/dist/cjs/w/messenger/storage.js +1 -1
  94. package/dist/cjs/w/query/object.js +1 -1
  95. package/dist/esm/_deps/bcs/bcs-type.d.ts +127 -0
  96. package/dist/esm/_deps/bcs/bcs-type.js +1 -0
  97. package/dist/esm/_deps/bcs/bcs.d.ts +49 -0
  98. package/dist/esm/_deps/bcs/bcs.js +1 -0
  99. package/dist/esm/_deps/bcs/index.d.ts +16 -0
  100. package/dist/esm/_deps/bcs/index.js +1 -0
  101. package/dist/esm/_deps/bcs/reader.d.ts +15 -0
  102. package/dist/esm/_deps/bcs/reader.js +1 -0
  103. package/dist/esm/_deps/bcs/types.d.ts +24 -0
  104. package/dist/esm/_deps/bcs/types.js +1 -0
  105. package/dist/esm/_deps/bcs/uleb.d.ts +5 -0
  106. package/dist/esm/_deps/bcs/uleb.js +1 -0
  107. package/dist/esm/_deps/bcs/utils.d.ts +4 -0
  108. package/dist/esm/_deps/bcs/utils.js +1 -0
  109. package/dist/esm/_deps/bcs/writer.d.ts +28 -0
  110. package/dist/esm/_deps/bcs/writer.js +1 -0
  111. package/dist/esm/_deps/utils/b58.d.ts +2 -0
  112. package/dist/esm/_deps/utils/b58.js +1 -0
  113. package/dist/esm/_deps/utils/b64.d.ts +2 -0
  114. package/dist/esm/_deps/utils/b64.js +1 -0
  115. package/dist/esm/_deps/utils/chunk.d.ts +1 -0
  116. package/dist/esm/_deps/utils/chunk.js +1 -0
  117. package/dist/esm/_deps/utils/dataloader.d.ts +43 -0
  118. package/dist/esm/_deps/utils/dataloader.js +1 -0
  119. package/dist/esm/_deps/utils/hex.d.ts +2 -0
  120. package/dist/esm/_deps/utils/hex.js +1 -0
  121. package/dist/esm/_deps/utils/index.d.ts +7 -0
  122. package/dist/esm/_deps/utils/index.js +1 -0
  123. package/dist/esm/_deps/utils/types.d.ts +4 -0
  124. package/dist/esm/_deps/utils/types.js +1 -0
  125. package/dist/esm/_deps/utils/with-resolver.d.ts +6 -0
  126. package/dist/esm/_deps/utils/with-resolver.js +1 -0
  127. package/dist/esm/bcs/bcs.d.ts +245 -245
  128. package/dist/esm/bcs/bcs.js +1 -1
  129. package/dist/esm/bcs/effects.d.ts +193 -193
  130. package/dist/esm/bcs/effects.js +1 -1
  131. package/dist/esm/bcs/index.d.ts +1 -1
  132. package/dist/esm/bcs/index.js +1 -1
  133. package/dist/esm/bcs/pure.d.ts +1 -1
  134. package/dist/esm/bcs/pure.js +1 -1
  135. package/dist/esm/bcs/type-tag-serializer.js +1 -1
  136. package/dist/esm/cryptography/keypair.js +1 -1
  137. package/dist/esm/cryptography/mnemonics.js +1 -1
  138. package/dist/esm/cryptography/publickey.js +1 -1
  139. package/dist/esm/cryptography/signature.js +1 -1
  140. package/dist/esm/experimental/client.d.ts +1 -1
  141. package/dist/esm/grpc/core.js +1 -1
  142. package/dist/esm/jsonRpc/client.js +1 -1
  143. package/dist/esm/jsonRpc/core.js +1 -1
  144. package/dist/esm/jsonRpc/json-rpc-resolver.js +1 -1
  145. package/dist/esm/keypairs/falcon512/publickey.js +1 -1
  146. package/dist/esm/multisig/publickey.js +1 -1
  147. package/dist/esm/multisig/signer.js +1 -1
  148. package/dist/esm/transactions/Commands.js +1 -1
  149. package/dist/esm/transactions/Inputs.d.ts +1 -1
  150. package/dist/esm/transactions/Inputs.js +1 -1
  151. package/dist/esm/transactions/Transaction.d.ts +5 -5
  152. package/dist/esm/transactions/Transaction.js +1 -1
  153. package/dist/esm/transactions/TransactionData.js +1 -1
  154. package/dist/esm/transactions/__tests__/Transaction.test.js +1 -1
  155. package/dist/esm/transactions/__tests__/bcs.test.js +1 -1
  156. package/dist/esm/transactions/data/internal.d.ts +2 -2
  157. package/dist/esm/transactions/data/v1.d.ts +2 -2
  158. package/dist/esm/transactions/data/v1.js +1 -1
  159. package/dist/esm/transactions/data/v2.d.ts +1 -1
  160. package/dist/esm/transactions/executor/parallel.js +1 -1
  161. package/dist/esm/transactions/executor/serial.js +1 -1
  162. package/dist/esm/transactions/pure.d.ts +1 -1
  163. package/dist/esm/transactions/pure.js +1 -1
  164. package/dist/esm/transactions/serializer.d.ts +1 -1
  165. package/dist/esm/utils/dynamic-fields.js +1 -1
  166. package/dist/esm/utils/index.d.ts +1 -1
  167. package/dist/esm/utils/index.js +1 -1
  168. package/dist/esm/utils/sui-types.js +1 -1
  169. package/dist/esm/verify/verify.js +1 -1
  170. package/dist/esm/w/call/arbitration.js +1 -1
  171. package/dist/esm/w/call/base.js +1 -1
  172. package/dist/esm/w/call/contact.js +1 -1
  173. package/dist/esm/w/call/demand.js +1 -1
  174. package/dist/esm/w/call/guard.js +1 -1
  175. package/dist/esm/w/call/machine.js +1 -1
  176. package/dist/esm/w/call/personal.js +1 -1
  177. package/dist/esm/w/call/repository.js +1 -1
  178. package/dist/esm/w/call/reward.js +1 -1
  179. package/dist/esm/w/call/service.js +1 -1
  180. package/dist/esm/w/call/treasury.js +1 -1
  181. package/dist/esm/w/local/storage.js +1 -1
  182. package/dist/esm/w/local/util.js +1 -1
  183. package/dist/esm/w/local/wip.js +1 -1
  184. package/dist/esm/w/messenger/messenger-api.js +1 -1
  185. package/dist/esm/w/messenger/messenger.js +1 -1
  186. package/dist/esm/w/messenger/pq/crypto.js +1 -1
  187. package/dist/esm/w/messenger/storage.js +1 -1
  188. package/dist/esm/w/query/object.js +1 -1
  189. package/package.json +1 -3
@@ -1,29 +1,29 @@
1
- export declare const TransactionEffects: import("@mysten/bcs").BcsEnum<{
2
- V1: import("@mysten/bcs").BcsStruct<{
3
- status: import("@mysten/bcs").BcsEnum<{
1
+ export declare const TransactionEffects: import("./index.js").BcsEnum<{
2
+ V1: import("./index.js").BcsStruct<{
3
+ status: import("./index.js").BcsEnum<{
4
4
  Success: any;
5
- Failed: import("@mysten/bcs").BcsStruct<{
6
- error: import("@mysten/bcs").BcsEnum<{
5
+ Failed: import("./index.js").BcsStruct<{
6
+ error: import("./index.js").BcsEnum<{
7
7
  InsufficientGas: any;
8
8
  InvalidGasObject: any;
9
9
  InvariantViolation: any;
10
10
  FeatureNotYetSupported: any;
11
- MoveObjectTooBig: import("@mysten/bcs").BcsStruct<{
12
- objectSize: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
13
- maxObjectSize: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
11
+ MoveObjectTooBig: import("./index.js").BcsStruct<{
12
+ objectSize: import("./index.js").BcsType<string, string | number | bigint, "u64">;
13
+ maxObjectSize: import("./index.js").BcsType<string, string | number | bigint, "u64">;
14
14
  }, string>;
15
- MovePackageTooBig: import("@mysten/bcs").BcsStruct<{
16
- objectSize: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
17
- maxObjectSize: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
15
+ MovePackageTooBig: import("./index.js").BcsStruct<{
16
+ objectSize: import("./index.js").BcsType<string, string | number | bigint, "u64">;
17
+ maxObjectSize: import("./index.js").BcsType<string, string | number | bigint, "u64">;
18
18
  }, string>;
19
- CircularObjectOwnership: import("@mysten/bcs").BcsStruct<{
20
- object: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
19
+ CircularObjectOwnership: import("./index.js").BcsStruct<{
20
+ object: import("./index.js").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
21
21
  }, string>;
22
22
  InsufficientCoinBalance: any;
23
23
  CoinBalanceOverflow: any;
24
24
  PublishErrorNonZeroAddress: any;
25
25
  SuiMoveVerificationError: any;
26
- MovePrimitiveRuntimeError: import("@mysten/bcs").BcsType<{
26
+ MovePrimitiveRuntimeError: import("./index.js").BcsType<{
27
27
  module: {
28
28
  address: string;
29
29
  name: string;
@@ -40,37 +40,37 @@ export declare const TransactionEffects: import("@mysten/bcs").BcsEnum<{
40
40
  instruction: number;
41
41
  functionName: string;
42
42
  }, `Option<${string}>`>;
43
- MoveAbort: import("@mysten/bcs").BcsTuple<readonly [import("@mysten/bcs").BcsStruct<{
44
- module: import("@mysten/bcs").BcsStruct<{
45
- address: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
46
- name: import("@mysten/bcs").BcsType<string, string, "string">;
43
+ MoveAbort: import("./index.js").BcsTuple<readonly [import("./index.js").BcsStruct<{
44
+ module: import("./index.js").BcsStruct<{
45
+ address: import("./index.js").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
46
+ name: import("./index.js").BcsType<string, string, "string">;
47
47
  }, string>;
48
- function: import("@mysten/bcs").BcsType<number, number, "u16">;
49
- instruction: import("@mysten/bcs").BcsType<number, number, "u16">;
50
- functionName: import("@mysten/bcs").BcsType<string, string, "Option<string>">;
51
- }, string>, import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">], string>;
48
+ function: import("./index.js").BcsType<number, number, "u16">;
49
+ instruction: import("./index.js").BcsType<number, number, "u16">;
50
+ functionName: import("./index.js").BcsType<string, string, "Option<string>">;
51
+ }, string>, import("./index.js").BcsType<string, string | number | bigint, "u64">], string>;
52
52
  VMVerificationOrDeserializationError: any;
53
53
  VMInvariantViolation: any;
54
54
  FunctionNotFound: any;
55
55
  ArityMismatch: any;
56
56
  TypeArityMismatch: any;
57
57
  NonEntryFunctionInvoked: any;
58
- CommandArgumentError: import("@mysten/bcs").BcsStruct<{
59
- argIdx: import("@mysten/bcs").BcsType<number, number, "u16">;
60
- kind: import("@mysten/bcs").BcsEnum<{
58
+ CommandArgumentError: import("./index.js").BcsStruct<{
59
+ argIdx: import("./index.js").BcsType<number, number, "u16">;
60
+ kind: import("./index.js").BcsEnum<{
61
61
  TypeMismatch: any;
62
62
  InvalidBCSBytes: any;
63
63
  InvalidUsageOfPureArg: any;
64
64
  InvalidArgumentToPrivateEntryFunction: any;
65
- IndexOutOfBounds: import("@mysten/bcs").BcsStruct<{
66
- idx: import("@mysten/bcs").BcsType<number, number, "u16">;
65
+ IndexOutOfBounds: import("./index.js").BcsStruct<{
66
+ idx: import("./index.js").BcsType<number, number, "u16">;
67
67
  }, string>;
68
- SecondaryIndexOutOfBounds: import("@mysten/bcs").BcsStruct<{
69
- resultIdx: import("@mysten/bcs").BcsType<number, number, "u16">;
70
- secondaryIdx: import("@mysten/bcs").BcsType<number, number, "u16">;
68
+ SecondaryIndexOutOfBounds: import("./index.js").BcsStruct<{
69
+ resultIdx: import("./index.js").BcsType<number, number, "u16">;
70
+ secondaryIdx: import("./index.js").BcsType<number, number, "u16">;
71
71
  }, string>;
72
- InvalidResultArity: import("@mysten/bcs").BcsStruct<{
73
- resultIdx: import("@mysten/bcs").BcsType<number, number, "u16">;
72
+ InvalidResultArity: import("./index.js").BcsStruct<{
73
+ resultIdx: import("./index.js").BcsType<number, number, "u16">;
74
74
  }, string>;
75
75
  InvalidGasCoinUsage: any;
76
76
  InvalidValueUsage: any;
@@ -79,84 +79,84 @@ export declare const TransactionEffects: import("@mysten/bcs").BcsEnum<{
79
79
  SharedObjectOperationNotAllowed: any;
80
80
  }, "CommandArgumentError">;
81
81
  }, string>;
82
- TypeArgumentError: import("@mysten/bcs").BcsStruct<{
83
- argumentIdx: import("@mysten/bcs").BcsType<number, number, "u16">;
84
- kind: import("@mysten/bcs").BcsEnum<{
82
+ TypeArgumentError: import("./index.js").BcsStruct<{
83
+ argumentIdx: import("./index.js").BcsType<number, number, "u16">;
84
+ kind: import("./index.js").BcsEnum<{
85
85
  TypeNotFound: any;
86
86
  ConstraintNotSatisfied: any;
87
87
  }, "TypeArgumentError">;
88
88
  }, string>;
89
- UnusedValueWithoutDrop: import("@mysten/bcs").BcsStruct<{
90
- resultIdx: import("@mysten/bcs").BcsType<number, number, "u16">;
91
- secondaryIdx: import("@mysten/bcs").BcsType<number, number, "u16">;
89
+ UnusedValueWithoutDrop: import("./index.js").BcsStruct<{
90
+ resultIdx: import("./index.js").BcsType<number, number, "u16">;
91
+ secondaryIdx: import("./index.js").BcsType<number, number, "u16">;
92
92
  }, string>;
93
- InvalidPublicFunctionReturnType: import("@mysten/bcs").BcsStruct<{
94
- idx: import("@mysten/bcs").BcsType<number, number, "u16">;
93
+ InvalidPublicFunctionReturnType: import("./index.js").BcsStruct<{
94
+ idx: import("./index.js").BcsType<number, number, "u16">;
95
95
  }, string>;
96
96
  InvalidTransferObject: any;
97
- EffectsTooLarge: import("@mysten/bcs").BcsStruct<{
98
- currentSize: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
99
- maxSize: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
97
+ EffectsTooLarge: import("./index.js").BcsStruct<{
98
+ currentSize: import("./index.js").BcsType<string, string | number | bigint, "u64">;
99
+ maxSize: import("./index.js").BcsType<string, string | number | bigint, "u64">;
100
100
  }, string>;
101
101
  PublishUpgradeMissingDependency: any;
102
102
  PublishUpgradeDependencyDowngrade: any;
103
- PackageUpgradeError: import("@mysten/bcs").BcsStruct<{
104
- upgradeError: import("@mysten/bcs").BcsEnum<{
105
- UnableToFetchPackage: import("@mysten/bcs").BcsStruct<{
106
- packageId: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
103
+ PackageUpgradeError: import("./index.js").BcsStruct<{
104
+ upgradeError: import("./index.js").BcsEnum<{
105
+ UnableToFetchPackage: import("./index.js").BcsStruct<{
106
+ packageId: import("./index.js").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
107
107
  }, string>;
108
- NotAPackage: import("@mysten/bcs").BcsStruct<{
109
- objectId: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
108
+ NotAPackage: import("./index.js").BcsStruct<{
109
+ objectId: import("./index.js").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
110
110
  }, string>;
111
111
  IncompatibleUpgrade: any;
112
- DigestDoesNotMatch: import("@mysten/bcs").BcsStruct<{
113
- digest: import("@mysten/bcs").BcsType<Uint8Array<ArrayBufferLike>, Iterable<number>, "vector<u8>">;
112
+ DigestDoesNotMatch: import("./index.js").BcsStruct<{
113
+ digest: import("./index.js").BcsType<Uint8Array<ArrayBufferLike>, Iterable<number>, "vector<u8>">;
114
114
  }, string>;
115
- UnknownUpgradePolicy: import("@mysten/bcs").BcsStruct<{
116
- policy: import("@mysten/bcs").BcsType<number, number, "u8">;
115
+ UnknownUpgradePolicy: import("./index.js").BcsStruct<{
116
+ policy: import("./index.js").BcsType<number, number, "u8">;
117
117
  }, string>;
118
- PackageIDDoesNotMatch: import("@mysten/bcs").BcsStruct<{
119
- packageId: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
120
- ticketId: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
118
+ PackageIDDoesNotMatch: import("./index.js").BcsStruct<{
119
+ packageId: import("./index.js").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
120
+ ticketId: import("./index.js").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
121
121
  }, string>;
122
122
  }, "PackageUpgradeError">;
123
123
  }, string>;
124
- WrittenObjectsTooLarge: import("@mysten/bcs").BcsStruct<{
125
- currentSize: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
126
- maxSize: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
124
+ WrittenObjectsTooLarge: import("./index.js").BcsStruct<{
125
+ currentSize: import("./index.js").BcsType<string, string | number | bigint, "u64">;
126
+ maxSize: import("./index.js").BcsType<string, string | number | bigint, "u64">;
127
127
  }, string>;
128
128
  CertificateDenied: any;
129
129
  SuiMoveVerificationTimedout: any;
130
130
  SharedObjectOperationNotAllowed: any;
131
131
  InputObjectDeleted: any;
132
- ExecutionCancelledDueToSharedObjectCongestion: import("@mysten/bcs").BcsStruct<{
133
- congestedObjects: import("@mysten/bcs").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
132
+ ExecutionCancelledDueToSharedObjectCongestion: import("./index.js").BcsStruct<{
133
+ congestedObjects: import("./index.js").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
134
134
  length: number;
135
135
  }, string>;
136
136
  }, string>;
137
- AddressDeniedForCoin: import("@mysten/bcs").BcsStruct<{
138
- address: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
139
- coinType: import("@mysten/bcs").BcsType<string, string, "string">;
137
+ AddressDeniedForCoin: import("./index.js").BcsStruct<{
138
+ address: import("./index.js").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
139
+ coinType: import("./index.js").BcsType<string, string, "string">;
140
140
  }, string>;
141
- CoinTypeGlobalPause: import("@mysten/bcs").BcsStruct<{
142
- coinType: import("@mysten/bcs").BcsType<string, string, "string">;
141
+ CoinTypeGlobalPause: import("./index.js").BcsStruct<{
142
+ coinType: import("./index.js").BcsType<string, string, "string">;
143
143
  }, string>;
144
144
  ExecutionCancelledDueToRandomnessUnavailable: any;
145
145
  }, "ExecutionFailureStatus">;
146
- command: import("@mysten/bcs").BcsType<string, string | number | bigint, "Option<u64>">;
146
+ command: import("./index.js").BcsType<string, string | number | bigint, "Option<u64>">;
147
147
  }, string>;
148
148
  }, "ExecutionStatus">;
149
- executedEpoch: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
150
- gasUsed: import("@mysten/bcs").BcsStruct<{
151
- computationCost: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
152
- storageCost: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
153
- storageRebate: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
154
- nonRefundableStorageFee: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
149
+ executedEpoch: import("./index.js").BcsType<string, string | number | bigint, "u64">;
150
+ gasUsed: import("./index.js").BcsStruct<{
151
+ computationCost: import("./index.js").BcsType<string, string | number | bigint, "u64">;
152
+ storageCost: import("./index.js").BcsType<string, string | number | bigint, "u64">;
153
+ storageRebate: import("./index.js").BcsType<string, string | number | bigint, "u64">;
154
+ nonRefundableStorageFee: import("./index.js").BcsType<string, string | number | bigint, "u64">;
155
155
  }, string>;
156
- modifiedAtVersions: import("@mysten/bcs").BcsType<[string, string][], Iterable<readonly [string | Uint8Array<ArrayBufferLike>, string | number | bigint]> & {
156
+ modifiedAtVersions: import("./index.js").BcsType<[string, string][], Iterable<readonly [string | Uint8Array<ArrayBufferLike>, string | number | bigint]> & {
157
157
  length: number;
158
158
  }, string>;
159
- sharedObjects: import("@mysten/bcs").BcsType<{
159
+ sharedObjects: import("./index.js").BcsType<{
160
160
  objectId: string;
161
161
  version: string;
162
162
  digest: string;
@@ -167,12 +167,12 @@ export declare const TransactionEffects: import("@mysten/bcs").BcsEnum<{
167
167
  }> & {
168
168
  length: number;
169
169
  }, string>;
170
- transactionDigest: import("@mysten/bcs").BcsType<string, string, "ObjectDigest">;
171
- created: import("@mysten/bcs").BcsType<[{
170
+ transactionDigest: import("./index.js").BcsType<string, string, "ObjectDigest">;
171
+ created: import("./index.js").BcsType<[{
172
172
  objectId: string;
173
173
  version: string;
174
174
  digest: string;
175
- }, import("@mysten/bcs").EnumOutputShapeWithKeys<{
175
+ }, import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
176
176
  AddressOwner: string;
177
177
  ObjectOwner: string;
178
178
  Shared: {
@@ -187,7 +187,7 @@ export declare const TransactionEffects: import("@mysten/bcs").BcsEnum<{
187
187
  objectId: string | Uint8Array<ArrayBufferLike>;
188
188
  version: string | number | bigint;
189
189
  digest: string;
190
- }, import("@mysten/bcs").EnumInputShape<{
190
+ }, import("../_deps/bcs/types.js").EnumInputShape<{
191
191
  AddressOwner: string | Uint8Array<ArrayBufferLike>;
192
192
  ObjectOwner: string | Uint8Array<ArrayBufferLike>;
193
193
  Shared: {
@@ -201,11 +201,11 @@ export declare const TransactionEffects: import("@mysten/bcs").BcsEnum<{
201
201
  }>]> & {
202
202
  length: number;
203
203
  }, string>;
204
- mutated: import("@mysten/bcs").BcsType<[{
204
+ mutated: import("./index.js").BcsType<[{
205
205
  objectId: string;
206
206
  version: string;
207
207
  digest: string;
208
- }, import("@mysten/bcs").EnumOutputShapeWithKeys<{
208
+ }, import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
209
209
  AddressOwner: string;
210
210
  ObjectOwner: string;
211
211
  Shared: {
@@ -220,7 +220,7 @@ export declare const TransactionEffects: import("@mysten/bcs").BcsEnum<{
220
220
  objectId: string | Uint8Array<ArrayBufferLike>;
221
221
  version: string | number | bigint;
222
222
  digest: string;
223
- }, import("@mysten/bcs").EnumInputShape<{
223
+ }, import("../_deps/bcs/types.js").EnumInputShape<{
224
224
  AddressOwner: string | Uint8Array<ArrayBufferLike>;
225
225
  ObjectOwner: string | Uint8Array<ArrayBufferLike>;
226
226
  Shared: {
@@ -234,11 +234,11 @@ export declare const TransactionEffects: import("@mysten/bcs").BcsEnum<{
234
234
  }>]> & {
235
235
  length: number;
236
236
  }, string>;
237
- unwrapped: import("@mysten/bcs").BcsType<[{
237
+ unwrapped: import("./index.js").BcsType<[{
238
238
  objectId: string;
239
239
  version: string;
240
240
  digest: string;
241
- }, import("@mysten/bcs").EnumOutputShapeWithKeys<{
241
+ }, import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
242
242
  AddressOwner: string;
243
243
  ObjectOwner: string;
244
244
  Shared: {
@@ -253,7 +253,7 @@ export declare const TransactionEffects: import("@mysten/bcs").BcsEnum<{
253
253
  objectId: string | Uint8Array<ArrayBufferLike>;
254
254
  version: string | number | bigint;
255
255
  digest: string;
256
- }, import("@mysten/bcs").EnumInputShape<{
256
+ }, import("../_deps/bcs/types.js").EnumInputShape<{
257
257
  AddressOwner: string | Uint8Array<ArrayBufferLike>;
258
258
  ObjectOwner: string | Uint8Array<ArrayBufferLike>;
259
259
  Shared: {
@@ -267,7 +267,7 @@ export declare const TransactionEffects: import("@mysten/bcs").BcsEnum<{
267
267
  }>]> & {
268
268
  length: number;
269
269
  }, string>;
270
- deleted: import("@mysten/bcs").BcsType<{
270
+ deleted: import("./index.js").BcsType<{
271
271
  objectId: string;
272
272
  version: string;
273
273
  digest: string;
@@ -278,7 +278,7 @@ export declare const TransactionEffects: import("@mysten/bcs").BcsEnum<{
278
278
  }> & {
279
279
  length: number;
280
280
  }, string>;
281
- unwrappedThenDeleted: import("@mysten/bcs").BcsType<{
281
+ unwrappedThenDeleted: import("./index.js").BcsType<{
282
282
  objectId: string;
283
283
  version: string;
284
284
  digest: string;
@@ -289,7 +289,7 @@ export declare const TransactionEffects: import("@mysten/bcs").BcsEnum<{
289
289
  }> & {
290
290
  length: number;
291
291
  }, string>;
292
- wrapped: import("@mysten/bcs").BcsType<{
292
+ wrapped: import("./index.js").BcsType<{
293
293
  objectId: string;
294
294
  version: string;
295
295
  digest: string;
@@ -300,52 +300,52 @@ export declare const TransactionEffects: import("@mysten/bcs").BcsEnum<{
300
300
  }> & {
301
301
  length: number;
302
302
  }, string>;
303
- gasObject: import("@mysten/bcs").BcsTuple<readonly [import("@mysten/bcs").BcsStruct<{
304
- objectId: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
305
- version: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
306
- digest: import("@mysten/bcs").BcsType<string, string, "ObjectDigest">;
307
- }, string>, import("@mysten/bcs").BcsEnum<{
308
- AddressOwner: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
309
- ObjectOwner: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
310
- Shared: import("@mysten/bcs").BcsStruct<{
311
- initialSharedVersion: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
303
+ gasObject: import("./index.js").BcsTuple<readonly [import("./index.js").BcsStruct<{
304
+ objectId: import("./index.js").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
305
+ version: import("./index.js").BcsType<string, string | number | bigint, "u64">;
306
+ digest: import("./index.js").BcsType<string, string, "ObjectDigest">;
307
+ }, string>, import("./index.js").BcsEnum<{
308
+ AddressOwner: import("./index.js").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
309
+ ObjectOwner: import("./index.js").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
310
+ Shared: import("./index.js").BcsStruct<{
311
+ initialSharedVersion: import("./index.js").BcsType<string, string | number | bigint, "u64">;
312
312
  }, string>;
313
313
  Immutable: any;
314
- ConsensusAddressOwner: import("@mysten/bcs").BcsStruct<{
315
- owner: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
316
- startVersion: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
314
+ ConsensusAddressOwner: import("./index.js").BcsStruct<{
315
+ owner: import("./index.js").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
316
+ startVersion: import("./index.js").BcsType<string, string | number | bigint, "u64">;
317
317
  }, string>;
318
318
  }, "Owner">], string>;
319
- eventsDigest: import("@mysten/bcs").BcsType<string, string, "Option<ObjectDigest>">;
320
- dependencies: import("@mysten/bcs").BcsType<string[], Iterable<string> & {
319
+ eventsDigest: import("./index.js").BcsType<string, string, "Option<ObjectDigest>">;
320
+ dependencies: import("./index.js").BcsType<string[], Iterable<string> & {
321
321
  length: number;
322
322
  }, string>;
323
323
  }, string>;
324
- V2: import("@mysten/bcs").BcsStruct<{
325
- status: import("@mysten/bcs").BcsEnum<{
324
+ V2: import("./index.js").BcsStruct<{
325
+ status: import("./index.js").BcsEnum<{
326
326
  Success: any;
327
- Failed: import("@mysten/bcs").BcsStruct<{
328
- error: import("@mysten/bcs").BcsEnum<{
327
+ Failed: import("./index.js").BcsStruct<{
328
+ error: import("./index.js").BcsEnum<{
329
329
  InsufficientGas: any;
330
330
  InvalidGasObject: any;
331
331
  InvariantViolation: any;
332
332
  FeatureNotYetSupported: any;
333
- MoveObjectTooBig: import("@mysten/bcs").BcsStruct<{
334
- objectSize: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
335
- maxObjectSize: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
333
+ MoveObjectTooBig: import("./index.js").BcsStruct<{
334
+ objectSize: import("./index.js").BcsType<string, string | number | bigint, "u64">;
335
+ maxObjectSize: import("./index.js").BcsType<string, string | number | bigint, "u64">;
336
336
  }, string>;
337
- MovePackageTooBig: import("@mysten/bcs").BcsStruct<{
338
- objectSize: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
339
- maxObjectSize: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
337
+ MovePackageTooBig: import("./index.js").BcsStruct<{
338
+ objectSize: import("./index.js").BcsType<string, string | number | bigint, "u64">;
339
+ maxObjectSize: import("./index.js").BcsType<string, string | number | bigint, "u64">;
340
340
  }, string>;
341
- CircularObjectOwnership: import("@mysten/bcs").BcsStruct<{
342
- object: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
341
+ CircularObjectOwnership: import("./index.js").BcsStruct<{
342
+ object: import("./index.js").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
343
343
  }, string>;
344
344
  InsufficientCoinBalance: any;
345
345
  CoinBalanceOverflow: any;
346
346
  PublishErrorNonZeroAddress: any;
347
347
  SuiMoveVerificationError: any;
348
- MovePrimitiveRuntimeError: import("@mysten/bcs").BcsType<{
348
+ MovePrimitiveRuntimeError: import("./index.js").BcsType<{
349
349
  module: {
350
350
  address: string;
351
351
  name: string;
@@ -362,37 +362,37 @@ export declare const TransactionEffects: import("@mysten/bcs").BcsEnum<{
362
362
  instruction: number;
363
363
  functionName: string;
364
364
  }, `Option<${string}>`>;
365
- MoveAbort: import("@mysten/bcs").BcsTuple<readonly [import("@mysten/bcs").BcsStruct<{
366
- module: import("@mysten/bcs").BcsStruct<{
367
- address: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
368
- name: import("@mysten/bcs").BcsType<string, string, "string">;
365
+ MoveAbort: import("./index.js").BcsTuple<readonly [import("./index.js").BcsStruct<{
366
+ module: import("./index.js").BcsStruct<{
367
+ address: import("./index.js").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
368
+ name: import("./index.js").BcsType<string, string, "string">;
369
369
  }, string>;
370
- function: import("@mysten/bcs").BcsType<number, number, "u16">;
371
- instruction: import("@mysten/bcs").BcsType<number, number, "u16">;
372
- functionName: import("@mysten/bcs").BcsType<string, string, "Option<string>">;
373
- }, string>, import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">], string>;
370
+ function: import("./index.js").BcsType<number, number, "u16">;
371
+ instruction: import("./index.js").BcsType<number, number, "u16">;
372
+ functionName: import("./index.js").BcsType<string, string, "Option<string>">;
373
+ }, string>, import("./index.js").BcsType<string, string | number | bigint, "u64">], string>;
374
374
  VMVerificationOrDeserializationError: any;
375
375
  VMInvariantViolation: any;
376
376
  FunctionNotFound: any;
377
377
  ArityMismatch: any;
378
378
  TypeArityMismatch: any;
379
379
  NonEntryFunctionInvoked: any;
380
- CommandArgumentError: import("@mysten/bcs").BcsStruct<{
381
- argIdx: import("@mysten/bcs").BcsType<number, number, "u16">;
382
- kind: import("@mysten/bcs").BcsEnum<{
380
+ CommandArgumentError: import("./index.js").BcsStruct<{
381
+ argIdx: import("./index.js").BcsType<number, number, "u16">;
382
+ kind: import("./index.js").BcsEnum<{
383
383
  TypeMismatch: any;
384
384
  InvalidBCSBytes: any;
385
385
  InvalidUsageOfPureArg: any;
386
386
  InvalidArgumentToPrivateEntryFunction: any;
387
- IndexOutOfBounds: import("@mysten/bcs").BcsStruct<{
388
- idx: import("@mysten/bcs").BcsType<number, number, "u16">;
387
+ IndexOutOfBounds: import("./index.js").BcsStruct<{
388
+ idx: import("./index.js").BcsType<number, number, "u16">;
389
389
  }, string>;
390
- SecondaryIndexOutOfBounds: import("@mysten/bcs").BcsStruct<{
391
- resultIdx: import("@mysten/bcs").BcsType<number, number, "u16">;
392
- secondaryIdx: import("@mysten/bcs").BcsType<number, number, "u16">;
390
+ SecondaryIndexOutOfBounds: import("./index.js").BcsStruct<{
391
+ resultIdx: import("./index.js").BcsType<number, number, "u16">;
392
+ secondaryIdx: import("./index.js").BcsType<number, number, "u16">;
393
393
  }, string>;
394
- InvalidResultArity: import("@mysten/bcs").BcsStruct<{
395
- resultIdx: import("@mysten/bcs").BcsType<number, number, "u16">;
394
+ InvalidResultArity: import("./index.js").BcsStruct<{
395
+ resultIdx: import("./index.js").BcsType<number, number, "u16">;
396
396
  }, string>;
397
397
  InvalidGasCoinUsage: any;
398
398
  InvalidValueUsage: any;
@@ -401,91 +401,91 @@ export declare const TransactionEffects: import("@mysten/bcs").BcsEnum<{
401
401
  SharedObjectOperationNotAllowed: any;
402
402
  }, "CommandArgumentError">;
403
403
  }, string>;
404
- TypeArgumentError: import("@mysten/bcs").BcsStruct<{
405
- argumentIdx: import("@mysten/bcs").BcsType<number, number, "u16">;
406
- kind: import("@mysten/bcs").BcsEnum<{
404
+ TypeArgumentError: import("./index.js").BcsStruct<{
405
+ argumentIdx: import("./index.js").BcsType<number, number, "u16">;
406
+ kind: import("./index.js").BcsEnum<{
407
407
  TypeNotFound: any;
408
408
  ConstraintNotSatisfied: any;
409
409
  }, "TypeArgumentError">;
410
410
  }, string>;
411
- UnusedValueWithoutDrop: import("@mysten/bcs").BcsStruct<{
412
- resultIdx: import("@mysten/bcs").BcsType<number, number, "u16">;
413
- secondaryIdx: import("@mysten/bcs").BcsType<number, number, "u16">;
411
+ UnusedValueWithoutDrop: import("./index.js").BcsStruct<{
412
+ resultIdx: import("./index.js").BcsType<number, number, "u16">;
413
+ secondaryIdx: import("./index.js").BcsType<number, number, "u16">;
414
414
  }, string>;
415
- InvalidPublicFunctionReturnType: import("@mysten/bcs").BcsStruct<{
416
- idx: import("@mysten/bcs").BcsType<number, number, "u16">;
415
+ InvalidPublicFunctionReturnType: import("./index.js").BcsStruct<{
416
+ idx: import("./index.js").BcsType<number, number, "u16">;
417
417
  }, string>;
418
418
  InvalidTransferObject: any;
419
- EffectsTooLarge: import("@mysten/bcs").BcsStruct<{
420
- currentSize: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
421
- maxSize: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
419
+ EffectsTooLarge: import("./index.js").BcsStruct<{
420
+ currentSize: import("./index.js").BcsType<string, string | number | bigint, "u64">;
421
+ maxSize: import("./index.js").BcsType<string, string | number | bigint, "u64">;
422
422
  }, string>;
423
423
  PublishUpgradeMissingDependency: any;
424
424
  PublishUpgradeDependencyDowngrade: any;
425
- PackageUpgradeError: import("@mysten/bcs").BcsStruct<{
426
- upgradeError: import("@mysten/bcs").BcsEnum<{
427
- UnableToFetchPackage: import("@mysten/bcs").BcsStruct<{
428
- packageId: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
425
+ PackageUpgradeError: import("./index.js").BcsStruct<{
426
+ upgradeError: import("./index.js").BcsEnum<{
427
+ UnableToFetchPackage: import("./index.js").BcsStruct<{
428
+ packageId: import("./index.js").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
429
429
  }, string>;
430
- NotAPackage: import("@mysten/bcs").BcsStruct<{
431
- objectId: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
430
+ NotAPackage: import("./index.js").BcsStruct<{
431
+ objectId: import("./index.js").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
432
432
  }, string>;
433
433
  IncompatibleUpgrade: any;
434
- DigestDoesNotMatch: import("@mysten/bcs").BcsStruct<{
435
- digest: import("@mysten/bcs").BcsType<Uint8Array<ArrayBufferLike>, Iterable<number>, "vector<u8>">;
434
+ DigestDoesNotMatch: import("./index.js").BcsStruct<{
435
+ digest: import("./index.js").BcsType<Uint8Array<ArrayBufferLike>, Iterable<number>, "vector<u8>">;
436
436
  }, string>;
437
- UnknownUpgradePolicy: import("@mysten/bcs").BcsStruct<{
438
- policy: import("@mysten/bcs").BcsType<number, number, "u8">;
437
+ UnknownUpgradePolicy: import("./index.js").BcsStruct<{
438
+ policy: import("./index.js").BcsType<number, number, "u8">;
439
439
  }, string>;
440
- PackageIDDoesNotMatch: import("@mysten/bcs").BcsStruct<{
441
- packageId: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
442
- ticketId: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
440
+ PackageIDDoesNotMatch: import("./index.js").BcsStruct<{
441
+ packageId: import("./index.js").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
442
+ ticketId: import("./index.js").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
443
443
  }, string>;
444
444
  }, "PackageUpgradeError">;
445
445
  }, string>;
446
- WrittenObjectsTooLarge: import("@mysten/bcs").BcsStruct<{
447
- currentSize: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
448
- maxSize: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
446
+ WrittenObjectsTooLarge: import("./index.js").BcsStruct<{
447
+ currentSize: import("./index.js").BcsType<string, string | number | bigint, "u64">;
448
+ maxSize: import("./index.js").BcsType<string, string | number | bigint, "u64">;
449
449
  }, string>;
450
450
  CertificateDenied: any;
451
451
  SuiMoveVerificationTimedout: any;
452
452
  SharedObjectOperationNotAllowed: any;
453
453
  InputObjectDeleted: any;
454
- ExecutionCancelledDueToSharedObjectCongestion: import("@mysten/bcs").BcsStruct<{
455
- congestedObjects: import("@mysten/bcs").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
454
+ ExecutionCancelledDueToSharedObjectCongestion: import("./index.js").BcsStruct<{
455
+ congestedObjects: import("./index.js").BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
456
456
  length: number;
457
457
  }, string>;
458
458
  }, string>;
459
- AddressDeniedForCoin: import("@mysten/bcs").BcsStruct<{
460
- address: import("@mysten/bcs").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
461
- coinType: import("@mysten/bcs").BcsType<string, string, "string">;
459
+ AddressDeniedForCoin: import("./index.js").BcsStruct<{
460
+ address: import("./index.js").BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
461
+ coinType: import("./index.js").BcsType<string, string, "string">;
462
462
  }, string>;
463
- CoinTypeGlobalPause: import("@mysten/bcs").BcsStruct<{
464
- coinType: import("@mysten/bcs").BcsType<string, string, "string">;
463
+ CoinTypeGlobalPause: import("./index.js").BcsStruct<{
464
+ coinType: import("./index.js").BcsType<string, string, "string">;
465
465
  }, string>;
466
466
  ExecutionCancelledDueToRandomnessUnavailable: any;
467
467
  }, "ExecutionFailureStatus">;
468
- command: import("@mysten/bcs").BcsType<string, string | number | bigint, "Option<u64>">;
468
+ command: import("./index.js").BcsType<string, string | number | bigint, "Option<u64>">;
469
469
  }, string>;
470
470
  }, "ExecutionStatus">;
471
- executedEpoch: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
472
- gasUsed: import("@mysten/bcs").BcsStruct<{
473
- computationCost: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
474
- storageCost: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
475
- storageRebate: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
476
- nonRefundableStorageFee: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
471
+ executedEpoch: import("./index.js").BcsType<string, string | number | bigint, "u64">;
472
+ gasUsed: import("./index.js").BcsStruct<{
473
+ computationCost: import("./index.js").BcsType<string, string | number | bigint, "u64">;
474
+ storageCost: import("./index.js").BcsType<string, string | number | bigint, "u64">;
475
+ storageRebate: import("./index.js").BcsType<string, string | number | bigint, "u64">;
476
+ nonRefundableStorageFee: import("./index.js").BcsType<string, string | number | bigint, "u64">;
477
477
  }, string>;
478
- transactionDigest: import("@mysten/bcs").BcsType<string, string, "ObjectDigest">;
479
- gasObjectIndex: import("@mysten/bcs").BcsType<number, number, "Option<u32>">;
480
- eventsDigest: import("@mysten/bcs").BcsType<string, string, "Option<ObjectDigest>">;
481
- dependencies: import("@mysten/bcs").BcsType<string[], Iterable<string> & {
478
+ transactionDigest: import("./index.js").BcsType<string, string, "ObjectDigest">;
479
+ gasObjectIndex: import("./index.js").BcsType<number, number, "Option<u32>">;
480
+ eventsDigest: import("./index.js").BcsType<string, string, "Option<ObjectDigest>">;
481
+ dependencies: import("./index.js").BcsType<string[], Iterable<string> & {
482
482
  length: number;
483
483
  }, string>;
484
- lamportVersion: import("@mysten/bcs").BcsType<string, string | number | bigint, "u64">;
485
- changedObjects: import("@mysten/bcs").BcsType<[string, {
486
- inputState: import("@mysten/bcs").EnumOutputShapeWithKeys<{
484
+ lamportVersion: import("./index.js").BcsType<string, string | number | bigint, "u64">;
485
+ changedObjects: import("./index.js").BcsType<[string, {
486
+ inputState: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
487
487
  NotExist: unknown;
488
- Exist: [[string, string], import("@mysten/bcs").EnumOutputShapeWithKeys<{
488
+ Exist: [[string, string], import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
489
489
  AddressOwner: string;
490
490
  ObjectOwner: string;
491
491
  Shared: {
@@ -498,9 +498,9 @@ export declare const TransactionEffects: import("@mysten/bcs").BcsEnum<{
498
498
  };
499
499
  }, "AddressOwner" | "ObjectOwner" | "Shared" | "Immutable" | "ConsensusAddressOwner">];
500
500
  }, "NotExist" | "Exist">;
501
- outputState: import("@mysten/bcs").EnumOutputShapeWithKeys<{
501
+ outputState: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
502
502
  NotExist: unknown;
503
- ObjectWrite: [string, import("@mysten/bcs").EnumOutputShapeWithKeys<{
503
+ ObjectWrite: [string, import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
504
504
  AddressOwner: string;
505
505
  ObjectOwner: string;
506
506
  Shared: {
@@ -514,15 +514,15 @@ export declare const TransactionEffects: import("@mysten/bcs").BcsEnum<{
514
514
  }, "AddressOwner" | "ObjectOwner" | "Shared" | "Immutable" | "ConsensusAddressOwner">];
515
515
  PackageWrite: [string, string];
516
516
  }, "NotExist" | "ObjectWrite" | "PackageWrite">;
517
- idOperation: import("@mysten/bcs").EnumOutputShapeWithKeys<{
517
+ idOperation: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
518
518
  None: unknown;
519
519
  Created: unknown;
520
520
  Deleted: unknown;
521
521
  }, "None" | "Created" | "Deleted">;
522
522
  }][], Iterable<readonly [string | Uint8Array<ArrayBufferLike>, {
523
- inputState: import("@mysten/bcs").EnumInputShape<{
523
+ inputState: import("../_deps/bcs/types.js").EnumInputShape<{
524
524
  NotExist: unknown;
525
- Exist: readonly [readonly [string | number | bigint, string], import("@mysten/bcs").EnumInputShape<{
525
+ Exist: readonly [readonly [string | number | bigint, string], import("../_deps/bcs/types.js").EnumInputShape<{
526
526
  AddressOwner: string | Uint8Array<ArrayBufferLike>;
527
527
  ObjectOwner: string | Uint8Array<ArrayBufferLike>;
528
528
  Shared: {
@@ -535,9 +535,9 @@ export declare const TransactionEffects: import("@mysten/bcs").BcsEnum<{
535
535
  };
536
536
  }>];
537
537
  }>;
538
- outputState: import("@mysten/bcs").EnumInputShape<{
538
+ outputState: import("../_deps/bcs/types.js").EnumInputShape<{
539
539
  NotExist: unknown;
540
- ObjectWrite: readonly [string, import("@mysten/bcs").EnumInputShape<{
540
+ ObjectWrite: readonly [string, import("../_deps/bcs/types.js").EnumInputShape<{
541
541
  AddressOwner: string | Uint8Array<ArrayBufferLike>;
542
542
  ObjectOwner: string | Uint8Array<ArrayBufferLike>;
543
543
  Shared: {
@@ -551,7 +551,7 @@ export declare const TransactionEffects: import("@mysten/bcs").BcsEnum<{
551
551
  }>];
552
552
  PackageWrite: readonly [string | number | bigint, string];
553
553
  }>;
554
- idOperation: import("@mysten/bcs").EnumInputShape<{
554
+ idOperation: import("../_deps/bcs/types.js").EnumInputShape<{
555
555
  None: unknown;
556
556
  Created: unknown;
557
557
  Deleted: unknown;
@@ -559,13 +559,13 @@ export declare const TransactionEffects: import("@mysten/bcs").BcsEnum<{
559
559
  }]> & {
560
560
  length: number;
561
561
  }, string>;
562
- unchangedSharedObjects: import("@mysten/bcs").BcsType<[string, import("@mysten/bcs").EnumOutputShapeWithKeys<{
562
+ unchangedSharedObjects: import("./index.js").BcsType<[string, import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
563
563
  ReadOnlyRoot: [string, string];
564
564
  MutateDeleted: string;
565
565
  ReadDeleted: string;
566
566
  Cancelled: string;
567
567
  PerEpochConfig: unknown;
568
- }, "ReadOnlyRoot" | "MutateDeleted" | "ReadDeleted" | "Cancelled" | "PerEpochConfig">][], Iterable<readonly [string | Uint8Array<ArrayBufferLike>, import("@mysten/bcs").EnumInputShape<{
568
+ }, "ReadOnlyRoot" | "MutateDeleted" | "ReadDeleted" | "Cancelled" | "PerEpochConfig">][], Iterable<readonly [string | Uint8Array<ArrayBufferLike>, import("../_deps/bcs/types.js").EnumInputShape<{
569
569
  ReadOnlyRoot: readonly [string | number | bigint, string];
570
570
  MutateDeleted: string | number | bigint;
571
571
  ReadDeleted: string | number | bigint;
@@ -574,6 +574,6 @@ export declare const TransactionEffects: import("@mysten/bcs").BcsEnum<{
574
574
  }>]> & {
575
575
  length: number;
576
576
  }, string>;
577
- auxDataDigest: import("@mysten/bcs").BcsType<string, string, "Option<ObjectDigest>">;
577
+ auxDataDigest: import("./index.js").BcsType<string, string, "Option<ObjectDigest>">;
578
578
  }, string>;
579
579
  }, "TransactionEffects">;