Jungle 4 (Testnet)

regproxyinfo

合约

此合约定义的数据结构。

  • create中的操作参数

    {
      "name": "create",
      "base": "",
      "fields": [
        {
          "name": "proxy",
          "type": "name"
        },
        {
          "name": "name",
          "type": "string"
        },
        {
          "name": "slogan",
          "type": "string"
        },
        {
          "name": "philosophy",
          "type": "string"
        },
        {
          "name": "background",
          "type": "string"
        },
        {
          "name": "website",
          "type": "string"
        },
        {
          "name": "logo_256",
          "type": "string"
        },
        {
          "name": "telegram",
          "type": "string"
        },
        {
          "name": "steemit",
          "type": "string"
        },
        {
          "name": "twitter",
          "type": "string"
        },
        {
          "name": "wechat",
          "type": "string"
        }
      ]
    }
  • proxies 的表格行类型

    {
      "name": "proxy",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "name",
          "type": "string"
        },
        {
          "name": "website",
          "type": "string"
        },
        {
          "name": "slogan",
          "type": "string"
        },
        {
          "name": "philosophy",
          "type": "string"
        },
        {
          "name": "background",
          "type": "string"
        },
        {
          "name": "logo_256",
          "type": "string"
        },
        {
          "name": "telegram",
          "type": "string"
        },
        {
          "name": "steemit",
          "type": "string"
        },
        {
          "name": "twitter",
          "type": "string"
        },
        {
          "name": "wechat",
          "type": "string"
        }
      ]
    }
  • remove中的操作参数

    {
      "name": "remove",
      "base": "",
      "fields": [
        {
          "name": "proxy",
          "type": "name"
        }
      ]
    }