mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 04:37:57 +00:00
Add an INDEX to the Instance trait (#8555)
* Add an index to the Instance trait * Update frame/support/procedural/src/storage/instance_trait.rs
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
pub trait Instance: 'static {
|
||||
/// Unique module prefix. E.g. "InstanceNMyModule" or "MyModule"
|
||||
const PREFIX: &'static str;
|
||||
/// Unique numerical identifier for an instance.
|
||||
const INDEX: u8;
|
||||
}
|
||||
|
||||
/// An instance of a storage in a pallet.
|
||||
|
||||
Reference in New Issue
Block a user