Expose Signature in types crate

This commit is contained in:
Paul Hauner 2019-03-08 13:16:33 +11:00
parent 7ddbdc15bb
commit 2f484db82c
No known key found for this signature in database
GPG Key ID: D362883A9218FCC6

View File

@ -72,4 +72,4 @@ pub type AttesterMap = HashMap<(u64, u64), Vec<usize>>;
/// Maps a slot to a block proposer.
pub type ProposerMap = HashMap<u64, usize>;
pub use bls::{AggregatePublicKey, AggregateSignature, Keypair, PublicKey, Signature};
pub use bls::{AggregatePublicKey, AggregateSignature, Keypair, PublicKey, SecretKey, Signature};