Files
app-ethereum/src/manage_asset_info.h
Alexandre Paillier c2011f5d42 Renamed Item to Asset & changed the set marker type to boolean
Also renamed the reset assets function
2024-05-07 17:58:17 +02:00

9 lines
263 B
C

#include "shared_context.h"
#include "common_utils.h"
#include "asset_info.h"
void forget_known_assets(void);
extraInfo_t *get_asset_info_by_addr(const uint8_t *contractAddress);
extraInfo_t *get_current_asset_info(void);
void validate_current_asset_info(void);