mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 11:31:05 +00:00
fix parse_transaction on Rialto+Millau (#1360)
This commit is contained in:
committed by
Bastian Köcher
parent
c29bfcccc3
commit
133934df7c
@@ -27,7 +27,7 @@ use sp_runtime::{
|
||||
use sp_std::{convert::TryFrom, fmt::Debug, hash::Hash, str::FromStr, vec, vec::Vec};
|
||||
|
||||
/// Chain call, that is either SCALE-encoded, or decoded.
|
||||
#[derive(Debug, Clone)]
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
pub enum EncodedOrDecodedCall<ChainCall> {
|
||||
/// The call that is SCALE-encoded.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user