@typemove/sui 1.6.12-rc.1 → 1.6.12-rc.2

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.
@@ -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<T0 = any>(tx: Transaction, args: [string | TransactionObjectArgument | TransactionArgument], typeArguments: [TypeDescriptor<T0> | string]): TransactionArgument & [TransactionArgument];
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<T0 = any>(client: SuiClient, args: [string], typeArguments: [TypeDescriptor<T0> | string]): Promise<TypedDevInspectResults<[object$.ID]>>;
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,