oc-issuer
0.0.2
|
Public Types | |
enum class | eError : uint8_t { PARSE_ERROR } |
Public Member Functions | |
std::string | to_string () const |
Static Public Member Functions | |
static tl::expected< BigInt, eError > | from_string (const std::string &str) |
static BigInt | from_int (uint64_t value) |
Friends | |
bool | operator== (const BigInt &rhs, const BigInt &lhs) |