mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-07-31 10:03:21 +00:00
chore: docs for PrivateAction commitment field
This commit is contained in:
parent
dbcdbb29f3
commit
0e957b5c08
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -156,6 +156,9 @@ impl InputAccountIdentity {
|
||||
pub struct PrivateAction {
|
||||
pub nullifier: Nullifier,
|
||||
pub root: CommitmentSetDigest,
|
||||
// IMPORTANT: The commitment in the action is not necessarily connected
|
||||
// to the nullifier in content. That is, the commitment's plaintext is
|
||||
// not necessarily the updated account state of the nullifier's plaintext.
|
||||
pub commitment: Commitment,
|
||||
pub encrypted_post_state: EncryptedAccountData,
|
||||
}
|
||||
|
||||
@ -236,6 +236,9 @@ pub struct PublicActionWithID {
|
||||
pub struct PrivateAction {
|
||||
pub nullifier: Nullifier,
|
||||
pub root: CommitmentSetDigest,
|
||||
// IMPORTANT: The commitment in the action is not necessarily connected
|
||||
// to the nullifier in content. That is, the commitment's plaintext is
|
||||
// not necessarily the updated account state of the nullifier's plaintext.
|
||||
pub commitment: Commitment,
|
||||
pub encrypted_post_state: EncryptedAccountData,
|
||||
}
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user