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

#include <sr25519_types.hpp>

Inheritance diagram for kagome::crypto::Sr25519KeypairAndSeed:
Collaboration diagram for kagome::crypto::Sr25519KeypairAndSeed:

Public Attributes

Sr25519Seed seed
 
- Public Attributes inherited from kagome::crypto::Sr25519Keypair
Sr25519SecretKey secret_key
 
Sr25519PublicKey public_key
 

Additional Inherited Members

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

Detailed Description

Definition at line 99 of file sr25519_types.hpp.

Member Data Documentation

Sr25519Seed kagome::crypto::Sr25519KeypairAndSeed::seed

Definition at line 100 of file sr25519_types.hpp.


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