Crate penumbra_app

Source

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
PenumbraHost
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§

AppActionHandler
Stub: to be replaced with impls of cnidarium_component::ActionHandler
CommunityPoolStateReadExt