Test the processor's Substrate signer

This commit is contained in:
Luke Parker
2023-04-10 12:48:48 -04:00
parent d323fc8b7b
commit 9e78c8fc9e
4 changed files with 146 additions and 2 deletions

View File

@@ -31,8 +31,8 @@ pub enum Application {
#[derive(Clone, PartialEq, Eq, Debug, Encode, Decode, MaxEncodedLen, TypeInfo)]
#[cfg_attr(feature = "std", derive(Zeroize, Serialize, Deserialize))]
pub struct ApplicationCall {
application: Application,
data: Data,
pub application: Application,
pub data: Data,
}
#[derive(Clone, PartialEq, Eq, Debug, Encode, Decode, MaxEncodedLen, TypeInfo)]