Kagome
Polkadot Runtime Engine in C++17
|
#include <ecdsa_types.hpp>
Public Member Functions | |
bool | operator== (const EcdsaKeypair &other) const |
bool | operator!= (const EcdsaKeypair &other) const |
Public Attributes | |
EcdsaPrivateKey | secret_key |
EcdsaPublicKey | public_key |
Definition at line 35 of file ecdsa_types.hpp.
bool kagome::crypto::EcdsaKeypair::operator!= | ( | const EcdsaKeypair & | other | ) | const |
Definition at line 13 of file ecdsa_types.cpp.
bool kagome::crypto::EcdsaKeypair::operator== | ( | const EcdsaKeypair & | other | ) | const |
Definition at line 9 of file ecdsa_types.cpp.
EcdsaPublicKey kagome::crypto::EcdsaKeypair::public_key |
Definition at line 37 of file ecdsa_types.hpp.
EcdsaPrivateKey kagome::crypto::EcdsaKeypair::secret_key |
Definition at line 36 of file ecdsa_types.hpp.