BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <stdint.h>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | fc::bigint |
Namespaces | |
fc | |
Typedefs | |
typedef bignum_st | BIGNUM |
Functions | |
void | fc::to_variant (const bigint &bi, variant &v, uint32_t max_depth=1) |
void | fc::from_variant (const variant &v, bigint &bi, uint32_t max_depth=1) |
typedef bignum_st BIGNUM |
Definition at line 6 of file bigint.hpp.