Skip to content
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

Viewing Key Protocol #239

Open
bhgomes opened this issue Sep 6, 2022 · 0 comments
Open

Viewing Key Protocol #239

bhgomes opened this issue Sep 6, 2022 · 0 comments
Labels
A-cryptography Area: Issues and PRs related to Cryptography A-design Area: Design of Libraries and APIs A-privacy Area: Issues and PRs related to Privacy P-medium Priority: Medium

Comments

@bhgomes
Copy link
Contributor

bhgomes commented Sep 6, 2022

To use the viewing key we want an API like the following:

fn find_transactions(ledger, viewing_key) -> Vec<Transaction>;

enum Transaction {
    Deposit(Asset),
    Withdraw(Asset),
}
@bhgomes bhgomes added A-cryptography Area: Issues and PRs related to Cryptography A-design Area: Design of Libraries and APIs A-privacy Area: Issues and PRs related to Privacy labels Sep 6, 2022
@bhgomes bhgomes added this to the v1.0.0 milestone Sep 6, 2022
@bhgomes bhgomes added the P-medium Priority: Medium label Sep 6, 2022
@bhgomes bhgomes removed this from the v1.0.0 milestone Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-cryptography Area: Issues and PRs related to Cryptography A-design Area: Design of Libraries and APIs A-privacy Area: Issues and PRs related to Privacy P-medium Priority: Medium
Projects
None yet
Development

No branches or pull requests

1 participant