Contract preset
Last updated
Last updated
[blockchain/ethereum/contracts/Contract preset]
Stores data describing a contract like the standard store node, but its data port is strictly typed. It describes a contract template source and the parameters to rename, compile and deploy it.
data:
Receives contents of the store. Can be set as parameter, or received as signal.
read: any
Receives a signal that triggers the contents being sent via data
(output), or not found
when has no content.
data:
Sends store contents.
written: null
Sends signal when contents were set in flow.
not found: null
Sends signal on read attempt while store has no content.