Module diem_sdk::move_types
source · Modules
- This module lays out the basic abstract costing schedule for bytecode instructions.
- An identifier is the name of an entity (module, resource, function, etc) in Move.
Macros
ident_str!is a compile-time validated macro that constructs a&'static IdentStrfrom a const&'static str.