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

#include <ecdsa_types.hpp>

Inheritance diagram for kagome::crypto::EcdsaKeypair:
Collaboration diagram for kagome::crypto::EcdsaKeypair:

Public Member Functions

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

Public Attributes

EcdsaPrivateKey secret_key
 
EcdsaPublicKey public_key
 

Detailed Description

Definition at line 35 of file ecdsa_types.hpp.

Member Function Documentation

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

Definition at line 13 of file ecdsa_types.cpp.

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

Definition at line 9 of file ecdsa_types.cpp.

Member Data Documentation

EcdsaPublicKey kagome::crypto::EcdsaKeypair::public_key

Definition at line 37 of file ecdsa_types.hpp.

EcdsaPrivateKey kagome::crypto::EcdsaKeypair::secret_key

Definition at line 36 of file ecdsa_types.hpp.


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