We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef4103f commit 1c05522Copy full SHA for 1c05522
zingo-account/src/lib.rs
@@ -1,3 +1,6 @@
1
+//! A micro crate to provide a wrapper around the zcash_client_backend account trait.
2
+//! By constraining the wrapper to be independent of internal zingolib functionality
3
+//! we expose a shareable component, and refine the definition of zingolib.
4
pub struct ZingoAccount(
5
pub zip32::AccountId,
6
pub zcash_keys::keys::UnifiedFullViewingKey,
0 commit comments