pub fn parse_private_committee_keys(
    committee_keys: Vec<String>
) -> Result<(Vec<MemberPublicKey>, Vec<MemberSecretKey>), Box<dyn Error>>
Expand description

Parse private committee keys from Bech32 representation