BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <graphene/protocol/pts_address.hpp>
#include <fc/crypto/base58.hpp>
#include <fc/crypto/elliptic.hpp>
#include <fc/crypto/ripemd160.hpp>
#include <fc/io/raw.hpp>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
graphene | |
graphene::protocol | |
fc | |
fc::raw | |
Functions | |
void | fc::to_variant (const graphene::protocol::pts_address &var, fc::variant &vo, uint32_t max_depth=1) |
void | fc::from_variant (const fc::variant &var, graphene::protocol::pts_address &vo, uint32_t max_depth=1) |
template void | fc::raw::pack (datastream< size_t > &s, const graphene::protocol::pts_address &tx, uint32_t _max_depth) |
template void | fc::raw::pack (datastream< char * > &s, const graphene::protocol::pts_address &tx, uint32_t _max_depth) |
template void | fc::raw::unpack (datastream< const char * > &s, graphene::protocol::pts_address &tx, uint32_t _max_depth) |