add asset account enc tag

Signed-off-by: Cai Xincheng <caixincheng@huawei.com>
This commit is contained in:
Cai Xincheng 2024-08-19 19:26:22 +08:00
parent a1fe6b2164
commit 630acaae27

View File

@ -205,6 +205,12 @@ typedef enum {
* @since 12
*/
ASSET_TAG_OPERATION_TYPE = ASSET_TYPE_NUMBER | 0x46,
/**
* A tag whose value is a bool indicating whether the attributes of an asset are required to be encrypted.
*
* @since 13
*/
ASSET_TAG_REQUIRE_ATTR_ENCRYPTED = ASSET_TYPE_BOOL | 0x47,
} Asset_Tag;
/**