Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Use UnifiedSpendingKey in AccountUsk rather than its encoding #1654

Open
daira opened this issue Dec 12, 2024 · 0 comments · Fixed by #1653
Open

Use UnifiedSpendingKey in AccountUsk rather than its encoding #1654

daira opened this issue Dec 12, 2024 · 0 comments · Fixed by #1653

Comments

@daira
Copy link
Contributor

daira commented Dec 12, 2024

Originally posted by @nuttycom in #1640 (comment) :

/**
 * The binary encoding of the [ZIP 316](https://zips.z.cash/zip-0316) Unified Spending
 * Key for [accountUuid].
 *
 * This encoding **MUST NOT** be exposed to users. It is an internal encoding that is
 * inherently unstable, and only intended to be passed between the SDK and the storage
 * backend. Wallets **MUST NOT** allow this encoding to be exported or imported.
 */
private val bytes: FirstClassByteArray

Why is this not UnifiedSpendingKey?

@HonzaR HonzaR linked a pull request Dec 13, 2024 that will close this issue
13 tasks
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant