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

#include <ed25519_types.hpp>

Inheritance diagram for kagome::crypto::Ed25519Keypair:
Collaboration diagram for kagome::crypto::Ed25519Keypair:

Public Member Functions

bool operator== (const Ed25519Keypair &other) const
 
bool operator!= (const Ed25519Keypair &other) const
 

Public Attributes

Ed25519PrivateKey secret_key
 
Ed25519PublicKey public_key
 

Detailed Description

Definition at line 46 of file ed25519_types.hpp.

Member Function Documentation

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.

Member Data Documentation

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.


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