broken commit, prelude but no replacement of all std types

This commit is contained in:
Tadeo hepperle
2024-01-17 14:11:38 +01:00
parent ab6b6ae5cd
commit a349daaf45
54 changed files with 236 additions and 13 deletions
+2
View File
@@ -9,9 +9,11 @@ use crate::{
client::{OfflineClientT, OnlineClientT},
config::{Config, ExtrinsicParams, ExtrinsicParamsEncoder, Hasher},
error::{Error, MetadataError},
prelude::*,
tx::{Signer as SignerT, TxPayload, TxProgress},
utils::{Encoded, PhantomDataSendSync},
};
use crate::prelude::*;
use codec::{Compact, Decode, Encode};
use derivative::Derivative;
use sp_core_hashing::blake2_256;