Merge nft and tokens into a single asset header

This commit is contained in:
Francois Beutin
2024-02-02 11:23:31 +01:00
parent e64a04da51
commit 5bf5023e35
12 changed files with 27 additions and 32 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#include <stdint.h>
#include "ethUstream.h"
#include "uint256.h"
#include "nft.h"
#include "asset_info.h"
// Internal plugin for EIP 1155: https://eips.ethereum.org/EIPS/eip-1155
+1 -1
View File
@@ -6,7 +6,7 @@
#include <stdbool.h>
#include <stdint.h>
#include "ethUstream.h"
#include "nft.h"
#include "asset_info.h"
// Internal plugin for EIP 721: https://eips.ethereum.org/EIPS/eip-721