diff --git a/subxt/src/rpc/types.rs b/subxt/src/rpc/types.rs index 989308d718..c68b17a08f 100644 --- a/subxt/src/rpc/types.rs +++ b/subxt/src/rpc/types.rs @@ -114,7 +114,7 @@ pub type ConsensusEngineId = [u8; 4]; pub type EncodedJustification = Vec; /// Bytes representing an extrinsic in a [`ChainBlock`]. -#[derive(Debug)] +#[derive(Clone, Debug)] pub struct ChainBlockExtrinsic(pub Vec); impl<'a> ::serde::Deserialize<'a> for ChainBlockExtrinsic {