mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +00:00
serialiaze AccountPublicMask
This commit is contained in:
parent
8b811ae65f
commit
def10dea18
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user