@typemove/aptos 1.10.1-rc.1 → 1.11.0

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 (47) hide show
  1. package/dist/cjs/account-resource-client.js +2 -2
  2. package/dist/cjs/account-resource-client.js.map +1 -1
  3. package/dist/cjs/builtin/0x1.js +339 -339
  4. package/dist/cjs/builtin/0x1.js.map +1 -1
  5. package/dist/cjs/builtin/0x3.js +15 -15
  6. package/dist/cjs/builtin/0x3.js.map +1 -1
  7. package/dist/cjs/builtin/0x4.js +37 -37
  8. package/dist/cjs/builtin/0x4.js.map +1 -1
  9. package/dist/cjs/codegen/codegen.d.ts +3 -3
  10. package/dist/cjs/codegen/codegen.d.ts.map +1 -1
  11. package/dist/cjs/codegen/codegen.js +5 -5
  12. package/dist/cjs/codegen/codegen.js.map +1 -1
  13. package/dist/cjs/move-coder.d.ts +2 -2
  14. package/dist/cjs/move-coder.d.ts.map +1 -1
  15. package/dist/cjs/move-coder.js +5 -14
  16. package/dist/cjs/move-coder.js.map +1 -1
  17. package/dist/esm/account-resource-client.js +2 -2
  18. package/dist/esm/account-resource-client.js.map +1 -1
  19. package/dist/esm/builtin/0x1.js +339 -339
  20. package/dist/esm/builtin/0x1.js.map +1 -1
  21. package/dist/esm/builtin/0x3.js +15 -15
  22. package/dist/esm/builtin/0x3.js.map +1 -1
  23. package/dist/esm/builtin/0x4.js +37 -37
  24. package/dist/esm/builtin/0x4.js.map +1 -1
  25. package/dist/esm/codegen/codegen.d.ts +3 -3
  26. package/dist/esm/codegen/codegen.d.ts.map +1 -1
  27. package/dist/esm/codegen/codegen.js +6 -6
  28. package/dist/esm/codegen/codegen.js.map +1 -1
  29. package/dist/esm/codegen/run.js +17 -6
  30. package/dist/esm/codegen/run.js.map +1 -1
  31. package/dist/esm/move-coder.d.ts +2 -2
  32. package/dist/esm/move-coder.d.ts.map +1 -1
  33. package/dist/esm/move-coder.js +6 -15
  34. package/dist/esm/move-coder.js.map +1 -1
  35. package/package.json +3 -3
  36. package/src/account-resource-client.ts +2 -2
  37. package/src/builtin/0x1.ts +339 -339
  38. package/src/builtin/0x3.ts +15 -15
  39. package/src/builtin/0x4.ts +37 -37
  40. package/src/codegen/codegen.ts +5 -5
  41. package/src/codegen/run.ts +16 -7
  42. package/src/move-coder.ts +8 -15
  43. package/src/tests/types/0x48271d39d0b05bd6efca2278f22277d6fcc375504f9839fd73f74ace240861af.ts +44 -44
  44. package/src/tests/types/0x6b3720cd988adeaf721ed9d4730da4324d52364871a68eac62b46d21e4d2fa99.ts +45 -45
  45. package/src/tests/types/0x7fd500c11216f0fe3095d0c4b8aa4d64a4e2e04f83758462f2b127255643615.ts +26 -26
  46. package/src/tests/types/0x87978b35bf1eb73ae6cf04cfedcaa1f48254a683ebd00a21e7516a991edae3ac.ts +1 -1
  47. package/src/tests/types/0xbd35135844473187163ca197ca93b2ab014370587bb0ed3befff9e902d6bb541.ts +39 -39
@@ -315,7 +315,7 @@ export namespace code {
315
315
  },
316
316
  options?: InputGenerateTransactionOptions,
317
317
  ): Promise<PendingTransactionResponse> {
318
- const coder = defaultMoveCoder(client.config.fullnode);
318
+ const coder = defaultMoveCoder(client.config);
319
319
  const transaction = await client.transaction.build.simple({
320
320
  sender: account.accountAddress,
321
321
  data: {
@@ -777,7 +777,7 @@ export namespace coin {
777
777
  },
778
778
  options?: InputGenerateTransactionOptions,
779
779
  ): Promise<PendingTransactionResponse> {
780
- const coder = defaultMoveCoder(client.config.fullnode);
780
+ const coder = defaultMoveCoder(client.config);
781
781
  const transaction = await client.transaction.build.simple({
782
782
  sender: account.accountAddress,
783
783
  data: {
@@ -802,7 +802,7 @@ export namespace coin {
802
802
  },
803
803
  options?: InputGenerateTransactionOptions,
804
804
  ): Promise<PendingTransactionResponse> {
805
- const coder = defaultMoveCoder(client.config.fullnode);
805
+ const coder = defaultMoveCoder(client.config);
806
806
  const transaction = await client.transaction.build.simple({
807
807
  sender: account.accountAddress,
808
808
  data: {
@@ -826,7 +826,7 @@ export namespace coin {
826
826
  },
827
827
  options?: InputGenerateTransactionOptions,
828
828
  ): Promise<PendingTransactionResponse> {
829
- const coder = defaultMoveCoder(client.config.fullnode);
829
+ const coder = defaultMoveCoder(client.config);
830
830
  const transaction = await client.transaction.build.simple({
831
831
  sender: account.accountAddress,
832
832
  data: {
@@ -851,7 +851,7 @@ export namespace coin {
851
851
  },
852
852
  options?: InputGenerateTransactionOptions,
853
853
  ): Promise<PendingTransactionResponse> {
854
- const coder = defaultMoveCoder(client.config.fullnode);
854
+ const coder = defaultMoveCoder(client.config);
855
855
  const transaction = await client.transaction.build.simple({
856
856
  sender: account.accountAddress,
857
857
  data: {
@@ -876,7 +876,7 @@ export namespace coin {
876
876
  },
877
877
  options?: InputGenerateTransactionOptions,
878
878
  ): Promise<PendingTransactionResponse> {
879
- const coder = defaultMoveCoder(client.config.fullnode);
879
+ const coder = defaultMoveCoder(client.config);
880
880
  const transaction = await client.transaction.build.simple({
881
881
  sender: account.accountAddress,
882
882
  data: {
@@ -900,7 +900,7 @@ export namespace coin {
900
900
  },
901
901
  options?: InputGenerateTransactionOptions,
902
902
  ): Promise<PendingTransactionResponse> {
903
- const coder = defaultMoveCoder(client.config.fullnode);
903
+ const coder = defaultMoveCoder(client.config);
904
904
  const transaction = await client.transaction.build.simple({
905
905
  sender: account.accountAddress,
906
906
  data: {
@@ -925,7 +925,7 @@ export namespace coin {
925
925
  },
926
926
  options?: InputGenerateTransactionOptions,
927
927
  ): Promise<PendingTransactionResponse> {
928
- const coder = defaultMoveCoder(client.config.fullnode);
928
+ const coder = defaultMoveCoder(client.config);
929
929
  const transaction = await client.transaction.build.simple({
930
930
  sender: account.accountAddress,
931
931
  data: {
@@ -949,7 +949,7 @@ export namespace coin {
949
949
  },
950
950
  options?: InputGenerateTransactionOptions,
951
951
  ): Promise<PendingTransactionResponse> {
952
- const coder = defaultMoveCoder(client.config.fullnode);
952
+ const coder = defaultMoveCoder(client.config);
953
953
  const transaction = await client.transaction.build.simple({
954
954
  sender: account.accountAddress,
955
955
  data: {
@@ -973,7 +973,7 @@ export namespace coin {
973
973
  },
974
974
  version?: bigint,
975
975
  ): Promise<[string]> {
976
- const coder = defaultMoveCoder(client.config.fullnode);
976
+ const coder = defaultMoveCoder(client.config);
977
977
  const data: InputViewFunctionData = {
978
978
  function: "0x1::coin::name",
979
979
  functionArguments: [],
@@ -993,7 +993,7 @@ export namespace coin {
993
993
  },
994
994
  version?: bigint,
995
995
  ): Promise<[string]> {
996
- const coder = defaultMoveCoder(client.config.fullnode);
996
+ const coder = defaultMoveCoder(client.config);
997
997
  const data: InputViewFunctionData = {
998
998
  function: "0x1::coin::symbol",
999
999
  functionArguments: [],
@@ -1013,7 +1013,7 @@ export namespace coin {
1013
1013
  },
1014
1014
  version?: bigint,
1015
1015
  ): Promise<[number]> {
1016
- const coder = defaultMoveCoder(client.config.fullnode);
1016
+ const coder = defaultMoveCoder(client.config);
1017
1017
  const data: InputViewFunctionData = {
1018
1018
  function: "0x1::coin::decimals",
1019
1019
  functionArguments: [],
@@ -1034,7 +1034,7 @@ export namespace coin {
1034
1034
  },
1035
1035
  version?: bigint,
1036
1036
  ): Promise<[bigint]> {
1037
- const coder = defaultMoveCoder(client.config.fullnode);
1037
+ const coder = defaultMoveCoder(client.config);
1038
1038
  const data: InputViewFunctionData = {
1039
1039
  function: "0x1::coin::balance",
1040
1040
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -1056,7 +1056,7 @@ export namespace coin {
1056
1056
  },
1057
1057
  version?: bigint,
1058
1058
  ): Promise<[boolean]> {
1059
- const coder = defaultMoveCoder(client.config.fullnode);
1059
+ const coder = defaultMoveCoder(client.config);
1060
1060
  const data: InputViewFunctionData = {
1061
1061
  function: "0x1::coin::is_balance_at_least",
1062
1062
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -1079,7 +1079,7 @@ export namespace coin {
1079
1079
  },
1080
1080
  version?: bigint,
1081
1081
  ): Promise<[option.Option<bigint>]> {
1082
- const coder = defaultMoveCoder(client.config.fullnode);
1082
+ const coder = defaultMoveCoder(client.config);
1083
1083
  const data: InputViewFunctionData = {
1084
1084
  function: "0x1::coin::supply",
1085
1085
  functionArguments: [],
@@ -1100,7 +1100,7 @@ export namespace coin {
1100
1100
  },
1101
1101
  version?: bigint,
1102
1102
  ): Promise<[option.Option<bigint>]> {
1103
- const coder = defaultMoveCoder(client.config.fullnode);
1103
+ const coder = defaultMoveCoder(client.config);
1104
1104
  const data: InputViewFunctionData = {
1105
1105
  function: "0x1::coin::coin_supply",
1106
1106
  functionArguments: [],
@@ -1122,7 +1122,7 @@ export namespace coin {
1122
1122
  },
1123
1123
  version?: bigint,
1124
1124
  ): Promise<[boolean]> {
1125
- const coder = defaultMoveCoder(client.config.fullnode);
1125
+ const coder = defaultMoveCoder(client.config);
1126
1126
  const data: InputViewFunctionData = {
1127
1127
  function: "0x1::coin::is_account_registered",
1128
1128
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -1144,7 +1144,7 @@ export namespace coin {
1144
1144
  },
1145
1145
  version?: bigint,
1146
1146
  ): Promise<[boolean]> {
1147
- const coder = defaultMoveCoder(client.config.fullnode);
1147
+ const coder = defaultMoveCoder(client.config);
1148
1148
  const data: InputViewFunctionData = {
1149
1149
  function: "0x1::coin::is_coin_initialized",
1150
1150
  functionArguments: [],
@@ -1167,7 +1167,7 @@ export namespace coin {
1167
1167
  },
1168
1168
  version?: bigint,
1169
1169
  ): Promise<[boolean]> {
1170
- const coder = defaultMoveCoder(client.config.fullnode);
1170
+ const coder = defaultMoveCoder(client.config);
1171
1171
  const data: InputViewFunctionData = {
1172
1172
  function: "0x1::coin::is_coin_store_frozen",
1173
1173
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -1190,7 +1190,7 @@ export namespace coin {
1190
1190
  },
1191
1191
  version?: bigint,
1192
1192
  ): Promise<[boolean]> {
1193
- const coder = defaultMoveCoder(client.config.fullnode);
1193
+ const coder = defaultMoveCoder(client.config);
1194
1194
  const data: InputViewFunctionData = {
1195
1195
  function: "0x1::coin::paired_burn_ref_exists",
1196
1196
  functionArguments: [],
@@ -1212,7 +1212,7 @@ export namespace coin {
1212
1212
  },
1213
1213
  version?: bigint,
1214
1214
  ): Promise<[option.Option<type_info.TypeInfo>]> {
1215
- const coder = defaultMoveCoder(client.config.fullnode);
1215
+ const coder = defaultMoveCoder(client.config);
1216
1216
  const data: InputViewFunctionData = {
1217
1217
  function: "0x1::coin::paired_coin",
1218
1218
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -1232,7 +1232,7 @@ export namespace coin {
1232
1232
  },
1233
1233
  version?: bigint,
1234
1234
  ): Promise<[option.Option<object$.Object<fungible_asset.Metadata>>]> {
1235
- const coder = defaultMoveCoder(client.config.fullnode);
1235
+ const coder = defaultMoveCoder(client.config);
1236
1236
  const data: InputViewFunctionData = {
1237
1237
  function: "0x1::coin::paired_metadata",
1238
1238
  functionArguments: [],
@@ -1252,7 +1252,7 @@ export namespace coin {
1252
1252
  },
1253
1253
  version?: bigint,
1254
1254
  ): Promise<[boolean]> {
1255
- const coder = defaultMoveCoder(client.config.fullnode);
1255
+ const coder = defaultMoveCoder(client.config);
1256
1256
  const data: InputViewFunctionData = {
1257
1257
  function: "0x1::coin::paired_mint_ref_exists",
1258
1258
  functionArguments: [],
@@ -1274,7 +1274,7 @@ export namespace coin {
1274
1274
  },
1275
1275
  version?: bigint,
1276
1276
  ): Promise<[boolean]> {
1277
- const coder = defaultMoveCoder(client.config.fullnode);
1277
+ const coder = defaultMoveCoder(client.config);
1278
1278
  const data: InputViewFunctionData = {
1279
1279
  function: "0x1::coin::paired_transfer_ref_exists",
1280
1280
  functionArguments: [],
@@ -1610,7 +1610,7 @@ export namespace jwks {
1610
1610
  },
1611
1611
  options?: InputGenerateTransactionOptions,
1612
1612
  ): Promise<PendingTransactionResponse> {
1613
- const coder = defaultMoveCoder(client.config.fullnode);
1613
+ const coder = defaultMoveCoder(client.config);
1614
1614
  const transaction = await client.transaction.build.simple({
1615
1615
  sender: account.accountAddress,
1616
1616
  data: {
@@ -1773,7 +1773,7 @@ export namespace block {
1773
1773
 
1774
1774
  version?: bigint,
1775
1775
  ): Promise<[bigint]> {
1776
- const coder = defaultMoveCoder(client.config.fullnode);
1776
+ const coder = defaultMoveCoder(client.config);
1777
1777
  const data: InputViewFunctionData = {
1778
1778
  function: "0x1::block::get_current_block_height",
1779
1779
  functionArguments: [],
@@ -1793,7 +1793,7 @@ export namespace block {
1793
1793
 
1794
1794
  version?: bigint,
1795
1795
  ): Promise<[bigint]> {
1796
- const coder = defaultMoveCoder(client.config.fullnode);
1796
+ const coder = defaultMoveCoder(client.config);
1797
1797
  const data: InputViewFunctionData = {
1798
1798
  function: "0x1::block::get_epoch_interval_secs",
1799
1799
  functionArguments: [],
@@ -2597,7 +2597,7 @@ export namespace stake {
2597
2597
  },
2598
2598
  options?: InputGenerateTransactionOptions,
2599
2599
  ): Promise<PendingTransactionResponse> {
2600
- const coder = defaultMoveCoder(client.config.fullnode);
2600
+ const coder = defaultMoveCoder(client.config);
2601
2601
  const transaction = await client.transaction.build.simple({
2602
2602
  sender: account.accountAddress,
2603
2603
  data: {
@@ -2621,7 +2621,7 @@ export namespace stake {
2621
2621
  },
2622
2622
  options?: InputGenerateTransactionOptions,
2623
2623
  ): Promise<PendingTransactionResponse> {
2624
- const coder = defaultMoveCoder(client.config.fullnode);
2624
+ const coder = defaultMoveCoder(client.config);
2625
2625
  const transaction = await client.transaction.build.simple({
2626
2626
  sender: account.accountAddress,
2627
2627
  data: {
@@ -2646,7 +2646,7 @@ export namespace stake {
2646
2646
  },
2647
2647
  options?: InputGenerateTransactionOptions,
2648
2648
  ): Promise<PendingTransactionResponse> {
2649
- const coder = defaultMoveCoder(client.config.fullnode);
2649
+ const coder = defaultMoveCoder(client.config);
2650
2650
  const transaction = await client.transaction.build.simple({
2651
2651
  sender: account.accountAddress,
2652
2652
  data: {
@@ -2671,7 +2671,7 @@ export namespace stake {
2671
2671
  },
2672
2672
  options?: InputGenerateTransactionOptions,
2673
2673
  ): Promise<PendingTransactionResponse> {
2674
- const coder = defaultMoveCoder(client.config.fullnode);
2674
+ const coder = defaultMoveCoder(client.config);
2675
2675
  const transaction = await client.transaction.build.simple({
2676
2676
  sender: account.accountAddress,
2677
2677
  data: {
@@ -2695,7 +2695,7 @@ export namespace stake {
2695
2695
  },
2696
2696
  options?: InputGenerateTransactionOptions,
2697
2697
  ): Promise<PendingTransactionResponse> {
2698
- const coder = defaultMoveCoder(client.config.fullnode);
2698
+ const coder = defaultMoveCoder(client.config);
2699
2699
  const transaction = await client.transaction.build.simple({
2700
2700
  sender: account.accountAddress,
2701
2701
  data: {
@@ -2720,7 +2720,7 @@ export namespace stake {
2720
2720
  },
2721
2721
  options?: InputGenerateTransactionOptions,
2722
2722
  ): Promise<PendingTransactionResponse> {
2723
- const coder = defaultMoveCoder(client.config.fullnode);
2723
+ const coder = defaultMoveCoder(client.config);
2724
2724
  const transaction = await client.transaction.build.simple({
2725
2725
  sender: account.accountAddress,
2726
2726
  data: {
@@ -2745,7 +2745,7 @@ export namespace stake {
2745
2745
  },
2746
2746
  options?: InputGenerateTransactionOptions,
2747
2747
  ): Promise<PendingTransactionResponse> {
2748
- const coder = defaultMoveCoder(client.config.fullnode);
2748
+ const coder = defaultMoveCoder(client.config);
2749
2749
  const transaction = await client.transaction.build.simple({
2750
2750
  sender: account.accountAddress,
2751
2751
  data: {
@@ -2770,7 +2770,7 @@ export namespace stake {
2770
2770
  },
2771
2771
  options?: InputGenerateTransactionOptions,
2772
2772
  ): Promise<PendingTransactionResponse> {
2773
- const coder = defaultMoveCoder(client.config.fullnode);
2773
+ const coder = defaultMoveCoder(client.config);
2774
2774
  const transaction = await client.transaction.build.simple({
2775
2775
  sender: account.accountAddress,
2776
2776
  data: {
@@ -2795,7 +2795,7 @@ export namespace stake {
2795
2795
  },
2796
2796
  options?: InputGenerateTransactionOptions,
2797
2797
  ): Promise<PendingTransactionResponse> {
2798
- const coder = defaultMoveCoder(client.config.fullnode);
2798
+ const coder = defaultMoveCoder(client.config);
2799
2799
  const transaction = await client.transaction.build.simple({
2800
2800
  sender: account.accountAddress,
2801
2801
  data: {
@@ -2819,7 +2819,7 @@ export namespace stake {
2819
2819
  },
2820
2820
  options?: InputGenerateTransactionOptions,
2821
2821
  ): Promise<PendingTransactionResponse> {
2822
- const coder = defaultMoveCoder(client.config.fullnode);
2822
+ const coder = defaultMoveCoder(client.config);
2823
2823
  const transaction = await client.transaction.build.simple({
2824
2824
  sender: account.accountAddress,
2825
2825
  data: {
@@ -2844,7 +2844,7 @@ export namespace stake {
2844
2844
  },
2845
2845
  options?: InputGenerateTransactionOptions,
2846
2846
  ): Promise<PendingTransactionResponse> {
2847
- const coder = defaultMoveCoder(client.config.fullnode);
2847
+ const coder = defaultMoveCoder(client.config);
2848
2848
  const transaction = await client.transaction.build.simple({
2849
2849
  sender: account.accountAddress,
2850
2850
  data: {
@@ -2869,7 +2869,7 @@ export namespace stake {
2869
2869
  },
2870
2870
  options?: InputGenerateTransactionOptions,
2871
2871
  ): Promise<PendingTransactionResponse> {
2872
- const coder = defaultMoveCoder(client.config.fullnode);
2872
+ const coder = defaultMoveCoder(client.config);
2873
2873
  const transaction = await client.transaction.build.simple({
2874
2874
  sender: account.accountAddress,
2875
2875
  data: {
@@ -2894,7 +2894,7 @@ export namespace stake {
2894
2894
  },
2895
2895
  options?: InputGenerateTransactionOptions,
2896
2896
  ): Promise<PendingTransactionResponse> {
2897
- const coder = defaultMoveCoder(client.config.fullnode);
2897
+ const coder = defaultMoveCoder(client.config);
2898
2898
  const transaction = await client.transaction.build.simple({
2899
2899
  sender: account.accountAddress,
2900
2900
  data: {
@@ -2918,7 +2918,7 @@ export namespace stake {
2918
2918
  },
2919
2919
  version?: bigint,
2920
2920
  ): Promise<[bigint, bigint]> {
2921
- const coder = defaultMoveCoder(client.config.fullnode);
2921
+ const coder = defaultMoveCoder(client.config);
2922
2922
  const data: InputViewFunctionData = {
2923
2923
  function: "0x1::stake::get_current_epoch_proposal_counts",
2924
2924
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -2940,7 +2940,7 @@ export namespace stake {
2940
2940
  },
2941
2941
  version?: bigint,
2942
2942
  ): Promise<[bigint]> {
2943
- const coder = defaultMoveCoder(client.config.fullnode);
2943
+ const coder = defaultMoveCoder(client.config);
2944
2944
  const data: InputViewFunctionData = {
2945
2945
  function: "0x1::stake::get_current_epoch_voting_power",
2946
2946
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -2962,7 +2962,7 @@ export namespace stake {
2962
2962
  },
2963
2963
  version?: bigint,
2964
2964
  ): Promise<[MoveAddressType]> {
2965
- const coder = defaultMoveCoder(client.config.fullnode);
2965
+ const coder = defaultMoveCoder(client.config);
2966
2966
  const data: InputViewFunctionData = {
2967
2967
  function: "0x1::stake::get_delegated_voter",
2968
2968
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -2984,7 +2984,7 @@ export namespace stake {
2984
2984
  },
2985
2985
  version?: bigint,
2986
2986
  ): Promise<[bigint]> {
2987
- const coder = defaultMoveCoder(client.config.fullnode);
2987
+ const coder = defaultMoveCoder(client.config);
2988
2988
  const data: InputViewFunctionData = {
2989
2989
  function: "0x1::stake::get_lockup_secs",
2990
2990
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -3004,7 +3004,7 @@ export namespace stake {
3004
3004
  },
3005
3005
  version?: bigint,
3006
3006
  ): Promise<[MoveAddressType]> {
3007
- const coder = defaultMoveCoder(client.config.fullnode);
3007
+ const coder = defaultMoveCoder(client.config);
3008
3008
  const data: InputViewFunctionData = {
3009
3009
  function: "0x1::stake::get_operator",
3010
3010
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -3025,7 +3025,7 @@ export namespace stake {
3025
3025
  },
3026
3026
  version?: bigint,
3027
3027
  ): Promise<[bigint]> {
3028
- const coder = defaultMoveCoder(client.config.fullnode);
3028
+ const coder = defaultMoveCoder(client.config);
3029
3029
  const data: InputViewFunctionData = {
3030
3030
  function: "0x1::stake::get_remaining_lockup_secs",
3031
3031
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -3047,7 +3047,7 @@ export namespace stake {
3047
3047
  },
3048
3048
  version?: bigint,
3049
3049
  ): Promise<[bigint, bigint, bigint, bigint]> {
3050
- const coder = defaultMoveCoder(client.config.fullnode);
3050
+ const coder = defaultMoveCoder(client.config);
3051
3051
  const data: InputViewFunctionData = {
3052
3052
  function: "0x1::stake::get_stake",
3053
3053
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -3067,7 +3067,7 @@ export namespace stake {
3067
3067
  },
3068
3068
  version?: bigint,
3069
3069
  ): Promise<[string, string, string]> {
3070
- const coder = defaultMoveCoder(client.config.fullnode);
3070
+ const coder = defaultMoveCoder(client.config);
3071
3071
  const data: InputViewFunctionData = {
3072
3072
  function: "0x1::stake::get_validator_config",
3073
3073
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -3089,7 +3089,7 @@ export namespace stake {
3089
3089
  },
3090
3090
  version?: bigint,
3091
3091
  ): Promise<[bigint]> {
3092
- const coder = defaultMoveCoder(client.config.fullnode);
3092
+ const coder = defaultMoveCoder(client.config);
3093
3093
  const data: InputViewFunctionData = {
3094
3094
  function: "0x1::stake::get_validator_index",
3095
3095
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -3111,7 +3111,7 @@ export namespace stake {
3111
3111
  },
3112
3112
  version?: bigint,
3113
3113
  ): Promise<[bigint]> {
3114
- const coder = defaultMoveCoder(client.config.fullnode);
3114
+ const coder = defaultMoveCoder(client.config);
3115
3115
  const data: InputViewFunctionData = {
3116
3116
  function: "0x1::stake::get_validator_state",
3117
3117
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -3134,7 +3134,7 @@ export namespace stake {
3134
3134
  },
3135
3135
  version?: bigint,
3136
3136
  ): Promise<[boolean]> {
3137
- const coder = defaultMoveCoder(client.config.fullnode);
3137
+ const coder = defaultMoveCoder(client.config);
3138
3138
  const data: InputViewFunctionData = {
3139
3139
  function: "0x1::stake::stake_pool_exists",
3140
3140
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -3447,7 +3447,7 @@ export namespace object$ {
3447
3447
  },
3448
3448
  options?: InputGenerateTransactionOptions,
3449
3449
  ): Promise<PendingTransactionResponse> {
3450
- const coder = defaultMoveCoder(client.config.fullnode);
3450
+ const coder = defaultMoveCoder(client.config);
3451
3451
  const transaction = await client.transaction.build.simple({
3452
3452
  sender: account.accountAddress,
3453
3453
  data: {
@@ -3472,7 +3472,7 @@ export namespace object$ {
3472
3472
  },
3473
3473
  options?: InputGenerateTransactionOptions,
3474
3474
  ): Promise<PendingTransactionResponse> {
3475
- const coder = defaultMoveCoder(client.config.fullnode);
3475
+ const coder = defaultMoveCoder(client.config);
3476
3476
  const transaction = await client.transaction.build.simple({
3477
3477
  sender: account.accountAddress,
3478
3478
  data: {
@@ -3496,7 +3496,7 @@ export namespace object$ {
3496
3496
  },
3497
3497
  options?: InputGenerateTransactionOptions,
3498
3498
  ): Promise<PendingTransactionResponse> {
3499
- const coder = defaultMoveCoder(client.config.fullnode);
3499
+ const coder = defaultMoveCoder(client.config);
3500
3500
  const transaction = await client.transaction.build.simple({
3501
3501
  sender: account.accountAddress,
3502
3502
  data: {
@@ -3521,7 +3521,7 @@ export namespace object$ {
3521
3521
  },
3522
3522
  options?: InputGenerateTransactionOptions,
3523
3523
  ): Promise<PendingTransactionResponse> {
3524
- const coder = defaultMoveCoder(client.config.fullnode);
3524
+ const coder = defaultMoveCoder(client.config);
3525
3525
  const transaction = await client.transaction.build.simple({
3526
3526
  sender: account.accountAddress,
3527
3527
  data: {
@@ -3546,7 +3546,7 @@ export namespace object$ {
3546
3546
  },
3547
3547
  options?: InputGenerateTransactionOptions,
3548
3548
  ): Promise<PendingTransactionResponse> {
3549
- const coder = defaultMoveCoder(client.config.fullnode);
3549
+ const coder = defaultMoveCoder(client.config);
3550
3550
  const transaction = await client.transaction.build.simple({
3551
3551
  sender: account.accountAddress,
3552
3552
  data: {
@@ -3571,7 +3571,7 @@ export namespace object$ {
3571
3571
  },
3572
3572
  version?: bigint,
3573
3573
  ): Promise<[MoveAddressType]> {
3574
- const coder = defaultMoveCoder(client.config.fullnode);
3574
+ const coder = defaultMoveCoder(client.config);
3575
3575
  const data: InputViewFunctionData = {
3576
3576
  function: "0x1::object::owner",
3577
3577
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -3593,7 +3593,7 @@ export namespace object$ {
3593
3593
  },
3594
3594
  version?: bigint,
3595
3595
  ): Promise<[boolean]> {
3596
- const coder = defaultMoveCoder(client.config.fullnode);
3596
+ const coder = defaultMoveCoder(client.config);
3597
3597
  const data: InputViewFunctionData = {
3598
3598
  function: "0x1::object::is_burnt",
3599
3599
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -3615,7 +3615,7 @@ export namespace object$ {
3615
3615
  },
3616
3616
  version?: bigint,
3617
3617
  ): Promise<[boolean]> {
3618
- const coder = defaultMoveCoder(client.config.fullnode);
3618
+ const coder = defaultMoveCoder(client.config);
3619
3619
  const data: InputViewFunctionData = {
3620
3620
  function: "0x1::object::is_owner",
3621
3621
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -3636,7 +3636,7 @@ export namespace object$ {
3636
3636
  },
3637
3637
  version?: bigint,
3638
3638
  ): Promise<[boolean]> {
3639
- const coder = defaultMoveCoder(client.config.fullnode);
3639
+ const coder = defaultMoveCoder(client.config);
3640
3640
  const data: InputViewFunctionData = {
3641
3641
  function: "0x1::object::is_untransferable",
3642
3642
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -3660,7 +3660,7 @@ export namespace object$ {
3660
3660
  },
3661
3661
  version?: bigint,
3662
3662
  ): Promise<[boolean]> {
3663
- const coder = defaultMoveCoder(client.config.fullnode);
3663
+ const coder = defaultMoveCoder(client.config);
3664
3664
  const data: InputViewFunctionData = {
3665
3665
  function: "0x1::object::owns",
3666
3666
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -3681,7 +3681,7 @@ export namespace object$ {
3681
3681
  },
3682
3682
  version?: bigint,
3683
3683
  ): Promise<[MoveAddressType]> {
3684
- const coder = defaultMoveCoder(client.config.fullnode);
3684
+ const coder = defaultMoveCoder(client.config);
3685
3685
  const data: InputViewFunctionData = {
3686
3686
  function: "0x1::object::root_owner",
3687
3687
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -3992,7 +3992,7 @@ export namespace voting {
3992
3992
  },
3993
3993
  version?: bigint,
3994
3994
  ): Promise<[option.Option<bigint>]> {
3995
- const coder = defaultMoveCoder(client.config.fullnode);
3995
+ const coder = defaultMoveCoder(client.config);
3996
3996
  const data: InputViewFunctionData = {
3997
3997
  function: "0x1::voting::get_early_resolution_vote_threshold",
3998
3998
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -4015,7 +4015,7 @@ export namespace voting {
4015
4015
  },
4016
4016
  version?: bigint,
4017
4017
  ): Promise<[string]> {
4018
- const coder = defaultMoveCoder(client.config.fullnode);
4018
+ const coder = defaultMoveCoder(client.config);
4019
4019
  const data: InputViewFunctionData = {
4020
4020
  function: "0x1::voting::get_execution_hash",
4021
4021
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -4038,7 +4038,7 @@ export namespace voting {
4038
4038
  },
4039
4039
  version?: bigint,
4040
4040
  ): Promise<[bigint]> {
4041
- const coder = defaultMoveCoder(client.config.fullnode);
4041
+ const coder = defaultMoveCoder(client.config);
4042
4042
  const data: InputViewFunctionData = {
4043
4043
  function: "0x1::voting::get_min_vote_threshold",
4044
4044
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -4061,7 +4061,7 @@ export namespace voting {
4061
4061
  },
4062
4062
  version?: bigint,
4063
4063
  ): Promise<[bigint]> {
4064
- const coder = defaultMoveCoder(client.config.fullnode);
4064
+ const coder = defaultMoveCoder(client.config);
4065
4065
  const data: InputViewFunctionData = {
4066
4066
  function: "0x1::voting::get_proposal_creation_secs",
4067
4067
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -4084,7 +4084,7 @@ export namespace voting {
4084
4084
  },
4085
4085
  version?: bigint,
4086
4086
  ): Promise<[bigint]> {
4087
- const coder = defaultMoveCoder(client.config.fullnode);
4087
+ const coder = defaultMoveCoder(client.config);
4088
4088
  const data: InputViewFunctionData = {
4089
4089
  function: "0x1::voting::get_proposal_expiration_secs",
4090
4090
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -4107,7 +4107,7 @@ export namespace voting {
4107
4107
  },
4108
4108
  version?: bigint,
4109
4109
  ): Promise<[simple_map.SimpleMap<string, string>]> {
4110
- const coder = defaultMoveCoder(client.config.fullnode);
4110
+ const coder = defaultMoveCoder(client.config);
4111
4111
  const data: InputViewFunctionData = {
4112
4112
  function: "0x1::voting::get_proposal_metadata",
4113
4113
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -4130,7 +4130,7 @@ export namespace voting {
4130
4130
  },
4131
4131
  version?: bigint,
4132
4132
  ): Promise<[string]> {
4133
- const coder = defaultMoveCoder(client.config.fullnode);
4133
+ const coder = defaultMoveCoder(client.config);
4134
4134
  const data: InputViewFunctionData = {
4135
4135
  function: "0x1::voting::get_proposal_metadata_value",
4136
4136
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -4153,7 +4153,7 @@ export namespace voting {
4153
4153
  },
4154
4154
  version?: bigint,
4155
4155
  ): Promise<[bigint]> {
4156
- const coder = defaultMoveCoder(client.config.fullnode);
4156
+ const coder = defaultMoveCoder(client.config);
4157
4157
  const data: InputViewFunctionData = {
4158
4158
  function: "0x1::voting::get_proposal_state",
4159
4159
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -4176,7 +4176,7 @@ export namespace voting {
4176
4176
  },
4177
4177
  version?: bigint,
4178
4178
  ): Promise<[MoveAddressType]> {
4179
- const coder = defaultMoveCoder(client.config.fullnode);
4179
+ const coder = defaultMoveCoder(client.config);
4180
4180
  const data: InputViewFunctionData = {
4181
4181
  function: "0x1::voting::get_proposer",
4182
4182
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -4197,7 +4197,7 @@ export namespace voting {
4197
4197
  },
4198
4198
  version?: bigint,
4199
4199
  ): Promise<[bigint]> {
4200
- const coder = defaultMoveCoder(client.config.fullnode);
4200
+ const coder = defaultMoveCoder(client.config);
4201
4201
  const data: InputViewFunctionData = {
4202
4202
  function: "0x1::voting::get_resolution_time_secs",
4203
4203
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -4220,7 +4220,7 @@ export namespace voting {
4220
4220
  },
4221
4221
  version?: bigint,
4222
4222
  ): Promise<[bigint, bigint]> {
4223
- const coder = defaultMoveCoder(client.config.fullnode);
4223
+ const coder = defaultMoveCoder(client.config);
4224
4224
  const data: InputViewFunctionData = {
4225
4225
  function: "0x1::voting::get_votes",
4226
4226
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -4241,7 +4241,7 @@ export namespace voting {
4241
4241
  },
4242
4242
  version?: bigint,
4243
4243
  ): Promise<[boolean]> {
4244
- const coder = defaultMoveCoder(client.config.fullnode);
4244
+ const coder = defaultMoveCoder(client.config);
4245
4245
  const data: InputViewFunctionData = {
4246
4246
  function: "0x1::voting::is_multi_step_proposal_in_execution",
4247
4247
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -4264,7 +4264,7 @@ export namespace voting {
4264
4264
  },
4265
4265
  version?: bigint,
4266
4266
  ): Promise<[boolean]> {
4267
- const coder = defaultMoveCoder(client.config.fullnode);
4267
+ const coder = defaultMoveCoder(client.config);
4268
4268
  const data: InputViewFunctionData = {
4269
4269
  function: "0x1::voting::is_resolved",
4270
4270
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -4285,7 +4285,7 @@ export namespace voting {
4285
4285
  },
4286
4286
  version?: bigint,
4287
4287
  ): Promise<[boolean]> {
4288
- const coder = defaultMoveCoder(client.config.fullnode);
4288
+ const coder = defaultMoveCoder(client.config);
4289
4289
  const data: InputViewFunctionData = {
4290
4290
  function: "0x1::voting::is_voting_closed",
4291
4291
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -4306,7 +4306,7 @@ export namespace voting {
4306
4306
  },
4307
4307
  version?: bigint,
4308
4308
  ): Promise<[bigint]> {
4309
- const coder = defaultMoveCoder(client.config.fullnode);
4309
+ const coder = defaultMoveCoder(client.config);
4310
4310
  const data: InputViewFunctionData = {
4311
4311
  function: "0x1::voting::next_proposal_id",
4312
4312
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -4652,7 +4652,7 @@ export namespace account {
4652
4652
  },
4653
4653
  options?: InputGenerateTransactionOptions,
4654
4654
  ): Promise<PendingTransactionResponse> {
4655
- const coder = defaultMoveCoder(client.config.fullnode);
4655
+ const coder = defaultMoveCoder(client.config);
4656
4656
  const transaction = await client.transaction.build.simple({
4657
4657
  sender: account.accountAddress,
4658
4658
  data: {
@@ -4676,7 +4676,7 @@ export namespace account {
4676
4676
  },
4677
4677
  options?: InputGenerateTransactionOptions,
4678
4678
  ): Promise<PendingTransactionResponse> {
4679
- const coder = defaultMoveCoder(client.config.fullnode);
4679
+ const coder = defaultMoveCoder(client.config);
4680
4680
  const transaction = await client.transaction.build.simple({
4681
4681
  sender: account.accountAddress,
4682
4682
  data: {
@@ -4701,7 +4701,7 @@ export namespace account {
4701
4701
  },
4702
4702
  options?: InputGenerateTransactionOptions,
4703
4703
  ): Promise<PendingTransactionResponse> {
4704
- const coder = defaultMoveCoder(client.config.fullnode);
4704
+ const coder = defaultMoveCoder(client.config);
4705
4705
  const transaction = await client.transaction.build.simple({
4706
4706
  sender: account.accountAddress,
4707
4707
  data: {
@@ -4725,7 +4725,7 @@ export namespace account {
4725
4725
  },
4726
4726
  options?: InputGenerateTransactionOptions,
4727
4727
  ): Promise<PendingTransactionResponse> {
4728
- const coder = defaultMoveCoder(client.config.fullnode);
4728
+ const coder = defaultMoveCoder(client.config);
4729
4729
  const transaction = await client.transaction.build.simple({
4730
4730
  sender: account.accountAddress,
4731
4731
  data: {
@@ -4749,7 +4749,7 @@ export namespace account {
4749
4749
  },
4750
4750
  options?: InputGenerateTransactionOptions,
4751
4751
  ): Promise<PendingTransactionResponse> {
4752
- const coder = defaultMoveCoder(client.config.fullnode);
4752
+ const coder = defaultMoveCoder(client.config);
4753
4753
  const transaction = await client.transaction.build.simple({
4754
4754
  sender: account.accountAddress,
4755
4755
  data: {
@@ -4773,7 +4773,7 @@ export namespace account {
4773
4773
  },
4774
4774
  options?: InputGenerateTransactionOptions,
4775
4775
  ): Promise<PendingTransactionResponse> {
4776
- const coder = defaultMoveCoder(client.config.fullnode);
4776
+ const coder = defaultMoveCoder(client.config);
4777
4777
  const transaction = await client.transaction.build.simple({
4778
4778
  sender: account.accountAddress,
4779
4779
  data: {
@@ -4797,7 +4797,7 @@ export namespace account {
4797
4797
  },
4798
4798
  options?: InputGenerateTransactionOptions,
4799
4799
  ): Promise<PendingTransactionResponse> {
4800
- const coder = defaultMoveCoder(client.config.fullnode);
4800
+ const coder = defaultMoveCoder(client.config);
4801
4801
  const transaction = await client.transaction.build.simple({
4802
4802
  sender: account.accountAddress,
4803
4803
  data: {
@@ -4821,7 +4821,7 @@ export namespace account {
4821
4821
  },
4822
4822
  options?: InputGenerateTransactionOptions,
4823
4823
  ): Promise<PendingTransactionResponse> {
4824
- const coder = defaultMoveCoder(client.config.fullnode);
4824
+ const coder = defaultMoveCoder(client.config);
4825
4825
  const transaction = await client.transaction.build.simple({
4826
4826
  sender: account.accountAddress,
4827
4827
  data: {
@@ -4845,7 +4845,7 @@ export namespace account {
4845
4845
  },
4846
4846
  options?: InputGenerateTransactionOptions,
4847
4847
  ): Promise<PendingTransactionResponse> {
4848
- const coder = defaultMoveCoder(client.config.fullnode);
4848
+ const coder = defaultMoveCoder(client.config);
4849
4849
  const transaction = await client.transaction.build.simple({
4850
4850
  sender: account.accountAddress,
4851
4851
  data: {
@@ -4870,7 +4870,7 @@ export namespace account {
4870
4870
  },
4871
4871
  options?: InputGenerateTransactionOptions,
4872
4872
  ): Promise<PendingTransactionResponse> {
4873
- const coder = defaultMoveCoder(client.config.fullnode);
4873
+ const coder = defaultMoveCoder(client.config);
4874
4874
  const transaction = await client.transaction.build.simple({
4875
4875
  sender: account.accountAddress,
4876
4876
  data: {
@@ -4895,7 +4895,7 @@ export namespace account {
4895
4895
  },
4896
4896
  options?: InputGenerateTransactionOptions,
4897
4897
  ): Promise<PendingTransactionResponse> {
4898
- const coder = defaultMoveCoder(client.config.fullnode);
4898
+ const coder = defaultMoveCoder(client.config);
4899
4899
  const transaction = await client.transaction.build.simple({
4900
4900
  sender: account.accountAddress,
4901
4901
  data: {
@@ -4919,7 +4919,7 @@ export namespace account {
4919
4919
  },
4920
4920
  options?: InputGenerateTransactionOptions,
4921
4921
  ): Promise<PendingTransactionResponse> {
4922
- const coder = defaultMoveCoder(client.config.fullnode);
4922
+ const coder = defaultMoveCoder(client.config);
4923
4923
  const transaction = await client.transaction.build.simple({
4924
4924
  sender: account.accountAddress,
4925
4925
  data: {
@@ -4944,7 +4944,7 @@ export namespace account {
4944
4944
  },
4945
4945
  version?: bigint,
4946
4946
  ): Promise<[boolean]> {
4947
- const coder = defaultMoveCoder(client.config.fullnode);
4947
+ const coder = defaultMoveCoder(client.config);
4948
4948
  const data: InputViewFunctionData = {
4949
4949
  function: "0x1::account::exists_at",
4950
4950
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -4964,7 +4964,7 @@ export namespace account {
4964
4964
  },
4965
4965
  version?: bigint,
4966
4966
  ): Promise<[string]> {
4967
- const coder = defaultMoveCoder(client.config.fullnode);
4967
+ const coder = defaultMoveCoder(client.config);
4968
4968
  const data: InputViewFunctionData = {
4969
4969
  function: "0x1::account::get_authentication_key",
4970
4970
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -4986,7 +4986,7 @@ export namespace account {
4986
4986
  },
4987
4987
  version?: bigint,
4988
4988
  ): Promise<[bigint]> {
4989
- const coder = defaultMoveCoder(client.config.fullnode);
4989
+ const coder = defaultMoveCoder(client.config);
4990
4990
  const data: InputViewFunctionData = {
4991
4991
  function: "0x1::account::get_guid_next_creation_num",
4992
4992
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -5008,7 +5008,7 @@ export namespace account {
5008
5008
  },
5009
5009
  version?: bigint,
5010
5010
  ): Promise<[MoveAddressType]> {
5011
- const coder = defaultMoveCoder(client.config.fullnode);
5011
+ const coder = defaultMoveCoder(client.config);
5012
5012
  const data: InputViewFunctionData = {
5013
5013
  function: "0x1::account::get_rotation_capability_offer_for",
5014
5014
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -5030,7 +5030,7 @@ export namespace account {
5030
5030
  },
5031
5031
  version?: bigint,
5032
5032
  ): Promise<[bigint]> {
5033
- const coder = defaultMoveCoder(client.config.fullnode);
5033
+ const coder = defaultMoveCoder(client.config);
5034
5034
  const data: InputViewFunctionData = {
5035
5035
  function: "0x1::account::get_sequence_number",
5036
5036
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -5053,7 +5053,7 @@ export namespace account {
5053
5053
  },
5054
5054
  version?: bigint,
5055
5055
  ): Promise<[MoveAddressType]> {
5056
- const coder = defaultMoveCoder(client.config.fullnode);
5056
+ const coder = defaultMoveCoder(client.config);
5057
5057
  const data: InputViewFunctionData = {
5058
5058
  function: "0x1::account::get_signer_capability_offer_for",
5059
5059
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -5076,7 +5076,7 @@ export namespace account {
5076
5076
  },
5077
5077
  version?: bigint,
5078
5078
  ): Promise<[boolean]> {
5079
- const coder = defaultMoveCoder(client.config.fullnode);
5079
+ const coder = defaultMoveCoder(client.config);
5080
5080
  const data: InputViewFunctionData = {
5081
5081
  function: "0x1::account::is_rotation_capability_offered",
5082
5082
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -5098,7 +5098,7 @@ export namespace account {
5098
5098
  },
5099
5099
  version?: bigint,
5100
5100
  ): Promise<[boolean]> {
5101
- const coder = defaultMoveCoder(client.config.fullnode);
5101
+ const coder = defaultMoveCoder(client.config);
5102
5102
  const data: InputViewFunctionData = {
5103
5103
  function: "0x1::account::is_signer_capability_offered",
5104
5104
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -5121,7 +5121,7 @@ export namespace account {
5121
5121
  },
5122
5122
  version?: bigint,
5123
5123
  ): Promise<[option.Option<MoveAddressType>]> {
5124
- const coder = defaultMoveCoder(client.config.fullnode);
5124
+ const coder = defaultMoveCoder(client.config);
5125
5125
  const data: InputViewFunctionData = {
5126
5126
  function: "0x1::account::originating_address",
5127
5127
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -5357,7 +5357,7 @@ export namespace version {
5357
5357
  },
5358
5358
  options?: InputGenerateTransactionOptions,
5359
5359
  ): Promise<PendingTransactionResponse> {
5360
- const coder = defaultMoveCoder(client.config.fullnode);
5360
+ const coder = defaultMoveCoder(client.config);
5361
5361
  const transaction = await client.transaction.build.simple({
5362
5362
  sender: account.accountAddress,
5363
5363
  data: {
@@ -5381,7 +5381,7 @@ export namespace version {
5381
5381
  },
5382
5382
  options?: InputGenerateTransactionOptions,
5383
5383
  ): Promise<PendingTransactionResponse> {
5384
- const coder = defaultMoveCoder(client.config.fullnode);
5384
+ const coder = defaultMoveCoder(client.config);
5385
5385
  const transaction = await client.transaction.build.simple({
5386
5386
  sender: account.accountAddress,
5387
5387
  data: {
@@ -6000,7 +6000,7 @@ export namespace vesting {
6000
6000
  },
6001
6001
  options?: InputGenerateTransactionOptions,
6002
6002
  ): Promise<PendingTransactionResponse> {
6003
- const coder = defaultMoveCoder(client.config.fullnode);
6003
+ const coder = defaultMoveCoder(client.config);
6004
6004
  const transaction = await client.transaction.build.simple({
6005
6005
  sender: account.accountAddress,
6006
6006
  data: {
@@ -6024,7 +6024,7 @@ export namespace vesting {
6024
6024
  },
6025
6025
  options?: InputGenerateTransactionOptions,
6026
6026
  ): Promise<PendingTransactionResponse> {
6027
- const coder = defaultMoveCoder(client.config.fullnode);
6027
+ const coder = defaultMoveCoder(client.config);
6028
6028
  const transaction = await client.transaction.build.simple({
6029
6029
  sender: account.accountAddress,
6030
6030
  data: {
@@ -6049,7 +6049,7 @@ export namespace vesting {
6049
6049
  },
6050
6050
  options?: InputGenerateTransactionOptions,
6051
6051
  ): Promise<PendingTransactionResponse> {
6052
- const coder = defaultMoveCoder(client.config.fullnode);
6052
+ const coder = defaultMoveCoder(client.config);
6053
6053
  const transaction = await client.transaction.build.simple({
6054
6054
  sender: account.accountAddress,
6055
6055
  data: {
@@ -6073,7 +6073,7 @@ export namespace vesting {
6073
6073
  },
6074
6074
  options?: InputGenerateTransactionOptions,
6075
6075
  ): Promise<PendingTransactionResponse> {
6076
- const coder = defaultMoveCoder(client.config.fullnode);
6076
+ const coder = defaultMoveCoder(client.config);
6077
6077
  const transaction = await client.transaction.build.simple({
6078
6078
  sender: account.accountAddress,
6079
6079
  data: {
@@ -6098,7 +6098,7 @@ export namespace vesting {
6098
6098
  },
6099
6099
  options?: InputGenerateTransactionOptions,
6100
6100
  ): Promise<PendingTransactionResponse> {
6101
- const coder = defaultMoveCoder(client.config.fullnode);
6101
+ const coder = defaultMoveCoder(client.config);
6102
6102
  const transaction = await client.transaction.build.simple({
6103
6103
  sender: account.accountAddress,
6104
6104
  data: {
@@ -6122,7 +6122,7 @@ export namespace vesting {
6122
6122
  },
6123
6123
  options?: InputGenerateTransactionOptions,
6124
6124
  ): Promise<PendingTransactionResponse> {
6125
- const coder = defaultMoveCoder(client.config.fullnode);
6125
+ const coder = defaultMoveCoder(client.config);
6126
6126
  const transaction = await client.transaction.build.simple({
6127
6127
  sender: account.accountAddress,
6128
6128
  data: {
@@ -6147,7 +6147,7 @@ export namespace vesting {
6147
6147
  },
6148
6148
  options?: InputGenerateTransactionOptions,
6149
6149
  ): Promise<PendingTransactionResponse> {
6150
- const coder = defaultMoveCoder(client.config.fullnode);
6150
+ const coder = defaultMoveCoder(client.config);
6151
6151
  const transaction = await client.transaction.build.simple({
6152
6152
  sender: account.accountAddress,
6153
6153
  data: {
@@ -6172,7 +6172,7 @@ export namespace vesting {
6172
6172
  },
6173
6173
  options?: InputGenerateTransactionOptions,
6174
6174
  ): Promise<PendingTransactionResponse> {
6175
- const coder = defaultMoveCoder(client.config.fullnode);
6175
+ const coder = defaultMoveCoder(client.config);
6176
6176
  const transaction = await client.transaction.build.simple({
6177
6177
  sender: account.accountAddress,
6178
6178
  data: {
@@ -6197,7 +6197,7 @@ export namespace vesting {
6197
6197
  },
6198
6198
  options?: InputGenerateTransactionOptions,
6199
6199
  ): Promise<PendingTransactionResponse> {
6200
- const coder = defaultMoveCoder(client.config.fullnode);
6200
+ const coder = defaultMoveCoder(client.config);
6201
6201
  const transaction = await client.transaction.build.simple({
6202
6202
  sender: account.accountAddress,
6203
6203
  data: {
@@ -6221,7 +6221,7 @@ export namespace vesting {
6221
6221
  },
6222
6222
  options?: InputGenerateTransactionOptions,
6223
6223
  ): Promise<PendingTransactionResponse> {
6224
- const coder = defaultMoveCoder(client.config.fullnode);
6224
+ const coder = defaultMoveCoder(client.config);
6225
6225
  const transaction = await client.transaction.build.simple({
6226
6226
  sender: account.accountAddress,
6227
6227
  data: {
@@ -6245,7 +6245,7 @@ export namespace vesting {
6245
6245
  },
6246
6246
  options?: InputGenerateTransactionOptions,
6247
6247
  ): Promise<PendingTransactionResponse> {
6248
- const coder = defaultMoveCoder(client.config.fullnode);
6248
+ const coder = defaultMoveCoder(client.config);
6249
6249
  const transaction = await client.transaction.build.simple({
6250
6250
  sender: account.accountAddress,
6251
6251
  data: {
@@ -6269,7 +6269,7 @@ export namespace vesting {
6269
6269
  },
6270
6270
  options?: InputGenerateTransactionOptions,
6271
6271
  ): Promise<PendingTransactionResponse> {
6272
- const coder = defaultMoveCoder(client.config.fullnode);
6272
+ const coder = defaultMoveCoder(client.config);
6273
6273
  const transaction = await client.transaction.build.simple({
6274
6274
  sender: account.accountAddress,
6275
6275
  data: {
@@ -6293,7 +6293,7 @@ export namespace vesting {
6293
6293
  },
6294
6294
  options?: InputGenerateTransactionOptions,
6295
6295
  ): Promise<PendingTransactionResponse> {
6296
- const coder = defaultMoveCoder(client.config.fullnode);
6296
+ const coder = defaultMoveCoder(client.config);
6297
6297
  const transaction = await client.transaction.build.simple({
6298
6298
  sender: account.accountAddress,
6299
6299
  data: {
@@ -6318,7 +6318,7 @@ export namespace vesting {
6318
6318
  },
6319
6319
  options?: InputGenerateTransactionOptions,
6320
6320
  ): Promise<PendingTransactionResponse> {
6321
- const coder = defaultMoveCoder(client.config.fullnode);
6321
+ const coder = defaultMoveCoder(client.config);
6322
6322
  const transaction = await client.transaction.build.simple({
6323
6323
  sender: account.accountAddress,
6324
6324
  data: {
@@ -6342,7 +6342,7 @@ export namespace vesting {
6342
6342
  },
6343
6343
  options?: InputGenerateTransactionOptions,
6344
6344
  ): Promise<PendingTransactionResponse> {
6345
- const coder = defaultMoveCoder(client.config.fullnode);
6345
+ const coder = defaultMoveCoder(client.config);
6346
6346
  const transaction = await client.transaction.build.simple({
6347
6347
  sender: account.accountAddress,
6348
6348
  data: {
@@ -6366,7 +6366,7 @@ export namespace vesting {
6366
6366
  },
6367
6367
  options?: InputGenerateTransactionOptions,
6368
6368
  ): Promise<PendingTransactionResponse> {
6369
- const coder = defaultMoveCoder(client.config.fullnode);
6369
+ const coder = defaultMoveCoder(client.config);
6370
6370
  const transaction = await client.transaction.build.simple({
6371
6371
  sender: account.accountAddress,
6372
6372
  data: {
@@ -6390,7 +6390,7 @@ export namespace vesting {
6390
6390
  },
6391
6391
  options?: InputGenerateTransactionOptions,
6392
6392
  ): Promise<PendingTransactionResponse> {
6393
- const coder = defaultMoveCoder(client.config.fullnode);
6393
+ const coder = defaultMoveCoder(client.config);
6394
6394
  const transaction = await client.transaction.build.simple({
6395
6395
  sender: account.accountAddress,
6396
6396
  data: {
@@ -6414,7 +6414,7 @@ export namespace vesting {
6414
6414
  },
6415
6415
  options?: InputGenerateTransactionOptions,
6416
6416
  ): Promise<PendingTransactionResponse> {
6417
- const coder = defaultMoveCoder(client.config.fullnode);
6417
+ const coder = defaultMoveCoder(client.config);
6418
6418
  const transaction = await client.transaction.build.simple({
6419
6419
  sender: account.accountAddress,
6420
6420
  data: {
@@ -6438,7 +6438,7 @@ export namespace vesting {
6438
6438
  },
6439
6439
  version?: bigint,
6440
6440
  ): Promise<[MoveAddressType]> {
6441
- const coder = defaultMoveCoder(client.config.fullnode);
6441
+ const coder = defaultMoveCoder(client.config);
6442
6442
  const data: InputViewFunctionData = {
6443
6443
  function: "0x1::vesting::operator",
6444
6444
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -6458,7 +6458,7 @@ export namespace vesting {
6458
6458
  },
6459
6459
  version?: bigint,
6460
6460
  ): Promise<[MoveAddressType]> {
6461
- const coder = defaultMoveCoder(client.config.fullnode);
6461
+ const coder = defaultMoveCoder(client.config);
6462
6462
  const data: InputViewFunctionData = {
6463
6463
  function: "0x1::vesting::voter",
6464
6464
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -6478,7 +6478,7 @@ export namespace vesting {
6478
6478
  },
6479
6479
  version?: bigint,
6480
6480
  ): Promise<[MoveAddressType]> {
6481
- const coder = defaultMoveCoder(client.config.fullnode);
6481
+ const coder = defaultMoveCoder(client.config);
6482
6482
  const data: InputViewFunctionData = {
6483
6483
  function: "0x1::vesting::shareholder",
6484
6484
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -6498,7 +6498,7 @@ export namespace vesting {
6498
6498
  },
6499
6499
  version?: bigint,
6500
6500
  ): Promise<[bigint]> {
6501
- const coder = defaultMoveCoder(client.config.fullnode);
6501
+ const coder = defaultMoveCoder(client.config);
6502
6502
  const data: InputViewFunctionData = {
6503
6503
  function: "0x1::vesting::operator_commission_percentage",
6504
6504
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -6521,7 +6521,7 @@ export namespace vesting {
6521
6521
  },
6522
6522
  version?: bigint,
6523
6523
  ): Promise<[MoveAddressType]> {
6524
- const coder = defaultMoveCoder(client.config.fullnode);
6524
+ const coder = defaultMoveCoder(client.config);
6525
6525
  const data: InputViewFunctionData = {
6526
6526
  function: "0x1::vesting::beneficiary",
6527
6527
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -6541,7 +6541,7 @@ export namespace vesting {
6541
6541
  },
6542
6542
  version?: bigint,
6543
6543
  ): Promise<[MoveAddressType[]]> {
6544
- const coder = defaultMoveCoder(client.config.fullnode);
6544
+ const coder = defaultMoveCoder(client.config);
6545
6545
  const data: InputViewFunctionData = {
6546
6546
  function: "0x1::vesting::shareholders",
6547
6547
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -6562,7 +6562,7 @@ export namespace vesting {
6562
6562
  },
6563
6563
  version?: bigint,
6564
6564
  ): Promise<[MoveAddressType]> {
6565
- const coder = defaultMoveCoder(client.config.fullnode);
6565
+ const coder = defaultMoveCoder(client.config);
6566
6566
  const data: InputViewFunctionData = {
6567
6567
  function: "0x1::vesting::stake_pool_address",
6568
6568
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -6585,7 +6585,7 @@ export namespace vesting {
6585
6585
  },
6586
6586
  version?: bigint,
6587
6587
  ): Promise<[bigint]> {
6588
- const coder = defaultMoveCoder(client.config.fullnode);
6588
+ const coder = defaultMoveCoder(client.config);
6589
6589
  const data: InputViewFunctionData = {
6590
6590
  function: "0x1::vesting::accumulated_rewards",
6591
6591
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -6608,7 +6608,7 @@ export namespace vesting {
6608
6608
  },
6609
6609
  version?: bigint,
6610
6610
  ): Promise<[vesting.VestingSchedule]> {
6611
- const coder = defaultMoveCoder(client.config.fullnode);
6611
+ const coder = defaultMoveCoder(client.config);
6612
6612
  const data: InputViewFunctionData = {
6613
6613
  function: "0x1::vesting::vesting_schedule",
6614
6614
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -6631,7 +6631,7 @@ export namespace vesting {
6631
6631
  },
6632
6632
  version?: bigint,
6633
6633
  ): Promise<[bigint]> {
6634
- const coder = defaultMoveCoder(client.config.fullnode);
6634
+ const coder = defaultMoveCoder(client.config);
6635
6635
  const data: InputViewFunctionData = {
6636
6636
  function: "0x1::vesting::period_duration_secs",
6637
6637
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -6653,7 +6653,7 @@ export namespace vesting {
6653
6653
  },
6654
6654
  version?: bigint,
6655
6655
  ): Promise<[bigint]> {
6656
- const coder = defaultMoveCoder(client.config.fullnode);
6656
+ const coder = defaultMoveCoder(client.config);
6657
6657
  const data: InputViewFunctionData = {
6658
6658
  function: "0x1::vesting::remaining_grant",
6659
6659
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -6674,7 +6674,7 @@ export namespace vesting {
6674
6674
  },
6675
6675
  version?: bigint,
6676
6676
  ): Promise<[bigint]> {
6677
- const coder = defaultMoveCoder(client.config.fullnode);
6677
+ const coder = defaultMoveCoder(client.config);
6678
6678
  const data: InputViewFunctionData = {
6679
6679
  function: "0x1::vesting::total_accumulated_rewards",
6680
6680
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -6697,7 +6697,7 @@ export namespace vesting {
6697
6697
  },
6698
6698
  version?: bigint,
6699
6699
  ): Promise<[MoveAddressType[]]> {
6700
- const coder = defaultMoveCoder(client.config.fullnode);
6700
+ const coder = defaultMoveCoder(client.config);
6701
6701
  const data: InputViewFunctionData = {
6702
6702
  function: "0x1::vesting::vesting_contracts",
6703
6703
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -6719,7 +6719,7 @@ export namespace vesting {
6719
6719
  },
6720
6720
  version?: bigint,
6721
6721
  ): Promise<[bigint]> {
6722
- const coder = defaultMoveCoder(client.config.fullnode);
6722
+ const coder = defaultMoveCoder(client.config);
6723
6723
  const data: InputViewFunctionData = {
6724
6724
  function: "0x1::vesting::vesting_start_secs",
6725
6725
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -6856,7 +6856,7 @@ export namespace chain_id {
6856
6856
 
6857
6857
  version?: bigint,
6858
6858
  ): Promise<[number]> {
6859
- const coder = defaultMoveCoder(client.config.fullnode);
6859
+ const coder = defaultMoveCoder(client.config);
6860
6860
  const data: InputViewFunctionData = {
6861
6861
  function: "0x1::chain_id::get",
6862
6862
  functionArguments: [],
@@ -6912,7 +6912,7 @@ export namespace features {
6912
6912
  },
6913
6913
  version?: bigint,
6914
6914
  ): Promise<[boolean]> {
6915
- const coder = defaultMoveCoder(client.config.fullnode);
6915
+ const coder = defaultMoveCoder(client.config);
6916
6916
  const data: InputViewFunctionData = {
6917
6917
  function: "0x1::features::is_enabled",
6918
6918
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -7076,7 +7076,7 @@ export namespace timestamp {
7076
7076
 
7077
7077
  version?: bigint,
7078
7078
  ): Promise<[bigint]> {
7079
- const coder = defaultMoveCoder(client.config.fullnode);
7079
+ const coder = defaultMoveCoder(client.config);
7080
7080
  const data: InputViewFunctionData = {
7081
7081
  function: "0x1::timestamp::now_microseconds",
7082
7082
  functionArguments: [],
@@ -7096,7 +7096,7 @@ export namespace timestamp {
7096
7096
 
7097
7097
  version?: bigint,
7098
7098
  ): Promise<[bigint]> {
7099
- const coder = defaultMoveCoder(client.config.fullnode);
7099
+ const coder = defaultMoveCoder(client.config);
7100
7100
  const data: InputViewFunctionData = {
7101
7101
  function: "0x1::timestamp::now_seconds",
7102
7102
  functionArguments: [],
@@ -7223,7 +7223,7 @@ export namespace aptos_coin {
7223
7223
  },
7224
7224
  options?: InputGenerateTransactionOptions,
7225
7225
  ): Promise<PendingTransactionResponse> {
7226
- const coder = defaultMoveCoder(client.config.fullnode);
7226
+ const coder = defaultMoveCoder(client.config);
7227
7227
  const transaction = await client.transaction.build.simple({
7228
7228
  sender: account.accountAddress,
7229
7229
  data: {
@@ -7248,7 +7248,7 @@ export namespace aptos_coin {
7248
7248
  },
7249
7249
  options?: InputGenerateTransactionOptions,
7250
7250
  ): Promise<PendingTransactionResponse> {
7251
- const coder = defaultMoveCoder(client.config.fullnode);
7251
+ const coder = defaultMoveCoder(client.config);
7252
7252
  const transaction = await client.transaction.build.simple({
7253
7253
  sender: account.accountAddress,
7254
7254
  data: {
@@ -7273,7 +7273,7 @@ export namespace aptos_coin {
7273
7273
  },
7274
7274
  options?: InputGenerateTransactionOptions,
7275
7275
  ): Promise<PendingTransactionResponse> {
7276
- const coder = defaultMoveCoder(client.config.fullnode);
7276
+ const coder = defaultMoveCoder(client.config);
7277
7277
  const transaction = await client.transaction.build.simple({
7278
7278
  sender: account.accountAddress,
7279
7279
  data: {
@@ -7323,7 +7323,7 @@ export namespace bcs_stream {
7323
7323
  },
7324
7324
  options?: InputGenerateTransactionOptions,
7325
7325
  ): Promise<PendingTransactionResponse> {
7326
- const coder = defaultMoveCoder(client.config.fullnode);
7326
+ const coder = defaultMoveCoder(client.config);
7327
7327
  const transaction = await client.transaction.build.simple({
7328
7328
  sender: account.accountAddress,
7329
7329
  data: {
@@ -7798,7 +7798,7 @@ export namespace chain_status {
7798
7798
 
7799
7799
  version?: bigint,
7800
7800
  ): Promise<[boolean]> {
7801
- const coder = defaultMoveCoder(client.config.fullnode);
7801
+ const coder = defaultMoveCoder(client.config);
7802
7802
  const data: InputViewFunctionData = {
7803
7803
  function: "0x1::chain_status::is_genesis",
7804
7804
  functionArguments: [],
@@ -7816,7 +7816,7 @@ export namespace chain_status {
7816
7816
 
7817
7817
  version?: bigint,
7818
7818
  ): Promise<[boolean]> {
7819
- const coder = defaultMoveCoder(client.config.fullnode);
7819
+ const coder = defaultMoveCoder(client.config);
7820
7820
  const data: InputViewFunctionData = {
7821
7821
  function: "0x1::chain_status::is_operating",
7822
7822
  functionArguments: [],
@@ -7932,7 +7932,7 @@ export namespace managed_coin {
7932
7932
  },
7933
7933
  options?: InputGenerateTransactionOptions,
7934
7934
  ): Promise<PendingTransactionResponse> {
7935
- const coder = defaultMoveCoder(client.config.fullnode);
7935
+ const coder = defaultMoveCoder(client.config);
7936
7936
  const transaction = await client.transaction.build.simple({
7937
7937
  sender: account.accountAddress,
7938
7938
  data: {
@@ -7956,7 +7956,7 @@ export namespace managed_coin {
7956
7956
  },
7957
7957
  options?: InputGenerateTransactionOptions,
7958
7958
  ): Promise<PendingTransactionResponse> {
7959
- const coder = defaultMoveCoder(client.config.fullnode);
7959
+ const coder = defaultMoveCoder(client.config);
7960
7960
  const transaction = await client.transaction.build.simple({
7961
7961
  sender: account.accountAddress,
7962
7962
  data: {
@@ -7980,7 +7980,7 @@ export namespace managed_coin {
7980
7980
  },
7981
7981
  options?: InputGenerateTransactionOptions,
7982
7982
  ): Promise<PendingTransactionResponse> {
7983
- const coder = defaultMoveCoder(client.config.fullnode);
7983
+ const coder = defaultMoveCoder(client.config);
7984
7984
  const transaction = await client.transaction.build.simple({
7985
7985
  sender: account.accountAddress,
7986
7986
  data: {
@@ -8004,7 +8004,7 @@ export namespace managed_coin {
8004
8004
  },
8005
8005
  options?: InputGenerateTransactionOptions,
8006
8006
  ): Promise<PendingTransactionResponse> {
8007
- const coder = defaultMoveCoder(client.config.fullnode);
8007
+ const coder = defaultMoveCoder(client.config);
8008
8008
  const transaction = await client.transaction.build.simple({
8009
8009
  sender: account.accountAddress,
8010
8010
  data: {
@@ -8028,7 +8028,7 @@ export namespace managed_coin {
8028
8028
  },
8029
8029
  options?: InputGenerateTransactionOptions,
8030
8030
  ): Promise<PendingTransactionResponse> {
8031
- const coder = defaultMoveCoder(client.config.fullnode);
8031
+ const coder = defaultMoveCoder(client.config);
8032
8032
  const transaction = await client.transaction.build.simple({
8033
8033
  sender: account.accountAddress,
8034
8034
  data: {
@@ -8347,7 +8347,7 @@ export namespace aptos_account {
8347
8347
  },
8348
8348
  options?: InputGenerateTransactionOptions,
8349
8349
  ): Promise<PendingTransactionResponse> {
8350
- const coder = defaultMoveCoder(client.config.fullnode);
8350
+ const coder = defaultMoveCoder(client.config);
8351
8351
  const transaction = await client.transaction.build.simple({
8352
8352
  sender: account.accountAddress,
8353
8353
  data: {
@@ -8371,7 +8371,7 @@ export namespace aptos_account {
8371
8371
  },
8372
8372
  options?: InputGenerateTransactionOptions,
8373
8373
  ): Promise<PendingTransactionResponse> {
8374
- const coder = defaultMoveCoder(client.config.fullnode);
8374
+ const coder = defaultMoveCoder(client.config);
8375
8375
  const transaction = await client.transaction.build.simple({
8376
8376
  sender: account.accountAddress,
8377
8377
  data: {
@@ -8396,7 +8396,7 @@ export namespace aptos_account {
8396
8396
  },
8397
8397
  options?: InputGenerateTransactionOptions,
8398
8398
  ): Promise<PendingTransactionResponse> {
8399
- const coder = defaultMoveCoder(client.config.fullnode);
8399
+ const coder = defaultMoveCoder(client.config);
8400
8400
  const transaction = await client.transaction.build.simple({
8401
8401
  sender: account.accountAddress,
8402
8402
  data: {
@@ -8420,7 +8420,7 @@ export namespace aptos_account {
8420
8420
  },
8421
8421
  options?: InputGenerateTransactionOptions,
8422
8422
  ): Promise<PendingTransactionResponse> {
8423
- const coder = defaultMoveCoder(client.config.fullnode);
8423
+ const coder = defaultMoveCoder(client.config);
8424
8424
  const transaction = await client.transaction.build.simple({
8425
8425
  sender: account.accountAddress,
8426
8426
  data: {
@@ -8448,7 +8448,7 @@ export namespace aptos_account {
8448
8448
  },
8449
8449
  options?: InputGenerateTransactionOptions,
8450
8450
  ): Promise<PendingTransactionResponse> {
8451
- const coder = defaultMoveCoder(client.config.fullnode);
8451
+ const coder = defaultMoveCoder(client.config);
8452
8452
  const transaction = await client.transaction.build.simple({
8453
8453
  sender: account.accountAddress,
8454
8454
  data: {
@@ -8473,7 +8473,7 @@ export namespace aptos_account {
8473
8473
  },
8474
8474
  options?: InputGenerateTransactionOptions,
8475
8475
  ): Promise<PendingTransactionResponse> {
8476
- const coder = defaultMoveCoder(client.config.fullnode);
8476
+ const coder = defaultMoveCoder(client.config);
8477
8477
  const transaction = await client.transaction.build.simple({
8478
8478
  sender: account.accountAddress,
8479
8479
  data: {
@@ -8498,7 +8498,7 @@ export namespace aptos_account {
8498
8498
  },
8499
8499
  options?: InputGenerateTransactionOptions,
8500
8500
  ): Promise<PendingTransactionResponse> {
8501
- const coder = defaultMoveCoder(client.config.fullnode);
8501
+ const coder = defaultMoveCoder(client.config);
8502
8502
  const transaction = await client.transaction.build.simple({
8503
8503
  sender: account.accountAddress,
8504
8504
  data: {
@@ -8522,7 +8522,7 @@ export namespace aptos_account {
8522
8522
  },
8523
8523
  options?: InputGenerateTransactionOptions,
8524
8524
  ): Promise<PendingTransactionResponse> {
8525
- const coder = defaultMoveCoder(client.config.fullnode);
8525
+ const coder = defaultMoveCoder(client.config);
8526
8526
  const transaction = await client.transaction.build.simple({
8527
8527
  sender: account.accountAddress,
8528
8528
  data: {
@@ -8550,7 +8550,7 @@ export namespace aptos_account {
8550
8550
  },
8551
8551
  options?: InputGenerateTransactionOptions,
8552
8552
  ): Promise<PendingTransactionResponse> {
8553
- const coder = defaultMoveCoder(client.config.fullnode);
8553
+ const coder = defaultMoveCoder(client.config);
8554
8554
  const transaction = await client.transaction.build.simple({
8555
8555
  sender: account.accountAddress,
8556
8556
  data: {
@@ -8574,7 +8574,7 @@ export namespace aptos_account {
8574
8574
  },
8575
8575
  version?: bigint,
8576
8576
  ): Promise<[boolean]> {
8577
- const coder = defaultMoveCoder(client.config.fullnode);
8577
+ const coder = defaultMoveCoder(client.config);
8578
8578
  const data: InputViewFunctionData = {
8579
8579
  function: "0x1::aptos_account::can_receive_direct_coin_transfers",
8580
8580
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -8988,7 +8988,7 @@ export namespace staking_proxy {
8988
8988
  },
8989
8989
  options?: InputGenerateTransactionOptions,
8990
8990
  ): Promise<PendingTransactionResponse> {
8991
- const coder = defaultMoveCoder(client.config.fullnode);
8991
+ const coder = defaultMoveCoder(client.config);
8992
8992
  const transaction = await client.transaction.build.simple({
8993
8993
  sender: account.accountAddress,
8994
8994
  data: {
@@ -9012,7 +9012,7 @@ export namespace staking_proxy {
9012
9012
  },
9013
9013
  options?: InputGenerateTransactionOptions,
9014
9014
  ): Promise<PendingTransactionResponse> {
9015
- const coder = defaultMoveCoder(client.config.fullnode);
9015
+ const coder = defaultMoveCoder(client.config);
9016
9016
  const transaction = await client.transaction.build.simple({
9017
9017
  sender: account.accountAddress,
9018
9018
  data: {
@@ -9036,7 +9036,7 @@ export namespace staking_proxy {
9036
9036
  },
9037
9037
  options?: InputGenerateTransactionOptions,
9038
9038
  ): Promise<PendingTransactionResponse> {
9039
- const coder = defaultMoveCoder(client.config.fullnode);
9039
+ const coder = defaultMoveCoder(client.config);
9040
9040
  const transaction = await client.transaction.build.simple({
9041
9041
  sender: account.accountAddress,
9042
9042
  data: {
@@ -9060,7 +9060,7 @@ export namespace staking_proxy {
9060
9060
  },
9061
9061
  options?: InputGenerateTransactionOptions,
9062
9062
  ): Promise<PendingTransactionResponse> {
9063
- const coder = defaultMoveCoder(client.config.fullnode);
9063
+ const coder = defaultMoveCoder(client.config);
9064
9064
  const transaction = await client.transaction.build.simple({
9065
9065
  sender: account.accountAddress,
9066
9066
  data: {
@@ -9084,7 +9084,7 @@ export namespace staking_proxy {
9084
9084
  },
9085
9085
  options?: InputGenerateTransactionOptions,
9086
9086
  ): Promise<PendingTransactionResponse> {
9087
- const coder = defaultMoveCoder(client.config.fullnode);
9087
+ const coder = defaultMoveCoder(client.config);
9088
9088
  const transaction = await client.transaction.build.simple({
9089
9089
  sender: account.accountAddress,
9090
9090
  data: {
@@ -9108,7 +9108,7 @@ export namespace staking_proxy {
9108
9108
  },
9109
9109
  options?: InputGenerateTransactionOptions,
9110
9110
  ): Promise<PendingTransactionResponse> {
9111
- const coder = defaultMoveCoder(client.config.fullnode);
9111
+ const coder = defaultMoveCoder(client.config);
9112
9112
  const transaction = await client.transaction.build.simple({
9113
9113
  sender: account.accountAddress,
9114
9114
  data: {
@@ -9132,7 +9132,7 @@ export namespace staking_proxy {
9132
9132
  },
9133
9133
  options?: InputGenerateTransactionOptions,
9134
9134
  ): Promise<PendingTransactionResponse> {
9135
- const coder = defaultMoveCoder(client.config.fullnode);
9135
+ const coder = defaultMoveCoder(client.config);
9136
9136
  const transaction = await client.transaction.build.simple({
9137
9137
  sender: account.accountAddress,
9138
9138
  data: {
@@ -9156,7 +9156,7 @@ export namespace staking_proxy {
9156
9156
  },
9157
9157
  options?: InputGenerateTransactionOptions,
9158
9158
  ): Promise<PendingTransactionResponse> {
9159
- const coder = defaultMoveCoder(client.config.fullnode);
9159
+ const coder = defaultMoveCoder(client.config);
9160
9160
  const transaction = await client.transaction.build.simple({
9161
9161
  sender: account.accountAddress,
9162
9162
  data: {
@@ -9690,7 +9690,7 @@ export namespace fungible_asset {
9690
9690
  },
9691
9691
  options?: InputGenerateTransactionOptions,
9692
9692
  ): Promise<PendingTransactionResponse> {
9693
- const coder = defaultMoveCoder(client.config.fullnode);
9693
+ const coder = defaultMoveCoder(client.config);
9694
9694
  const transaction = await client.transaction.build.simple({
9695
9695
  sender: account.accountAddress,
9696
9696
  data: {
@@ -9715,7 +9715,7 @@ export namespace fungible_asset {
9715
9715
  },
9716
9716
  options?: InputGenerateTransactionOptions,
9717
9717
  ): Promise<PendingTransactionResponse> {
9718
- const coder = defaultMoveCoder(client.config.fullnode);
9718
+ const coder = defaultMoveCoder(client.config);
9719
9719
  const transaction = await client.transaction.build.simple({
9720
9720
  sender: account.accountAddress,
9721
9721
  data: {
@@ -9740,7 +9740,7 @@ export namespace fungible_asset {
9740
9740
  },
9741
9741
  version?: bigint,
9742
9742
  ): Promise<[boolean]> {
9743
- const coder = defaultMoveCoder(client.config.fullnode);
9743
+ const coder = defaultMoveCoder(client.config);
9744
9744
  const data: InputViewFunctionData = {
9745
9745
  function: "0x1::fungible_asset::is_untransferable",
9746
9746
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -9764,7 +9764,7 @@ export namespace fungible_asset {
9764
9764
  },
9765
9765
  version?: bigint,
9766
9766
  ): Promise<[string]> {
9767
- const coder = defaultMoveCoder(client.config.fullnode);
9767
+ const coder = defaultMoveCoder(client.config);
9768
9768
  const data: InputViewFunctionData = {
9769
9769
  function: "0x1::fungible_asset::name",
9770
9770
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -9785,7 +9785,7 @@ export namespace fungible_asset {
9785
9785
  },
9786
9786
  version?: bigint,
9787
9787
  ): Promise<[string]> {
9788
- const coder = defaultMoveCoder(client.config.fullnode);
9788
+ const coder = defaultMoveCoder(client.config);
9789
9789
  const data: InputViewFunctionData = {
9790
9790
  function: "0x1::fungible_asset::symbol",
9791
9791
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -9806,7 +9806,7 @@ export namespace fungible_asset {
9806
9806
  },
9807
9807
  version?: bigint,
9808
9808
  ): Promise<[number]> {
9809
- const coder = defaultMoveCoder(client.config.fullnode);
9809
+ const coder = defaultMoveCoder(client.config);
9810
9810
  const data: InputViewFunctionData = {
9811
9811
  function: "0x1::fungible_asset::decimals",
9812
9812
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -9827,7 +9827,7 @@ export namespace fungible_asset {
9827
9827
  },
9828
9828
  version?: bigint,
9829
9829
  ): Promise<[string]> {
9830
- const coder = defaultMoveCoder(client.config.fullnode);
9830
+ const coder = defaultMoveCoder(client.config);
9831
9831
  const data: InputViewFunctionData = {
9832
9832
  function: "0x1::fungible_asset::icon_uri",
9833
9833
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -9848,7 +9848,7 @@ export namespace fungible_asset {
9848
9848
  },
9849
9849
  version?: bigint,
9850
9850
  ): Promise<[string]> {
9851
- const coder = defaultMoveCoder(client.config.fullnode);
9851
+ const coder = defaultMoveCoder(client.config);
9852
9852
  const data: InputViewFunctionData = {
9853
9853
  function: "0x1::fungible_asset::project_uri",
9854
9854
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -9872,7 +9872,7 @@ export namespace fungible_asset {
9872
9872
  },
9873
9873
  version?: bigint,
9874
9874
  ): Promise<[bigint]> {
9875
- const coder = defaultMoveCoder(client.config.fullnode);
9875
+ const coder = defaultMoveCoder(client.config);
9876
9876
  const data: InputViewFunctionData = {
9877
9877
  function: "0x1::fungible_asset::balance",
9878
9878
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -9894,7 +9894,7 @@ export namespace fungible_asset {
9894
9894
  },
9895
9895
  version?: bigint,
9896
9896
  ): Promise<[fungible_asset.Metadata]> {
9897
- const coder = defaultMoveCoder(client.config.fullnode);
9897
+ const coder = defaultMoveCoder(client.config);
9898
9898
  const data: InputViewFunctionData = {
9899
9899
  function: "0x1::fungible_asset::metadata",
9900
9900
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -9916,7 +9916,7 @@ export namespace fungible_asset {
9916
9916
  },
9917
9917
  version?: bigint,
9918
9918
  ): Promise<[boolean]> {
9919
- const coder = defaultMoveCoder(client.config.fullnode);
9919
+ const coder = defaultMoveCoder(client.config);
9920
9920
  const data: InputViewFunctionData = {
9921
9921
  function: "0x1::fungible_asset::is_balance_at_least",
9922
9922
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -9939,7 +9939,7 @@ export namespace fungible_asset {
9939
9939
  },
9940
9940
  version?: bigint,
9941
9941
  ): Promise<[boolean]> {
9942
- const coder = defaultMoveCoder(client.config.fullnode);
9942
+ const coder = defaultMoveCoder(client.config);
9943
9943
  const data: InputViewFunctionData = {
9944
9944
  function: "0x1::fungible_asset::is_frozen",
9945
9945
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -9962,7 +9962,7 @@ export namespace fungible_asset {
9962
9962
  },
9963
9963
  version?: bigint,
9964
9964
  ): Promise<[boolean]> {
9965
- const coder = defaultMoveCoder(client.config.fullnode);
9965
+ const coder = defaultMoveCoder(client.config);
9966
9966
  const data: InputViewFunctionData = {
9967
9967
  function: "0x1::fungible_asset::is_store_dispatchable",
9968
9968
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -9985,7 +9985,7 @@ export namespace fungible_asset {
9985
9985
  },
9986
9986
  version?: bigint,
9987
9987
  ): Promise<[option.Option<bigint>]> {
9988
- const coder = defaultMoveCoder(client.config.fullnode);
9988
+ const coder = defaultMoveCoder(client.config);
9989
9989
  const data: InputViewFunctionData = {
9990
9990
  function: "0x1::fungible_asset::maximum",
9991
9991
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -10006,7 +10006,7 @@ export namespace fungible_asset {
10006
10006
  },
10007
10007
  version?: bigint,
10008
10008
  ): Promise<[boolean]> {
10009
- const coder = defaultMoveCoder(client.config.fullnode);
10009
+ const coder = defaultMoveCoder(client.config);
10010
10010
  const data: InputViewFunctionData = {
10011
10011
  function: "0x1::fungible_asset::store_exists",
10012
10012
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -10029,7 +10029,7 @@ export namespace fungible_asset {
10029
10029
  },
10030
10030
  version?: bigint,
10031
10031
  ): Promise<[object$.Object<fungible_asset.Metadata>]> {
10032
- const coder = defaultMoveCoder(client.config.fullnode);
10032
+ const coder = defaultMoveCoder(client.config);
10033
10033
  const data: InputViewFunctionData = {
10034
10034
  function: "0x1::fungible_asset::store_metadata",
10035
10035
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -10052,7 +10052,7 @@ export namespace fungible_asset {
10052
10052
  },
10053
10053
  version?: bigint,
10054
10054
  ): Promise<[option.Option<bigint>]> {
10055
- const coder = defaultMoveCoder(client.config.fullnode);
10055
+ const coder = defaultMoveCoder(client.config);
10056
10056
  const data: InputViewFunctionData = {
10057
10057
  function: "0x1::fungible_asset::supply",
10058
10058
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -10116,7 +10116,7 @@ export namespace staking_config {
10116
10116
 
10117
10117
  version?: bigint,
10118
10118
  ): Promise<[bigint, bigint]> {
10119
- const coder = defaultMoveCoder(client.config.fullnode);
10119
+ const coder = defaultMoveCoder(client.config);
10120
10120
  const data: InputViewFunctionData = {
10121
10121
  function: "0x1::staking_config::reward_rate",
10122
10122
  functionArguments: [],
@@ -10948,7 +10948,7 @@ export namespace delegation_pool {
10948
10948
  },
10949
10949
  options?: InputGenerateTransactionOptions,
10950
10950
  ): Promise<PendingTransactionResponse> {
10951
- const coder = defaultMoveCoder(client.config.fullnode);
10951
+ const coder = defaultMoveCoder(client.config);
10952
10952
  const transaction = await client.transaction.build.simple({
10953
10953
  sender: account.accountAddress,
10954
10954
  data: {
@@ -10972,7 +10972,7 @@ export namespace delegation_pool {
10972
10972
  },
10973
10973
  options?: InputGenerateTransactionOptions,
10974
10974
  ): Promise<PendingTransactionResponse> {
10975
- const coder = defaultMoveCoder(client.config.fullnode);
10975
+ const coder = defaultMoveCoder(client.config);
10976
10976
  const transaction = await client.transaction.build.simple({
10977
10977
  sender: account.accountAddress,
10978
10978
  data: {
@@ -10996,7 +10996,7 @@ export namespace delegation_pool {
10996
10996
  },
10997
10997
  options?: InputGenerateTransactionOptions,
10998
10998
  ): Promise<PendingTransactionResponse> {
10999
- const coder = defaultMoveCoder(client.config.fullnode);
10999
+ const coder = defaultMoveCoder(client.config);
11000
11000
  const transaction = await client.transaction.build.simple({
11001
11001
  sender: account.accountAddress,
11002
11002
  data: {
@@ -11020,7 +11020,7 @@ export namespace delegation_pool {
11020
11020
  },
11021
11021
  options?: InputGenerateTransactionOptions,
11022
11022
  ): Promise<PendingTransactionResponse> {
11023
- const coder = defaultMoveCoder(client.config.fullnode);
11023
+ const coder = defaultMoveCoder(client.config);
11024
11024
  const transaction = await client.transaction.build.simple({
11025
11025
  sender: account.accountAddress,
11026
11026
  data: {
@@ -11045,7 +11045,7 @@ export namespace delegation_pool {
11045
11045
  },
11046
11046
  options?: InputGenerateTransactionOptions,
11047
11047
  ): Promise<PendingTransactionResponse> {
11048
- const coder = defaultMoveCoder(client.config.fullnode);
11048
+ const coder = defaultMoveCoder(client.config);
11049
11049
  const transaction = await client.transaction.build.simple({
11050
11050
  sender: account.accountAddress,
11051
11051
  data: {
@@ -11069,7 +11069,7 @@ export namespace delegation_pool {
11069
11069
  },
11070
11070
  options?: InputGenerateTransactionOptions,
11071
11071
  ): Promise<PendingTransactionResponse> {
11072
- const coder = defaultMoveCoder(client.config.fullnode);
11072
+ const coder = defaultMoveCoder(client.config);
11073
11073
  const transaction = await client.transaction.build.simple({
11074
11074
  sender: account.accountAddress,
11075
11075
  data: {
@@ -11093,7 +11093,7 @@ export namespace delegation_pool {
11093
11093
  },
11094
11094
  options?: InputGenerateTransactionOptions,
11095
11095
  ): Promise<PendingTransactionResponse> {
11096
- const coder = defaultMoveCoder(client.config.fullnode);
11096
+ const coder = defaultMoveCoder(client.config);
11097
11097
  const transaction = await client.transaction.build.simple({
11098
11098
  sender: account.accountAddress,
11099
11099
  data: {
@@ -11117,7 +11117,7 @@ export namespace delegation_pool {
11117
11117
  },
11118
11118
  options?: InputGenerateTransactionOptions,
11119
11119
  ): Promise<PendingTransactionResponse> {
11120
- const coder = defaultMoveCoder(client.config.fullnode);
11120
+ const coder = defaultMoveCoder(client.config);
11121
11121
  const transaction = await client.transaction.build.simple({
11122
11122
  sender: account.accountAddress,
11123
11123
  data: {
@@ -11142,7 +11142,7 @@ export namespace delegation_pool {
11142
11142
  },
11143
11143
  options?: InputGenerateTransactionOptions,
11144
11144
  ): Promise<PendingTransactionResponse> {
11145
- const coder = defaultMoveCoder(client.config.fullnode);
11145
+ const coder = defaultMoveCoder(client.config);
11146
11146
  const transaction = await client.transaction.build.simple({
11147
11147
  sender: account.accountAddress,
11148
11148
  data: {
@@ -11167,7 +11167,7 @@ export namespace delegation_pool {
11167
11167
  },
11168
11168
  options?: InputGenerateTransactionOptions,
11169
11169
  ): Promise<PendingTransactionResponse> {
11170
- const coder = defaultMoveCoder(client.config.fullnode);
11170
+ const coder = defaultMoveCoder(client.config);
11171
11171
  const transaction = await client.transaction.build.simple({
11172
11172
  sender: account.accountAddress,
11173
11173
  data: {
@@ -11192,7 +11192,7 @@ export namespace delegation_pool {
11192
11192
  },
11193
11193
  options?: InputGenerateTransactionOptions,
11194
11194
  ): Promise<PendingTransactionResponse> {
11195
- const coder = defaultMoveCoder(client.config.fullnode);
11195
+ const coder = defaultMoveCoder(client.config);
11196
11196
  const transaction = await client.transaction.build.simple({
11197
11197
  sender: account.accountAddress,
11198
11198
  data: {
@@ -11216,7 +11216,7 @@ export namespace delegation_pool {
11216
11216
  },
11217
11217
  options?: InputGenerateTransactionOptions,
11218
11218
  ): Promise<PendingTransactionResponse> {
11219
- const coder = defaultMoveCoder(client.config.fullnode);
11219
+ const coder = defaultMoveCoder(client.config);
11220
11220
  const transaction = await client.transaction.build.simple({
11221
11221
  sender: account.accountAddress,
11222
11222
  data: {
@@ -11240,7 +11240,7 @@ export namespace delegation_pool {
11240
11240
  },
11241
11241
  options?: InputGenerateTransactionOptions,
11242
11242
  ): Promise<PendingTransactionResponse> {
11243
- const coder = defaultMoveCoder(client.config.fullnode);
11243
+ const coder = defaultMoveCoder(client.config);
11244
11244
  const transaction = await client.transaction.build.simple({
11245
11245
  sender: account.accountAddress,
11246
11246
  data: {
@@ -11264,7 +11264,7 @@ export namespace delegation_pool {
11264
11264
  },
11265
11265
  options?: InputGenerateTransactionOptions,
11266
11266
  ): Promise<PendingTransactionResponse> {
11267
- const coder = defaultMoveCoder(client.config.fullnode);
11267
+ const coder = defaultMoveCoder(client.config);
11268
11268
  const transaction = await client.transaction.build.simple({
11269
11269
  sender: account.accountAddress,
11270
11270
  data: {
@@ -11289,7 +11289,7 @@ export namespace delegation_pool {
11289
11289
  },
11290
11290
  options?: InputGenerateTransactionOptions,
11291
11291
  ): Promise<PendingTransactionResponse> {
11292
- const coder = defaultMoveCoder(client.config.fullnode);
11292
+ const coder = defaultMoveCoder(client.config);
11293
11293
  const transaction = await client.transaction.build.simple({
11294
11294
  sender: account.accountAddress,
11295
11295
  data: {
@@ -11314,7 +11314,7 @@ export namespace delegation_pool {
11314
11314
  },
11315
11315
  options?: InputGenerateTransactionOptions,
11316
11316
  ): Promise<PendingTransactionResponse> {
11317
- const coder = defaultMoveCoder(client.config.fullnode);
11317
+ const coder = defaultMoveCoder(client.config);
11318
11318
  const transaction = await client.transaction.build.simple({
11319
11319
  sender: account.accountAddress,
11320
11320
  data: {
@@ -11338,7 +11338,7 @@ export namespace delegation_pool {
11338
11338
  },
11339
11339
  options?: InputGenerateTransactionOptions,
11340
11340
  ): Promise<PendingTransactionResponse> {
11341
- const coder = defaultMoveCoder(client.config.fullnode);
11341
+ const coder = defaultMoveCoder(client.config);
11342
11342
  const transaction = await client.transaction.build.simple({
11343
11343
  sender: account.accountAddress,
11344
11344
  data: {
@@ -11363,7 +11363,7 @@ export namespace delegation_pool {
11363
11363
  },
11364
11364
  options?: InputGenerateTransactionOptions,
11365
11365
  ): Promise<PendingTransactionResponse> {
11366
- const coder = defaultMoveCoder(client.config.fullnode);
11366
+ const coder = defaultMoveCoder(client.config);
11367
11367
  const transaction = await client.transaction.build.simple({
11368
11368
  sender: account.accountAddress,
11369
11369
  data: {
@@ -11387,7 +11387,7 @@ export namespace delegation_pool {
11387
11387
  },
11388
11388
  options?: InputGenerateTransactionOptions,
11389
11389
  ): Promise<PendingTransactionResponse> {
11390
- const coder = defaultMoveCoder(client.config.fullnode);
11390
+ const coder = defaultMoveCoder(client.config);
11391
11391
  const transaction = await client.transaction.build.simple({
11392
11392
  sender: account.accountAddress,
11393
11393
  data: {
@@ -11411,7 +11411,7 @@ export namespace delegation_pool {
11411
11411
  },
11412
11412
  version?: bigint,
11413
11413
  ): Promise<[boolean]> {
11414
- const coder = defaultMoveCoder(client.config.fullnode);
11414
+ const coder = defaultMoveCoder(client.config);
11415
11415
  const data: InputViewFunctionData = {
11416
11416
  function: "0x1::delegation_pool::partial_governance_voting_enabled",
11417
11417
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -11434,7 +11434,7 @@ export namespace delegation_pool {
11434
11434
  },
11435
11435
  version?: bigint,
11436
11436
  ): Promise<[MoveAddressType]> {
11437
- const coder = defaultMoveCoder(client.config.fullnode);
11437
+ const coder = defaultMoveCoder(client.config);
11438
11438
  const data: InputViewFunctionData = {
11439
11439
  function: "0x1::delegation_pool::get_owned_pool_address",
11440
11440
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -11456,7 +11456,7 @@ export namespace delegation_pool {
11456
11456
  },
11457
11457
  version?: bigint,
11458
11458
  ): Promise<[bigint, bigint, bigint]> {
11459
- const coder = defaultMoveCoder(client.config.fullnode);
11459
+ const coder = defaultMoveCoder(client.config);
11460
11460
  const data: InputViewFunctionData = {
11461
11461
  function: "0x1::delegation_pool::get_stake",
11462
11462
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -11479,7 +11479,7 @@ export namespace delegation_pool {
11479
11479
  },
11480
11480
  version?: bigint,
11481
11481
  ): Promise<[boolean]> {
11482
- const coder = defaultMoveCoder(client.config.fullnode);
11482
+ const coder = defaultMoveCoder(client.config);
11483
11483
  const data: InputViewFunctionData = {
11484
11484
  function: "0x1::delegation_pool::allowlisting_enabled",
11485
11485
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -11501,7 +11501,7 @@ export namespace delegation_pool {
11501
11501
  },
11502
11502
  version?: bigint,
11503
11503
  ): Promise<[MoveAddressType]> {
11504
- const coder = defaultMoveCoder(client.config.fullnode);
11504
+ const coder = defaultMoveCoder(client.config);
11505
11505
  const data: InputViewFunctionData = {
11506
11506
  function: "0x1::delegation_pool::beneficiary_for_operator",
11507
11507
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -11523,7 +11523,7 @@ export namespace delegation_pool {
11523
11523
  },
11524
11524
  version?: bigint,
11525
11525
  ): Promise<[MoveAddressType]> {
11526
- const coder = defaultMoveCoder(client.config.fullnode);
11526
+ const coder = defaultMoveCoder(client.config);
11527
11527
  const data: InputViewFunctionData = {
11528
11528
  function: "0x1::delegation_pool::calculate_and_update_delegator_voter",
11529
11529
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -11545,7 +11545,7 @@ export namespace delegation_pool {
11545
11545
  },
11546
11546
  version?: bigint,
11547
11547
  ): Promise<[bigint]> {
11548
- const coder = defaultMoveCoder(client.config.fullnode);
11548
+ const coder = defaultMoveCoder(client.config);
11549
11549
  const data: InputViewFunctionData = {
11550
11550
  function:
11551
11551
  "0x1::delegation_pool::calculate_and_update_remaining_voting_power",
@@ -11568,7 +11568,7 @@ export namespace delegation_pool {
11568
11568
  },
11569
11569
  version?: bigint,
11570
11570
  ): Promise<[bigint]> {
11571
- const coder = defaultMoveCoder(client.config.fullnode);
11571
+ const coder = defaultMoveCoder(client.config);
11572
11572
  const data: InputViewFunctionData = {
11573
11573
  function:
11574
11574
  "0x1::delegation_pool::calculate_and_update_voter_total_voting_power",
@@ -11591,7 +11591,7 @@ export namespace delegation_pool {
11591
11591
  },
11592
11592
  version?: bigint,
11593
11593
  ): Promise<[MoveAddressType, MoveAddressType, bigint]> {
11594
- const coder = defaultMoveCoder(client.config.fullnode);
11594
+ const coder = defaultMoveCoder(client.config);
11595
11595
  const data: InputViewFunctionData = {
11596
11596
  function:
11597
11597
  "0x1::delegation_pool::calculate_and_update_voting_delegation",
@@ -11614,7 +11614,7 @@ export namespace delegation_pool {
11614
11614
  },
11615
11615
  version?: bigint,
11616
11616
  ): Promise<[boolean]> {
11617
- const coder = defaultMoveCoder(client.config.fullnode);
11617
+ const coder = defaultMoveCoder(client.config);
11618
11618
  const data: InputViewFunctionData = {
11619
11619
  function: "0x1::delegation_pool::can_withdraw_pending_inactive",
11620
11620
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -11637,7 +11637,7 @@ export namespace delegation_pool {
11637
11637
  },
11638
11638
  version?: bigint,
11639
11639
  ): Promise<[boolean]> {
11640
- const coder = defaultMoveCoder(client.config.fullnode);
11640
+ const coder = defaultMoveCoder(client.config);
11641
11641
  const data: InputViewFunctionData = {
11642
11642
  function: "0x1::delegation_pool::delegation_pool_exists",
11643
11643
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -11659,7 +11659,7 @@ export namespace delegation_pool {
11659
11659
  },
11660
11660
  version?: bigint,
11661
11661
  ): Promise<[boolean]> {
11662
- const coder = defaultMoveCoder(client.config.fullnode);
11662
+ const coder = defaultMoveCoder(client.config);
11663
11663
  const data: InputViewFunctionData = {
11664
11664
  function: "0x1::delegation_pool::delegator_allowlisted",
11665
11665
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -11682,7 +11682,7 @@ export namespace delegation_pool {
11682
11682
  },
11683
11683
  version?: bigint,
11684
11684
  ): Promise<[bigint]> {
11685
- const coder = defaultMoveCoder(client.config.fullnode);
11685
+ const coder = defaultMoveCoder(client.config);
11686
11686
  const data: InputViewFunctionData = {
11687
11687
  function: "0x1::delegation_pool::get_add_stake_fee",
11688
11688
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -11704,7 +11704,7 @@ export namespace delegation_pool {
11704
11704
  },
11705
11705
  version?: bigint,
11706
11706
  ): Promise<[bigint, bigint, bigint, bigint]> {
11707
- const coder = defaultMoveCoder(client.config.fullnode);
11707
+ const coder = defaultMoveCoder(client.config);
11708
11708
  const data: InputViewFunctionData = {
11709
11709
  function: "0x1::delegation_pool::get_delegation_pool_stake",
11710
11710
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -11726,7 +11726,7 @@ export namespace delegation_pool {
11726
11726
  },
11727
11727
  version?: bigint,
11728
11728
  ): Promise<[MoveAddressType[]]> {
11729
- const coder = defaultMoveCoder(client.config.fullnode);
11729
+ const coder = defaultMoveCoder(client.config);
11730
11730
  const data: InputViewFunctionData = {
11731
11731
  function: "0x1::delegation_pool::get_delegators_allowlist",
11732
11732
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -11748,7 +11748,7 @@ export namespace delegation_pool {
11748
11748
  },
11749
11749
  version?: bigint,
11750
11750
  ): Promise<[MoveAddressType]> {
11751
- const coder = defaultMoveCoder(client.config.fullnode);
11751
+ const coder = defaultMoveCoder(client.config);
11752
11752
  const data: InputViewFunctionData = {
11753
11753
  function: "0x1::delegation_pool::get_expected_stake_pool_address",
11754
11754
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -11770,7 +11770,7 @@ export namespace delegation_pool {
11770
11770
  },
11771
11771
  version?: bigint,
11772
11772
  ): Promise<[boolean, bigint]> {
11773
- const coder = defaultMoveCoder(client.config.fullnode);
11773
+ const coder = defaultMoveCoder(client.config);
11774
11774
  const data: InputViewFunctionData = {
11775
11775
  function: "0x1::delegation_pool::get_pending_withdrawal",
11776
11776
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -11793,7 +11793,7 @@ export namespace delegation_pool {
11793
11793
  },
11794
11794
  version?: bigint,
11795
11795
  ): Promise<[bigint]> {
11796
- const coder = defaultMoveCoder(client.config.fullnode);
11796
+ const coder = defaultMoveCoder(client.config);
11797
11797
  const data: InputViewFunctionData = {
11798
11798
  function: "0x1::delegation_pool::operator_commission_percentage",
11799
11799
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -11815,7 +11815,7 @@ export namespace delegation_pool {
11815
11815
  },
11816
11816
  version?: bigint,
11817
11817
  ): Promise<[boolean]> {
11818
- const coder = defaultMoveCoder(client.config.fullnode);
11818
+ const coder = defaultMoveCoder(client.config);
11819
11819
  const data: InputViewFunctionData = {
11820
11820
  function:
11821
11821
  "0x1::delegation_pool::is_next_commission_percentage_effective",
@@ -11836,7 +11836,7 @@ export namespace delegation_pool {
11836
11836
 
11837
11837
  version?: bigint,
11838
11838
  ): Promise<[bigint]> {
11839
- const coder = defaultMoveCoder(client.config.fullnode);
11839
+ const coder = defaultMoveCoder(client.config);
11840
11840
  const data: InputViewFunctionData = {
11841
11841
  function:
11842
11842
  "0x1::delegation_pool::min_remaining_secs_for_commission_change",
@@ -11859,7 +11859,7 @@ export namespace delegation_pool {
11859
11859
  },
11860
11860
  version?: bigint,
11861
11861
  ): Promise<[bigint]> {
11862
- const coder = defaultMoveCoder(client.config.fullnode);
11862
+ const coder = defaultMoveCoder(client.config);
11863
11863
  const data: InputViewFunctionData = {
11864
11864
  function: "0x1::delegation_pool::observed_lockup_cycle",
11865
11865
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -11881,7 +11881,7 @@ export namespace delegation_pool {
11881
11881
  },
11882
11882
  version?: bigint,
11883
11883
  ): Promise<[bigint]> {
11884
- const coder = defaultMoveCoder(client.config.fullnode);
11884
+ const coder = defaultMoveCoder(client.config);
11885
11885
  const data: InputViewFunctionData = {
11886
11886
  function:
11887
11887
  "0x1::delegation_pool::operator_commission_percentage_next_lockup_cycle",
@@ -11904,7 +11904,7 @@ export namespace delegation_pool {
11904
11904
  },
11905
11905
  version?: bigint,
11906
11906
  ): Promise<[boolean]> {
11907
- const coder = defaultMoveCoder(client.config.fullnode);
11907
+ const coder = defaultMoveCoder(client.config);
11908
11908
  const data: InputViewFunctionData = {
11909
11909
  function: "0x1::delegation_pool::owner_cap_exists",
11910
11910
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -11927,7 +11927,7 @@ export namespace delegation_pool {
11927
11927
  },
11928
11928
  version?: bigint,
11929
11929
  ): Promise<[bigint]> {
11930
- const coder = defaultMoveCoder(client.config.fullnode);
11930
+ const coder = defaultMoveCoder(client.config);
11931
11931
  const data: InputViewFunctionData = {
11932
11932
  function: "0x1::delegation_pool::shareholders_count_active_pool",
11933
11933
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -12180,7 +12180,7 @@ export namespace transaction_fee {
12180
12180
  },
12181
12181
  options?: InputGenerateTransactionOptions,
12182
12182
  ): Promise<PendingTransactionResponse> {
12183
- const coder = defaultMoveCoder(client.config.fullnode);
12183
+ const coder = defaultMoveCoder(client.config);
12184
12184
  const transaction = await client.transaction.build.simple({
12185
12185
  sender: account.accountAddress,
12186
12186
  data: {
@@ -12482,7 +12482,7 @@ export namespace aptos_governance {
12482
12482
  },
12483
12483
  options?: InputGenerateTransactionOptions,
12484
12484
  ): Promise<PendingTransactionResponse> {
12485
- const coder = defaultMoveCoder(client.config.fullnode);
12485
+ const coder = defaultMoveCoder(client.config);
12486
12486
  const transaction = await client.transaction.build.simple({
12487
12487
  sender: account.accountAddress,
12488
12488
  data: {
@@ -12506,7 +12506,7 @@ export namespace aptos_governance {
12506
12506
  },
12507
12507
  options?: InputGenerateTransactionOptions,
12508
12508
  ): Promise<PendingTransactionResponse> {
12509
- const coder = defaultMoveCoder(client.config.fullnode);
12509
+ const coder = defaultMoveCoder(client.config);
12510
12510
  const transaction = await client.transaction.build.simple({
12511
12511
  sender: account.accountAddress,
12512
12512
  data: {
@@ -12531,7 +12531,7 @@ export namespace aptos_governance {
12531
12531
  },
12532
12532
  options?: InputGenerateTransactionOptions,
12533
12533
  ): Promise<PendingTransactionResponse> {
12534
- const coder = defaultMoveCoder(client.config.fullnode);
12534
+ const coder = defaultMoveCoder(client.config);
12535
12535
  const transaction = await client.transaction.build.simple({
12536
12536
  sender: account.accountAddress,
12537
12537
  data: {
@@ -12556,7 +12556,7 @@ export namespace aptos_governance {
12556
12556
  },
12557
12557
  options?: InputGenerateTransactionOptions,
12558
12558
  ): Promise<PendingTransactionResponse> {
12559
- const coder = defaultMoveCoder(client.config.fullnode);
12559
+ const coder = defaultMoveCoder(client.config);
12560
12560
  const transaction = await client.transaction.build.simple({
12561
12561
  sender: account.accountAddress,
12562
12562
  data: {
@@ -12581,7 +12581,7 @@ export namespace aptos_governance {
12581
12581
  },
12582
12582
  options?: InputGenerateTransactionOptions,
12583
12583
  ): Promise<PendingTransactionResponse> {
12584
- const coder = defaultMoveCoder(client.config.fullnode);
12584
+ const coder = defaultMoveCoder(client.config);
12585
12585
  const transaction = await client.transaction.build.simple({
12586
12586
  sender: account.accountAddress,
12587
12587
  data: {
@@ -12606,7 +12606,7 @@ export namespace aptos_governance {
12606
12606
  },
12607
12607
  options?: InputGenerateTransactionOptions,
12608
12608
  ): Promise<PendingTransactionResponse> {
12609
- const coder = defaultMoveCoder(client.config.fullnode);
12609
+ const coder = defaultMoveCoder(client.config);
12610
12610
  const transaction = await client.transaction.build.simple({
12611
12611
  sender: account.accountAddress,
12612
12612
  data: {
@@ -12630,7 +12630,7 @@ export namespace aptos_governance {
12630
12630
  },
12631
12631
  options?: InputGenerateTransactionOptions,
12632
12632
  ): Promise<PendingTransactionResponse> {
12633
- const coder = defaultMoveCoder(client.config.fullnode);
12633
+ const coder = defaultMoveCoder(client.config);
12634
12634
  const transaction = await client.transaction.build.simple({
12635
12635
  sender: account.accountAddress,
12636
12636
  data: {
@@ -12655,7 +12655,7 @@ export namespace aptos_governance {
12655
12655
  },
12656
12656
  options?: InputGenerateTransactionOptions,
12657
12657
  ): Promise<PendingTransactionResponse> {
12658
- const coder = defaultMoveCoder(client.config.fullnode);
12658
+ const coder = defaultMoveCoder(client.config);
12659
12659
  const transaction = await client.transaction.build.simple({
12660
12660
  sender: account.accountAddress,
12661
12661
  data: {
@@ -12679,7 +12679,7 @@ export namespace aptos_governance {
12679
12679
  },
12680
12680
  options?: InputGenerateTransactionOptions,
12681
12681
  ): Promise<PendingTransactionResponse> {
12682
- const coder = defaultMoveCoder(client.config.fullnode);
12682
+ const coder = defaultMoveCoder(client.config);
12683
12683
  const transaction = await client.transaction.build.simple({
12684
12684
  sender: account.accountAddress,
12685
12685
  data: {
@@ -12704,7 +12704,7 @@ export namespace aptos_governance {
12704
12704
  },
12705
12705
  options?: InputGenerateTransactionOptions,
12706
12706
  ): Promise<PendingTransactionResponse> {
12707
- const coder = defaultMoveCoder(client.config.fullnode);
12707
+ const coder = defaultMoveCoder(client.config);
12708
12708
  const transaction = await client.transaction.build.simple({
12709
12709
  sender: account.accountAddress,
12710
12710
  data: {
@@ -12728,7 +12728,7 @@ export namespace aptos_governance {
12728
12728
  },
12729
12729
  version?: bigint,
12730
12730
  ): Promise<[bigint]> {
12731
- const coder = defaultMoveCoder(client.config.fullnode);
12731
+ const coder = defaultMoveCoder(client.config);
12732
12732
  const data: InputViewFunctionData = {
12733
12733
  function: "0x1::aptos_governance::get_voting_power",
12734
12734
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -12749,7 +12749,7 @@ export namespace aptos_governance {
12749
12749
 
12750
12750
  version?: bigint,
12751
12751
  ): Promise<[bigint]> {
12752
- const coder = defaultMoveCoder(client.config.fullnode);
12752
+ const coder = defaultMoveCoder(client.config);
12753
12753
  const data: InputViewFunctionData = {
12754
12754
  function: "0x1::aptos_governance::get_min_voting_threshold",
12755
12755
  functionArguments: [],
@@ -12771,7 +12771,7 @@ export namespace aptos_governance {
12771
12771
  },
12772
12772
  version?: bigint,
12773
12773
  ): Promise<[bigint]> {
12774
- const coder = defaultMoveCoder(client.config.fullnode);
12774
+ const coder = defaultMoveCoder(client.config);
12775
12775
  const data: InputViewFunctionData = {
12776
12776
  function: "0x1::aptos_governance::get_remaining_voting_power",
12777
12777
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -12791,7 +12791,7 @@ export namespace aptos_governance {
12791
12791
 
12792
12792
  version?: bigint,
12793
12793
  ): Promise<[bigint]> {
12794
- const coder = defaultMoveCoder(client.config.fullnode);
12794
+ const coder = defaultMoveCoder(client.config);
12795
12795
  const data: InputViewFunctionData = {
12796
12796
  function: "0x1::aptos_governance::get_required_proposer_stake",
12797
12797
  functionArguments: [],
@@ -12812,7 +12812,7 @@ export namespace aptos_governance {
12812
12812
 
12813
12813
  version?: bigint,
12814
12814
  ): Promise<[bigint]> {
12815
- const coder = defaultMoveCoder(client.config.fullnode);
12815
+ const coder = defaultMoveCoder(client.config);
12816
12816
  const data: InputViewFunctionData = {
12817
12817
  function: "0x1::aptos_governance::get_voting_duration_secs",
12818
12818
  functionArguments: [],
@@ -12834,7 +12834,7 @@ export namespace aptos_governance {
12834
12834
  },
12835
12835
  version?: bigint,
12836
12836
  ): Promise<[boolean]> {
12837
- const coder = defaultMoveCoder(client.config.fullnode);
12837
+ const coder = defaultMoveCoder(client.config);
12838
12838
  const data: InputViewFunctionData = {
12839
12839
  function: "0x1::aptos_governance::has_entirely_voted",
12840
12840
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -13666,7 +13666,7 @@ export namespace multisig_account {
13666
13666
  },
13667
13667
  options?: InputGenerateTransactionOptions,
13668
13668
  ): Promise<PendingTransactionResponse> {
13669
- const coder = defaultMoveCoder(client.config.fullnode);
13669
+ const coder = defaultMoveCoder(client.config);
13670
13670
  const transaction = await client.transaction.build.simple({
13671
13671
  sender: account.accountAddress,
13672
13672
  data: {
@@ -13691,7 +13691,7 @@ export namespace multisig_account {
13691
13691
  },
13692
13692
  options?: InputGenerateTransactionOptions,
13693
13693
  ): Promise<PendingTransactionResponse> {
13694
- const coder = defaultMoveCoder(client.config.fullnode);
13694
+ const coder = defaultMoveCoder(client.config);
13695
13695
  const transaction = await client.transaction.build.simple({
13696
13696
  sender: account.accountAddress,
13697
13697
  data: {
@@ -13715,7 +13715,7 @@ export namespace multisig_account {
13715
13715
  },
13716
13716
  options?: InputGenerateTransactionOptions,
13717
13717
  ): Promise<PendingTransactionResponse> {
13718
- const coder = defaultMoveCoder(client.config.fullnode);
13718
+ const coder = defaultMoveCoder(client.config);
13719
13719
  const transaction = await client.transaction.build.simple({
13720
13720
  sender: account.accountAddress,
13721
13721
  data: {
@@ -13739,7 +13739,7 @@ export namespace multisig_account {
13739
13739
  },
13740
13740
  options?: InputGenerateTransactionOptions,
13741
13741
  ): Promise<PendingTransactionResponse> {
13742
- const coder = defaultMoveCoder(client.config.fullnode);
13742
+ const coder = defaultMoveCoder(client.config);
13743
13743
  const transaction = await client.transaction.build.simple({
13744
13744
  sender: account.accountAddress,
13745
13745
  data: {
@@ -13764,7 +13764,7 @@ export namespace multisig_account {
13764
13764
  },
13765
13765
  options?: InputGenerateTransactionOptions,
13766
13766
  ): Promise<PendingTransactionResponse> {
13767
- const coder = defaultMoveCoder(client.config.fullnode);
13767
+ const coder = defaultMoveCoder(client.config);
13768
13768
  const transaction = await client.transaction.build.simple({
13769
13769
  sender: account.accountAddress,
13770
13770
  data: {
@@ -13789,7 +13789,7 @@ export namespace multisig_account {
13789
13789
  },
13790
13790
  options?: InputGenerateTransactionOptions,
13791
13791
  ): Promise<PendingTransactionResponse> {
13792
- const coder = defaultMoveCoder(client.config.fullnode);
13792
+ const coder = defaultMoveCoder(client.config);
13793
13793
  const transaction = await client.transaction.build.simple({
13794
13794
  sender: account.accountAddress,
13795
13795
  data: {
@@ -13813,7 +13813,7 @@ export namespace multisig_account {
13813
13813
  },
13814
13814
  options?: InputGenerateTransactionOptions,
13815
13815
  ): Promise<PendingTransactionResponse> {
13816
- const coder = defaultMoveCoder(client.config.fullnode);
13816
+ const coder = defaultMoveCoder(client.config);
13817
13817
  const transaction = await client.transaction.build.simple({
13818
13818
  sender: account.accountAddress,
13819
13819
  data: {
@@ -13846,7 +13846,7 @@ export namespace multisig_account {
13846
13846
  },
13847
13847
  options?: InputGenerateTransactionOptions,
13848
13848
  ): Promise<PendingTransactionResponse> {
13849
- const coder = defaultMoveCoder(client.config.fullnode);
13849
+ const coder = defaultMoveCoder(client.config);
13850
13850
  const transaction = await client.transaction.build.simple({
13851
13851
  sender: account.accountAddress,
13852
13852
  data: {
@@ -13880,7 +13880,7 @@ export namespace multisig_account {
13880
13880
  },
13881
13881
  options?: InputGenerateTransactionOptions,
13882
13882
  ): Promise<PendingTransactionResponse> {
13883
- const coder = defaultMoveCoder(client.config.fullnode);
13883
+ const coder = defaultMoveCoder(client.config);
13884
13884
  const transaction = await client.transaction.build.simple({
13885
13885
  sender: account.accountAddress,
13886
13886
  data: {
@@ -13905,7 +13905,7 @@ export namespace multisig_account {
13905
13905
  },
13906
13906
  options?: InputGenerateTransactionOptions,
13907
13907
  ): Promise<PendingTransactionResponse> {
13908
- const coder = defaultMoveCoder(client.config.fullnode);
13908
+ const coder = defaultMoveCoder(client.config);
13909
13909
  const transaction = await client.transaction.build.simple({
13910
13910
  sender: account.accountAddress,
13911
13911
  data: {
@@ -13930,7 +13930,7 @@ export namespace multisig_account {
13930
13930
  },
13931
13931
  options?: InputGenerateTransactionOptions,
13932
13932
  ): Promise<PendingTransactionResponse> {
13933
- const coder = defaultMoveCoder(client.config.fullnode);
13933
+ const coder = defaultMoveCoder(client.config);
13934
13934
  const transaction = await client.transaction.build.simple({
13935
13935
  sender: account.accountAddress,
13936
13936
  data: {
@@ -13954,7 +13954,7 @@ export namespace multisig_account {
13954
13954
  },
13955
13955
  options?: InputGenerateTransactionOptions,
13956
13956
  ): Promise<PendingTransactionResponse> {
13957
- const coder = defaultMoveCoder(client.config.fullnode);
13957
+ const coder = defaultMoveCoder(client.config);
13958
13958
  const transaction = await client.transaction.build.simple({
13959
13959
  sender: account.accountAddress,
13960
13960
  data: {
@@ -13978,7 +13978,7 @@ export namespace multisig_account {
13978
13978
  },
13979
13979
  options?: InputGenerateTransactionOptions,
13980
13980
  ): Promise<PendingTransactionResponse> {
13981
- const coder = defaultMoveCoder(client.config.fullnode);
13981
+ const coder = defaultMoveCoder(client.config);
13982
13982
  const transaction = await client.transaction.build.simple({
13983
13983
  sender: account.accountAddress,
13984
13984
  data: {
@@ -14003,7 +14003,7 @@ export namespace multisig_account {
14003
14003
  },
14004
14004
  options?: InputGenerateTransactionOptions,
14005
14005
  ): Promise<PendingTransactionResponse> {
14006
- const coder = defaultMoveCoder(client.config.fullnode);
14006
+ const coder = defaultMoveCoder(client.config);
14007
14007
  const transaction = await client.transaction.build.simple({
14008
14008
  sender: account.accountAddress,
14009
14009
  data: {
@@ -14027,7 +14027,7 @@ export namespace multisig_account {
14027
14027
  },
14028
14028
  options?: InputGenerateTransactionOptions,
14029
14029
  ): Promise<PendingTransactionResponse> {
14030
- const coder = defaultMoveCoder(client.config.fullnode);
14030
+ const coder = defaultMoveCoder(client.config);
14031
14031
  const transaction = await client.transaction.build.simple({
14032
14032
  sender: account.accountAddress,
14033
14033
  data: {
@@ -14052,7 +14052,7 @@ export namespace multisig_account {
14052
14052
  },
14053
14053
  options?: InputGenerateTransactionOptions,
14054
14054
  ): Promise<PendingTransactionResponse> {
14055
- const coder = defaultMoveCoder(client.config.fullnode);
14055
+ const coder = defaultMoveCoder(client.config);
14056
14056
  const transaction = await client.transaction.build.simple({
14057
14057
  sender: account.accountAddress,
14058
14058
  data: {
@@ -14076,7 +14076,7 @@ export namespace multisig_account {
14076
14076
  },
14077
14077
  options?: InputGenerateTransactionOptions,
14078
14078
  ): Promise<PendingTransactionResponse> {
14079
- const coder = defaultMoveCoder(client.config.fullnode);
14079
+ const coder = defaultMoveCoder(client.config);
14080
14080
  const transaction = await client.transaction.build.simple({
14081
14081
  sender: account.accountAddress,
14082
14082
  data: {
@@ -14100,7 +14100,7 @@ export namespace multisig_account {
14100
14100
  },
14101
14101
  options?: InputGenerateTransactionOptions,
14102
14102
  ): Promise<PendingTransactionResponse> {
14103
- const coder = defaultMoveCoder(client.config.fullnode);
14103
+ const coder = defaultMoveCoder(client.config);
14104
14104
  const transaction = await client.transaction.build.simple({
14105
14105
  sender: account.accountAddress,
14106
14106
  data: {
@@ -14124,7 +14124,7 @@ export namespace multisig_account {
14124
14124
  },
14125
14125
  options?: InputGenerateTransactionOptions,
14126
14126
  ): Promise<PendingTransactionResponse> {
14127
- const coder = defaultMoveCoder(client.config.fullnode);
14127
+ const coder = defaultMoveCoder(client.config);
14128
14128
  const transaction = await client.transaction.build.simple({
14129
14129
  sender: account.accountAddress,
14130
14130
  data: {
@@ -14148,7 +14148,7 @@ export namespace multisig_account {
14148
14148
  },
14149
14149
  options?: InputGenerateTransactionOptions,
14150
14150
  ): Promise<PendingTransactionResponse> {
14151
- const coder = defaultMoveCoder(client.config.fullnode);
14151
+ const coder = defaultMoveCoder(client.config);
14152
14152
  const transaction = await client.transaction.build.simple({
14153
14153
  sender: account.accountAddress,
14154
14154
  data: {
@@ -14172,7 +14172,7 @@ export namespace multisig_account {
14172
14172
  },
14173
14173
  options?: InputGenerateTransactionOptions,
14174
14174
  ): Promise<PendingTransactionResponse> {
14175
- const coder = defaultMoveCoder(client.config.fullnode);
14175
+ const coder = defaultMoveCoder(client.config);
14176
14176
  const transaction = await client.transaction.build.simple({
14177
14177
  sender: account.accountAddress,
14178
14178
  data: {
@@ -14197,7 +14197,7 @@ export namespace multisig_account {
14197
14197
  },
14198
14198
  options?: InputGenerateTransactionOptions,
14199
14199
  ): Promise<PendingTransactionResponse> {
14200
- const coder = defaultMoveCoder(client.config.fullnode);
14200
+ const coder = defaultMoveCoder(client.config);
14201
14201
  const transaction = await client.transaction.build.simple({
14202
14202
  sender: account.accountAddress,
14203
14203
  data: {
@@ -14221,7 +14221,7 @@ export namespace multisig_account {
14221
14221
  },
14222
14222
  options?: InputGenerateTransactionOptions,
14223
14223
  ): Promise<PendingTransactionResponse> {
14224
- const coder = defaultMoveCoder(client.config.fullnode);
14224
+ const coder = defaultMoveCoder(client.config);
14225
14225
  const transaction = await client.transaction.build.simple({
14226
14226
  sender: account.accountAddress,
14227
14227
  data: {
@@ -14245,7 +14245,7 @@ export namespace multisig_account {
14245
14245
  },
14246
14246
  options?: InputGenerateTransactionOptions,
14247
14247
  ): Promise<PendingTransactionResponse> {
14248
- const coder = defaultMoveCoder(client.config.fullnode);
14248
+ const coder = defaultMoveCoder(client.config);
14249
14249
  const transaction = await client.transaction.build.simple({
14250
14250
  sender: account.accountAddress,
14251
14251
  data: {
@@ -14269,7 +14269,7 @@ export namespace multisig_account {
14269
14269
  },
14270
14270
  options?: InputGenerateTransactionOptions,
14271
14271
  ): Promise<PendingTransactionResponse> {
14272
- const coder = defaultMoveCoder(client.config.fullnode);
14272
+ const coder = defaultMoveCoder(client.config);
14273
14273
  const transaction = await client.transaction.build.simple({
14274
14274
  sender: account.accountAddress,
14275
14275
  data: {
@@ -14293,7 +14293,7 @@ export namespace multisig_account {
14293
14293
  },
14294
14294
  options?: InputGenerateTransactionOptions,
14295
14295
  ): Promise<PendingTransactionResponse> {
14296
- const coder = defaultMoveCoder(client.config.fullnode);
14296
+ const coder = defaultMoveCoder(client.config);
14297
14297
  const transaction = await client.transaction.build.simple({
14298
14298
  sender: account.accountAddress,
14299
14299
  data: {
@@ -14317,7 +14317,7 @@ export namespace multisig_account {
14317
14317
  },
14318
14318
  version?: bigint,
14319
14319
  ): Promise<[boolean]> {
14320
- const coder = defaultMoveCoder(client.config.fullnode);
14320
+ const coder = defaultMoveCoder(client.config);
14321
14321
  const data: InputViewFunctionData = {
14322
14322
  function: "0x1::multisig_account::is_owner",
14323
14323
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -14339,7 +14339,7 @@ export namespace multisig_account {
14339
14339
  },
14340
14340
  version?: bigint,
14341
14341
  ): Promise<[simple_map.SimpleMap<string, string>]> {
14342
- const coder = defaultMoveCoder(client.config.fullnode);
14342
+ const coder = defaultMoveCoder(client.config);
14343
14343
  const data: InputViewFunctionData = {
14344
14344
  function: "0x1::multisig_account::metadata",
14345
14345
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -14361,7 +14361,7 @@ export namespace multisig_account {
14361
14361
  },
14362
14362
  version?: bigint,
14363
14363
  ): Promise<[boolean, boolean]> {
14364
- const coder = defaultMoveCoder(client.config.fullnode);
14364
+ const coder = defaultMoveCoder(client.config);
14365
14365
  const data: InputViewFunctionData = {
14366
14366
  function: "0x1::multisig_account::vote",
14367
14367
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -14382,7 +14382,7 @@ export namespace multisig_account {
14382
14382
  },
14383
14383
  version?: bigint,
14384
14384
  ): Promise<[bigint]> {
14385
- const coder = defaultMoveCoder(client.config.fullnode);
14385
+ const coder = defaultMoveCoder(client.config);
14386
14386
  const data: InputViewFunctionData = {
14387
14387
  function: "0x1::multisig_account::available_transaction_queue_capacity",
14388
14388
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -14404,7 +14404,7 @@ export namespace multisig_account {
14404
14404
  },
14405
14405
  version?: bigint,
14406
14406
  ): Promise<[boolean]> {
14407
- const coder = defaultMoveCoder(client.config.fullnode);
14407
+ const coder = defaultMoveCoder(client.config);
14408
14408
  const data: InputViewFunctionData = {
14409
14409
  function: "0x1::multisig_account::can_be_executed",
14410
14410
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -14426,7 +14426,7 @@ export namespace multisig_account {
14426
14426
  },
14427
14427
  version?: bigint,
14428
14428
  ): Promise<[boolean]> {
14429
- const coder = defaultMoveCoder(client.config.fullnode);
14429
+ const coder = defaultMoveCoder(client.config);
14430
14430
  const data: InputViewFunctionData = {
14431
14431
  function: "0x1::multisig_account::can_be_rejected",
14432
14432
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -14448,7 +14448,7 @@ export namespace multisig_account {
14448
14448
  },
14449
14449
  version?: bigint,
14450
14450
  ): Promise<[boolean]> {
14451
- const coder = defaultMoveCoder(client.config.fullnode);
14451
+ const coder = defaultMoveCoder(client.config);
14452
14452
  const data: InputViewFunctionData = {
14453
14453
  function: "0x1::multisig_account::can_execute",
14454
14454
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -14470,7 +14470,7 @@ export namespace multisig_account {
14470
14470
  },
14471
14471
  version?: bigint,
14472
14472
  ): Promise<[boolean]> {
14473
- const coder = defaultMoveCoder(client.config.fullnode);
14473
+ const coder = defaultMoveCoder(client.config);
14474
14474
  const data: InputViewFunctionData = {
14475
14475
  function: "0x1::multisig_account::can_reject",
14476
14476
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -14492,7 +14492,7 @@ export namespace multisig_account {
14492
14492
  },
14493
14493
  version?: bigint,
14494
14494
  ): Promise<[bigint]> {
14495
- const coder = defaultMoveCoder(client.config.fullnode);
14495
+ const coder = defaultMoveCoder(client.config);
14496
14496
  const data: InputViewFunctionData = {
14497
14497
  function: "0x1::multisig_account::num_signatures_required",
14498
14498
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -14515,7 +14515,7 @@ export namespace multisig_account {
14515
14515
  },
14516
14516
  version?: bigint,
14517
14517
  ): Promise<[MoveAddressType[]]> {
14518
- const coder = defaultMoveCoder(client.config.fullnode);
14518
+ const coder = defaultMoveCoder(client.config);
14519
14519
  const data: InputViewFunctionData = {
14520
14520
  function: "0x1::multisig_account::owners",
14521
14521
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -14536,7 +14536,7 @@ export namespace multisig_account {
14536
14536
  },
14537
14537
  version?: bigint,
14538
14538
  ): Promise<[MoveAddressType]> {
14539
- const coder = defaultMoveCoder(client.config.fullnode);
14539
+ const coder = defaultMoveCoder(client.config);
14540
14540
  const data: InputViewFunctionData = {
14541
14541
  function: "0x1::multisig_account::get_next_multisig_account_address",
14542
14542
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -14558,7 +14558,7 @@ export namespace multisig_account {
14558
14558
  },
14559
14559
  version?: bigint,
14560
14560
  ): Promise<[string]> {
14561
- const coder = defaultMoveCoder(client.config.fullnode);
14561
+ const coder = defaultMoveCoder(client.config);
14562
14562
  const data: InputViewFunctionData = {
14563
14563
  function: "0x1::multisig_account::get_next_transaction_payload",
14564
14564
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -14580,7 +14580,7 @@ export namespace multisig_account {
14580
14580
  },
14581
14581
  version?: bigint,
14582
14582
  ): Promise<[multisig_account.MultisigTransaction[]]> {
14583
- const coder = defaultMoveCoder(client.config.fullnode);
14583
+ const coder = defaultMoveCoder(client.config);
14584
14584
  const data: InputViewFunctionData = {
14585
14585
  function: "0x1::multisig_account::get_pending_transactions",
14586
14586
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -14602,7 +14602,7 @@ export namespace multisig_account {
14602
14602
  },
14603
14603
  version?: bigint,
14604
14604
  ): Promise<[multisig_account.MultisigTransaction]> {
14605
- const coder = defaultMoveCoder(client.config.fullnode);
14605
+ const coder = defaultMoveCoder(client.config);
14606
14606
  const data: InputViewFunctionData = {
14607
14607
  function: "0x1::multisig_account::get_transaction",
14608
14608
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -14624,7 +14624,7 @@ export namespace multisig_account {
14624
14624
  },
14625
14625
  version?: bigint,
14626
14626
  ): Promise<[bigint]> {
14627
- const coder = defaultMoveCoder(client.config.fullnode);
14627
+ const coder = defaultMoveCoder(client.config);
14628
14628
  const data: InputViewFunctionData = {
14629
14629
  function: "0x1::multisig_account::last_resolved_sequence_number",
14630
14630
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -14646,7 +14646,7 @@ export namespace multisig_account {
14646
14646
  },
14647
14647
  version?: bigint,
14648
14648
  ): Promise<[bigint]> {
14649
- const coder = defaultMoveCoder(client.config.fullnode);
14649
+ const coder = defaultMoveCoder(client.config);
14650
14650
  const data: InputViewFunctionData = {
14651
14651
  function: "0x1::multisig_account::next_sequence_number",
14652
14652
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -14744,7 +14744,7 @@ export namespace nonce_validation {
14744
14744
  },
14745
14745
  options?: InputGenerateTransactionOptions,
14746
14746
  ): Promise<PendingTransactionResponse> {
14747
- const coder = defaultMoveCoder(client.config.fullnode);
14747
+ const coder = defaultMoveCoder(client.config);
14748
14748
  const transaction = await client.transaction.build.simple({
14749
14749
  sender: account.accountAddress,
14750
14750
  data: {
@@ -14769,7 +14769,7 @@ export namespace nonce_validation {
14769
14769
  },
14770
14770
  options?: InputGenerateTransactionOptions,
14771
14771
  ): Promise<PendingTransactionResponse> {
14772
- const coder = defaultMoveCoder(client.config.fullnode);
14772
+ const coder = defaultMoveCoder(client.config);
14773
14773
  const transaction = await client.transaction.build.simple({
14774
14774
  sender: account.accountAddress,
14775
14775
  data: {
@@ -14835,7 +14835,7 @@ export namespace resource_account {
14835
14835
  },
14836
14836
  options?: InputGenerateTransactionOptions,
14837
14837
  ): Promise<PendingTransactionResponse> {
14838
- const coder = defaultMoveCoder(client.config.fullnode);
14838
+ const coder = defaultMoveCoder(client.config);
14839
14839
  const transaction = await client.transaction.build.simple({
14840
14840
  sender: account.accountAddress,
14841
14841
  data: {
@@ -14859,7 +14859,7 @@ export namespace resource_account {
14859
14859
  },
14860
14860
  options?: InputGenerateTransactionOptions,
14861
14861
  ): Promise<PendingTransactionResponse> {
14862
- const coder = defaultMoveCoder(client.config.fullnode);
14862
+ const coder = defaultMoveCoder(client.config);
14863
14863
  const transaction = await client.transaction.build.simple({
14864
14864
  sender: account.accountAddress,
14865
14865
  data: {
@@ -14883,7 +14883,7 @@ export namespace resource_account {
14883
14883
  },
14884
14884
  options?: InputGenerateTransactionOptions,
14885
14885
  ): Promise<PendingTransactionResponse> {
14886
- const coder = defaultMoveCoder(client.config.fullnode);
14886
+ const coder = defaultMoveCoder(client.config);
14887
14887
  const transaction = await client.transaction.build.simple({
14888
14888
  sender: account.accountAddress,
14889
14889
  data: {
@@ -15511,7 +15511,7 @@ export namespace staking_contract {
15511
15511
  },
15512
15512
  options?: InputGenerateTransactionOptions,
15513
15513
  ): Promise<PendingTransactionResponse> {
15514
- const coder = defaultMoveCoder(client.config.fullnode);
15514
+ const coder = defaultMoveCoder(client.config);
15515
15515
  const transaction = await client.transaction.build.simple({
15516
15516
  sender: account.accountAddress,
15517
15517
  data: {
@@ -15536,7 +15536,7 @@ export namespace staking_contract {
15536
15536
  },
15537
15537
  options?: InputGenerateTransactionOptions,
15538
15538
  ): Promise<PendingTransactionResponse> {
15539
- const coder = defaultMoveCoder(client.config.fullnode);
15539
+ const coder = defaultMoveCoder(client.config);
15540
15540
  const transaction = await client.transaction.build.simple({
15541
15541
  sender: account.accountAddress,
15542
15542
  data: {
@@ -15567,7 +15567,7 @@ export namespace staking_contract {
15567
15567
  },
15568
15568
  options?: InputGenerateTransactionOptions,
15569
15569
  ): Promise<PendingTransactionResponse> {
15570
- const coder = defaultMoveCoder(client.config.fullnode);
15570
+ const coder = defaultMoveCoder(client.config);
15571
15571
  const transaction = await client.transaction.build.simple({
15572
15572
  sender: account.accountAddress,
15573
15573
  data: {
@@ -15592,7 +15592,7 @@ export namespace staking_contract {
15592
15592
  },
15593
15593
  options?: InputGenerateTransactionOptions,
15594
15594
  ): Promise<PendingTransactionResponse> {
15595
- const coder = defaultMoveCoder(client.config.fullnode);
15595
+ const coder = defaultMoveCoder(client.config);
15596
15596
  const transaction = await client.transaction.build.simple({
15597
15597
  sender: account.accountAddress,
15598
15598
  data: {
@@ -15617,7 +15617,7 @@ export namespace staking_contract {
15617
15617
  },
15618
15618
  options?: InputGenerateTransactionOptions,
15619
15619
  ): Promise<PendingTransactionResponse> {
15620
- const coder = defaultMoveCoder(client.config.fullnode);
15620
+ const coder = defaultMoveCoder(client.config);
15621
15621
  const transaction = await client.transaction.build.simple({
15622
15622
  sender: account.accountAddress,
15623
15623
  data: {
@@ -15641,7 +15641,7 @@ export namespace staking_contract {
15641
15641
  },
15642
15642
  options?: InputGenerateTransactionOptions,
15643
15643
  ): Promise<PendingTransactionResponse> {
15644
- const coder = defaultMoveCoder(client.config.fullnode);
15644
+ const coder = defaultMoveCoder(client.config);
15645
15645
  const transaction = await client.transaction.build.simple({
15646
15646
  sender: account.accountAddress,
15647
15647
  data: {
@@ -15666,7 +15666,7 @@ export namespace staking_contract {
15666
15666
  },
15667
15667
  options?: InputGenerateTransactionOptions,
15668
15668
  ): Promise<PendingTransactionResponse> {
15669
- const coder = defaultMoveCoder(client.config.fullnode);
15669
+ const coder = defaultMoveCoder(client.config);
15670
15670
  const transaction = await client.transaction.build.simple({
15671
15671
  sender: account.accountAddress,
15672
15672
  data: {
@@ -15690,7 +15690,7 @@ export namespace staking_contract {
15690
15690
  },
15691
15691
  options?: InputGenerateTransactionOptions,
15692
15692
  ): Promise<PendingTransactionResponse> {
15693
- const coder = defaultMoveCoder(client.config.fullnode);
15693
+ const coder = defaultMoveCoder(client.config);
15694
15694
  const transaction = await client.transaction.build.simple({
15695
15695
  sender: account.accountAddress,
15696
15696
  data: {
@@ -15715,7 +15715,7 @@ export namespace staking_contract {
15715
15715
  },
15716
15716
  options?: InputGenerateTransactionOptions,
15717
15717
  ): Promise<PendingTransactionResponse> {
15718
- const coder = defaultMoveCoder(client.config.fullnode);
15718
+ const coder = defaultMoveCoder(client.config);
15719
15719
  const transaction = await client.transaction.build.simple({
15720
15720
  sender: account.accountAddress,
15721
15721
  data: {
@@ -15739,7 +15739,7 @@ export namespace staking_contract {
15739
15739
  },
15740
15740
  options?: InputGenerateTransactionOptions,
15741
15741
  ): Promise<PendingTransactionResponse> {
15742
- const coder = defaultMoveCoder(client.config.fullnode);
15742
+ const coder = defaultMoveCoder(client.config);
15743
15743
  const transaction = await client.transaction.build.simple({
15744
15744
  sender: account.accountAddress,
15745
15745
  data: {
@@ -15763,7 +15763,7 @@ export namespace staking_contract {
15763
15763
  },
15764
15764
  options?: InputGenerateTransactionOptions,
15765
15765
  ): Promise<PendingTransactionResponse> {
15766
- const coder = defaultMoveCoder(client.config.fullnode);
15766
+ const coder = defaultMoveCoder(client.config);
15767
15767
  const transaction = await client.transaction.build.simple({
15768
15768
  sender: account.accountAddress,
15769
15769
  data: {
@@ -15787,7 +15787,7 @@ export namespace staking_contract {
15787
15787
  },
15788
15788
  options?: InputGenerateTransactionOptions,
15789
15789
  ): Promise<PendingTransactionResponse> {
15790
- const coder = defaultMoveCoder(client.config.fullnode);
15790
+ const coder = defaultMoveCoder(client.config);
15791
15791
  const transaction = await client.transaction.build.simple({
15792
15792
  sender: account.accountAddress,
15793
15793
  data: {
@@ -15811,7 +15811,7 @@ export namespace staking_contract {
15811
15811
  },
15812
15812
  version?: bigint,
15813
15813
  ): Promise<[MoveAddressType]> {
15814
- const coder = defaultMoveCoder(client.config.fullnode);
15814
+ const coder = defaultMoveCoder(client.config);
15815
15815
  const data: InputViewFunctionData = {
15816
15816
  function: "0x1::staking_contract::beneficiary_for_operator",
15817
15817
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -15833,7 +15833,7 @@ export namespace staking_contract {
15833
15833
  },
15834
15834
  version?: bigint,
15835
15835
  ): Promise<[MoveAddressType]> {
15836
- const coder = defaultMoveCoder(client.config.fullnode);
15836
+ const coder = defaultMoveCoder(client.config);
15837
15837
  const data: InputViewFunctionData = {
15838
15838
  function: "0x1::staking_contract::get_expected_stake_pool_address",
15839
15839
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -15856,7 +15856,7 @@ export namespace staking_contract {
15856
15856
  },
15857
15857
  version?: bigint,
15858
15858
  ): Promise<[bigint]> {
15859
- const coder = defaultMoveCoder(client.config.fullnode);
15859
+ const coder = defaultMoveCoder(client.config);
15860
15860
  const data: InputViewFunctionData = {
15861
15861
  function: "0x1::staking_contract::commission_percentage",
15862
15862
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -15879,7 +15879,7 @@ export namespace staking_contract {
15879
15879
  },
15880
15880
  version?: bigint,
15881
15881
  ): Promise<[bigint]> {
15882
- const coder = defaultMoveCoder(client.config.fullnode);
15882
+ const coder = defaultMoveCoder(client.config);
15883
15883
  const data: InputViewFunctionData = {
15884
15884
  function: "0x1::staking_contract::last_recorded_principal",
15885
15885
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -15901,7 +15901,7 @@ export namespace staking_contract {
15901
15901
  },
15902
15902
  version?: bigint,
15903
15903
  ): Promise<[bigint]> {
15904
- const coder = defaultMoveCoder(client.config.fullnode);
15904
+ const coder = defaultMoveCoder(client.config);
15905
15905
  const data: InputViewFunctionData = {
15906
15906
  function: "0x1::staking_contract::pending_distribution_counts",
15907
15907
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -15924,7 +15924,7 @@ export namespace staking_contract {
15924
15924
  },
15925
15925
  version?: bigint,
15926
15926
  ): Promise<[MoveAddressType]> {
15927
- const coder = defaultMoveCoder(client.config.fullnode);
15927
+ const coder = defaultMoveCoder(client.config);
15928
15928
  const data: InputViewFunctionData = {
15929
15929
  function: "0x1::staking_contract::stake_pool_address",
15930
15930
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -15946,7 +15946,7 @@ export namespace staking_contract {
15946
15946
  },
15947
15947
  version?: bigint,
15948
15948
  ): Promise<[bigint, bigint, bigint]> {
15949
- const coder = defaultMoveCoder(client.config.fullnode);
15949
+ const coder = defaultMoveCoder(client.config);
15950
15950
  const data: InputViewFunctionData = {
15951
15951
  function: "0x1::staking_contract::staking_contract_amounts",
15952
15952
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -15968,7 +15968,7 @@ export namespace staking_contract {
15968
15968
  },
15969
15969
  version?: bigint,
15970
15970
  ): Promise<[boolean]> {
15971
- const coder = defaultMoveCoder(client.config.fullnode);
15971
+ const coder = defaultMoveCoder(client.config);
15972
15972
  const data: InputViewFunctionData = {
15973
15973
  function: "0x1::staking_contract::staking_contract_exists",
15974
15974
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -16227,7 +16227,7 @@ export namespace account_abstraction {
16227
16227
  },
16228
16228
  options?: InputGenerateTransactionOptions,
16229
16229
  ): Promise<PendingTransactionResponse> {
16230
- const coder = defaultMoveCoder(client.config.fullnode);
16230
+ const coder = defaultMoveCoder(client.config);
16231
16231
  const transaction = await client.transaction.build.simple({
16232
16232
  sender: account.accountAddress,
16233
16233
  data: {
@@ -16251,7 +16251,7 @@ export namespace account_abstraction {
16251
16251
  },
16252
16252
  options?: InputGenerateTransactionOptions,
16253
16253
  ): Promise<PendingTransactionResponse> {
16254
- const coder = defaultMoveCoder(client.config.fullnode);
16254
+ const coder = defaultMoveCoder(client.config);
16255
16255
  const transaction = await client.transaction.build.simple({
16256
16256
  sender: account.accountAddress,
16257
16257
  data: {
@@ -16275,7 +16275,7 @@ export namespace account_abstraction {
16275
16275
  },
16276
16276
  options?: InputGenerateTransactionOptions,
16277
16277
  ): Promise<PendingTransactionResponse> {
16278
- const coder = defaultMoveCoder(client.config.fullnode);
16278
+ const coder = defaultMoveCoder(client.config);
16279
16279
  const transaction = await client.transaction.build.simple({
16280
16280
  sender: account.accountAddress,
16281
16281
  data: {
@@ -16301,7 +16301,7 @@ export namespace account_abstraction {
16301
16301
  },
16302
16302
  options?: InputGenerateTransactionOptions,
16303
16303
  ): Promise<PendingTransactionResponse> {
16304
- const coder = defaultMoveCoder(client.config.fullnode);
16304
+ const coder = defaultMoveCoder(client.config);
16305
16305
  const transaction = await client.transaction.build.simple({
16306
16306
  sender: account.accountAddress,
16307
16307
  data: {
@@ -16326,7 +16326,7 @@ export namespace account_abstraction {
16326
16326
  },
16327
16327
  options?: InputGenerateTransactionOptions,
16328
16328
  ): Promise<PendingTransactionResponse> {
16329
- const coder = defaultMoveCoder(client.config.fullnode);
16329
+ const coder = defaultMoveCoder(client.config);
16330
16330
  const transaction = await client.transaction.build.simple({
16331
16331
  sender: account.accountAddress,
16332
16332
  data: {
@@ -16350,7 +16350,7 @@ export namespace account_abstraction {
16350
16350
  },
16351
16351
  options?: InputGenerateTransactionOptions,
16352
16352
  ): Promise<PendingTransactionResponse> {
16353
- const coder = defaultMoveCoder(client.config.fullnode);
16353
+ const coder = defaultMoveCoder(client.config);
16354
16354
  const transaction = await client.transaction.build.simple({
16355
16355
  sender: account.accountAddress,
16356
16356
  data: {
@@ -16374,7 +16374,7 @@ export namespace account_abstraction {
16374
16374
  },
16375
16375
  options?: InputGenerateTransactionOptions,
16376
16376
  ): Promise<PendingTransactionResponse> {
16377
- const coder = defaultMoveCoder(client.config.fullnode);
16377
+ const coder = defaultMoveCoder(client.config);
16378
16378
  const transaction = await client.transaction.build.simple({
16379
16379
  sender: account.accountAddress,
16380
16380
  data: {
@@ -16399,7 +16399,7 @@ export namespace account_abstraction {
16399
16399
  },
16400
16400
  options?: InputGenerateTransactionOptions,
16401
16401
  ): Promise<PendingTransactionResponse> {
16402
- const coder = defaultMoveCoder(client.config.fullnode);
16402
+ const coder = defaultMoveCoder(client.config);
16403
16403
  const transaction = await client.transaction.build.simple({
16404
16404
  sender: account.accountAddress,
16405
16405
  data: {
@@ -16424,7 +16424,7 @@ export namespace account_abstraction {
16424
16424
  },
16425
16425
  version?: bigint,
16426
16426
  ): Promise<[MoveAddressType]> {
16427
- const coder = defaultMoveCoder(client.config.fullnode);
16427
+ const coder = defaultMoveCoder(client.config);
16428
16428
  const data: InputViewFunctionData = {
16429
16429
  function: "0x1::account_abstraction::derive_account_address_view",
16430
16430
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -16446,7 +16446,7 @@ export namespace account_abstraction {
16446
16446
  },
16447
16447
  version?: bigint,
16448
16448
  ): Promise<[option.Option<function_info.FunctionInfo[]>]> {
16449
- const coder = defaultMoveCoder(client.config.fullnode);
16449
+ const coder = defaultMoveCoder(client.config);
16450
16450
  const data: InputViewFunctionData = {
16451
16451
  function: "0x1::account_abstraction::dispatchable_authenticator",
16452
16452
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -16469,7 +16469,7 @@ export namespace account_abstraction {
16469
16469
  },
16470
16470
  version?: bigint,
16471
16471
  ): Promise<[boolean]> {
16472
- const coder = defaultMoveCoder(client.config.fullnode);
16472
+ const coder = defaultMoveCoder(client.config);
16473
16473
  const data: InputViewFunctionData = {
16474
16474
  function: "0x1::account_abstraction::using_dispatchable_authenticator",
16475
16475
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -16653,7 +16653,7 @@ export namespace permissioned_signer {
16653
16653
  },
16654
16654
  options?: InputGenerateTransactionOptions,
16655
16655
  ): Promise<PendingTransactionResponse> {
16656
- const coder = defaultMoveCoder(client.config.fullnode);
16656
+ const coder = defaultMoveCoder(client.config);
16657
16657
  const transaction = await client.transaction.build.simple({
16658
16658
  sender: account.accountAddress,
16659
16659
  data: {
@@ -16678,7 +16678,7 @@ export namespace permissioned_signer {
16678
16678
  },
16679
16679
  options?: InputGenerateTransactionOptions,
16680
16680
  ): Promise<PendingTransactionResponse> {
16681
- const coder = defaultMoveCoder(client.config.fullnode);
16681
+ const coder = defaultMoveCoder(client.config);
16682
16682
  const transaction = await client.transaction.build.simple({
16683
16683
  sender: account.accountAddress,
16684
16684
  data: {
@@ -17024,7 +17024,7 @@ export namespace object_code_deployment {
17024
17024
  },
17025
17025
  options?: InputGenerateTransactionOptions,
17026
17026
  ): Promise<PendingTransactionResponse> {
17027
- const coder = defaultMoveCoder(client.config.fullnode);
17027
+ const coder = defaultMoveCoder(client.config);
17028
17028
  const transaction = await client.transaction.build.simple({
17029
17029
  sender: account.accountAddress,
17030
17030
  data: {
@@ -17048,7 +17048,7 @@ export namespace object_code_deployment {
17048
17048
  },
17049
17049
  options?: InputGenerateTransactionOptions,
17050
17050
  ): Promise<PendingTransactionResponse> {
17051
- const coder = defaultMoveCoder(client.config.fullnode);
17051
+ const coder = defaultMoveCoder(client.config);
17052
17052
  const transaction = await client.transaction.build.simple({
17053
17053
  sender: account.accountAddress,
17054
17054
  data: {
@@ -17076,7 +17076,7 @@ export namespace object_code_deployment {
17076
17076
  },
17077
17077
  options?: InputGenerateTransactionOptions,
17078
17078
  ): Promise<PendingTransactionResponse> {
17079
- const coder = defaultMoveCoder(client.config.fullnode);
17079
+ const coder = defaultMoveCoder(client.config);
17080
17080
  const transaction = await client.transaction.build.simple({
17081
17081
  sender: account.accountAddress,
17082
17082
  data: {
@@ -17120,7 +17120,7 @@ export namespace primary_fungible_store {
17120
17120
  },
17121
17121
  options?: InputGenerateTransactionOptions,
17122
17122
  ): Promise<PendingTransactionResponse> {
17123
- const coder = defaultMoveCoder(client.config.fullnode);
17123
+ const coder = defaultMoveCoder(client.config);
17124
17124
  const transaction = await client.transaction.build.simple({
17125
17125
  sender: account.accountAddress,
17126
17126
  data: {
@@ -17150,7 +17150,7 @@ export namespace primary_fungible_store {
17150
17150
  },
17151
17151
  options?: InputGenerateTransactionOptions,
17152
17152
  ): Promise<PendingTransactionResponse> {
17153
- const coder = defaultMoveCoder(client.config.fullnode);
17153
+ const coder = defaultMoveCoder(client.config);
17154
17154
  const transaction = await client.transaction.build.simple({
17155
17155
  sender: account.accountAddress,
17156
17156
  data: {
@@ -17176,7 +17176,7 @@ export namespace primary_fungible_store {
17176
17176
  },
17177
17177
  version?: bigint,
17178
17178
  ): Promise<[bigint]> {
17179
- const coder = defaultMoveCoder(client.config.fullnode);
17179
+ const coder = defaultMoveCoder(client.config);
17180
17180
  const data: InputViewFunctionData = {
17181
17181
  function: "0x1::primary_fungible_store::balance",
17182
17182
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -17200,7 +17200,7 @@ export namespace primary_fungible_store {
17200
17200
  },
17201
17201
  version?: bigint,
17202
17202
  ): Promise<[boolean]> {
17203
- const coder = defaultMoveCoder(client.config.fullnode);
17203
+ const coder = defaultMoveCoder(client.config);
17204
17204
  const data: InputViewFunctionData = {
17205
17205
  function: "0x1::primary_fungible_store::is_balance_at_least",
17206
17206
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -17223,7 +17223,7 @@ export namespace primary_fungible_store {
17223
17223
  },
17224
17224
  version?: bigint,
17225
17225
  ): Promise<[boolean]> {
17226
- const coder = defaultMoveCoder(client.config.fullnode);
17226
+ const coder = defaultMoveCoder(client.config);
17227
17227
  const data: InputViewFunctionData = {
17228
17228
  function: "0x1::primary_fungible_store::is_frozen",
17229
17229
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -17247,7 +17247,7 @@ export namespace primary_fungible_store {
17247
17247
  },
17248
17248
  version?: bigint,
17249
17249
  ): Promise<[object$.Object<fungible_asset.FungibleStore>]> {
17250
- const coder = defaultMoveCoder(client.config.fullnode);
17250
+ const coder = defaultMoveCoder(client.config);
17251
17251
  const data: InputViewFunctionData = {
17252
17252
  function: "0x1::primary_fungible_store::primary_store",
17253
17253
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -17270,7 +17270,7 @@ export namespace primary_fungible_store {
17270
17270
  },
17271
17271
  version?: bigint,
17272
17272
  ): Promise<[MoveAddressType]> {
17273
- const coder = defaultMoveCoder(client.config.fullnode);
17273
+ const coder = defaultMoveCoder(client.config);
17274
17274
  const data: InputViewFunctionData = {
17275
17275
  function: "0x1::primary_fungible_store::primary_store_address",
17276
17276
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -17293,7 +17293,7 @@ export namespace primary_fungible_store {
17293
17293
  },
17294
17294
  version?: bigint,
17295
17295
  ): Promise<[boolean]> {
17296
- const coder = defaultMoveCoder(client.config.fullnode);
17296
+ const coder = defaultMoveCoder(client.config);
17297
17297
  const data: InputViewFunctionData = {
17298
17298
  function: "0x1::primary_fungible_store::primary_store_exists",
17299
17299
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -17676,7 +17676,7 @@ export namespace dispatchable_fungible_asset {
17676
17676
  },
17677
17677
  options?: InputGenerateTransactionOptions,
17678
17678
  ): Promise<PendingTransactionResponse> {
17679
- const coder = defaultMoveCoder(client.config.fullnode);
17679
+ const coder = defaultMoveCoder(client.config);
17680
17680
  const transaction = await client.transaction.build.simple({
17681
17681
  sender: account.accountAddress,
17682
17682
  data: {
@@ -17706,7 +17706,7 @@ export namespace dispatchable_fungible_asset {
17706
17706
  },
17707
17707
  options?: InputGenerateTransactionOptions,
17708
17708
  ): Promise<PendingTransactionResponse> {
17709
- const coder = defaultMoveCoder(client.config.fullnode);
17709
+ const coder = defaultMoveCoder(client.config);
17710
17710
  const transaction = await client.transaction.build.simple({
17711
17711
  sender: account.accountAddress,
17712
17712
  data: {
@@ -17732,7 +17732,7 @@ export namespace dispatchable_fungible_asset {
17732
17732
  },
17733
17733
  version?: bigint,
17734
17734
  ): Promise<[bigint]> {
17735
- const coder = defaultMoveCoder(client.config.fullnode);
17735
+ const coder = defaultMoveCoder(client.config);
17736
17736
  const data: InputViewFunctionData = {
17737
17737
  function: "0x1::dispatchable_fungible_asset::derived_balance",
17738
17738
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -17755,7 +17755,7 @@ export namespace dispatchable_fungible_asset {
17755
17755
  },
17756
17756
  version?: bigint,
17757
17757
  ): Promise<[option.Option<bigint>]> {
17758
- const coder = defaultMoveCoder(client.config.fullnode);
17758
+ const coder = defaultMoveCoder(client.config);
17759
17759
  const data: InputViewFunctionData = {
17760
17760
  function: "0x1::dispatchable_fungible_asset::derived_supply",
17761
17761
  functionArguments: coder.encodeArray(request.functionArguments),
@@ -17778,7 +17778,7 @@ export namespace dispatchable_fungible_asset {
17778
17778
  },
17779
17779
  version?: bigint,
17780
17780
  ): Promise<[boolean]> {
17781
- const coder = defaultMoveCoder(client.config.fullnode);
17781
+ const coder = defaultMoveCoder(client.config);
17782
17782
  const data: InputViewFunctionData = {
17783
17783
  function:
17784
17784
  "0x1::dispatchable_fungible_asset::is_derived_balance_at_least",