action.launchSolana — Launch Solana
Requests a Solana coin launch.
Inputs
Outputs
Notes:
- Runtime requires exactly one of
imageorimage_blob(not both), and at least one must be present. - The
mintandlpoutputs are placeholders and are currently alwaysnull.
action.launchBnb — Launch BNB
Same as action.launchSolana, plus:
action.delay — Delay
Sleeps for a duration (seconds).
Inputs
Outputs
Config:
defaultDelaySeconds(number) — used whendelayisn’t wired
action.notify — Notify
Emits a notify effect with { level, message }.
Inputs
Outputs
Config:
level(string, defaultinfo) — e.g.info,warning,error