mirror of
https://github.com/fluencelabs/examples
synced 2024-12-14 07:15:39 +00:00
10 lines
457 B
JSON
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"
|
|
} |