pub trait InstanceToPrefix {
type ApprovesPrefix: StorageInstance;
type NoncesPrefix: StorageInstance;
}
Expand description
Associates pallet Instance to a prefix used for the Approves storage. This trait is implemented for () and the 16 substrate Instance.
Required Associated Types§
sourcetype ApprovesPrefix: StorageInstance
type ApprovesPrefix: StorageInstance
Prefix used for the Approves storage.
sourcetype NoncesPrefix: StorageInstance
type NoncesPrefix: StorageInstance
Prefix used for the Approves storage.