Re-exports§
pub use app_version::APP_VERSION;
pub use crate::app::StateWriteExt;
pub use crate::metrics::register_metrics;
Modules§
- app
- app_
version - genesis
- metrics
- Crate-specific metrics functionality.
- params
- rpc
- server
- Facilities related to the Penumbra app’s ABCI server.
Structs§
- Compat
- Temporary compat wrapper for duplicate trait impls
- Penumbra
Host - The implementation of
penumbra_ibc::component::HostInterface
for Penumbra. It encapsulates all of the chain-specific data that the ibc implementation needs.
Statics§
- COMETBFT_
SUBSTORE_ PREFIX - The substore prefix used for storing historical CometBFT block data.
- SUBSTORE_
PREFIXES
Traits§
- AppAction
Handler - Stub: to be replaced with impls of cnidarium_component::ActionHandler
- Community
Pool State Read Ext