Expand description
Move types for the core std
Sui package located at “0x1” onchain.
Modules§
- ascii
- The
ASCII
module defines basic string and char newtypes in Move that verify that characters are valid ASCII, and that strings consist of only valid ASCII characters. - bit_
vector - fixed_
point32 - Defines a fixed-point numeric type with a 32-bit integer part and a 32-bit fractional part.
- option
- This module defines the Option type and its methods to represent and handle an optional value.
- string
- The
string
module defines theString
type which represents UTF8 encoded strings. - type_
name - Functionality for converting Move types into values. Use with care!