Vaulta

d2centworlds

Contract

  • Action parameter in regsec

    {
      "name": "regsec",
      "base": "",
      "fields": [
        {
          "name": "collection_asset_id",
          "type": "uint64"
        },
        {
          "name": "collection_appid",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "street_asset_ids",
          "type": "uint64[]"
        },
        {
          "name": "collection_price",
          "type": "asset"
        },
        {
          "name": "duration_secs",
          "type": "uint32"
        },
        {
          "name": "payout_period_secs",
          "type": "uint32"
        },
        {
          "name": "roi",
          "type": "float64"
        },
        {
          "name": "locked",
          "type": "bool"
        },
        {
          "name": "auto_ext",
          "type": "bool"
        }
      ]
    }