[][src]Crate solana_libra_types

Re-exports

pub use account_address::AccountAddress as PeerId;

Modules

access_path

Suppose we have the following data structure in a smart contract:

account_address
account_config
account_state_blob
byte_array
contract_event
get_with_proof
language_storage
ledger_info
proof
proptest_types
proto
test_helpers
transaction
transaction_helpers
validator_change
validator_public_keys
validator_set
validator_signer
validator_verifier
vm_error
write_set

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.