
-
{ "name": "product", "base": "", "fields": [ { "name": "product_id", "type": "uint64" }, { "name": "product_name", "type": "string" }, { "name": "product_desc", "type": "string" }, { "name": "base_symbol", "type": "symbol" }, { "name": "base_contract", "type": "name" }, { "name": "state", "type": "uint8" }, { "name": "purchase_begin", "type": "time_point_sec" }, { "name": "purchase_end", "type": "time_point_sec" }, { "name": "return_begin", "type": "time_point_sec" }, { "name": "can_withdraw", "type": "bool" }, { "name": "withdraw_period", "type": "int32" }, { "name": "return_period", "type": "int32" }, { "name": "is_fixed_term", "type": "bool" }, { "name": "return_invalid_period", "type": "uint32" }, { "name": "redeem_wait_period", "type": "uint32" }, { "name": "is_compound_interest", "type": "bool" }, { "name": "is_fixed_income", "type": "bool" }, { "name": "fixed_interest_rate", "type": "float64" }, { "name": "product_max_amount", "type": "asset" }, { "name": "user_min_amount", "type": "asset" }, { "name": "user_total_min_amount", "type": "asset" }, { "name": "user_max_amount", "type": "asset" }, { "name": "last_interest_rate", "type": "float64" }, { "name": "last_return_time", "type": "time_point_sec" }, { "name": "created_time", "type": "time_point_sec" } ] }