mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-09 05:57:59 +00:00
make subxt::Config::Extrinsic Send (#681)
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ pub trait Config: 'static {
|
||||
type Signature: Verify + Encode + Send + Sync + 'static;
|
||||
|
||||
/// Extrinsic type within blocks.
|
||||
type Extrinsic: Parameter + Extrinsic + Debug + MaybeSerializeDeserialize;
|
||||
type Extrinsic: Parameter + Extrinsic + Debug + MaybeSerializeDeserialize + Send;
|
||||
|
||||
/// This type defines the extrinsic extra and additional parameters.
|
||||
type ExtrinsicParams: crate::tx::ExtrinsicParams<Self::Index, Self::Hash>;
|
||||
|
||||
Reference in New Issue
Block a user