3#include "extern/uint256_t/uint256_t.h"
4#include "helpers/client_helper.h"
34 Bignum(
const char* str, NumericBase base);
41 IotexString
ToString(NumericBase base)
const;
45 bool operator==(
const Bignum& c)
const;
Represents an unigned integer of up to 256 bytes.
Definition: bignum.h:21
Bignum()
Default constructor. Constructs a Bignum with the value of 0.
Definition: bignum.cpp:5
IotexString ToString(NumericBase base) const
Returns the value as a string.
Definition: bignum.cpp:18