Skip to content

Commit 1c05522

Browse files
committed
make up some doc-comment
1 parent ef4103f commit 1c05522

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,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.
14
pub struct ZingoAccount(
25
pub zip32::AccountId,
36
pub zcash_keys::keys::UnifiedFullViewingKey,

0 commit comments

Comments
 (0)