Function penumbra_app::server::new

source ·
pub fn new(
    storage: Storage
) -> Server<impl Service<ConsensusRequest, Response = ConsensusResponse, Error = BoxError, Future = impl Send + 'static> + Send + Clone + 'static, impl Service<MempoolRequest, Response = MempoolResponse, Error = BoxError, Future = impl Send + 'static> + Send + Clone + 'static, Info, Snapshot>
Expand description

Returns a newly instantiated ABCI Server, backed by the provided Storage.