Kagome
Polkadot Runtime Engine in C++17
|
#include <ed25519_types.hpp>
Public Member Functions | |
bool | operator== (const Ed25519Keypair &other) const |
bool | operator!= (const Ed25519Keypair &other) const |
Public Attributes | |
Ed25519PrivateKey | secret_key |
Ed25519PublicKey | public_key |
Definition at line 46 of file ed25519_types.hpp.
bool kagome::crypto::Ed25519Keypair::operator!= | ( | const Ed25519Keypair & | other | ) | const |
Definition at line 13 of file ed25519_types.cpp.
bool kagome::crypto::Ed25519Keypair::operator== | ( | const Ed25519Keypair & | other | ) | const |
Definition at line 9 of file ed25519_types.cpp.
Ed25519PublicKey kagome::crypto::Ed25519Keypair::public_key |
Definition at line 48 of file ed25519_types.hpp.
Ed25519PrivateKey kagome::crypto::Ed25519Keypair::secret_key |
Definition at line 47 of file ed25519_types.hpp.