pub fn ensure_revised_personal_alias<OuterOrigin>(
o: OuterOrigin,
) -> Result<RevisedContextualAlias, BadOrigin>Expand description
Ensure that the origin o represents an extrinsic (i.e. transaction) from a personal alias
with revision information.
Returns Ok with the revised personal alias that signed the extrinsic or an Err
otherwise.