Remove PlainorMap enum; plain and map values now use same struct to simplify usage

This commit is contained in:
James Wilson
2025-09-30 16:08:34 +01:00
parent fc793a8b79
commit 964c474088
8 changed files with 121 additions and 401 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ use alloc::vec::Vec;
use codec::{Compact, Decode, Encode};
use derive_where::derive_where;
pub use yesnomaybe::{Yes, No, Maybe, YesNoMaybe};
pub use yesnomaybe::{Yes, Maybe, YesMaybe};
pub use account_id::AccountId32;
pub use account_id20::AccountId20;
pub use era::Era;