
Struct property of config
{ "name": "nft_config", "base": "", "fields": [ { "name": "mint_price_min", "type": "asset" }, { "name": "mint_price_increase_by_rank", "type": "asset" }, { "name": "mint_quantity_cap_per_rank", "type": "uint16" }, { "name": "max_bronze_mint_per_round", "type": "uint16" }, { "name": "deposit_bronze_for_silver", "type": "uint8" }, { "name": "deposit_silver_for_gold", "type": "uint8" }, { "name": "bonus_silver_per_bronze_claimed", "type": "uint8" }, { "name": "bonus_gold_per_silver_claimed", "type": "uint8" }, { "name": "collection_name", "type": "name" }, { "name": "schema_name", "type": "name" }, { "name": "bronze_template_id", "type": "uint32" }, { "name": "silver_template_id", "type": "uint32" }, { "name": "gold_template_id", "type": "uint32" } ] }