Crate move_stdlib_sdk

Source
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 the String type which represents UTF8 encoded strings.
type_name
Functionality for converting Move types into values. Use with care!

Structs§

NotAscii