miniscript_types/function library
Classes
- FunctionParam
- Param: helper class representing a function parameter.
- ValFunction
- ValFunction: a Value that is, in fact, a Function.
- VFunction
- Function: our internal representation of a MiniScript function. This includes its parameters and its code. (It does not include a name -- functions don't actually HAVE names; instead there are named variables whose value may happen to be a function.)