Begin 'fixing' errors

This commit is contained in:
James Wilson
2025-09-30 18:04:21 +01:00
parent 964c474088
commit 4606eb4679
11 changed files with 239 additions and 241 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, Maybe, YesMaybe};
pub use yesnomaybe::{Yes, No, Maybe, YesMaybe, YesNo};
pub use account_id::AccountId32;
pub use account_id20::AccountId20;
pub use era::Era;