Crate aptos_types
source · [−]Re-exports
pub use utility_coin::*;Modules
Suppose we have the following data structure in a smart contract:
Nibble represents a four-bit unsigned integer.
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. For
aggregator, delta updates are used (note: this is a temporary solution and ideally we should
modify ChangeSet and TransactionOutput to keep deltas internal to executor).
Structs
A struct that represents an account address.