pub fn start(
runtime: &Runtime,
platform: Arc<Platform<DefaultCoreRPC>>,
config: PlatformConfig,
cancel: CancellationToken,
)Expand description
Starts gRPC and ABCI servers to serve Query, CheckTx and Consensus applications
Should only return when server is stopped