ModuleId class
- Mixed-in types
Constructors
- ModuleId(AccountAddress address, Identifier name)
Properties
- address → AccountAddress
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → Identifier
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
Serializer serializer) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
deserialize(
Deserializer deserializer) → ModuleId -
fromStr(
String moduleId) → ModuleId -
Converts a string literal to a ModuleId
moduleId
String literal in format "AccountAddress::module_name", e.g. "0x1::coin"