EOS

eosio

Contract

Ricardian Contract

Title: Set REX Maturity Settings

Summary: Sets the options for REX maturity buckets

{{#if num_of_maturity_buckets}} Sets the numbers of maturity buckets to '{{num_of_maturity_buckets}}' {{/if}} {{#if sell_matured_rex}} Sets whether or not to immediately sell matured REX to '{{sell_matured_rex}}' {{/if}} {{#if buy_rex_to_savings}} Sets whether or not to immediately move purchased REX to savings to '{{buy_rex_to_savings}}' {{/if}}

Data Representation

{
  "num_of_maturity_buckets": null,
  "sell_matured_rex": null,
  "buy_rex_to_savings": null
}

Transaction Link