⚙️ 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
⚙️ bit_vector
- Struct BitVector
⚙️ debug
Module providing debug functionality.
⚙️ fixed_point32
Defines a fixed-point numeric type with a 32-bit integer part and
⚙️ hash
Module which defines SHA hashes for byte vectors.
⚙️ macros
This module holds shared implementation of macros used in std
⚙️ 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!
⚙️ u128
- Function bitwisenot
⚙️ u16
- Function bitwisenot
⚙️ u256
- Function bitwisenot
⚙️ u32
- Function bitwisenot
⚙️ u64
- Function bitwisenot
⚙️ u8
- Function bitwisenot
⚙️ uq32_32
Defines an unsigned, fixed-point numeric type with a 32-bit integer part and a 32-bit fractional
⚙️ uq64_64
Defines an unsigned, fixed-point numeric type with a 64-bit integer part and a 64-bit fractional
⚙️ vector
A variable-sized container that can hold any type. Indexing is 0-based, and