📄️ address
Provides a way to get address length since it's a
📄️ ascii
The ASCII module defines basic string and char newtypes in Move that verify
📄️ bcs
Utility for converting a Move value to its binary representation in BCS (Binary Canonical
📄️ fixed_point32
Defines a fixed-point numeric type with a 32-bit integer part and
📄️ 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
📄️ type_name
Functionality for converting Move types into values. Use with care!
📄️ u64
- Function max
📄️ vector
A variable-sized container that can hold any type. Indexing is 0-based, and