BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <string>
#include <vector>
#include <boost/container/flat_map.hpp>
#include <fc/exception/exception.hpp>
#include <fc/variant.hpp>
Go to the source code of this file.
Classes | |
struct | graphene::wallet::static_variant_map |
struct | graphene::wallet::impl::static_variant_map_visitor |
struct | graphene::wallet::impl::from_which_visitor< StaticVariant > |
Namespaces | |
graphene | |
graphene::wallet | |
graphene::wallet::impl | |
Functions | |
std::string | graphene::wallet::impl::clean_name (const std::string &name) |
template<typename T > | |
T | graphene::wallet::from_which_variant (int which, const variant &v, uint32_t max_depth) |
template<typename T > | |
static_variant_map | graphene::wallet::create_static_variant_map () |