pub type UsedSignatures<T: Config> = StorageValue<_GeneratedPrefixForStorageUsedSignatures<T>, BoundedVec<BoundedVec<u8, T::MaxSignatureLength>, T::MaxSignatureLength>, ValueQuery>;
Expand description

Public key Signatures for past sessions

Storage type is [StorageValue] with value type BoundedVec < BoundedVec < u8, T :: MaxSignatureLength >, T :: MaxSignatureLength >.