WIP splitting errors and tidying payload/address traits

This commit is contained in:
James Wilson
2025-10-02 11:34:47 +01:00
parent 4606eb4679
commit e1d8cca2e9
22 changed files with 316 additions and 470 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, YesMaybe, YesNo};
pub use yesnomaybe::{Yes, No, Maybe, YesMaybe, NoMaybe, YesNo};
pub use account_id::AccountId32;
pub use account_id20::AccountId20;
pub use era::Era;