Skip to main content

Crate truthlinked_axiom

Crate truthlinked_axiom 

Source
Expand description

Axiom virtual machine and bytecode primitives for TruthLinked cells.

This crate defines the bytecode format, opcode set, gas metering, host interface, and interpreter used by TruthLinked Axiom cells. VM behavior is consensus-sensitive: execution must remain deterministic across platforms and releases.

Re-exports§

pub use bytecode::CellBytecode;
pub use bytecode::MAGIC;
pub use bytecode::VERSION;
pub use error::AxiomError;
pub use gas::GasMeter;
pub use host::CellLog;
pub use host::CrossCellResult;
pub use host::Host;
pub use vm::ExecResult;
pub use vm::Vm;

Modules§

bytecode
Truthlinked Axiom Src Bytecode
error
Truthlinked Axiom Src Error
gas
Truthlinked Axiom Src Gas
host
Truthlinked Axiom Src Host
opcode
Truthlinked Axiom Src Opcode
vm
Truthlinked Axiom Src Vm