Crate move_stdlib_sdk

Source
Expand description

Move types for the core std Sui package located at “0x1” onchain.

Modules§

  • 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.
  • Defines a fixed-point numeric type with a 32-bit integer part and a 32-bit fractional part.
  • This module defines the Option type and its methods to represent and handle an optional value.
  • The string module defines the String type which represents UTF8 encoded strings.
  • Functionality for converting Move types into values. Use with care!

Structs§