6namespace sysio {
namespace chain {
bool operator==(const permission_level &lhs, const permission_level &rhs)
bool operator!=(const permission_level &lhs, const permission_level &rhs)
#define FC_REFLECT(TYPE, MEMBERS)
Specializes fc::reflector for TYPE.
limits for a kv database.
std::uint32_t max_value_size
the maximum size in bytes of a value
std::uint32_t max_key_size
the maximum size in bytes of a key
std::uint32_t max_iterators
the maximum number of iterators that a contract can have simultaneously.