Expand description
Structs§
- Name
- a wrapper around a 64-bit unsigned integer that represents a name in the EOSIO blockchain
Constants§
Functions§
- char_
to_ index - a helper function that converts a single ASCII character to a symbol used by the eosio::name object. “.12345abcdefghijklmnopqrstuvwxyz”
- n2s
- converts an
name
object to a string. - s2n
- static_
str_ to_ name - static_
str_ to_ name_ checked - similar to static_str_to_name,
but also checks the validity of the resulting
name
object.