Representation of a ModuleId that can serialized and deserialized ModuleId means the module address (e.g "0x1") and the module name (e.g "coin")

Hierarchy (view full)

Constructors

  • Full name of a module.

    Parameters

    Returns ModuleId

Properties

Methods

  • Serializes a Serializable value to its BCS representation. This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

  • Parameters

    Returns void

  • Parameters

    Returns ModuleId

  • Converts a string literal to a ModuleId

    Parameters

    • moduleId: `${string}::${string}`

      String literal in format "account_address::module_name", e.g. "0x1::coin"

    Returns ModuleId

    ModuleId