This repository has been archived by the owner on Dec 9, 2023. It is now read-only.
v0.0.10-alpha
v0.0.10-alpha - 2023-08-29
AppletConfig
type has been updated. Now theresource_defs
field is of typeHappZomeMap<BTreeMap<String, EntryHash>>
instead ofBTreeMap<String, EntryHash>
so that the resource defs are mapped by the happ role name and zome name. Therole_name
field as removed as this information is now contained in theresource_defs
field.- new type
HappZomeMap<T>
created to represent the dnas (keyed by role name) and their zomes. registerApplet
function takes anAppletConfigInput
as a parameter instead of aCreateAppletConfigInput
.