mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 19:17:58 +00:00
handle doc on type_value (#10132)
This commit is contained in:
committed by
GitHub
parent
15406835a8
commit
2755a97fa3
@@ -262,6 +262,7 @@ pub mod pallet {
|
||||
#[pallet::storage_prefix = "Value2"]
|
||||
pub type RenamedValue<T> = StorageValue<Value = u64>;
|
||||
|
||||
/// Test some doc
|
||||
#[pallet::type_value]
|
||||
pub fn MyDefault<T: Config>() -> u16
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user