Behavior and consumption
Authors one typed value for later PROGRAM assembly or run consumption; it does not execute or publish.
Builds a sequential, non-atomic EVM PROGRAM from typed assumptions and call steps.
Local
Exact signatures with descriptions, requirements, inputs, returns, and examples.
program(STEP[]) # Builds a sequential, non-atomic EVM PROGRAM from typed assumptions and call steps.
| Name | Type | Use |
|---|---|---|
steps | STEP[] Required typed SQL value committed to the authored program. | required positional |
| Name | Type |
|---|---|
program | PROGRAM |
Typed PROGRAM authoring value. Returns one canonical typed value. Construction does not execute EVM code, contact RPC, or publish evidence.
Authors one typed value for later PROGRAM assembly or run consumption; it does not execute or publish.
SQL types bind first; widths, ABI selection, duplicates, empty programs, and selectors validate when the constructor executes.
Construction is deterministic and offline: no RPC, chain mutation, or evidence write.
Use it to author PROGRAM input, not as proof of execution or future success.
program(ASSUMPTION[], STEP[]) # Builds a sequential, non-atomic EVM PROGRAM from typed assumptions and call steps.
| Name | Type | Use |
|---|---|---|
assumptions | ASSUMPTION[] Required typed SQL value committed to the authored program. | required positional |
steps | STEP[] Required typed SQL value committed to the authored program. | required positional |
| Name | Type |
|---|---|
program | PROGRAM |
Typed PROGRAM authoring value. Returns one canonical typed value. Construction does not execute EVM code, contact RPC, or publish evidence.
Local SQL