
Table row type of config
{ "name": "config_row", "base": "", "fields": [ { "name": "pool_id", "type": "uint64" }, { "name": "mint_fee", "type": "uint16" }, { "name": "redeem_fee", "type": "uint16" }, { "name": "swap_fee", "type": "uint16" }, { "name": "protocol_fee", "type": "uint16" }, { "name": "fee_account", "type": "name" }, { "name": "mine_account", "type": "name" }, { "name": "token_contract", "type": "name" }, { "name": "swap_contract", "type": "name" }, { "name": "lp_token_contract", "type": "name" }, { "name": "core_sym", "type": "extended_symbol" }, { "name": "prefix", "type": "symbol_code" }, { "name": "notifiers", "type": "name[]" } ] }