Struct sn_dbc::KeyManager [−][src]
pub struct KeyManager { /* fields omitted */ }Implementations
pub fn new(
public_key_set: PublicKeySet,
secret_key_share: (u64, SecretKeyShare),
genesis_key: PublicKey
) -> Self[src]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KeyManagerimpl Send for KeyManagerimpl Sync for KeyManagerimpl Unpin for KeyManagerimpl UnwindSafe for KeyManagerBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V