mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 21:41:12 +00:00
Derive TypeInfo for OpaqueExtrinsic (#10504)
This commit is contained in:
@@ -800,7 +800,7 @@ macro_rules! assert_eq_error_rate {
|
||||
|
||||
/// Simple blob to hold an extrinsic without committing to its format and ensure it is serialized
|
||||
/// correctly.
|
||||
#[derive(PartialEq, Eq, Clone, Default, Encode, Decode)]
|
||||
#[derive(PartialEq, Eq, Clone, Default, Encode, Decode, TypeInfo)]
|
||||
pub struct OpaqueExtrinsic(Vec<u8>);
|
||||
|
||||
impl OpaqueExtrinsic {
|
||||
|
||||
Reference in New Issue
Block a user