BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Namespaces | Functions
varint.cpp File Reference
#include <fc/io/varint.hpp>
#include <fc/variant.hpp>

Go to the source code of this file.

Namespaces

 fc
 

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)