Kagome
Polkadot Runtime Engine in C++17
kagome::crypto::Sr25519Keypair Struct Reference

#include <sr25519_types.hpp>

Inheritance diagram for kagome::crypto::Sr25519Keypair:
Collaboration diagram for kagome::crypto::Sr25519Keypair:

Public Member Functions

 Sr25519Keypair ()=default
 
bool operator== (const Sr25519Keypair &other) const
 
bool operator!= (const Sr25519Keypair &other) const
 

Public Attributes

Sr25519SecretKey secret_key
 
Sr25519PublicKey public_key
 

Detailed Description

Definition at line 89 of file sr25519_types.hpp.

Constructor & Destructor Documentation

kagome::crypto::Sr25519Keypair::Sr25519Keypair ( )
default

Member Function Documentation

bool kagome::crypto::Sr25519Keypair::operator!= ( const Sr25519Keypair other) const

Definition at line 13 of file sr25519_types.cpp.

bool kagome::crypto::Sr25519Keypair::operator== ( const Sr25519Keypair other) const

Definition at line 9 of file sr25519_types.cpp.

Member Data Documentation

Sr25519PublicKey kagome::crypto::Sr25519Keypair::public_key

Definition at line 91 of file sr25519_types.hpp.

Sr25519SecretKey kagome::crypto::Sr25519Keypair::secret_key

Definition at line 90 of file sr25519_types.hpp.


The documentation for this struct was generated from the following files: