Expand description
Building blocks for oxidized Move types.
Modules§
Structs§
- Address
- Corresponds to the
addresstype in Move. - Address
Parse Error - Ident
Str - A borrowed identifier.
- Identifier
- A move identifier
- Invalid
Identifier Error - Struct
Tag - Type information for a move struct
- Type
Parse Error - U256
Enums§
- TypeTag
- Type of a move value
Functions§
- const_
address - Contruct an
Addressfrom hex bytes at compile time.