Vaulta

endlessdicex

Contract

  • Table row type of config

    {
      "name": "config",
      "base": "",
      "fields": [
        {
          "name": "to_bank_duration",
          "type": "uint64"
        },
        {
          "name": "to_divdn_duration",
          "type": "uint64"
        },
        {
          "name": "to_opcost_duration",
          "type": "uint64"
        },
        {
          "name": "to_bank_quantity",
          "type": "asset"
        },
        {
          "name": "to_divdn_quantity",
          "type": "asset"
        },
        {
          "name": "to_opcost_quantity",
          "type": "asset"
        },
        {
          "name": "latest_to_bank_timestamp",
          "type": "uint32"
        },
        {
          "name": "latest_to_divdn_timestamp",
          "type": "uint32"
        },
        {
          "name": "latest_to_opcost_timestamp",
          "type": "uint32"
        }
      ]
    }