Expand description
hc_zome_profiles_coordinator
Profiles zome for any Holochain app.
If you need to manage profiles (nickname, name, avatar, age and other useful personal information) you can directly include this zome and its integrity counterpart hc_zome_profiles_integrity in your DNA.
Read about how to include both this zome and its frontend module in your application here.
Enums
Functions
- Creates the profile for the agent executing this call.
- Returns the profile for the given agent, if they have created it.
- Gets all the agents that have created a profile in this DHT.
- From a nickname filter of at least 3 characters, returns all the agents whose nickname starts with that prefix Ignores the nickname case, will return upper or lower case nicknames that match
- Updates the profile for the agent executing this call.