Keypair

Type Alias Keypair 

Source
pub type Keypair = Keypair;
Expand description

An Ed25519 keypair.

Aliased Type§

pub struct Keypair {
    pub secret: SecretKey,
    pub public: PublicKey,
}

Fields§

§secret: SecretKey

The secret half of this keypair.

§public: PublicKey

The public half of this keypair.