Jungle 4 (Testnet)

powerup.gm

合约

  • config 的表格行类型

    {
      "name": "config_row",
      "base": "",
      "fields": [
        {
          "name": "token_contract",
          "type": "name"
        },
        {
          "name": "token_symbol",
          "type": "symbol"
        },
        {
          "name": "cpu_frac",
          "type": "int64"
        },
        {
          "name": "net_frac",
          "type": "int64"
        },
        {
          "name": "order_bytes",
          "type": "int64"
        },
        {
          "name": "userres_bytes",
          "type": "int64"
        },
        {
          "name": "cushion_bytes",
          "type": "int64"
        }
      ]
    }