Kagome
Polkadot Runtime Engine in C++17
|
#include <ecdsa_types.hpp>
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 |
Definition at line 47 of file ecdsa_types.hpp.
EcdsaSeed kagome::crypto::EcdsaKeypairAndSeed::seed |
Definition at line 48 of file ecdsa_types.hpp.