nectar.profile module
- class nectar.profile.DotDict(*args: Any)
Bases:
dict
- class nectar.profile.Profile(*args: Any)
Bases:
DotDictThis class is a template to model a user’s on-chain profile according to Hive profile metadata conventions.
- remove(key: str) None
- update(*args: Any, **kwargs: Any) None
Update the profile with mapping/iterable semantics while preserving nested-merge behavior for mappings.