@typemove/sui 1.6.12-rc.1 → 1.6.12
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.
- package/dist/cjs/builtin/0x2.d.ts +2 -2
- package/dist/cjs/builtin/0x2.d.ts.map +1 -1
- package/dist/cjs/builtin/0x2.js +5 -5
- package/dist/cjs/builtin/0x2.js.map +1 -1
- package/dist/esm/builtin/0x2.d.ts +2 -2
- package/dist/esm/builtin/0x2.d.ts.map +1 -1
- package/dist/esm/builtin/0x2.js +5 -5
- package/dist/esm/builtin/0x2.js.map +1 -1
- package/package.json +2 -2
- package/src/builtin/0x2.ts +3 -3
- package/src/tests/types/testnet/0xebaa2ad3eacc230f309cd933958cc52684df0a41ae7ac214d186b80f830867d2.ts +3 -3
|
@@ -3477,7 +3477,7 @@ export declare namespace transfer_policy {
|
|
|
3477
3477
|
transfer_policy.TransferPolicy<T0> | TransactionArgument,
|
|
3478
3478
|
transfer_policy.TransferPolicyCap<T0> | TransactionArgument
|
|
3479
3479
|
], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument, TransactionArgument];
|
|
3480
|
-
function from
|
|
3480
|
+
function from$<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
|
|
3481
3481
|
function getRule<T0 = any, T1 = any, T2 = any>(tx: Transaction, args: [
|
|
3482
3482
|
T1 | TransactionArgument,
|
|
3483
3483
|
string | TransactionObjectArgument | TransactionArgument
|
|
@@ -3536,7 +3536,7 @@ export declare namespace transfer_policy {
|
|
|
3536
3536
|
transfer_policy.TransferPolicy<T0>,
|
|
3537
3537
|
transfer_policy.TransferPolicyCap<T0>
|
|
3538
3538
|
], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[coin.Coin<sui.SUI>]>>;
|
|
3539
|
-
function from
|
|
3539
|
+
function from$<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[object$.ID]>>;
|
|
3540
3540
|
function getRule<T0 = any, T1 = any, T2 = any>(client: SuiClient, args: [T1, string], typeArguments: [
|
|
3541
3541
|
TypeDescriptor<T0> | string,
|
|
3542
3542
|
TypeDescriptor<T1> | string,
|