Crate portal_sdk
source ·Expand description
Other Resources
- Source code - github.com/holochain/portal-dna
- Cargo package - crates.io/crates/hc_portal_sdk
Re-exports
pub use hdk_extensions::hdi;pub use hdk_extensions::holo_hash;pub use hdk_extensions::hdk;pub use hdk_extensions::hdi_extensions;pub use hdk_extensions;pub use rmpv;pub use hc_crud;pub use portal_types;
Macros
- Call a local cell zome function
- Call a local cell zome function and decode the response
- Register a list of zome/functions in a locally running portal cell
- Same as
register!but will fail silently if the portal cell is not present
Structs
- Input required for a remote call to a specific host
- Properties required for selecting a viable host
- Define a list of zome function pairs
- Define a list of zome function pairs for a specific DNA
- Input required for macros
registerandregister_if_exists - Fields required for making a zome call
Functions
- Path creation helper
- Translate [
ZomeCallResponse] into aResult
Type Aliases
- A type for de/serializing any data
- Input required for a remote call
- Define a zome function pair