pub async fn counterfeit_check(
    signature: &Signature,
    action: &Action
) -> SysValidationResult<()>
Expand description

Check if the op has valid signature and author. Ops that fail this check should be dropped.