examples/archived/multi-service/config/hex_converter_cfg.json

5 lines
183 B
JSON
Raw Permalink Normal View History

2021-03-01 23:03:57 +00:00
{
2021-03-08 17:57:30 +00:00
"name": "Hex Converter",
"WEBSITE": "https://github.com/fluencelabs/examples/tree/main/multi-service/hex_converter",
"INTERFACES": "fn hex_to_int(data: String) -> U64"
2021-03-01 23:03:57 +00:00
}