ModuleId

@Serializable
data class ModuleId(val address: AccountAddress, val name: Identifier)

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

Parameters

address

The account address. e.g "0x1"

name

The module name under the "address". e.g "coin"

Constructors

Link copied to clipboard
constructor(address: AccountAddress, name: Identifier)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard