Struct shuttle_core::KeyPair [] [src]

pub struct KeyPair {
    pub seed: Option<Vec<u8>>,
    pub secret: Option<SecretKey>,
    pub public: PublicKey,
}

Fields

Methods

impl KeyPair
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]