Skip to content

Commit

Permalink
expose PrivateTallyState
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Jan 19, 2021
1 parent fbd99df commit e071b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jormungandr-lib/src/interfaces/mod.rs
Expand Up @@ -63,5 +63,5 @@ pub use self::utxo_info::{UTxOInfo, UTxOOutputInfo};
pub use self::value::{Value, ValueDef};
pub use self::vote::{
serde_base64_bytes, Payload, Tally, TallyResult, VotePlanDef, VotePlanStatus,
VoteProposalStatus, MEMBER_PUBLIC_KEY_BECH32_HRP,
VoteProposalStatus, MEMBER_PUBLIC_KEY_BECH32_HRP, PrivateTallyState
};

0 comments on commit e071b8e

Please sign in to comment.