Kagome
Polkadot Runtime Engine in C++17
kagome::crypto::Ed25519KeypairAndSeed Struct Reference

#include <ed25519_types.hpp>

Inheritance diagram for kagome::crypto::Ed25519KeypairAndSeed:
Collaboration diagram for kagome::crypto::Ed25519KeypairAndSeed:

Public Attributes

Ed25519Seed seed
 
- Public Attributes inherited from kagome::crypto::Ed25519Keypair
Ed25519PrivateKey secret_key
 
Ed25519PublicKey public_key
 

Additional Inherited Members

- Public Member Functions inherited from kagome::crypto::Ed25519Keypair
bool operator== (const Ed25519Keypair &other) const
 
bool operator!= (const Ed25519Keypair &other) const
 

Detailed Description

Definition at line 54 of file ed25519_types.hpp.

Member Data Documentation

Ed25519Seed kagome::crypto::Ed25519KeypairAndSeed::seed

Definition at line 55 of file ed25519_types.hpp.


The documentation for this struct was generated from the following file: