@typemove/aptos 1.13.2 → 1.13.3-rc.1

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.
@@ -1055,6 +1055,12 @@ export declare namespace stake {
1055
1055
  const TYPE_QNAME = "0x1::stake::StakePool";
1056
1056
  function type(): TypeDescriptor<StakePool>;
1057
1057
  }
1058
+ interface TransactionFeeConfig {
1059
+ }
1060
+ namespace TransactionFeeConfig {
1061
+ const TYPE_QNAME = "0x1::stake::TransactionFeeConfig";
1062
+ function type(): TypeDescriptor<TransactionFeeConfig>;
1063
+ }
1058
1064
  interface UnlockStake {
1059
1065
  pool_address: MoveAddressType;
1060
1066
  amount_unlocked: bigint;