pub type Keypair = Keypair;Expand description
An Ed25519 keypair.
Aliased Type§
pub struct Keypair {
pub secret: SecretKey,
pub public: PublicKey,
}Fields§
§secret: SecretKeyThe secret half of this keypair.
public: PublicKeyThe public half of this keypair.