#include <scorum/protocol/config.hpp>
#include <scorum/protocol/types.hpp>
#include <fc/crypto/base58.hpp>
#include <fc/crypto/ripemd160.hpp>
#include <fc/exception/exception.hpp>
#include <fc/io/raw.hpp>
#include <boost/uuid/uuid.hpp>
#include <boost/uuid/uuid_io.hpp>
#include <boost/uuid/uuid_generators.hpp>
Go to the source code of this file.
|
bool | scorum::protocol::operator== (const public_key_type &p1, const fc::ecc::public_key &p2) |
|
bool | scorum::protocol::operator== (const public_key_type &p1, const public_key_type &p2) |
|
bool | scorum::protocol::operator!= (const public_key_type &p1, const public_key_type &p2) |
|
bool | scorum::protocol::operator== (const extended_public_key_type &p1, const fc::ecc::extended_public_key &p2) |
|
bool | scorum::protocol::operator== (const extended_public_key_type &p1, const extended_public_key_type &p2) |
|
bool | scorum::protocol::operator!= (const extended_public_key_type &p1, const extended_public_key_type &p2) |
|
bool | scorum::protocol::operator== (const extended_private_key_type &p1, const fc::ecc::extended_public_key &p2) |
|
bool | scorum::protocol::operator== (const extended_private_key_type &p1, const extended_private_key_type &p2) |
|
bool | scorum::protocol::operator!= (const extended_private_key_type &p1, const extended_private_key_type &p2) |
|
void | fc::to_variant (const scorum::protocol::public_key_type &var, fc::variant &vo) |
|
void | fc::from_variant (const fc::variant &var, scorum::protocol::public_key_type &vo) |
|
void | fc::to_variant (const scorum::protocol::extended_public_key_type &var, fc::variant &vo) |
|
void | fc::from_variant (const fc::variant &var, scorum::protocol::extended_public_key_type &vo) |
|
void | fc::to_variant (const scorum::protocol::extended_private_key_type &var, fc::variant &vo) |
|
void | fc::from_variant (const fc::variant &var, scorum::protocol::extended_private_key_type &vo) |
|
void | fc::to_variant (const boost::uuids::uuid &, fc::variant &) |
|
void | fc::from_variant (const fc::variant &, boost::uuids::uuid &) |
|