Kagome
Polkadot Runtime Engine in C++17
|
#include <ed25519_types.hpp>
Public Attributes | |
Ed25519Seed | seed |
Public Attributes inherited from kagome::crypto::Ed25519Keypair | |
Ed25519PrivateKey | secret_key |
Ed25519PublicKey | public_key |
Additional Inherited Members | |
Public Member Functions inherited from kagome::crypto::Ed25519Keypair | |
bool | operator== (const Ed25519Keypair &other) const |
bool | operator!= (const Ed25519Keypair &other) const |
Definition at line 54 of file ed25519_types.hpp.
Ed25519Seed kagome::crypto::Ed25519KeypairAndSeed::seed |
Definition at line 55 of file ed25519_types.hpp.