EOS

eosio

Contract

{
  "name": "rex_maturity",
  "base": "",
  "fields": [
    {
      "name": "num_of_maturity_buckets",
      "type": "uint32"
    },
    {
      "name": "sell_matured_rex",
      "type": "bool"
    },
    {
      "name": "buy_rex_to_savings",
      "type": "bool"
    }
  ]
}