mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-23 15:31:08 +00:00
fix doc and dyn (#8631)
This commit is contained in:
committed by
GitHub
parent
4dcbac4b58
commit
bb343c7c26
@@ -99,8 +99,8 @@ impl TypeId for PalletId {
|
||||
const TYPE_ID: [u8; 4] = *b"modl";
|
||||
}
|
||||
|
||||
/// Generate a new type alias for [`storage::types::value::StorageValue`],
|
||||
/// [`storage::types::value::StorageMap`] and [`storage::types::value::StorageDoubleMap`].
|
||||
/// Generate a new type alias for [`storage::types::StorageValue`],
|
||||
/// [`storage::types::StorageMap`] and [`storage::types::StorageDoubleMap`].
|
||||
///
|
||||
/// Useful for creating a *storage-like* struct for test and migrations.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user