Struct shuttle_core::KeyPair
[−]
[src]
pub struct KeyPair {
pub seed: Option<Vec<u8>>,
pub secret: Option<SecretKey>,
pub public: PublicKey,
}Fields
seed: Option<Vec<u8>>
secret: Option<SecretKey>
public: PublicKey