examples/multi-service/config/block_getter_cfg.json
2021-03-08 11:57:30 -06:00

10 lines
457 B
JSON

{
"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"
}