Representation of a ModuleId that can serialized and deserialized ModuleId means the module address (e.g "0x1") and the module name (e.g "coin")
Full name of a module.
The account address. e.g "0x1"
The module name under the "address". e.g "coin"
Readonly
Serializes a Serializable value to its BCS representation. This function is the Typescript SDK equivalent of bcs::to_bytes in Move.
Serializable
bcs::to_bytes
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.
a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array
Static
Converts a string literal to a ModuleId
String literal in format "account_address::module_name", e.g. "0x1::coin"
ModuleId
Generated using TypeDoc
Representation of a ModuleId that can serialized and deserialized ModuleId means the module address (e.g "0x1") and the module name (e.g "coin")