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,62 +1,62 @@
1
- import type { BcsType } from "@mysten/bcs";
1
+ import type { BcsType } from "../_deps/bcs/index.js";
2
2
  import type { TypeTag as TypeTagType } from "./types.js";
3
3
  export declare const Address: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
4
4
  export declare const ObjectDigest: BcsType<string, string, "ObjectDigest">;
5
- export declare const SuiObjectRef: import("@mysten/bcs").BcsStruct<{
5
+ export declare const SuiObjectRef: import("../_deps/bcs/bcs-type.js").BcsStruct<{
6
6
  objectId: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
7
7
  version: BcsType<string, string | number | bigint, "u64">;
8
8
  digest: BcsType<string, string, "ObjectDigest">;
9
9
  }, string>;
10
- export declare const SharedObjectRef: import("@mysten/bcs").BcsStruct<{
10
+ export declare const SharedObjectRef: import("../_deps/bcs/bcs-type.js").BcsStruct<{
11
11
  objectId: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
12
12
  initialSharedVersion: BcsType<string, string | number | bigint, "u64">;
13
13
  mutable: BcsType<boolean, boolean, "bool">;
14
14
  }, string>;
15
- export declare const ObjectArg: import("@mysten/bcs").BcsEnum<{
16
- ImmOrOwnedObject: import("@mysten/bcs").BcsStruct<{
15
+ export declare const ObjectArg: import("../_deps/bcs/bcs-type.js").BcsEnum<{
16
+ ImmOrOwnedObject: import("../_deps/bcs/bcs-type.js").BcsStruct<{
17
17
  objectId: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
18
18
  version: BcsType<string, string | number | bigint, "u64">;
19
19
  digest: BcsType<string, string, "ObjectDigest">;
20
20
  }, string>;
21
- SharedObject: import("@mysten/bcs").BcsStruct<{
21
+ SharedObject: import("../_deps/bcs/bcs-type.js").BcsStruct<{
22
22
  objectId: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
23
23
  initialSharedVersion: BcsType<string, string | number | bigint, "u64">;
24
24
  mutable: BcsType<boolean, boolean, "bool">;
25
25
  }, string>;
26
- Receiving: import("@mysten/bcs").BcsStruct<{
26
+ Receiving: import("../_deps/bcs/bcs-type.js").BcsStruct<{
27
27
  objectId: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
28
28
  version: BcsType<string, string | number | bigint, "u64">;
29
29
  digest: BcsType<string, string, "ObjectDigest">;
30
30
  }, string>;
31
31
  }, "ObjectArg">;
32
- export declare const Owner: import("@mysten/bcs").BcsEnum<{
32
+ export declare const Owner: import("../_deps/bcs/bcs-type.js").BcsEnum<{
33
33
  AddressOwner: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
34
34
  ObjectOwner: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
35
- Shared: import("@mysten/bcs").BcsStruct<{
35
+ Shared: import("../_deps/bcs/bcs-type.js").BcsStruct<{
36
36
  initialSharedVersion: BcsType<string, string | number | bigint, "u64">;
37
37
  }, string>;
38
38
  Immutable: any;
39
- ConsensusAddressOwner: import("@mysten/bcs").BcsStruct<{
39
+ ConsensusAddressOwner: import("../_deps/bcs/bcs-type.js").BcsStruct<{
40
40
  owner: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
41
41
  startVersion: BcsType<string, string | number | bigint, "u64">;
42
42
  }, string>;
43
43
  }, "Owner">;
44
- export declare const CallArg: import("@mysten/bcs").BcsEnum<{
45
- Pure: import("@mysten/bcs").BcsStruct<{
44
+ export declare const CallArg: import("../_deps/bcs/bcs-type.js").BcsEnum<{
45
+ Pure: import("../_deps/bcs/bcs-type.js").BcsStruct<{
46
46
  bytes: BcsType<string, string | Uint8Array<ArrayBufferLike>, string>;
47
47
  }, string>;
48
- Object: import("@mysten/bcs").BcsEnum<{
49
- ImmOrOwnedObject: import("@mysten/bcs").BcsStruct<{
48
+ Object: import("../_deps/bcs/bcs-type.js").BcsEnum<{
49
+ ImmOrOwnedObject: import("../_deps/bcs/bcs-type.js").BcsStruct<{
50
50
  objectId: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
51
51
  version: BcsType<string, string | number | bigint, "u64">;
52
52
  digest: BcsType<string, string, "ObjectDigest">;
53
53
  }, string>;
54
- SharedObject: import("@mysten/bcs").BcsStruct<{
54
+ SharedObject: import("../_deps/bcs/bcs-type.js").BcsStruct<{
55
55
  objectId: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
56
56
  initialSharedVersion: BcsType<string, string | number | bigint, "u64">;
57
57
  mutable: BcsType<boolean, boolean, "bool">;
58
58
  }, string>;
59
- Receiving: import("@mysten/bcs").BcsStruct<{
59
+ Receiving: import("../_deps/bcs/bcs-type.js").BcsStruct<{
60
60
  objectId: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
61
61
  version: BcsType<string, string | number | bigint, "u64">;
62
62
  digest: BcsType<string, string, "ObjectDigest">;
@@ -64,25 +64,25 @@ export declare const CallArg: import("@mysten/bcs").BcsEnum<{
64
64
  }, "ObjectArg">;
65
65
  }, "CallArg">;
66
66
  export declare const TypeTag: BcsType<string, string | TypeTagType, string>;
67
- export declare const Argument: import("@mysten/bcs").BcsEnum<{
67
+ export declare const Argument: import("../_deps/bcs/bcs-type.js").BcsEnum<{
68
68
  GasCoin: any;
69
69
  Input: BcsType<number, number, "u16">;
70
70
  Result: BcsType<number, number, "u16">;
71
- NestedResult: import("@mysten/bcs").BcsTuple<readonly [BcsType<number, number, "u16">, BcsType<number, number, "u16">], string>;
71
+ NestedResult: import("../_deps/bcs/bcs-type.js").BcsTuple<readonly [BcsType<number, number, "u16">, BcsType<number, number, "u16">], string>;
72
72
  }, "Argument">;
73
- export declare const ProgrammableMoveCall: import("@mysten/bcs").BcsStruct<{
73
+ export declare const ProgrammableMoveCall: import("../_deps/bcs/bcs-type.js").BcsStruct<{
74
74
  package: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
75
75
  module: BcsType<string, string, "string">;
76
76
  function: BcsType<string, string, "string">;
77
77
  typeArguments: BcsType<string[], Iterable<string | TypeTagType> & {
78
78
  length: number;
79
79
  }, string>;
80
- arguments: BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
80
+ arguments: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
81
81
  GasCoin: unknown;
82
82
  Input: number;
83
83
  Result: number;
84
84
  NestedResult: [number, number];
85
- }, "GasCoin" | "Input" | "Result" | "NestedResult">[], Iterable<import("@mysten/bcs").EnumInputShape<{
85
+ }, "GasCoin" | "Input" | "Result" | "NestedResult">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
86
86
  GasCoin: unknown;
87
87
  Input: number;
88
88
  Result: number;
@@ -91,20 +91,20 @@ export declare const ProgrammableMoveCall: import("@mysten/bcs").BcsStruct<{
91
91
  length: number;
92
92
  }, string>;
93
93
  }, string>;
94
- export declare const Command: import("@mysten/bcs").BcsEnum<{
95
- MoveCall: import("@mysten/bcs").BcsStruct<{
94
+ export declare const Command: import("../_deps/bcs/bcs-type.js").BcsEnum<{
95
+ MoveCall: import("../_deps/bcs/bcs-type.js").BcsStruct<{
96
96
  package: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
97
97
  module: BcsType<string, string, "string">;
98
98
  function: BcsType<string, string, "string">;
99
99
  typeArguments: BcsType<string[], Iterable<string | TypeTagType> & {
100
100
  length: number;
101
101
  }, string>;
102
- arguments: BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
102
+ arguments: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
103
103
  GasCoin: unknown;
104
104
  Input: number;
105
105
  Result: number;
106
106
  NestedResult: [number, number];
107
- }, "GasCoin" | "Input" | "Result" | "NestedResult">[], Iterable<import("@mysten/bcs").EnumInputShape<{
107
+ }, "GasCoin" | "Input" | "Result" | "NestedResult">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
108
108
  GasCoin: unknown;
109
109
  Input: number;
110
110
  Result: number;
@@ -113,13 +113,13 @@ export declare const Command: import("@mysten/bcs").BcsEnum<{
113
113
  length: number;
114
114
  }, string>;
115
115
  }, string>;
116
- TransferObjects: import("@mysten/bcs").BcsStruct<{
117
- objects: BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
116
+ TransferObjects: import("../_deps/bcs/bcs-type.js").BcsStruct<{
117
+ objects: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
118
118
  GasCoin: unknown;
119
119
  Input: number;
120
120
  Result: number;
121
121
  NestedResult: [number, number];
122
- }, "GasCoin" | "Input" | "Result" | "NestedResult">[], Iterable<import("@mysten/bcs").EnumInputShape<{
122
+ }, "GasCoin" | "Input" | "Result" | "NestedResult">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
123
123
  GasCoin: unknown;
124
124
  Input: number;
125
125
  Result: number;
@@ -127,26 +127,26 @@ export declare const Command: import("@mysten/bcs").BcsEnum<{
127
127
  }>> & {
128
128
  length: number;
129
129
  }, string>;
130
- address: import("@mysten/bcs").BcsEnum<{
130
+ address: import("../_deps/bcs/bcs-type.js").BcsEnum<{
131
131
  GasCoin: any;
132
132
  Input: BcsType<number, number, "u16">;
133
133
  Result: BcsType<number, number, "u16">;
134
- NestedResult: import("@mysten/bcs").BcsTuple<readonly [BcsType<number, number, "u16">, BcsType<number, number, "u16">], string>;
134
+ NestedResult: import("../_deps/bcs/bcs-type.js").BcsTuple<readonly [BcsType<number, number, "u16">, BcsType<number, number, "u16">], string>;
135
135
  }, "Argument">;
136
136
  }, string>;
137
- SplitCoins: import("@mysten/bcs").BcsStruct<{
138
- coin: import("@mysten/bcs").BcsEnum<{
137
+ SplitCoins: import("../_deps/bcs/bcs-type.js").BcsStruct<{
138
+ coin: import("../_deps/bcs/bcs-type.js").BcsEnum<{
139
139
  GasCoin: any;
140
140
  Input: BcsType<number, number, "u16">;
141
141
  Result: BcsType<number, number, "u16">;
142
- NestedResult: import("@mysten/bcs").BcsTuple<readonly [BcsType<number, number, "u16">, BcsType<number, number, "u16">], string>;
142
+ NestedResult: import("../_deps/bcs/bcs-type.js").BcsTuple<readonly [BcsType<number, number, "u16">, BcsType<number, number, "u16">], string>;
143
143
  }, "Argument">;
144
- amounts: BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
144
+ amounts: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
145
145
  GasCoin: unknown;
146
146
  Input: number;
147
147
  Result: number;
148
148
  NestedResult: [number, number];
149
- }, "GasCoin" | "Input" | "Result" | "NestedResult">[], Iterable<import("@mysten/bcs").EnumInputShape<{
149
+ }, "GasCoin" | "Input" | "Result" | "NestedResult">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
150
150
  GasCoin: unknown;
151
151
  Input: number;
152
152
  Result: number;
@@ -155,19 +155,19 @@ export declare const Command: import("@mysten/bcs").BcsEnum<{
155
155
  length: number;
156
156
  }, string>;
157
157
  }, string>;
158
- MergeCoins: import("@mysten/bcs").BcsStruct<{
159
- destination: import("@mysten/bcs").BcsEnum<{
158
+ MergeCoins: import("../_deps/bcs/bcs-type.js").BcsStruct<{
159
+ destination: import("../_deps/bcs/bcs-type.js").BcsEnum<{
160
160
  GasCoin: any;
161
161
  Input: BcsType<number, number, "u16">;
162
162
  Result: BcsType<number, number, "u16">;
163
- NestedResult: import("@mysten/bcs").BcsTuple<readonly [BcsType<number, number, "u16">, BcsType<number, number, "u16">], string>;
163
+ NestedResult: import("../_deps/bcs/bcs-type.js").BcsTuple<readonly [BcsType<number, number, "u16">, BcsType<number, number, "u16">], string>;
164
164
  }, "Argument">;
165
- sources: BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
165
+ sources: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
166
166
  GasCoin: unknown;
167
167
  Input: number;
168
168
  Result: number;
169
169
  NestedResult: [number, number];
170
- }, "GasCoin" | "Input" | "Result" | "NestedResult">[], Iterable<import("@mysten/bcs").EnumInputShape<{
170
+ }, "GasCoin" | "Input" | "Result" | "NestedResult">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
171
171
  GasCoin: unknown;
172
172
  Input: number;
173
173
  Result: number;
@@ -176,7 +176,7 @@ export declare const Command: import("@mysten/bcs").BcsEnum<{
176
176
  length: number;
177
177
  }, string>;
178
178
  }, string>;
179
- Publish: import("@mysten/bcs").BcsStruct<{
179
+ Publish: import("../_deps/bcs/bcs-type.js").BcsStruct<{
180
180
  modules: BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
181
181
  length: number;
182
182
  }, string>;
@@ -184,14 +184,14 @@ export declare const Command: import("@mysten/bcs").BcsEnum<{
184
184
  length: number;
185
185
  }, string>;
186
186
  }, string>;
187
- MakeMoveVec: import("@mysten/bcs").BcsStruct<{
187
+ MakeMoveVec: import("../_deps/bcs/bcs-type.js").BcsStruct<{
188
188
  type: BcsType<string, string, string>;
189
- elements: BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
189
+ elements: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
190
190
  GasCoin: unknown;
191
191
  Input: number;
192
192
  Result: number;
193
193
  NestedResult: [number, number];
194
- }, "GasCoin" | "Input" | "Result" | "NestedResult">[], Iterable<import("@mysten/bcs").EnumInputShape<{
194
+ }, "GasCoin" | "Input" | "Result" | "NestedResult">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
195
195
  GasCoin: unknown;
196
196
  Input: number;
197
197
  Result: number;
@@ -200,7 +200,7 @@ export declare const Command: import("@mysten/bcs").BcsEnum<{
200
200
  length: number;
201
201
  }, string>;
202
202
  }, string>;
203
- Upgrade: import("@mysten/bcs").BcsStruct<{
203
+ Upgrade: import("../_deps/bcs/bcs-type.js").BcsStruct<{
204
204
  modules: BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
205
205
  length: number;
206
206
  }, string>;
@@ -208,20 +208,20 @@ export declare const Command: import("@mysten/bcs").BcsEnum<{
208
208
  length: number;
209
209
  }, string>;
210
210
  package: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
211
- ticket: import("@mysten/bcs").BcsEnum<{
211
+ ticket: import("../_deps/bcs/bcs-type.js").BcsEnum<{
212
212
  GasCoin: any;
213
213
  Input: BcsType<number, number, "u16">;
214
214
  Result: BcsType<number, number, "u16">;
215
- NestedResult: import("@mysten/bcs").BcsTuple<readonly [BcsType<number, number, "u16">, BcsType<number, number, "u16">], string>;
215
+ NestedResult: import("../_deps/bcs/bcs-type.js").BcsTuple<readonly [BcsType<number, number, "u16">, BcsType<number, number, "u16">], string>;
216
216
  }, "Argument">;
217
217
  }, string>;
218
218
  }, "Command">;
219
- export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
220
- inputs: BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
219
+ export declare const ProgrammableTransaction: import("../_deps/bcs/bcs-type.js").BcsStruct<{
220
+ inputs: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
221
221
  Pure: {
222
222
  bytes: string;
223
223
  };
224
- Object: import("@mysten/bcs").EnumOutputShapeWithKeys<{
224
+ Object: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
225
225
  ImmOrOwnedObject: {
226
226
  objectId: string;
227
227
  version: string;
@@ -238,11 +238,11 @@ export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
238
238
  digest: string;
239
239
  };
240
240
  }, "ImmOrOwnedObject" | "SharedObject" | "Receiving">;
241
- }, "Object" | "Pure">[], Iterable<import("@mysten/bcs").EnumInputShape<{
241
+ }, "Object" | "Pure">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
242
242
  Pure: {
243
243
  bytes: string | Uint8Array<ArrayBufferLike>;
244
244
  };
245
- Object: import("@mysten/bcs").EnumInputShape<{
245
+ Object: import("../_deps/bcs/types.js").EnumInputShape<{
246
246
  ImmOrOwnedObject: {
247
247
  objectId: string | Uint8Array<ArrayBufferLike>;
248
248
  version: string | number | bigint;
@@ -262,13 +262,13 @@ export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
262
262
  }>> & {
263
263
  length: number;
264
264
  }, string>;
265
- commands: BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
265
+ commands: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
266
266
  MoveCall: {
267
267
  package: string;
268
268
  module: string;
269
269
  function: string;
270
270
  typeArguments: string[];
271
- arguments: import("@mysten/bcs").EnumOutputShapeWithKeys<{
271
+ arguments: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
272
272
  GasCoin: unknown;
273
273
  Input: number;
274
274
  Result: number;
@@ -276,13 +276,13 @@ export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
276
276
  }, "GasCoin" | "Input" | "Result" | "NestedResult">[];
277
277
  };
278
278
  TransferObjects: {
279
- objects: import("@mysten/bcs").EnumOutputShapeWithKeys<{
279
+ objects: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
280
280
  GasCoin: unknown;
281
281
  Input: number;
282
282
  Result: number;
283
283
  NestedResult: [number, number];
284
284
  }, "GasCoin" | "Input" | "Result" | "NestedResult">[];
285
- address: import("@mysten/bcs").EnumOutputShapeWithKeys<{
285
+ address: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
286
286
  GasCoin: unknown;
287
287
  Input: number;
288
288
  Result: number;
@@ -290,13 +290,13 @@ export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
290
290
  }, "GasCoin" | "Input" | "Result" | "NestedResult">;
291
291
  };
292
292
  SplitCoins: {
293
- coin: import("@mysten/bcs").EnumOutputShapeWithKeys<{
293
+ coin: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
294
294
  GasCoin: unknown;
295
295
  Input: number;
296
296
  Result: number;
297
297
  NestedResult: [number, number];
298
298
  }, "GasCoin" | "Input" | "Result" | "NestedResult">;
299
- amounts: import("@mysten/bcs").EnumOutputShapeWithKeys<{
299
+ amounts: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
300
300
  GasCoin: unknown;
301
301
  Input: number;
302
302
  Result: number;
@@ -304,13 +304,13 @@ export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
304
304
  }, "GasCoin" | "Input" | "Result" | "NestedResult">[];
305
305
  };
306
306
  MergeCoins: {
307
- destination: import("@mysten/bcs").EnumOutputShapeWithKeys<{
307
+ destination: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
308
308
  GasCoin: unknown;
309
309
  Input: number;
310
310
  Result: number;
311
311
  NestedResult: [number, number];
312
312
  }, "GasCoin" | "Input" | "Result" | "NestedResult">;
313
- sources: import("@mysten/bcs").EnumOutputShapeWithKeys<{
313
+ sources: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
314
314
  GasCoin: unknown;
315
315
  Input: number;
316
316
  Result: number;
@@ -323,7 +323,7 @@ export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
323
323
  };
324
324
  MakeMoveVec: {
325
325
  type: string;
326
- elements: import("@mysten/bcs").EnumOutputShapeWithKeys<{
326
+ elements: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
327
327
  GasCoin: unknown;
328
328
  Input: number;
329
329
  Result: number;
@@ -334,14 +334,14 @@ export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
334
334
  modules: string[];
335
335
  dependencies: string[];
336
336
  package: string;
337
- ticket: import("@mysten/bcs").EnumOutputShapeWithKeys<{
337
+ ticket: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
338
338
  GasCoin: unknown;
339
339
  Input: number;
340
340
  Result: number;
341
341
  NestedResult: [number, number];
342
342
  }, "GasCoin" | "Input" | "Result" | "NestedResult">;
343
343
  };
344
- }, "MoveCall" | "TransferObjects" | "SplitCoins" | "MergeCoins" | "Publish" | "MakeMoveVec" | "Upgrade">[], Iterable<import("@mysten/bcs").EnumInputShape<{
344
+ }, "MoveCall" | "TransferObjects" | "SplitCoins" | "MergeCoins" | "Publish" | "MakeMoveVec" | "Upgrade">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
345
345
  MoveCall: {
346
346
  package: string | Uint8Array<ArrayBufferLike>;
347
347
  module: string;
@@ -349,7 +349,7 @@ export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
349
349
  typeArguments: Iterable<string | TypeTagType> & {
350
350
  length: number;
351
351
  };
352
- arguments: Iterable<import("@mysten/bcs").EnumInputShape<{
352
+ arguments: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
353
353
  GasCoin: unknown;
354
354
  Input: number;
355
355
  Result: number;
@@ -359,7 +359,7 @@ export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
359
359
  };
360
360
  };
361
361
  TransferObjects: {
362
- objects: Iterable<import("@mysten/bcs").EnumInputShape<{
362
+ objects: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
363
363
  GasCoin: unknown;
364
364
  Input: number;
365
365
  Result: number;
@@ -367,7 +367,7 @@ export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
367
367
  }>> & {
368
368
  length: number;
369
369
  };
370
- address: import("@mysten/bcs").EnumInputShape<{
370
+ address: import("../_deps/bcs/types.js").EnumInputShape<{
371
371
  GasCoin: unknown;
372
372
  Input: number;
373
373
  Result: number;
@@ -375,13 +375,13 @@ export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
375
375
  }>;
376
376
  };
377
377
  SplitCoins: {
378
- coin: import("@mysten/bcs").EnumInputShape<{
378
+ coin: import("../_deps/bcs/types.js").EnumInputShape<{
379
379
  GasCoin: unknown;
380
380
  Input: number;
381
381
  Result: number;
382
382
  NestedResult: readonly [number, number];
383
383
  }>;
384
- amounts: Iterable<import("@mysten/bcs").EnumInputShape<{
384
+ amounts: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
385
385
  GasCoin: unknown;
386
386
  Input: number;
387
387
  Result: number;
@@ -391,13 +391,13 @@ export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
391
391
  };
392
392
  };
393
393
  MergeCoins: {
394
- destination: import("@mysten/bcs").EnumInputShape<{
394
+ destination: import("../_deps/bcs/types.js").EnumInputShape<{
395
395
  GasCoin: unknown;
396
396
  Input: number;
397
397
  Result: number;
398
398
  NestedResult: readonly [number, number];
399
399
  }>;
400
- sources: Iterable<import("@mysten/bcs").EnumInputShape<{
400
+ sources: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
401
401
  GasCoin: unknown;
402
402
  Input: number;
403
403
  Result: number;
@@ -416,7 +416,7 @@ export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
416
416
  };
417
417
  MakeMoveVec: {
418
418
  type: string;
419
- elements: Iterable<import("@mysten/bcs").EnumInputShape<{
419
+ elements: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
420
420
  GasCoin: unknown;
421
421
  Input: number;
422
422
  Result: number;
@@ -433,7 +433,7 @@ export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
433
433
  length: number;
434
434
  };
435
435
  package: string | Uint8Array<ArrayBufferLike>;
436
- ticket: import("@mysten/bcs").EnumInputShape<{
436
+ ticket: import("../_deps/bcs/types.js").EnumInputShape<{
437
437
  GasCoin: unknown;
438
438
  Input: number;
439
439
  Result: number;
@@ -444,13 +444,13 @@ export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
444
444
  length: number;
445
445
  }, string>;
446
446
  }, string>;
447
- export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
448
- ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
449
- inputs: BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
447
+ export declare const TransactionKind: import("../_deps/bcs/bcs-type.js").BcsEnum<{
448
+ ProgrammableTransaction: import("../_deps/bcs/bcs-type.js").BcsStruct<{
449
+ inputs: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
450
450
  Pure: {
451
451
  bytes: string;
452
452
  };
453
- Object: import("@mysten/bcs").EnumOutputShapeWithKeys<{
453
+ Object: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
454
454
  ImmOrOwnedObject: {
455
455
  objectId: string;
456
456
  version: string;
@@ -467,11 +467,11 @@ export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
467
467
  digest: string;
468
468
  };
469
469
  }, "ImmOrOwnedObject" | "SharedObject" | "Receiving">;
470
- }, "Object" | "Pure">[], Iterable<import("@mysten/bcs").EnumInputShape<{
470
+ }, "Object" | "Pure">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
471
471
  Pure: {
472
472
  bytes: string | Uint8Array<ArrayBufferLike>;
473
473
  };
474
- Object: import("@mysten/bcs").EnumInputShape<{
474
+ Object: import("../_deps/bcs/types.js").EnumInputShape<{
475
475
  ImmOrOwnedObject: {
476
476
  objectId: string | Uint8Array<ArrayBufferLike>;
477
477
  version: string | number | bigint;
@@ -491,13 +491,13 @@ export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
491
491
  }>> & {
492
492
  length: number;
493
493
  }, string>;
494
- commands: BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
494
+ commands: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
495
495
  MoveCall: {
496
496
  package: string;
497
497
  module: string;
498
498
  function: string;
499
499
  typeArguments: string[];
500
- arguments: import("@mysten/bcs").EnumOutputShapeWithKeys<{
500
+ arguments: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
501
501
  GasCoin: unknown;
502
502
  Input: number;
503
503
  Result: number;
@@ -505,13 +505,13 @@ export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
505
505
  }, "GasCoin" | "Input" | "Result" | "NestedResult">[];
506
506
  };
507
507
  TransferObjects: {
508
- objects: import("@mysten/bcs").EnumOutputShapeWithKeys<{
508
+ objects: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
509
509
  GasCoin: unknown;
510
510
  Input: number;
511
511
  Result: number;
512
512
  NestedResult: [number, number];
513
513
  }, "GasCoin" | "Input" | "Result" | "NestedResult">[];
514
- address: import("@mysten/bcs").EnumOutputShapeWithKeys<{
514
+ address: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
515
515
  GasCoin: unknown;
516
516
  Input: number;
517
517
  Result: number;
@@ -519,13 +519,13 @@ export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
519
519
  }, "GasCoin" | "Input" | "Result" | "NestedResult">;
520
520
  };
521
521
  SplitCoins: {
522
- coin: import("@mysten/bcs").EnumOutputShapeWithKeys<{
522
+ coin: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
523
523
  GasCoin: unknown;
524
524
  Input: number;
525
525
  Result: number;
526
526
  NestedResult: [number, number];
527
527
  }, "GasCoin" | "Input" | "Result" | "NestedResult">;
528
- amounts: import("@mysten/bcs").EnumOutputShapeWithKeys<{
528
+ amounts: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
529
529
  GasCoin: unknown;
530
530
  Input: number;
531
531
  Result: number;
@@ -533,13 +533,13 @@ export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
533
533
  }, "GasCoin" | "Input" | "Result" | "NestedResult">[];
534
534
  };
535
535
  MergeCoins: {
536
- destination: import("@mysten/bcs").EnumOutputShapeWithKeys<{
536
+ destination: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
537
537
  GasCoin: unknown;
538
538
  Input: number;
539
539
  Result: number;
540
540
  NestedResult: [number, number];
541
541
  }, "GasCoin" | "Input" | "Result" | "NestedResult">;
542
- sources: import("@mysten/bcs").EnumOutputShapeWithKeys<{
542
+ sources: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
543
543
  GasCoin: unknown;
544
544
  Input: number;
545
545
  Result: number;
@@ -552,7 +552,7 @@ export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
552
552
  };
553
553
  MakeMoveVec: {
554
554
  type: string;
555
- elements: import("@mysten/bcs").EnumOutputShapeWithKeys<{
555
+ elements: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
556
556
  GasCoin: unknown;
557
557
  Input: number;
558
558
  Result: number;
@@ -563,14 +563,14 @@ export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
563
563
  modules: string[];
564
564
  dependencies: string[];
565
565
  package: string;
566
- ticket: import("@mysten/bcs").EnumOutputShapeWithKeys<{
566
+ ticket: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
567
567
  GasCoin: unknown;
568
568
  Input: number;
569
569
  Result: number;
570
570
  NestedResult: [number, number];
571
571
  }, "GasCoin" | "Input" | "Result" | "NestedResult">;
572
572
  };
573
- }, "MoveCall" | "TransferObjects" | "SplitCoins" | "MergeCoins" | "Publish" | "MakeMoveVec" | "Upgrade">[], Iterable<import("@mysten/bcs").EnumInputShape<{
573
+ }, "MoveCall" | "TransferObjects" | "SplitCoins" | "MergeCoins" | "Publish" | "MakeMoveVec" | "Upgrade">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
574
574
  MoveCall: {
575
575
  package: string | Uint8Array<ArrayBufferLike>;
576
576
  module: string;
@@ -578,7 +578,7 @@ export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
578
578
  typeArguments: Iterable<string | TypeTagType> & {
579
579
  length: number;
580
580
  };
581
- arguments: Iterable<import("@mysten/bcs").EnumInputShape<{
581
+ arguments: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
582
582
  GasCoin: unknown;
583
583
  Input: number;
584
584
  Result: number;
@@ -588,7 +588,7 @@ export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
588
588
  };
589
589
  };
590
590
  TransferObjects: {
591
- objects: Iterable<import("@mysten/bcs").EnumInputShape<{
591
+ objects: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
592
592
  GasCoin: unknown;
593
593
  Input: number;
594
594
  Result: number;
@@ -596,7 +596,7 @@ export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
596
596
  }>> & {
597
597
  length: number;
598
598
  };
599
- address: import("@mysten/bcs").EnumInputShape<{
599
+ address: import("../_deps/bcs/types.js").EnumInputShape<{
600
600
  GasCoin: unknown;
601
601
  Input: number;
602
602
  Result: number;
@@ -604,13 +604,13 @@ export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
604
604
  }>;
605
605
  };
606
606
  SplitCoins: {
607
- coin: import("@mysten/bcs").EnumInputShape<{
607
+ coin: import("../_deps/bcs/types.js").EnumInputShape<{
608
608
  GasCoin: unknown;
609
609
  Input: number;
610
610
  Result: number;
611
611
  NestedResult: readonly [number, number];
612
612
  }>;
613
- amounts: Iterable<import("@mysten/bcs").EnumInputShape<{
613
+ amounts: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
614
614
  GasCoin: unknown;
615
615
  Input: number;
616
616
  Result: number;
@@ -620,13 +620,13 @@ export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
620
620
  };
621
621
  };
622
622
  MergeCoins: {
623
- destination: import("@mysten/bcs").EnumInputShape<{
623
+ destination: import("../_deps/bcs/types.js").EnumInputShape<{
624
624
  GasCoin: unknown;
625
625
  Input: number;
626
626
  Result: number;
627
627
  NestedResult: readonly [number, number];
628
628
  }>;
629
- sources: Iterable<import("@mysten/bcs").EnumInputShape<{
629
+ sources: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
630
630
  GasCoin: unknown;
631
631
  Input: number;
632
632
  Result: number;
@@ -645,7 +645,7 @@ export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
645
645
  };
646
646
  MakeMoveVec: {
647
647
  type: string;
648
- elements: Iterable<import("@mysten/bcs").EnumInputShape<{
648
+ elements: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
649
649
  GasCoin: unknown;
650
650
  Input: number;
651
651
  Result: number;
@@ -662,7 +662,7 @@ export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
662
662
  length: number;
663
663
  };
664
664
  package: string | Uint8Array<ArrayBufferLike>;
665
- ticket: import("@mysten/bcs").EnumInputShape<{
665
+ ticket: import("../_deps/bcs/types.js").EnumInputShape<{
666
666
  GasCoin: unknown;
667
667
  Input: number;
668
668
  Result: number;
@@ -677,11 +677,11 @@ export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
677
677
  Genesis: any;
678
678
  ConsensusCommitPrologue: any;
679
679
  }, "TransactionKind">;
680
- export declare const TransactionExpiration: import("@mysten/bcs").BcsEnum<{
680
+ export declare const TransactionExpiration: import("../_deps/bcs/bcs-type.js").BcsEnum<{
681
681
  None: any;
682
682
  Epoch: BcsType<number, string | number, "u64">;
683
683
  }, "TransactionExpiration">;
684
- export declare const StructTag: import("@mysten/bcs").BcsStruct<{
684
+ export declare const StructTag: import("../_deps/bcs/bcs-type.js").BcsStruct<{
685
685
  address: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
686
686
  module: BcsType<string, string, "string">;
687
687
  name: BcsType<string, string, "string">;
@@ -689,7 +689,7 @@ export declare const StructTag: import("@mysten/bcs").BcsStruct<{
689
689
  length: number;
690
690
  }, string>;
691
691
  }, string>;
692
- export declare const GasData: import("@mysten/bcs").BcsStruct<{
692
+ export declare const GasData: import("../_deps/bcs/bcs-type.js").BcsStruct<{
693
693
  payment: BcsType<{
694
694
  objectId: string;
695
695
  version: string;
@@ -705,14 +705,14 @@ export declare const GasData: import("@mysten/bcs").BcsStruct<{
705
705
  price: BcsType<string, string | number | bigint, "u64">;
706
706
  budget: BcsType<string, string | number | bigint, "u64">;
707
707
  }, string>;
708
- export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
709
- kind: import("@mysten/bcs").BcsEnum<{
710
- ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
711
- inputs: BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
708
+ export declare const TransactionDataV1: import("../_deps/bcs/bcs-type.js").BcsStruct<{
709
+ kind: import("../_deps/bcs/bcs-type.js").BcsEnum<{
710
+ ProgrammableTransaction: import("../_deps/bcs/bcs-type.js").BcsStruct<{
711
+ inputs: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
712
712
  Pure: {
713
713
  bytes: string;
714
714
  };
715
- Object: import("@mysten/bcs").EnumOutputShapeWithKeys<{
715
+ Object: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
716
716
  ImmOrOwnedObject: {
717
717
  objectId: string;
718
718
  version: string;
@@ -729,11 +729,11 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
729
729
  digest: string;
730
730
  };
731
731
  }, "ImmOrOwnedObject" | "SharedObject" | "Receiving">;
732
- }, "Object" | "Pure">[], Iterable<import("@mysten/bcs").EnumInputShape<{
732
+ }, "Object" | "Pure">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
733
733
  Pure: {
734
734
  bytes: string | Uint8Array<ArrayBufferLike>;
735
735
  };
736
- Object: import("@mysten/bcs").EnumInputShape<{
736
+ Object: import("../_deps/bcs/types.js").EnumInputShape<{
737
737
  ImmOrOwnedObject: {
738
738
  objectId: string | Uint8Array<ArrayBufferLike>;
739
739
  version: string | number | bigint;
@@ -753,13 +753,13 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
753
753
  }>> & {
754
754
  length: number;
755
755
  }, string>;
756
- commands: BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
756
+ commands: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
757
757
  MoveCall: {
758
758
  package: string;
759
759
  module: string;
760
760
  function: string;
761
761
  typeArguments: string[];
762
- arguments: import("@mysten/bcs").EnumOutputShapeWithKeys<{
762
+ arguments: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
763
763
  GasCoin: unknown;
764
764
  Input: number;
765
765
  Result: number;
@@ -767,13 +767,13 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
767
767
  }, "GasCoin" | "Input" | "Result" | "NestedResult">[];
768
768
  };
769
769
  TransferObjects: {
770
- objects: import("@mysten/bcs").EnumOutputShapeWithKeys<{
770
+ objects: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
771
771
  GasCoin: unknown;
772
772
  Input: number;
773
773
  Result: number;
774
774
  NestedResult: [number, number];
775
775
  }, "GasCoin" | "Input" | "Result" | "NestedResult">[];
776
- address: import("@mysten/bcs").EnumOutputShapeWithKeys<{
776
+ address: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
777
777
  GasCoin: unknown;
778
778
  Input: number;
779
779
  Result: number;
@@ -781,13 +781,13 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
781
781
  }, "GasCoin" | "Input" | "Result" | "NestedResult">;
782
782
  };
783
783
  SplitCoins: {
784
- coin: import("@mysten/bcs").EnumOutputShapeWithKeys<{
784
+ coin: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
785
785
  GasCoin: unknown;
786
786
  Input: number;
787
787
  Result: number;
788
788
  NestedResult: [number, number];
789
789
  }, "GasCoin" | "Input" | "Result" | "NestedResult">;
790
- amounts: import("@mysten/bcs").EnumOutputShapeWithKeys<{
790
+ amounts: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
791
791
  GasCoin: unknown;
792
792
  Input: number;
793
793
  Result: number;
@@ -795,13 +795,13 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
795
795
  }, "GasCoin" | "Input" | "Result" | "NestedResult">[];
796
796
  };
797
797
  MergeCoins: {
798
- destination: import("@mysten/bcs").EnumOutputShapeWithKeys<{
798
+ destination: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
799
799
  GasCoin: unknown;
800
800
  Input: number;
801
801
  Result: number;
802
802
  NestedResult: [number, number];
803
803
  }, "GasCoin" | "Input" | "Result" | "NestedResult">;
804
- sources: import("@mysten/bcs").EnumOutputShapeWithKeys<{
804
+ sources: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
805
805
  GasCoin: unknown;
806
806
  Input: number;
807
807
  Result: number;
@@ -814,7 +814,7 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
814
814
  };
815
815
  MakeMoveVec: {
816
816
  type: string;
817
- elements: import("@mysten/bcs").EnumOutputShapeWithKeys<{
817
+ elements: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
818
818
  GasCoin: unknown;
819
819
  Input: number;
820
820
  Result: number;
@@ -825,14 +825,14 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
825
825
  modules: string[];
826
826
  dependencies: string[];
827
827
  package: string;
828
- ticket: import("@mysten/bcs").EnumOutputShapeWithKeys<{
828
+ ticket: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
829
829
  GasCoin: unknown;
830
830
  Input: number;
831
831
  Result: number;
832
832
  NestedResult: [number, number];
833
833
  }, "GasCoin" | "Input" | "Result" | "NestedResult">;
834
834
  };
835
- }, "MoveCall" | "TransferObjects" | "SplitCoins" | "MergeCoins" | "Publish" | "MakeMoveVec" | "Upgrade">[], Iterable<import("@mysten/bcs").EnumInputShape<{
835
+ }, "MoveCall" | "TransferObjects" | "SplitCoins" | "MergeCoins" | "Publish" | "MakeMoveVec" | "Upgrade">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
836
836
  MoveCall: {
837
837
  package: string | Uint8Array<ArrayBufferLike>;
838
838
  module: string;
@@ -840,7 +840,7 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
840
840
  typeArguments: Iterable<string | TypeTagType> & {
841
841
  length: number;
842
842
  };
843
- arguments: Iterable<import("@mysten/bcs").EnumInputShape<{
843
+ arguments: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
844
844
  GasCoin: unknown;
845
845
  Input: number;
846
846
  Result: number;
@@ -850,7 +850,7 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
850
850
  };
851
851
  };
852
852
  TransferObjects: {
853
- objects: Iterable<import("@mysten/bcs").EnumInputShape<{
853
+ objects: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
854
854
  GasCoin: unknown;
855
855
  Input: number;
856
856
  Result: number;
@@ -858,7 +858,7 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
858
858
  }>> & {
859
859
  length: number;
860
860
  };
861
- address: import("@mysten/bcs").EnumInputShape<{
861
+ address: import("../_deps/bcs/types.js").EnumInputShape<{
862
862
  GasCoin: unknown;
863
863
  Input: number;
864
864
  Result: number;
@@ -866,13 +866,13 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
866
866
  }>;
867
867
  };
868
868
  SplitCoins: {
869
- coin: import("@mysten/bcs").EnumInputShape<{
869
+ coin: import("../_deps/bcs/types.js").EnumInputShape<{
870
870
  GasCoin: unknown;
871
871
  Input: number;
872
872
  Result: number;
873
873
  NestedResult: readonly [number, number];
874
874
  }>;
875
- amounts: Iterable<import("@mysten/bcs").EnumInputShape<{
875
+ amounts: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
876
876
  GasCoin: unknown;
877
877
  Input: number;
878
878
  Result: number;
@@ -882,13 +882,13 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
882
882
  };
883
883
  };
884
884
  MergeCoins: {
885
- destination: import("@mysten/bcs").EnumInputShape<{
885
+ destination: import("../_deps/bcs/types.js").EnumInputShape<{
886
886
  GasCoin: unknown;
887
887
  Input: number;
888
888
  Result: number;
889
889
  NestedResult: readonly [number, number];
890
890
  }>;
891
- sources: Iterable<import("@mysten/bcs").EnumInputShape<{
891
+ sources: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
892
892
  GasCoin: unknown;
893
893
  Input: number;
894
894
  Result: number;
@@ -907,7 +907,7 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
907
907
  };
908
908
  MakeMoveVec: {
909
909
  type: string;
910
- elements: Iterable<import("@mysten/bcs").EnumInputShape<{
910
+ elements: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
911
911
  GasCoin: unknown;
912
912
  Input: number;
913
913
  Result: number;
@@ -924,7 +924,7 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
924
924
  length: number;
925
925
  };
926
926
  package: string | Uint8Array<ArrayBufferLike>;
927
- ticket: import("@mysten/bcs").EnumInputShape<{
927
+ ticket: import("../_deps/bcs/types.js").EnumInputShape<{
928
928
  GasCoin: unknown;
929
929
  Input: number;
930
930
  Result: number;
@@ -940,7 +940,7 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
940
940
  ConsensusCommitPrologue: any;
941
941
  }, "TransactionKind">;
942
942
  sender: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
943
- gasData: import("@mysten/bcs").BcsStruct<{
943
+ gasData: import("../_deps/bcs/bcs-type.js").BcsStruct<{
944
944
  payment: BcsType<{
945
945
  objectId: string;
946
946
  version: string;
@@ -956,20 +956,20 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
956
956
  price: BcsType<string, string | number | bigint, "u64">;
957
957
  budget: BcsType<string, string | number | bigint, "u64">;
958
958
  }, string>;
959
- expiration: import("@mysten/bcs").BcsEnum<{
959
+ expiration: import("../_deps/bcs/bcs-type.js").BcsEnum<{
960
960
  None: any;
961
961
  Epoch: BcsType<number, string | number, "u64">;
962
962
  }, "TransactionExpiration">;
963
963
  }, string>;
964
- export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
965
- V1: import("@mysten/bcs").BcsStruct<{
966
- kind: import("@mysten/bcs").BcsEnum<{
967
- ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
968
- inputs: BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
964
+ export declare const TransactionData: import("../_deps/bcs/bcs-type.js").BcsEnum<{
965
+ V1: import("../_deps/bcs/bcs-type.js").BcsStruct<{
966
+ kind: import("../_deps/bcs/bcs-type.js").BcsEnum<{
967
+ ProgrammableTransaction: import("../_deps/bcs/bcs-type.js").BcsStruct<{
968
+ inputs: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
969
969
  Pure: {
970
970
  bytes: string;
971
971
  };
972
- Object: import("@mysten/bcs").EnumOutputShapeWithKeys<{
972
+ Object: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
973
973
  ImmOrOwnedObject: {
974
974
  objectId: string;
975
975
  version: string;
@@ -986,11 +986,11 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
986
986
  digest: string;
987
987
  };
988
988
  }, "ImmOrOwnedObject" | "SharedObject" | "Receiving">;
989
- }, "Object" | "Pure">[], Iterable<import("@mysten/bcs").EnumInputShape<{
989
+ }, "Object" | "Pure">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
990
990
  Pure: {
991
991
  bytes: string | Uint8Array<ArrayBufferLike>;
992
992
  };
993
- Object: import("@mysten/bcs").EnumInputShape<{
993
+ Object: import("../_deps/bcs/types.js").EnumInputShape<{
994
994
  ImmOrOwnedObject: {
995
995
  objectId: string | Uint8Array<ArrayBufferLike>;
996
996
  version: string | number | bigint;
@@ -1010,13 +1010,13 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
1010
1010
  }>> & {
1011
1011
  length: number;
1012
1012
  }, string>;
1013
- commands: BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
1013
+ commands: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1014
1014
  MoveCall: {
1015
1015
  package: string;
1016
1016
  module: string;
1017
1017
  function: string;
1018
1018
  typeArguments: string[];
1019
- arguments: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1019
+ arguments: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1020
1020
  GasCoin: unknown;
1021
1021
  Input: number;
1022
1022
  Result: number;
@@ -1024,13 +1024,13 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
1024
1024
  }, "GasCoin" | "Input" | "Result" | "NestedResult">[];
1025
1025
  };
1026
1026
  TransferObjects: {
1027
- objects: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1027
+ objects: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1028
1028
  GasCoin: unknown;
1029
1029
  Input: number;
1030
1030
  Result: number;
1031
1031
  NestedResult: [number, number];
1032
1032
  }, "GasCoin" | "Input" | "Result" | "NestedResult">[];
1033
- address: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1033
+ address: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1034
1034
  GasCoin: unknown;
1035
1035
  Input: number;
1036
1036
  Result: number;
@@ -1038,13 +1038,13 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
1038
1038
  }, "GasCoin" | "Input" | "Result" | "NestedResult">;
1039
1039
  };
1040
1040
  SplitCoins: {
1041
- coin: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1041
+ coin: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1042
1042
  GasCoin: unknown;
1043
1043
  Input: number;
1044
1044
  Result: number;
1045
1045
  NestedResult: [number, number];
1046
1046
  }, "GasCoin" | "Input" | "Result" | "NestedResult">;
1047
- amounts: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1047
+ amounts: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1048
1048
  GasCoin: unknown;
1049
1049
  Input: number;
1050
1050
  Result: number;
@@ -1052,13 +1052,13 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
1052
1052
  }, "GasCoin" | "Input" | "Result" | "NestedResult">[];
1053
1053
  };
1054
1054
  MergeCoins: {
1055
- destination: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1055
+ destination: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1056
1056
  GasCoin: unknown;
1057
1057
  Input: number;
1058
1058
  Result: number;
1059
1059
  NestedResult: [number, number];
1060
1060
  }, "GasCoin" | "Input" | "Result" | "NestedResult">;
1061
- sources: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1061
+ sources: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1062
1062
  GasCoin: unknown;
1063
1063
  Input: number;
1064
1064
  Result: number;
@@ -1071,7 +1071,7 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
1071
1071
  };
1072
1072
  MakeMoveVec: {
1073
1073
  type: string;
1074
- elements: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1074
+ elements: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1075
1075
  GasCoin: unknown;
1076
1076
  Input: number;
1077
1077
  Result: number;
@@ -1082,14 +1082,14 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
1082
1082
  modules: string[];
1083
1083
  dependencies: string[];
1084
1084
  package: string;
1085
- ticket: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1085
+ ticket: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1086
1086
  GasCoin: unknown;
1087
1087
  Input: number;
1088
1088
  Result: number;
1089
1089
  NestedResult: [number, number];
1090
1090
  }, "GasCoin" | "Input" | "Result" | "NestedResult">;
1091
1091
  };
1092
- }, "MoveCall" | "TransferObjects" | "SplitCoins" | "MergeCoins" | "Publish" | "MakeMoveVec" | "Upgrade">[], Iterable<import("@mysten/bcs").EnumInputShape<{
1092
+ }, "MoveCall" | "TransferObjects" | "SplitCoins" | "MergeCoins" | "Publish" | "MakeMoveVec" | "Upgrade">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
1093
1093
  MoveCall: {
1094
1094
  package: string | Uint8Array<ArrayBufferLike>;
1095
1095
  module: string;
@@ -1097,7 +1097,7 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
1097
1097
  typeArguments: Iterable<string | TypeTagType> & {
1098
1098
  length: number;
1099
1099
  };
1100
- arguments: Iterable<import("@mysten/bcs").EnumInputShape<{
1100
+ arguments: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
1101
1101
  GasCoin: unknown;
1102
1102
  Input: number;
1103
1103
  Result: number;
@@ -1107,7 +1107,7 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
1107
1107
  };
1108
1108
  };
1109
1109
  TransferObjects: {
1110
- objects: Iterable<import("@mysten/bcs").EnumInputShape<{
1110
+ objects: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
1111
1111
  GasCoin: unknown;
1112
1112
  Input: number;
1113
1113
  Result: number;
@@ -1115,7 +1115,7 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
1115
1115
  }>> & {
1116
1116
  length: number;
1117
1117
  };
1118
- address: import("@mysten/bcs").EnumInputShape<{
1118
+ address: import("../_deps/bcs/types.js").EnumInputShape<{
1119
1119
  GasCoin: unknown;
1120
1120
  Input: number;
1121
1121
  Result: number;
@@ -1123,13 +1123,13 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
1123
1123
  }>;
1124
1124
  };
1125
1125
  SplitCoins: {
1126
- coin: import("@mysten/bcs").EnumInputShape<{
1126
+ coin: import("../_deps/bcs/types.js").EnumInputShape<{
1127
1127
  GasCoin: unknown;
1128
1128
  Input: number;
1129
1129
  Result: number;
1130
1130
  NestedResult: readonly [number, number];
1131
1131
  }>;
1132
- amounts: Iterable<import("@mysten/bcs").EnumInputShape<{
1132
+ amounts: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
1133
1133
  GasCoin: unknown;
1134
1134
  Input: number;
1135
1135
  Result: number;
@@ -1139,13 +1139,13 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
1139
1139
  };
1140
1140
  };
1141
1141
  MergeCoins: {
1142
- destination: import("@mysten/bcs").EnumInputShape<{
1142
+ destination: import("../_deps/bcs/types.js").EnumInputShape<{
1143
1143
  GasCoin: unknown;
1144
1144
  Input: number;
1145
1145
  Result: number;
1146
1146
  NestedResult: readonly [number, number];
1147
1147
  }>;
1148
- sources: Iterable<import("@mysten/bcs").EnumInputShape<{
1148
+ sources: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
1149
1149
  GasCoin: unknown;
1150
1150
  Input: number;
1151
1151
  Result: number;
@@ -1164,7 +1164,7 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
1164
1164
  };
1165
1165
  MakeMoveVec: {
1166
1166
  type: string;
1167
- elements: Iterable<import("@mysten/bcs").EnumInputShape<{
1167
+ elements: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
1168
1168
  GasCoin: unknown;
1169
1169
  Input: number;
1170
1170
  Result: number;
@@ -1181,7 +1181,7 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
1181
1181
  length: number;
1182
1182
  };
1183
1183
  package: string | Uint8Array<ArrayBufferLike>;
1184
- ticket: import("@mysten/bcs").EnumInputShape<{
1184
+ ticket: import("../_deps/bcs/types.js").EnumInputShape<{
1185
1185
  GasCoin: unknown;
1186
1186
  Input: number;
1187
1187
  Result: number;
@@ -1197,7 +1197,7 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
1197
1197
  ConsensusCommitPrologue: any;
1198
1198
  }, "TransactionKind">;
1199
1199
  sender: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
1200
- gasData: import("@mysten/bcs").BcsStruct<{
1200
+ gasData: import("../_deps/bcs/bcs-type.js").BcsStruct<{
1201
1201
  payment: BcsType<{
1202
1202
  objectId: string;
1203
1203
  version: string;
@@ -1213,68 +1213,68 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
1213
1213
  price: BcsType<string, string | number | bigint, "u64">;
1214
1214
  budget: BcsType<string, string | number | bigint, "u64">;
1215
1215
  }, string>;
1216
- expiration: import("@mysten/bcs").BcsEnum<{
1216
+ expiration: import("../_deps/bcs/bcs-type.js").BcsEnum<{
1217
1217
  None: any;
1218
1218
  Epoch: BcsType<number, string | number, "u64">;
1219
1219
  }, "TransactionExpiration">;
1220
1220
  }, string>;
1221
1221
  }, "TransactionData">;
1222
- export declare const IntentScope: import("@mysten/bcs").BcsEnum<{
1222
+ export declare const IntentScope: import("../_deps/bcs/bcs-type.js").BcsEnum<{
1223
1223
  TransactionData: any;
1224
1224
  TransactionEffects: any;
1225
1225
  CheckpointSummary: any;
1226
1226
  PersonalMessage: any;
1227
1227
  }, "IntentScope">;
1228
- export declare const IntentVersion: import("@mysten/bcs").BcsEnum<{
1228
+ export declare const IntentVersion: import("../_deps/bcs/bcs-type.js").BcsEnum<{
1229
1229
  V0: any;
1230
1230
  }, "IntentVersion">;
1231
- export declare const AppId: import("@mysten/bcs").BcsEnum<{
1231
+ export declare const AppId: import("../_deps/bcs/bcs-type.js").BcsEnum<{
1232
1232
  Wow: any;
1233
1233
  }, "AppId">;
1234
- export declare const Intent: import("@mysten/bcs").BcsStruct<{
1235
- scope: import("@mysten/bcs").BcsEnum<{
1234
+ export declare const Intent: import("../_deps/bcs/bcs-type.js").BcsStruct<{
1235
+ scope: import("../_deps/bcs/bcs-type.js").BcsEnum<{
1236
1236
  TransactionData: any;
1237
1237
  TransactionEffects: any;
1238
1238
  CheckpointSummary: any;
1239
1239
  PersonalMessage: any;
1240
1240
  }, "IntentScope">;
1241
- version: import("@mysten/bcs").BcsEnum<{
1241
+ version: import("../_deps/bcs/bcs-type.js").BcsEnum<{
1242
1242
  V0: any;
1243
1243
  }, "IntentVersion">;
1244
- appId: import("@mysten/bcs").BcsEnum<{
1244
+ appId: import("../_deps/bcs/bcs-type.js").BcsEnum<{
1245
1245
  Wow: any;
1246
1246
  }, "AppId">;
1247
1247
  }, string>;
1248
- export declare function IntentMessage<T extends BcsType<any>>(T: T): import("@mysten/bcs").BcsStruct<{
1249
- intent: import("@mysten/bcs").BcsStruct<{
1250
- scope: import("@mysten/bcs").BcsEnum<{
1248
+ export declare function IntentMessage<T extends BcsType<any>>(T: T): import("../_deps/bcs/bcs-type.js").BcsStruct<{
1249
+ intent: import("../_deps/bcs/bcs-type.js").BcsStruct<{
1250
+ scope: import("../_deps/bcs/bcs-type.js").BcsEnum<{
1251
1251
  TransactionData: any;
1252
1252
  TransactionEffects: any;
1253
1253
  CheckpointSummary: any;
1254
1254
  PersonalMessage: any;
1255
1255
  }, "IntentScope">;
1256
- version: import("@mysten/bcs").BcsEnum<{
1256
+ version: import("../_deps/bcs/bcs-type.js").BcsEnum<{
1257
1257
  V0: any;
1258
1258
  }, "IntentVersion">;
1259
- appId: import("@mysten/bcs").BcsEnum<{
1259
+ appId: import("../_deps/bcs/bcs-type.js").BcsEnum<{
1260
1260
  Wow: any;
1261
1261
  }, "AppId">;
1262
1262
  }, string>;
1263
1263
  value: T;
1264
1264
  }, string>;
1265
- export declare const CompressedSignature: import("@mysten/bcs").BcsEnum<{
1265
+ export declare const CompressedSignature: import("../_deps/bcs/bcs-type.js").BcsEnum<{
1266
1266
  Falcon512: BcsType<Uint8Array<ArrayBufferLike>, Iterable<number>, "vector<u8>">;
1267
1267
  }, "CompressedSignature">;
1268
- export declare const PublicKey: import("@mysten/bcs").BcsEnum<{
1268
+ export declare const PublicKey: import("../_deps/bcs/bcs-type.js").BcsEnum<{
1269
1269
  Falcon512: BcsType<Uint8Array<ArrayBufferLike>, Iterable<number>, "bytes[897]">;
1270
1270
  }, "PublicKey">;
1271
- export declare const MultiSigPkMap: import("@mysten/bcs").BcsStruct<{
1272
- pubKey: import("@mysten/bcs").BcsEnum<{
1271
+ export declare const MultiSigPkMap: import("../_deps/bcs/bcs-type.js").BcsStruct<{
1272
+ pubKey: import("../_deps/bcs/bcs-type.js").BcsEnum<{
1273
1273
  Falcon512: BcsType<Uint8Array<ArrayBufferLike>, Iterable<number>, "bytes[897]">;
1274
1274
  }, "PublicKey">;
1275
1275
  weight: BcsType<number, number, "u8">;
1276
1276
  }, string>;
1277
- export declare const MultiSigPublicKey: import("@mysten/bcs").BcsStruct<{
1277
+ export declare const MultiSigPublicKey: import("../_deps/bcs/bcs-type.js").BcsStruct<{
1278
1278
  pk_map: BcsType<{
1279
1279
  pubKey: {
1280
1280
  Falcon512: Uint8Array<ArrayBufferLike>;
@@ -1291,7 +1291,7 @@ export declare const MultiSigPublicKey: import("@mysten/bcs").BcsStruct<{
1291
1291
  }, string>;
1292
1292
  threshold: BcsType<number, number, "u16">;
1293
1293
  }, string>;
1294
- export declare const MultiSig: import("@mysten/bcs").BcsStruct<{
1294
+ export declare const MultiSig: import("../_deps/bcs/bcs-type.js").BcsStruct<{
1295
1295
  sigs: BcsType<{
1296
1296
  Falcon512: Uint8Array<ArrayBufferLike>;
1297
1297
  $kind: "Falcon512";
@@ -1301,7 +1301,7 @@ export declare const MultiSig: import("@mysten/bcs").BcsStruct<{
1301
1301
  length: number;
1302
1302
  }, string>;
1303
1303
  bitmap: BcsType<number, number, "u16">;
1304
- multisig_pk: import("@mysten/bcs").BcsStruct<{
1304
+ multisig_pk: import("../_deps/bcs/bcs-type.js").BcsStruct<{
1305
1305
  pk_map: BcsType<{
1306
1306
  pubKey: {
1307
1307
  Falcon512: Uint8Array<ArrayBufferLike>;
@@ -1320,31 +1320,31 @@ export declare const MultiSig: import("@mysten/bcs").BcsStruct<{
1320
1320
  }, string>;
1321
1321
  }, string>;
1322
1322
  export declare const base64String: BcsType<string, string | Uint8Array<ArrayBufferLike>, "vector<u8>">;
1323
- export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
1324
- intentMessage: import("@mysten/bcs").BcsStruct<{
1325
- intent: import("@mysten/bcs").BcsStruct<{
1326
- scope: import("@mysten/bcs").BcsEnum<{
1323
+ export declare const SenderSignedTransaction: import("../_deps/bcs/bcs-type.js").BcsStruct<{
1324
+ intentMessage: import("../_deps/bcs/bcs-type.js").BcsStruct<{
1325
+ intent: import("../_deps/bcs/bcs-type.js").BcsStruct<{
1326
+ scope: import("../_deps/bcs/bcs-type.js").BcsEnum<{
1327
1327
  TransactionData: any;
1328
1328
  TransactionEffects: any;
1329
1329
  CheckpointSummary: any;
1330
1330
  PersonalMessage: any;
1331
1331
  }, "IntentScope">;
1332
- version: import("@mysten/bcs").BcsEnum<{
1332
+ version: import("../_deps/bcs/bcs-type.js").BcsEnum<{
1333
1333
  V0: any;
1334
1334
  }, "IntentVersion">;
1335
- appId: import("@mysten/bcs").BcsEnum<{
1335
+ appId: import("../_deps/bcs/bcs-type.js").BcsEnum<{
1336
1336
  Wow: any;
1337
1337
  }, "AppId">;
1338
1338
  }, string>;
1339
- value: import("@mysten/bcs").BcsEnum<{
1340
- V1: import("@mysten/bcs").BcsStruct<{
1341
- kind: import("@mysten/bcs").BcsEnum<{
1342
- ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
1343
- inputs: BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
1339
+ value: import("../_deps/bcs/bcs-type.js").BcsEnum<{
1340
+ V1: import("../_deps/bcs/bcs-type.js").BcsStruct<{
1341
+ kind: import("../_deps/bcs/bcs-type.js").BcsEnum<{
1342
+ ProgrammableTransaction: import("../_deps/bcs/bcs-type.js").BcsStruct<{
1343
+ inputs: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1344
1344
  Pure: {
1345
1345
  bytes: string;
1346
1346
  };
1347
- Object: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1347
+ Object: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1348
1348
  ImmOrOwnedObject: {
1349
1349
  objectId: string;
1350
1350
  version: string;
@@ -1361,11 +1361,11 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
1361
1361
  digest: string;
1362
1362
  };
1363
1363
  }, "ImmOrOwnedObject" | "SharedObject" | "Receiving">;
1364
- }, "Object" | "Pure">[], Iterable<import("@mysten/bcs").EnumInputShape<{
1364
+ }, "Object" | "Pure">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
1365
1365
  Pure: {
1366
1366
  bytes: string | Uint8Array<ArrayBufferLike>;
1367
1367
  };
1368
- Object: import("@mysten/bcs").EnumInputShape<{
1368
+ Object: import("../_deps/bcs/types.js").EnumInputShape<{
1369
1369
  ImmOrOwnedObject: {
1370
1370
  objectId: string | Uint8Array<ArrayBufferLike>;
1371
1371
  version: string | number | bigint;
@@ -1385,13 +1385,13 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
1385
1385
  }>> & {
1386
1386
  length: number;
1387
1387
  }, string>;
1388
- commands: BcsType<import("@mysten/bcs").EnumOutputShapeWithKeys<{
1388
+ commands: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1389
1389
  MoveCall: {
1390
1390
  package: string;
1391
1391
  module: string;
1392
1392
  function: string;
1393
1393
  typeArguments: string[];
1394
- arguments: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1394
+ arguments: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1395
1395
  GasCoin: unknown;
1396
1396
  Input: number;
1397
1397
  Result: number;
@@ -1399,13 +1399,13 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
1399
1399
  }, "GasCoin" | "Input" | "Result" | "NestedResult">[];
1400
1400
  };
1401
1401
  TransferObjects: {
1402
- objects: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1402
+ objects: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1403
1403
  GasCoin: unknown;
1404
1404
  Input: number;
1405
1405
  Result: number;
1406
1406
  NestedResult: [number, number];
1407
1407
  }, "GasCoin" | "Input" | "Result" | "NestedResult">[];
1408
- address: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1408
+ address: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1409
1409
  GasCoin: unknown;
1410
1410
  Input: number;
1411
1411
  Result: number;
@@ -1413,13 +1413,13 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
1413
1413
  }, "GasCoin" | "Input" | "Result" | "NestedResult">;
1414
1414
  };
1415
1415
  SplitCoins: {
1416
- coin: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1416
+ coin: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1417
1417
  GasCoin: unknown;
1418
1418
  Input: number;
1419
1419
  Result: number;
1420
1420
  NestedResult: [number, number];
1421
1421
  }, "GasCoin" | "Input" | "Result" | "NestedResult">;
1422
- amounts: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1422
+ amounts: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1423
1423
  GasCoin: unknown;
1424
1424
  Input: number;
1425
1425
  Result: number;
@@ -1427,13 +1427,13 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
1427
1427
  }, "GasCoin" | "Input" | "Result" | "NestedResult">[];
1428
1428
  };
1429
1429
  MergeCoins: {
1430
- destination: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1430
+ destination: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1431
1431
  GasCoin: unknown;
1432
1432
  Input: number;
1433
1433
  Result: number;
1434
1434
  NestedResult: [number, number];
1435
1435
  }, "GasCoin" | "Input" | "Result" | "NestedResult">;
1436
- sources: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1436
+ sources: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1437
1437
  GasCoin: unknown;
1438
1438
  Input: number;
1439
1439
  Result: number;
@@ -1446,7 +1446,7 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
1446
1446
  };
1447
1447
  MakeMoveVec: {
1448
1448
  type: string;
1449
- elements: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1449
+ elements: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1450
1450
  GasCoin: unknown;
1451
1451
  Input: number;
1452
1452
  Result: number;
@@ -1457,14 +1457,14 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
1457
1457
  modules: string[];
1458
1458
  dependencies: string[];
1459
1459
  package: string;
1460
- ticket: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1460
+ ticket: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1461
1461
  GasCoin: unknown;
1462
1462
  Input: number;
1463
1463
  Result: number;
1464
1464
  NestedResult: [number, number];
1465
1465
  }, "GasCoin" | "Input" | "Result" | "NestedResult">;
1466
1466
  };
1467
- }, "MoveCall" | "TransferObjects" | "SplitCoins" | "MergeCoins" | "Publish" | "MakeMoveVec" | "Upgrade">[], Iterable<import("@mysten/bcs").EnumInputShape<{
1467
+ }, "MoveCall" | "TransferObjects" | "SplitCoins" | "MergeCoins" | "Publish" | "MakeMoveVec" | "Upgrade">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
1468
1468
  MoveCall: {
1469
1469
  package: string | Uint8Array<ArrayBufferLike>;
1470
1470
  module: string;
@@ -1472,7 +1472,7 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
1472
1472
  typeArguments: Iterable<string | TypeTagType> & {
1473
1473
  length: number;
1474
1474
  };
1475
- arguments: Iterable<import("@mysten/bcs").EnumInputShape<{
1475
+ arguments: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
1476
1476
  GasCoin: unknown;
1477
1477
  Input: number;
1478
1478
  Result: number;
@@ -1482,7 +1482,7 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
1482
1482
  };
1483
1483
  };
1484
1484
  TransferObjects: {
1485
- objects: Iterable<import("@mysten/bcs").EnumInputShape<{
1485
+ objects: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
1486
1486
  GasCoin: unknown;
1487
1487
  Input: number;
1488
1488
  Result: number;
@@ -1490,7 +1490,7 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
1490
1490
  }>> & {
1491
1491
  length: number;
1492
1492
  };
1493
- address: import("@mysten/bcs").EnumInputShape<{
1493
+ address: import("../_deps/bcs/types.js").EnumInputShape<{
1494
1494
  GasCoin: unknown;
1495
1495
  Input: number;
1496
1496
  Result: number;
@@ -1498,13 +1498,13 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
1498
1498
  }>;
1499
1499
  };
1500
1500
  SplitCoins: {
1501
- coin: import("@mysten/bcs").EnumInputShape<{
1501
+ coin: import("../_deps/bcs/types.js").EnumInputShape<{
1502
1502
  GasCoin: unknown;
1503
1503
  Input: number;
1504
1504
  Result: number;
1505
1505
  NestedResult: readonly [number, number];
1506
1506
  }>;
1507
- amounts: Iterable<import("@mysten/bcs").EnumInputShape<{
1507
+ amounts: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
1508
1508
  GasCoin: unknown;
1509
1509
  Input: number;
1510
1510
  Result: number;
@@ -1514,13 +1514,13 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
1514
1514
  };
1515
1515
  };
1516
1516
  MergeCoins: {
1517
- destination: import("@mysten/bcs").EnumInputShape<{
1517
+ destination: import("../_deps/bcs/types.js").EnumInputShape<{
1518
1518
  GasCoin: unknown;
1519
1519
  Input: number;
1520
1520
  Result: number;
1521
1521
  NestedResult: readonly [number, number];
1522
1522
  }>;
1523
- sources: Iterable<import("@mysten/bcs").EnumInputShape<{
1523
+ sources: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
1524
1524
  GasCoin: unknown;
1525
1525
  Input: number;
1526
1526
  Result: number;
@@ -1539,7 +1539,7 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
1539
1539
  };
1540
1540
  MakeMoveVec: {
1541
1541
  type: string;
1542
- elements: Iterable<import("@mysten/bcs").EnumInputShape<{
1542
+ elements: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
1543
1543
  GasCoin: unknown;
1544
1544
  Input: number;
1545
1545
  Result: number;
@@ -1556,7 +1556,7 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
1556
1556
  length: number;
1557
1557
  };
1558
1558
  package: string | Uint8Array<ArrayBufferLike>;
1559
- ticket: import("@mysten/bcs").EnumInputShape<{
1559
+ ticket: import("../_deps/bcs/types.js").EnumInputShape<{
1560
1560
  GasCoin: unknown;
1561
1561
  Input: number;
1562
1562
  Result: number;
@@ -1572,7 +1572,7 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
1572
1572
  ConsensusCommitPrologue: any;
1573
1573
  }, "TransactionKind">;
1574
1574
  sender: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
1575
- gasData: import("@mysten/bcs").BcsStruct<{
1575
+ gasData: import("../_deps/bcs/bcs-type.js").BcsStruct<{
1576
1576
  payment: BcsType<{
1577
1577
  objectId: string;
1578
1578
  version: string;
@@ -1588,7 +1588,7 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
1588
1588
  price: BcsType<string, string | number | bigint, "u64">;
1589
1589
  budget: BcsType<string, string | number | bigint, "u64">;
1590
1590
  }, string>;
1591
- expiration: import("@mysten/bcs").BcsEnum<{
1591
+ expiration: import("../_deps/bcs/bcs-type.js").BcsEnum<{
1592
1592
  None: any;
1593
1593
  Epoch: BcsType<number, string | number, "u64">;
1594
1594
  }, "TransactionExpiration">;
@@ -1602,7 +1602,7 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
1602
1602
  export declare const SenderSignedData: BcsType<{
1603
1603
  intentMessage: {
1604
1604
  intent: {
1605
- scope: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1605
+ scope: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1606
1606
  TransactionData: unknown;
1607
1607
  TransactionEffects: unknown;
1608
1608
  CheckpointSummary: unknown;
@@ -1619,13 +1619,13 @@ export declare const SenderSignedData: BcsType<{
1619
1619
  };
1620
1620
  value: {
1621
1621
  V1: {
1622
- kind: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1622
+ kind: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1623
1623
  ProgrammableTransaction: {
1624
- inputs: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1624
+ inputs: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1625
1625
  Pure: {
1626
1626
  bytes: string;
1627
1627
  };
1628
- Object: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1628
+ Object: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1629
1629
  ImmOrOwnedObject: {
1630
1630
  objectId: string;
1631
1631
  version: string;
@@ -1643,13 +1643,13 @@ export declare const SenderSignedData: BcsType<{
1643
1643
  };
1644
1644
  }, "ImmOrOwnedObject" | "SharedObject" | "Receiving">;
1645
1645
  }, "Object" | "Pure">[];
1646
- commands: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1646
+ commands: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1647
1647
  MoveCall: {
1648
1648
  package: string;
1649
1649
  module: string;
1650
1650
  function: string;
1651
1651
  typeArguments: string[];
1652
- arguments: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1652
+ arguments: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1653
1653
  GasCoin: unknown;
1654
1654
  Input: number;
1655
1655
  Result: number;
@@ -1657,13 +1657,13 @@ export declare const SenderSignedData: BcsType<{
1657
1657
  }, "GasCoin" | "Input" | "Result" | "NestedResult">[];
1658
1658
  };
1659
1659
  TransferObjects: {
1660
- objects: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1660
+ objects: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1661
1661
  GasCoin: unknown;
1662
1662
  Input: number;
1663
1663
  Result: number;
1664
1664
  NestedResult: [number, number];
1665
1665
  }, "GasCoin" | "Input" | "Result" | "NestedResult">[];
1666
- address: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1666
+ address: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1667
1667
  GasCoin: unknown;
1668
1668
  Input: number;
1669
1669
  Result: number;
@@ -1671,13 +1671,13 @@ export declare const SenderSignedData: BcsType<{
1671
1671
  }, "GasCoin" | "Input" | "Result" | "NestedResult">;
1672
1672
  };
1673
1673
  SplitCoins: {
1674
- coin: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1674
+ coin: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1675
1675
  GasCoin: unknown;
1676
1676
  Input: number;
1677
1677
  Result: number;
1678
1678
  NestedResult: [number, number];
1679
1679
  }, "GasCoin" | "Input" | "Result" | "NestedResult">;
1680
- amounts: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1680
+ amounts: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1681
1681
  GasCoin: unknown;
1682
1682
  Input: number;
1683
1683
  Result: number;
@@ -1685,13 +1685,13 @@ export declare const SenderSignedData: BcsType<{
1685
1685
  }, "GasCoin" | "Input" | "Result" | "NestedResult">[];
1686
1686
  };
1687
1687
  MergeCoins: {
1688
- destination: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1688
+ destination: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1689
1689
  GasCoin: unknown;
1690
1690
  Input: number;
1691
1691
  Result: number;
1692
1692
  NestedResult: [number, number];
1693
1693
  }, "GasCoin" | "Input" | "Result" | "NestedResult">;
1694
- sources: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1694
+ sources: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1695
1695
  GasCoin: unknown;
1696
1696
  Input: number;
1697
1697
  Result: number;
@@ -1704,7 +1704,7 @@ export declare const SenderSignedData: BcsType<{
1704
1704
  };
1705
1705
  MakeMoveVec: {
1706
1706
  type: string;
1707
- elements: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1707
+ elements: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1708
1708
  GasCoin: unknown;
1709
1709
  Input: number;
1710
1710
  Result: number;
@@ -1715,7 +1715,7 @@ export declare const SenderSignedData: BcsType<{
1715
1715
  modules: string[];
1716
1716
  dependencies: string[];
1717
1717
  package: string;
1718
- ticket: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1718
+ ticket: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1719
1719
  GasCoin: unknown;
1720
1720
  Input: number;
1721
1721
  Result: number;
@@ -1739,7 +1739,7 @@ export declare const SenderSignedData: BcsType<{
1739
1739
  price: string;
1740
1740
  budget: string;
1741
1741
  };
1742
- expiration: import("@mysten/bcs").EnumOutputShapeWithKeys<{
1742
+ expiration: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
1743
1743
  None: unknown;
1744
1744
  Epoch: number;
1745
1745
  }, "None" | "Epoch">;
@@ -1751,7 +1751,7 @@ export declare const SenderSignedData: BcsType<{
1751
1751
  }[], Iterable<{
1752
1752
  intentMessage: {
1753
1753
  intent: {
1754
- scope: import("@mysten/bcs").EnumInputShape<{
1754
+ scope: import("../_deps/bcs/types.js").EnumInputShape<{
1755
1755
  TransactionData: unknown;
1756
1756
  TransactionEffects: unknown;
1757
1757
  CheckpointSummary: unknown;
@@ -1766,13 +1766,13 @@ export declare const SenderSignedData: BcsType<{
1766
1766
  };
1767
1767
  value: {
1768
1768
  V1: {
1769
- kind: import("@mysten/bcs").EnumInputShape<{
1769
+ kind: import("../_deps/bcs/types.js").EnumInputShape<{
1770
1770
  ProgrammableTransaction: {
1771
- inputs: Iterable<import("@mysten/bcs").EnumInputShape<{
1771
+ inputs: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
1772
1772
  Pure: {
1773
1773
  bytes: string | Uint8Array<ArrayBufferLike>;
1774
1774
  };
1775
- Object: import("@mysten/bcs").EnumInputShape<{
1775
+ Object: import("../_deps/bcs/types.js").EnumInputShape<{
1776
1776
  ImmOrOwnedObject: {
1777
1777
  objectId: string | Uint8Array<ArrayBufferLike>;
1778
1778
  version: string | number | bigint;
@@ -1792,7 +1792,7 @@ export declare const SenderSignedData: BcsType<{
1792
1792
  }>> & {
1793
1793
  length: number;
1794
1794
  };
1795
- commands: Iterable<import("@mysten/bcs").EnumInputShape<{
1795
+ commands: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
1796
1796
  MoveCall: {
1797
1797
  package: string | Uint8Array<ArrayBufferLike>;
1798
1798
  module: string;
@@ -1800,7 +1800,7 @@ export declare const SenderSignedData: BcsType<{
1800
1800
  typeArguments: Iterable<string | TypeTagType> & {
1801
1801
  length: number;
1802
1802
  };
1803
- arguments: Iterable<import("@mysten/bcs").EnumInputShape<{
1803
+ arguments: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
1804
1804
  GasCoin: unknown;
1805
1805
  Input: number;
1806
1806
  Result: number;
@@ -1810,7 +1810,7 @@ export declare const SenderSignedData: BcsType<{
1810
1810
  };
1811
1811
  };
1812
1812
  TransferObjects: {
1813
- objects: Iterable<import("@mysten/bcs").EnumInputShape<{
1813
+ objects: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
1814
1814
  GasCoin: unknown;
1815
1815
  Input: number;
1816
1816
  Result: number;
@@ -1818,7 +1818,7 @@ export declare const SenderSignedData: BcsType<{
1818
1818
  }>> & {
1819
1819
  length: number;
1820
1820
  };
1821
- address: import("@mysten/bcs").EnumInputShape<{
1821
+ address: import("../_deps/bcs/types.js").EnumInputShape<{
1822
1822
  GasCoin: unknown;
1823
1823
  Input: number;
1824
1824
  Result: number;
@@ -1826,13 +1826,13 @@ export declare const SenderSignedData: BcsType<{
1826
1826
  }>;
1827
1827
  };
1828
1828
  SplitCoins: {
1829
- coin: import("@mysten/bcs").EnumInputShape<{
1829
+ coin: import("../_deps/bcs/types.js").EnumInputShape<{
1830
1830
  GasCoin: unknown;
1831
1831
  Input: number;
1832
1832
  Result: number;
1833
1833
  NestedResult: readonly [number, number];
1834
1834
  }>;
1835
- amounts: Iterable<import("@mysten/bcs").EnumInputShape<{
1835
+ amounts: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
1836
1836
  GasCoin: unknown;
1837
1837
  Input: number;
1838
1838
  Result: number;
@@ -1842,13 +1842,13 @@ export declare const SenderSignedData: BcsType<{
1842
1842
  };
1843
1843
  };
1844
1844
  MergeCoins: {
1845
- destination: import("@mysten/bcs").EnumInputShape<{
1845
+ destination: import("../_deps/bcs/types.js").EnumInputShape<{
1846
1846
  GasCoin: unknown;
1847
1847
  Input: number;
1848
1848
  Result: number;
1849
1849
  NestedResult: readonly [number, number];
1850
1850
  }>;
1851
- sources: Iterable<import("@mysten/bcs").EnumInputShape<{
1851
+ sources: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
1852
1852
  GasCoin: unknown;
1853
1853
  Input: number;
1854
1854
  Result: number;
@@ -1867,7 +1867,7 @@ export declare const SenderSignedData: BcsType<{
1867
1867
  };
1868
1868
  MakeMoveVec: {
1869
1869
  type: string;
1870
- elements: Iterable<import("@mysten/bcs").EnumInputShape<{
1870
+ elements: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
1871
1871
  GasCoin: unknown;
1872
1872
  Input: number;
1873
1873
  Result: number;
@@ -1884,7 +1884,7 @@ export declare const SenderSignedData: BcsType<{
1884
1884
  length: number;
1885
1885
  };
1886
1886
  package: string | Uint8Array<ArrayBufferLike>;
1887
- ticket: import("@mysten/bcs").EnumInputShape<{
1887
+ ticket: import("../_deps/bcs/types.js").EnumInputShape<{
1888
1888
  GasCoin: unknown;
1889
1889
  Input: number;
1890
1890
  Result: number;
@@ -1912,7 +1912,7 @@ export declare const SenderSignedData: BcsType<{
1912
1912
  price: string | number | bigint;
1913
1913
  budget: string | number | bigint;
1914
1914
  };
1915
- expiration: import("@mysten/bcs").EnumInputShape<{
1915
+ expiration: import("../_deps/bcs/types.js").EnumInputShape<{
1916
1916
  None: unknown;
1917
1917
  Epoch: string | number;
1918
1918
  }>;