BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <boost/endian/buffers.hpp>
#include <fc/io/raw_fwd.hpp>
#include <fc/fwd.hpp>
#include <fc/reflect/reflect.hpp>
Go to the source code of this file.
Classes | |
class | fc::sha512 |
class | fc::sha512::encoder |
Namespaces | |
fc | |
fc::raw | |
Typedefs | |
typedef fc::sha512 | fc::uint512 |
Functions | |
template<typename T > | |
void | fc::raw::pack (T &ds, const sha512 &ep, uint32_t _max_depth) |
template<typename T > | |
void | fc::raw::unpack (T &ds, sha512 &ep, uint32_t _max_depth) |
void | fc::to_variant (const sha512 &bi, variant &v, uint32_t max_depth) |
void | fc::from_variant (const variant &v, sha512 &bi, uint32_t max_depth) |