Re-exports§
pub use ics20_withdrawal::Ics20Withdrawal;
pub use note::Note;
pub use note::NoteCiphertext;
pub use note::NoteView;
pub use rseed::Rseed;
pub use convert::ConvertCircuit;
pub use convert::ConvertProof;
pub use convert::ConvertProofPrivate;
pub use convert::ConvertProofPublic;
pub use nullifier_derivation::NullifierDerivationCircuit;
pub use nullifier_derivation::NullifierDerivationProof;
pub use nullifier_derivation::NullifierDerivationProofPrivate;
pub use nullifier_derivation::NullifierDerivationProofPublic;
pub use output::Output;
pub use output::OutputCircuit;
pub use output::OutputPlan;
pub use output::OutputProof;
pub use output::OutputView;
pub use spend::Spend;
pub use spend::SpendCircuit;
pub use spend::SpendPlan;
pub use spend::SpendProof;
pub use spend::SpendProofPrivate;
pub use spend::SpendProofPublic;
pub use spend::SpendView;
Modules§
- component
component
The Penumbra shielded pool [Component
] and [ActionHandler
] implementations.