Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure all types needed to use this crate are re-exported #125

Open
mattyg opened this issue Oct 26, 2024 · 0 comments
Open

Ensure all types needed to use this crate are re-exported #125

mattyg opened this issue Oct 26, 2024 · 0 comments

Comments

@mattyg
Copy link
Member

mattyg commented Oct 26, 2024

There are many types that are needed for actually using this crate that are not re-exported -- so you have to track them down and include them via additional holochain dependencies.

We should review other projects on github that consume this crate and check what other holochain crates they are importing for types. Also all the functions available in this crate and their input + output types.

Also not sure if we want to just glob re-export types from the holochain_*_types crates

Types needed

  • SerializedBytes
  • holochain_serial
  • holochain_keystore::AgentPubKeyExt;
  • ZomeCallUnsigned
  • Timestamp
  • ExternIO
  • CellId
  • CellInfo
  • ProvisionedCell
  • ClonedCell
  • StemCell
  • holochain_nonce::fresh_nonce
@mattyg mattyg changed the title Ensure all types needed for app dev are re-exported by rust client Ensure all types needed to use this crate are re-exported Oct 26, 2024
@mattyg mattyg added this to Holochain Oct 26, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Holochain Oct 26, 2024
@mattyg mattyg moved this from Backlog to Ready for refinement in Holochain Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready for refinement
Development

No branches or pull requests

1 participant