@sentio/sdk 2.62.1-rc.1 → 2.62.1-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1209,6 +1209,12 @@ export declare namespace stake {
1209
1209
  const TYPE_QNAME = "0x1::stake::StakePool";
1210
1210
  function type(): TypeDescriptor<StakePool>;
1211
1211
  }
1212
+ interface TransactionFeeConfig {
1213
+ }
1214
+ namespace TransactionFeeConfig {
1215
+ const TYPE_QNAME = "0x1::stake::TransactionFeeConfig";
1216
+ function type(): TypeDescriptor<TransactionFeeConfig>;
1217
+ }
1212
1218
  interface UnlockStake {
1213
1219
  pool_address: MoveAddressType;
1214
1220
  amount_unlocked: bigint;