2 stable releases
| 3.1.0 | Dec 3, 2025 |
|---|---|
| 3.0.0 | Sep 1, 2025 |
#6 in #account-meta
359 downloads per month
Used in 60 crates
(42 directly)
70KB
884 lines
Types for directing the execution of Atlas programs.
Every invocation of a Atlas program executes a single instruction, as
defined by the Instruction type. An instruction is primarily a vector of
bytes, the contents of which are program-specific, and not interpreted by
the Atlas runtime. This allows flexibility in how programs behave, how they
are controlled by client software, and what data encodings they use.
Besides the instruction data, every account a program may read or write
while executing a given instruction is also included in Instruction, as
AccountMeta values. The runtime uses this information to efficiently
schedule execution of transactions.
Dependencies
~0.3–1.9MB
~37K SLoC