docs.rs failed to build penumbra-sdk-view-0.82.0-alpha.12
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
penumbra-sdk-view-0.82.0-alpha.5
The view RPC library for the Penumbra Zone.
This crate provides a [`ViewClient`] and a [`ViewServer`]. These form a client-server pair to
synchronize and interact with public chain state using one or more full viewing keys. See the
documentation of [`ViewClient`] and a [`ViewServer`] for more information.
This crate also provides a [`Planner`]. This is a planner for
[`TransactionPlan`][penumbra_sdk_transaction::TransactionPlan].
Finally, this crate provides a [`Storage`] type for managing persistent sqlite storage.