Expand description
Core types for Move.
Modules§
- abi
- account_
address - effects
- errmap
- gas_
schedule - This module lays out the basic abstract costing schedule for bytecode instructions.
- identifier
- An identifier is the name of an entity (module, resource, function, etc) in Move.
- language_
storage - move_
resource - parser
- resolver
- transaction_
argument - value
- vm_
status
Macros§
- ident_
str ident_str!
is a compile-time validated macro that constructs a&'static IdentStr
from a const&'static str
.