📄️ Action Node
You can drag in an action node between two chains, the action is either xTransfer or Swap.
📄️ Chain Node
A chain node is an object that represents a blockchain. A chain node needs to be used in conjuction with an Action Node. A chain node represents either the source or the destination in relation to an action.
📄️ Webhook Node
- A Webhook Node allows you to receive data from anywhere.
📄️ Http Node
A HTTP allows you to make almost any kind of HTTP(s) request on the internet! When you use this node to make an HTTP request, the response data (or event data) can be used in your workflow. It's a very powerful node that unlocks a lot of possibilities.
📄️ Chain Query Node
- A Chain Query node allows you to query a substrate based blockchain.
📄️ Chain Tx Node
- A Chain Tx node allows you to sign and broadcast a transaction (extrinsic) on a blockchain.