Vaulta

theterminal4

Contract

  • Table row type of rates

    {
      "name": "exchange_rate",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "eos_unit_per_token",
          "type": "uint64"
        },
        {
          "name": "token_per_eos_unit",
          "type": "uint64"
        },
        {
          "name": "token_per_eos_unit_scaled",
          "type": "uint64"
        }
      ]
    }