Represents a hierarchically-organized key that can be namespaced. This interface enforces equality comparison to ensure keys with the same namespace and value are considered equal.
IMPORT_PATH: "@daiso-tech/core/namespace/contracts"
"@daiso-tech/core/namespace/contracts"
Checks if this value equals the given value. Implementation defines what "equal" means for this type.
The value to compare against
True if values are equal, false otherwise
Gets the key without the namespace prefix.
The raw key string without namespace
Gets the key with the full namespace prefix applied.
The namespaced key string representation
Represents a hierarchically-organized key that can be namespaced. This interface enforces equality comparison to ensure keys with the same namespace and value are considered equal.
IMPORT_PATH:
"@daiso-tech/core/namespace/contracts"