sgns::TokenID¶
#include <TokenID.hpp>
Public Types¶
| Name | |
|---|---|
| using std::array< uint8_t, 32 > | ByteArray |
Public Functions¶
| Name | |
|---|---|
| TokenID() | |
| TokenID(const TokenID & other) =default | |
| const ByteArray & | bytes() const |
| size_t | size() const |
| bool | operator==(const TokenID & other) const |
| bool | operator!=(const TokenID & other) const |
| bool | operator<(const TokenID & other) const |
| std::string | ToHex() const |
| bool | IsGNUS() const |
| bool | Equals(const TokenID & other) const |
| TokenID | FromBytes(std::initializer_list< uint8_t > list) |
| TokenID | FromBytes(const void * data, size_t size) |
Public Types Documentation¶
using ByteArray¶
Public Functions Documentation¶
function TokenID¶
function TokenID¶
function bytes¶
function size¶
function operator==¶
function operator!=¶
function operator<¶
function ToHex¶
function IsGNUS¶
function Equals¶
function FromBytes¶
function FromBytes¶
Updated on 2026-03-04 at 13:10:43 -0800