提交 6a9ac29d 编写于 作者: B Bucky Kittinger

Added clause_pair as native type

上级 8c4a3f0d
......@@ -71,6 +71,7 @@ namespace eosio { namespace chain { namespace contracts {
built_in_types.emplace("checksum160", pack_unpack<checksum160_type>());
built_in_types.emplace("checksum256", pack_unpack<checksum256_type>());
built_in_types.emplace("checksum512", pack_unpack<checksum512_type>());
built_in_types.emplace("clause_pair", pack_unpack<clause_pair>());
built_in_types.emplace("transaction_id_type", pack_unpack<checksum256_type>());
built_in_types.emplace("field_name", pack_unpack<field_name>());
built_in_types.emplace("fixed_string32", pack_unpack<fixed_string32>());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册