mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-08 16:23:12 +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
|
///A strucure, which represents all the visible(public) information
|
||||||
///
|
///
|
||||||
/// known to each node about account `address`
|
/// known to each node about account `address`
|
||||||
|
#[derive(Serialize)]
|
||||||
pub struct AccountPublicMask {
|
pub struct AccountPublicMask {
|
||||||
pub nullifier_public_key: AffinePoint,
|
pub nullifier_public_key: AffinePoint,
|
||||||
pub viewing_public_key: AffinePoint,
|
pub viewing_public_key: AffinePoint,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user