Expand description
Host-dependent nomiscript prelude (ADR-0029).
These helpers call RPC host fns (list-splits-by-transaction, …) that only
exist after register_host_fns, so — unlike the universal prelude baked
into SymbolTable::with_builtins — they load only on the rpc Session path.
Exposed here so Session::new and the Metro compile test share one source.
Constants§
- SOURCE
- The host-prelude nomiscript source (DEFUN-only).
Functions§
- load
- Registers the host-prelude defuns into
symbols. Must be called AFTERregister_host_fnsso the natives the helper bodies reference are present.