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

ga_rust: implement get_previous_addresses #104

Closed
LeoComandini opened this issue Apr 15, 2021 · 1 comment
Closed

ga_rust: implement get_previous_addresses #104

LeoComandini opened this issue Apr 15, 2021 · 1 comment

Comments

@LeoComandini
Copy link
Contributor

Interface details here

Green QT uses "address", "tx_count", "address_type", so those field must be populated.
tx_count is equal to the number of inputs and outputs associated to an address.

ga_session.cpp currently returns at most 10 addresses per call, so it makes sense to do the same on the rust side.

@LeoComandini
Copy link
Contributor Author

Implemented in 90e2adf

Required interface changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant