These docs are for v1.1.0. Click to read the latest docs for v1.6.

string_to_name(base32 str)

Converts a base32 string to a uint64_t.

Converts a base32 string to a uint64_t. This is a constexpr so that this method can be used in template arguments as well.

Parameters

  • str - String representation of the name

Returns

constexpr uint64_t - 64-bit unsigned integer representation of the name