Module name

Source
Expand description

Structs§

Name
a wrapper around a 64-bit unsigned integer that represents a name in the EOSIO blockchain

Constants§

ACTIVE
CHAR_MAP
CODE
OWNER
SAME_PAYER

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.