mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 18:41:05 +00:00
derive Serialize/Deserialize for BeefyAuthoritySet (#12516)
This commit is contained in:
@@ -101,6 +101,7 @@ impl MmrLeafVersion {
|
||||
|
||||
/// Details of a BEEFY authority set.
|
||||
#[derive(Debug, Default, PartialEq, Eq, Clone, Encode, Decode, TypeInfo, MaxEncodedLen)]
|
||||
#[cfg_attr(feature = "std", derive(serde::Serialize, serde::Deserialize))]
|
||||
pub struct BeefyAuthoritySet<MerkleRoot> {
|
||||
/// Id of the set.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user