difftreelog
fix impl MaxEncodedLen for SponsoringRateLimit
in: master
1 file changed
primitives/data-structs/src/lib.rsdiffbeforeafterboth378 }378 }379}379}380380381#[derive(Encode, Decode, Debug, Clone, Copy, PartialEq, TypeInfo)]381#[derive(Encode, Decode, Debug, Clone, Copy, PartialEq, TypeInfo, MaxEncodedLen)]382#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]382#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]383pub enum SponsoringRateLimit {383pub enum SponsoringRateLimit {384 SponsoringDisabled,384 SponsoringDisabled,