Module spacetimedb_vm::program

source ·
Expand description

Definition for a Program to run code.

It carries an EnvDb with the functions, idents, types.

Structs

Traits

  • A trait to allow split the execution of programs to allow executing queries that take in account each program state/enviroment.