BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Namespaces | Functions
types.cpp File Reference
#include <graphene/protocol/types.hpp>
#include <graphene/protocol/fee_schedule.hpp>
#include <fc/crypto/base58.hpp>
#include <fc/crypto/ripemd160.hpp>
#include <fc/exception/exception.hpp>
#include <fc/io/raw.hpp>

Go to the source code of this file.

Namespaces

 graphene
 
 graphene::protocol
 
 fc
 
 fc::raw
 

Functions

bool graphene::protocol::operator== (const public_key_type &p1, const fc::ecc::public_key &p2)
 
bool graphene::protocol::operator== (const public_key_type &p1, const public_key_type &p2)
 
bool graphene::protocol::operator!= (const public_key_type &p1, const public_key_type &p2)
 
bool graphene::protocol::operator< (const public_key_type &p1, const public_key_type &p2)
 
void fc::to_variant (const graphene::protocol::public_key_type &var, fc::variant &vo, uint32_t max_depth=2)
 
void fc::from_variant (const fc::variant &var, graphene::protocol::public_key_type &vo, uint32_t max_depth=2)
 
void fc::from_variant (const fc::variant &var, std::shared_ptr< const graphene::protocol::fee_schedule > &vo, uint32_t max_depth=2)
 
template void fc::raw::pack (datastream< size_t > &s, const graphene::protocol::public_key_type &tx, uint32_t _max_depth=FC_PACK_MAX_DEPTH)
 
template void fc::raw::pack (datastream< char * > &s, const graphene::protocol::public_key_type &tx, uint32_t _max_depth=FC_PACK_MAX_DEPTH)
 
template void fc::raw::unpack (datastream< const char * > &s, graphene::protocol::public_key_type &tx, uint32_t _max_depth=FC_PACK_MAX_DEPTH)