examples/multi-service/config/block_getter_cfg.json

10 lines
457 B
JSON
Raw Normal View History

2021-03-01 23:03:57 +00:00
{
2021-03-08 17:57:30 +00:00
"name": "Ethereum Block Getter",
"DESCRIPTION": "Provides etherscan.io get_latest_block and get_block data Ethereum getters",
"INTERFACES": [
"fn get_block(api_key: String, block_number: U32) -> String",
"fn get_latest_block(api_key: String) -> String"
],
"WEBSITE": "https://github.com/fluencelabs/examples/tree/main/multi-service/block_getter",
"INTERFACES": "fn curl_request(curl_cmd: Array<String>) -> Result"
2021-03-01 23:03:57 +00:00
}