BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Classes | Namespaces | Typedefs | Functions
bigint.hpp File Reference
#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 Documentation

◆ BIGNUM

typedef bignum_st BIGNUM

Definition at line 6 of file bigint.hpp.