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

#include <ecdsa_types.hpp>

Inheritance diagram for kagome::crypto::EcdsaKeypairAndSeed:
Collaboration diagram for kagome::crypto::EcdsaKeypairAndSeed:

Public Attributes

EcdsaSeed seed
 
- Public Attributes inherited from kagome::crypto::EcdsaKeypair
EcdsaPrivateKey secret_key
 
EcdsaPublicKey public_key
 

Additional Inherited Members

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

Detailed Description

Definition at line 47 of file ecdsa_types.hpp.

Member Data Documentation

EcdsaSeed kagome::crypto::EcdsaKeypairAndSeed::seed

Definition at line 48 of file ecdsa_types.hpp.


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