@typemove/aptos 1.5.6-rc.1 → 1.5.6

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.
@@ -16,7 +16,7 @@ import {
16
16
  PendingTransactionResponse,
17
17
  InputGenerateTransactionOptions,
18
18
  MoveStructId,
19
- InputViewRequestData,
19
+ InputViewFunctionData,
20
20
  } from "@aptos-labs/ts-sdk";
21
21
 
22
22
  import * as _0x1 from "./0x1.js";
@@ -719,7 +719,7 @@ export namespace token {
719
719
  version?: bigint,
720
720
  ): Promise<[token.CollectionMutabilityConfig]> {
721
721
  const coder = defaultMoveCoder(client.config.fullnode);
722
- const data: InputViewRequestData = {
722
+ const data: InputViewFunctionData = {
723
723
  function: "0x3::token::get_collection_mutability_config",
724
724
  functionArguments: coder.encodeArray(request.functionArguments),
725
725
  typeArguments: [],