Expand description
Wrapper type for serializing Move module IDs as strings.
Macros
ident_str!
is a compile-time validated macro that constructs a
&'static IdentStr
from a const &'static str
.
Structs
A struct that represents an account address.
Wrapper around AccountAddress which is serialized as a string.
An owned identifier.
Represents the initial key into global storage where we first index by the address, and then the struct tag
Wrapper around ModuleId which is serialized as a string.
Functions
Parses a module ID.