Vaulta

ifswap.com

Contract

  • Action parameter in createpool

    {
      "name": "createpool",
      "base": "",
      "fields": [
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "sym",
          "type": "symbol"
        },
        {
          "name": "redeem_time",
          "type": "uint32"
        },
        {
          "name": "genesis_time",
          "type": "uint32"
        },
        {
          "name": "desc",
          "type": "string"
        },
        {
          "name": "is_default",
          "type": "bool"
        },
        {
          "name": "pool_type",
          "type": "uint8"
        },
        {
          "name": "settle_interval",
          "type": "uint16"
        },
        {
          "name": "status",
          "type": "uint8"
        },
        {
          "name": "supply_contract",
          "type": "name"
        },
        {
          "name": "supply_symbol",
          "type": "symbol"
        }
      ]
    }