From def10dea1840265ee5103b96d6afef1d3ce5ef3e Mon Sep 17 00:00:00 2001 From: Rostyslav Tyshko Date: Wed, 9 Apr 2025 01:33:20 -0400 Subject: [PATCH] serialiaze `AccountPublicMask` --- accounts/src/account_core/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/accounts/src/account_core/mod.rs b/accounts/src/account_core/mod.rs index 647ca24..3f6ac0d 100644 --- a/accounts/src/account_core/mod.rs +++ b/accounts/src/account_core/mod.rs @@ -29,6 +29,7 @@ pub struct Account { ///A strucure, which represents all the visible(public) information /// /// known to each node about account `address` +#[derive(Serialize)] pub struct AccountPublicMask { pub nullifier_public_key: AffinePoint, pub viewing_public_key: AffinePoint,