mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 04:37:57 +00:00
pallet macro: always generate storage info on pallet struct (#9246)
* always implement storage info on Pallet * fix UI test * Fold span computation into trait and method computation Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
This commit is contained in:
committed by
GitHub
parent
f93074d086
commit
f96c5df754
@@ -1430,6 +1430,8 @@ pub mod pallet_prelude {
|
||||
/// If the attribute set_storage_max_encoded_len is set then the macro call
|
||||
/// [`traits::StorageInfoTrait`] for each storage in the implementation of
|
||||
/// [`traits::StorageInfoTrait`] for the pallet.
|
||||
/// Otherwise it implements [`traits::StorageInfoTrait`] for the pallet using the
|
||||
/// [`traits::PartialStorageInfoTrait`] implementation of storages.
|
||||
///
|
||||
/// # Hooks: `#[pallet::hooks]` optional
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user