1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 12:28:09 +00:00
trezor-firmware/firmware/nem_mosaics.c

55 lines
1.2 KiB
C
Raw Normal View History

2017-07-20 21:58:19 +00:00
// This file is automatically generated by nem_mosaics.py -- DO NOT EDIT!
#include "nem_mosaics.h"
const NEMMosaicDefinition NEM_MOSAIC_DEFINITIONS[NEM_MOSAIC_DEFINITIONS_COUNT] = {{
.has_name = true,
.name = "XEM",
2017-07-20 21:58:19 +00:00
.has_ticker = true,
.ticker = " XEM",
.has_namespace = true,
.namespace = "nem",
.has_mosaic = true,
.mosaic = "xem",
.has_divisibility = true,
.divisibility = 6,
2017-07-20 21:58:45 +00:00
},
{
.has_name = true,
.name = "DIMCOIN",
.has_ticker = true,
.ticker = " DIM",
.has_namespace = true,
.namespace = "dim",
.has_mosaic = true,
.mosaic = "coin",
.has_divisibility = true,
.divisibility = 6,
.has_levy = true,
.levy = NEMMosaicLevy_MosaicLevy_Percentile,
.has_fee = true,
.fee = 10,
.has_levy_namespace = true,
.levy_namespace = "dim",
.has_levy_mosaic = true,
.levy_mosaic = "coin",
2017-07-22 19:07:03 +00:00
.networks_count = 1,
.networks = { 104 },
2017-07-21 09:54:58 +00:00
},
{
.has_name = true,
.name = "DIM TOKEN",
.has_ticker = true,
.ticker = " DIMTOK",
.has_namespace = true,
.namespace = "dim",
.has_mosaic = true,
.mosaic = "token",
.has_divisibility = true,
.divisibility = 6,
2017-07-22 19:07:03 +00:00
.networks_count = 1,
.networks = { 104 },
2017-07-20 21:58:19 +00:00
}};
const NEMMosaicDefinition *NEM_MOSAIC_DEFINITION_XEM = NEM_MOSAIC_DEFINITIONS;