Skip to content

Commit 02fd025

Browse files
committed
start to say what a ZingoAccount is.. though, I'm not clear
1 parent 1c05522 commit 02fd025

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

zingo-account/src/lib.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
//! A micro crate to provide a wrapper around the zcash_client_backend account trait.
22
//! By constraining the wrapper to be independent of internal zingolib functionality
33
//! 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.
47
pub struct ZingoAccount(
58
pub zip32::AccountId,
69
pub zcash_keys::keys::UnifiedFullViewingKey,

0 commit comments

Comments
 (0)