-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: documentation for record #16
Conversation
Signed-off-by: Alexander B. <137616408+alexanderblv@users.noreply.github.com>
Thx for the chore! Do you mind keeping the original comment (adding your new line above it)? And doing the same for the function below it? I assume the original line was useful for the original author and may be for future readers. |
Signed-off-by: Alexander B. <137616408+alexanderblv@users.noreply.github.com>
Done! |
@vicsn It seems I don't have the rights to put this PR to merge queue. Could you do that? |
I don't either, it's not high priority so can be a while |
@@ -15,6 +15,7 @@ | |||
use super::*; | |||
|
|||
impl<N: Network> Record<N, Ciphertext<N>> { | |||
/// Determines whether the record belongs to the account. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/// Determines whether the record belongs to the account. | |
/// Returns `true` if the given view key is the owner of the record. |
Closing in favor of AleoNet#2513 |
Motivation
Closes AleoNet#2132
(Write your motivation here)
Test Plan
(Write your test plan here)
Related PRs
(Link your related PRs here)