Skip to main content

Input nodes

Input Nodes

Input nodes are designed to ease the process of inserting the data required to call contract methods.

Input node

This type of node allows you to input any type of data and reuse it in multiple method inputs without the need of retyping and copy-pasting the value. This type of node can be also connected to utility nodes to modify the entered data first.

This node has only one connection point (an output connection) that can be connected to any number of utility nodes and method inputs in the method container node.

Date node

The date node is an input node that allows easier definition of dates.

The date node allows you to select a specific date and time, and then converts and displays them as a unix timestamp, UTC time and relative time. Like the input node, the date node has only one connection point, which can be connected to any number of method inputs and utility nodes in the form of date math nodes. Connecting this node will pass the date value to the connected nodes in unix timestamp format.