Export bls::Keypair from types crate
This commit is contained in:
parent
a4ac5b0d3e
commit
d009b85637
@ -67,4 +67,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, PublicKey, Signature};
|
||||
pub use bls::{AggregatePublicKey, AggregateSignature, Keypair, PublicKey, Signature};
|
||||
|
Loading…
Reference in New Issue
Block a user