mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 17:31:02 +00:00
broken fractured commits, only a few errors remaining
This commit is contained in:
@@ -2,18 +2,24 @@
|
||||
// This file is dual-licensed as Apache-2.0 or GPL-3.0.
|
||||
// see LICENSE for license details.
|
||||
|
||||
use std::borrow::Cow;
|
||||
|
||||
use crate::prelude::*;
|
||||
use borrow::Cow;
|
||||
|
||||
#[cfg(feature = "std")]
|
||||
use crate::{
|
||||
backend::{BackendExt, BlockRef, TransactionStatus},
|
||||
client::{OfflineClientT, OnlineClientT},
|
||||
client::OnlineClientT,
|
||||
tx::TxProgress,
|
||||
};
|
||||
use crate::{
|
||||
client::OfflineClientT,
|
||||
config::{Config, ExtrinsicParams, ExtrinsicParamsEncoder, Hasher},
|
||||
error::{Error, MetadataError},
|
||||
prelude::*,
|
||||
tx::{Signer as SignerT, TxPayload, TxProgress},
|
||||
tx::{Signer as SignerT, TxPayload},
|
||||
utils::{Encoded, PhantomDataSendSync},
|
||||
};
|
||||
|
||||
use codec::{Compact, Decode, Encode};
|
||||
use derivative::Derivative;
|
||||
use sp_core_hashing::blake2_256;
|
||||
@@ -162,6 +168,7 @@ impl<T: Config, C: OfflineClientT<T>> TxClient<T, C> {
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "std")]
|
||||
impl<T, C> TxClient<T, C>
|
||||
where
|
||||
T: Config,
|
||||
@@ -426,6 +433,7 @@ where
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "std")]
|
||||
impl<T, C> SubmittableExtrinsic<T, C>
|
||||
where
|
||||
T: Config,
|
||||
|
||||
Reference in New Issue
Block a user