pub trait PlatformApplication<C = DefaultCoreRPC> {
// Required method
fn platform(&self) -> &Platform<C>;
}Expand description
Platform-based ABCI application
pub trait PlatformApplication<C = DefaultCoreRPC> {
// Required method
fn platform(&self) -> &Platform<C>;
}Platform-based ABCI application