Crate move_core_types

Source
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.