zephyr_vm

Module db

source
Expand description

This module defines all database related logic and structures for a Zephyr execution.

Modules§

  • This module defines how the database implementation in Zephyr should be implemented.
  • This module defines the interaction between the ZephyrVM and Stellar’s ledger state. This implementation is stricter than the [ZephyrDatabase] implementation because it is not implementation agnostic, as we’re always talking about the Stellar ledger.