@0xobelisk/sui-client 1.2.0-pre.77 → 1.2.0-pre.78
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.
|
@@ -232,12 +232,12 @@ export declare class SuiTx {
|
|
|
232
232
|
packageId: string;
|
|
233
233
|
})[];
|
|
234
234
|
gasConfig: {
|
|
235
|
-
owner?: string | undefined;
|
|
236
235
|
payment?: {
|
|
237
236
|
version: string | number | bigint;
|
|
238
237
|
objectId: string;
|
|
239
238
|
digest: string;
|
|
240
239
|
}[] | undefined;
|
|
240
|
+
owner?: string | undefined;
|
|
241
241
|
price?: string | number | bigint | undefined;
|
|
242
242
|
budget?: string | number | bigint | undefined;
|
|
243
243
|
};
|
|
@@ -309,7 +309,7 @@ export declare class SuiTx {
|
|
|
309
309
|
build(params?: {
|
|
310
310
|
client?: SuiClient;
|
|
311
311
|
onlyTransactionKind?: boolean;
|
|
312
|
-
}): Promise<Uint8Array<
|
|
312
|
+
}): Promise<Uint8Array<ArrayBufferLike>>;
|
|
313
313
|
getDigest(params?: {
|
|
314
314
|
client?: SuiClient;
|
|
315
315
|
}): Promise<string>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@0xobelisk/sui-client",
|
|
3
|
-
"version": "1.2.0-pre.
|
|
3
|
+
"version": "1.2.0-pre.78",
|
|
4
4
|
"description": "Tookit for interacting with move eps framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sui",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"src"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@mysten/bcs": "
|
|
36
|
-
"@mysten/sui": "
|
|
35
|
+
"@mysten/bcs": "1.6.3",
|
|
36
|
+
"@mysten/sui": "1.35.0",
|
|
37
37
|
"@noble/curves": "^1.4.2",
|
|
38
38
|
"@noble/hashes": "^1.4.0",
|
|
39
39
|
"@scure/bip39": "^1.3.0",
|