pub type CurrentAuthoritySetInfo<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageCurrentAuthoritySetInfo<T, I>, BridgedBeefyAuthoritySetInfo<T, I>, ValueQuery>;Expand description
The current BEEFY authority set at the bridged chain.
Storage type is [StorageValue] with value type BridgedBeefyAuthoritySetInfo < T, I >.
Aliased Type§
struct CurrentAuthoritySetInfo<T: Config<I>, I: 'static = ()>(/* private fields */);