You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: