Telos

xchain.start

Contract

  • Action parameter in addtoken

    {
      "name": "addtoken",
      "base": "",
      "fields": [
        {
          "name": "token_symbol",
          "type": "extended_symbol"
        },
        {
          "name": "chain_id",
          "type": "uint8"
        },
        {
          "name": "remote_token_address",
          "type": "checksum160"
        },
        {
          "name": "remote_token_symbol",
          "type": "symbol"
        },
        {
          "name": "remote_precision",
          "type": "uint8"
        }
      ]
    }