Function Type
The function Type is the node type that perform a specific task: it execute a fixed action (set of multiple instructions) inside your graph.
Current deployed function list over the Engine network:
"Block Type" -> "NodeBlock.Engine.Nodes.FetchHTTPNode"
"Description" -> "Make an HTTP GET request to any requested server"
"Block Gas Cost" -> 0"Block Type" -> "NodeBlock.Engine.Nodes.GetTimestampNode"
"Description" -> "Return the current timestamp of the engine localtime"
"Block Gas Cost" -> 0"Block Type" -> "NodeBlock.Engine.Nodes.JsonSelectorNode"
"Description" -> "Select a specific value in a json object and return it as string parameter"
"Block Gas Cost" -> 0"Block Type" -> "NodeBlock.Engine.Nodes.PrintNode"
"Description" -> "Display a message in the console logs"
"Block Gas Cost" -> 0"Block Type" -> "NodeBlock.Engine.Nodes.StopGraphNode"
"Description" -> "Stop the execution of the current graph"
"Block Gas Cost" -> 0"Block Type" -> "NodeBlock.Engine.Nodes.Vars.GetVariable"
"Description" -> "Return the value of the variable pre computed from a Set variable block"
"Block Gas Cost" -> 0Last updated
