1
0
Fork 0
forked from lthn/blockchain

resurrected asset_owner_pub_key_v

This commit is contained in:
sowle 2024-10-18 13:49:21 +02:00
parent 2632446ee5
commit 0930090365
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -698,7 +698,8 @@ namespace currency
#define ASSET_DESCRIPTOR_BASE_STRUCTURE_LAST_VER 2
struct dummy{
struct dummy
{
BEGIN_SERIALIZE()
END_SERIALIZE()
@ -707,6 +708,7 @@ namespace currency
};
typedef boost::variant<dummy> asset_descriptor_base_etc_fields;
typedef boost::variant<crypto::public_key, crypto::eth_public_key> asset_owner_pub_key_v;
struct asset_descriptor_base
{