Kagome
Polkadot Runtime Engine in C++17
|
#include <sr25519_types.hpp>
Public Attributes | |
Sr25519Seed | seed |
Public Attributes inherited from kagome::crypto::Sr25519Keypair | |
Sr25519SecretKey | secret_key |
Sr25519PublicKey | public_key |
Additional Inherited Members | |
Public Member Functions inherited from kagome::crypto::Sr25519Keypair | |
Sr25519Keypair ()=default | |
bool | operator== (const Sr25519Keypair &other) const |
bool | operator!= (const Sr25519Keypair &other) const |
Definition at line 99 of file sr25519_types.hpp.
Sr25519Seed kagome::crypto::Sr25519KeypairAndSeed::seed |
Definition at line 100 of file sr25519_types.hpp.