@dedot/chaintypes 0.211.0 → 0.212.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.
@@ -48,7 +48,7 @@ interface ChainKnownTypes extends GenericChainKnownTypes {
48
48
 
49
49
  /**
50
50
  * @name: PaseoPeopleApi
51
- * @specVersion: 2000002
51
+ * @specVersion: 2000004
52
52
  **/
53
53
  export interface PaseoPeopleApi extends GenericSubstrateApi {
54
54
  rpc: ChainJsonRpcApis;
@@ -39,6 +39,7 @@ import type {
39
39
  FrameSupportTokensMiscIdAmount,
40
40
  FrameSupportTokensMiscIdAmount002,
41
41
  PalletTransactionPaymentReleases,
42
+ FrameSupportStorageNoDrop,
42
43
  PalletCollatorSelectionCandidateInfo,
43
44
  PeoplePaseoRuntimeSessionKeys,
44
45
  SpStakingOffenceOffenceSeverity,
@@ -681,6 +682,15 @@ export interface ChainStorage extends GenericChainStorage {
681
682
  **/
682
683
  storageVersion: GenericStorageQuery<() => PalletTransactionPaymentReleases>;
683
684
 
685
+ /**
686
+ * The `OnChargeTransaction` stores the withdrawn tx fee here.
687
+ *
688
+ * Use `withdraw_txfee` and `remaining_txfee` to access from outside the crate.
689
+ *
690
+ * @param {Callback<FrameSupportStorageNoDrop | undefined> =} callback
691
+ **/
692
+ txPaymentCredit: GenericStorageQuery<() => FrameSupportStorageNoDrop | undefined>;
693
+
684
694
  /**
685
695
  * Generic pallet storage query
686
696
  **/