docs.rs failed to build penumbra-sdk-transaction-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-transaction-0.82.0-alpha.5
Data modeling for Penumbra transactions.
This crate defines data structures that provide modeling of shielded
transactions through their entire lifecycle:
* the [`TransactionPlan`](TransactionPlan) type completely describes a
planned transaction before it is created;
* the [`Transaction`] type represents the shielded transaction itself;
* the [`TransactionView`] type represents a view from a particular
[`TransactionPerspective`] (e.g., the sender or receiver) of the cleartext
contents of a shielded transaction after it has been created.