We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c05522 commit 02fd025Copy full SHA for 02fd025
zingo-account/src/lib.rs
@@ -1,6 +1,9 @@
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
+
5
+/// The a view-only abstraction that provides a management interface for
6
+/// TODO: Explain more about our Account abstraction.
7
pub struct ZingoAccount(
8
pub zip32::AccountId,
9
pub zcash_keys::keys::UnifiedFullViewingKey,
0 commit comments