0.32.0 • Published 1 year ago

@ddd-qc/shared-ownership-dvm v0.32.0

Weekly downloads
-
License
CAL-1.0
Repository
github
Last release
1 year ago

Profiles DnaViewModel

DnaViewModel implementation for the SharedOwnership zome.

Zome Requirements

To use this zome all implementing zomes are required to implement the following zome functions:

#[hdk_extern]
fn get_record_author(dh: AnyDhtHash) -> ExternResult<AgentPubKey> {
  return zome_utils::get_author(dh);
}

License

License: CAL 1.0

Copyright (C) 2024, Harris-Braun Enterprises, LLC

This program is free software: you can redistribute it and/or modify it under the terms of the license provided in the LICENSE file (CAL-1.0). This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.