Type Definition polkadot_statement_table::generic::ImportResult
source · pub type ImportResult<Ctx> = Result<Option<Summary<<Ctx as Context>::Digest, <Ctx as Context>::GroupId>>, MisbehaviorFor<Ctx>>;
Expand description
Type alias for the result of a statement import.