Telos

xchain.start

合约

  • tokens 的表格行类型

    {
      "name": "tokens",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "token_info",
          "type": "extended_symbol"
        },
        {
          "name": "remote_chain_id",
          "type": "uint8"
        },
        {
          "name": "remote_token_address",
          "type": "checksum160"
        },
        {
          "name": "remote_token_symbol",
          "type": "symbol"
        },
        {
          "name": "remote_precision",
          "type": "uint8"
        },
        {
          "name": "avatar",
          "type": "string"
        },
        {
          "name": "enabled",
          "type": "bool"
        }
      ]
    }