BitShares-Core  6.1.0
BitShares blockchain implementation and command-line interface software
Classes | Namespaces | Functions
varint.hpp File Reference
#include <stdint.h>
#include <unordered_map>

Go to the source code of this file.

Classes

struct  fc::unsigned_int
 
struct  std::hash< fc::unsigned_int >
 

Namespaces

 fc
 
 std
 

Functions

void fc::to_variant (const unsigned_int &var, variant &vo, uint32_t max_depth=1)
 
void fc::from_variant (const variant &var, unsigned_int &vo, uint32_t max_depth=1)