Crate diem_types
source ·Modules§
- Suppose we have the following data structure in a smart contract:
- For each transaction the VM executes, the VM will output a
WriteSet
that contains each access path it updates. For each access path, the VM can either give its new value or delete it.
Structs§
- A struct that represents an account address.