Module

interface Module

A Move Module.

Properties

Link copied to clipboard
abstract val contents: <Error class: unknown class>?

Serialized bytecode of the module.

Link copied to clipboard

List of DataTypes defined by this module.

Link copied to clipboard

List of Functions defined by this module.

Link copied to clipboard
abstract val name: String?

Name of this module.

Link copied to clipboard

Returns the field-presence view for this Module instance.

Functions

Link copied to clipboard
Link copied to clipboard
fun Module.copy(body: <Error class: unknown class>.() -> Unit = {}): Module

Copies the original message, including unknown fields.